/* Reset and Global Styles */
:root {
  --color-scheme: dark;
  --clr-brand: hsl(138.52deg 100% 81.62%);
  --clr-black: #000;
  --clr-white: hsl(278, 0%, 100%);
  --clr-accent: hsl(138.52deg 100% 81.62%);
  --clr-panel-light: #f7f8fc;
  --clr-panel-dark: #000;
  --clr-score-1: #ff7e76;
  --clr-score-2: #FFC07D;
  --clr-score-3: #FFDE82;
  --clr-score-4: #D4EFB3;
  --clr-score-5: #b9ea7a;
  --clr-background: #fff;
  --clr-header-bg: #000;
  --clr-header-text: #fff;
  --clr-exec-bg: #000;
  --clr-exec-text: #9A9CA3;
  --clr-exec-highlight: #a3a4a9;
  --padding-inline: 1rem;
  --content-max-width: 1000px;
  --breakout-max-width: 1400px;
  --breakout-size: calc((var(--breakout-max-width) - var(--content-max-width)) / 2);
  --scale: 2;
}

* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  background: var(--clr-background);
  font-size: 18px;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: var(--clr-header-bg);
}

/* Typography */
h1 {
  font-family: "Space Grotesk";
  font-weight: 900;
}

h2 + p, h3 + p {
  margin-top: 8px;
}

.brand img {
  width:120px;
}

h1 + p {
  margin-bottom: 32px;
  font-size: 21px;
  max-width: 42ch;
}

p + div, p + ol, p + ul {
  margin-top:64px;
}

/* .hero-block {
  min-height: 80dvh;
  background-image: url('/images/bg_report.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
} */

h2 {
  font-size: 48px;
  margin: 0 0 8px;
  font-weight: 600;
  font-family: "Space Grotesk";
}

h2 span {
  color: var(--clr-exec-text);
}

h3 {
  font-family: "Space Grotesk";
  font-weight: 600;
  margin: 0;
  font-size:38px;
}

strong {
  font-weight: 600;
}

p {
  margin-bottom: 16px;
}

/* Navigation */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  color: var(--clr-black);
}


nav li {
  padding: 8px 16px;
  transition: all 200ms ease-in;
  border-radius: 4px;
  cursor: pointer;
}

nav a {
  font-weight: 500;
  text-decoration: none;
  color: var(--clr-black);
}

nav button {
  margin-top: 0;
} 

.demo {
  /* background-size:85%;
  background-image: url('/images/bg_image_2.png');
  background-repeat:no-repeat;
  background-position: bottom center; */
  padding-bottom: 0!important;
}
.widget {
  padding:32px;
  margin:64px auto 0 auto;
  border-radius:12px;
  width:500px;
  background-color:#fff;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

nav a:hover, nav a:focus {
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Layout */
.content-grid {
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] min(100% - (var(--padding-inline) * 2), var(--content-max-width)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}

.content-grid > :not(.breakout, .full-width), .full-width > :not(.breakout, .full-width) {
  grid-column: content;
}

.content-grid > .breakout {
  grid-column: breakout;
}

.content-grid > .full-width {
  grid-column: full-width;
  display: grid;
  grid-template-columns: inherit;
}

.flow > * + * {
  /* margin-top: var(--flow-spacing, 1em); */
}

.section-padding {
  padding-block: 2.5rem;
}

/* Header */
#header-wrap {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 999;
}

#main-header {
  top: 0;
  height: 80px;
  width: 100%;
  position: fixed;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  z-index: 999;
  padding: 0 40px;
}

#main-header.hide {
  top: -80px;
}

#main-header svg {
  width: 120px;
}

#main-header .brand {
  flex-grow: 1;
}

#main-header nav {
  text-align: right;
}

/* Buttons */
button {
  padding: 16px 32px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: all 200ms ease-in;
}

button:hover {
  background-color: var(--clr-white);
  color:#000;
}

.pricing-card:hover button {
  background-color: var(--clr-brand);
  color:#000;
}

p + button {
  margin-top: 16px;
}

section {
  padding: 64px 0;
}

h3 sup {
  font-size:21px;
}

section + section {
  padding-top:32px;
}

/* Hero Section */
.hero {
  align-items: center;
  min-height: 80vh;
  position:relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 38%;
  z-index: 0; /* Ensure it's behind the content */
  background-image: url('/images/hero_bottom_left.png'), url('/images/hero_middle_right.png');
  background-position: bottom left, top right;
}

.hero img {
 margin-bottom:32px;
}

.hero .copy {
  width: 60%;
  z-index:10;
}

.hero .copy h1 {
  font-size: 60px;
  margin: 0 0 8px;
  line-height: 125%;
}

.bg_stats {
  position: absolute;
  height: 50px;
  width: 50px;
  font-size: 18px;
  line-height: 24px;
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
  display: flex;
  cursor: pointer;
}

.bg_stats:hover:after {
  content:attr(data-comment);
  font-size:15px;
  position:absolute;
  top:-50px;
  padding:16px;
  width: 200px;
  background-color: #fff;
  left:50%;
  transform: translateX(-50%);
  border-radius: 4px;
}

.show-mobile {
  display: none;
}

.popover {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-width: 200px;
}

.bg_stats:hover {
  /* scale: 1.3; */
}

.bg_stats_1 {
  top:21%;
  left:12%;
}

.bg_stats_2 {
  top:40%;
  left:12%;
}

.bg_stats_3 {
  top:60%;
  right:12%;
}

.bg_stats_4 {
  top:76%;
  left:12%;
}

.hero-pop {
  width: 100%;
  margin:0 auto;
  position:relative;
}

.block {
  text-align: center;
}

.container {
  display: flex;
  gap: 32px;
  margin-top:64px;
  justify-content:center;
}

.container h2 {
  margin: 0;
}

.container sup {
  font-size: 10px;
}

.block .container-grow {
  flex-grow: 1;
}

.stat {
  font-size:60px;
  font-weight: 500;
  min-height:200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size:40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat span {
  font-size:40px;
}

.container {
  flex-wrap: wrap;
}

.callout {
  flex: 45%;
}

.callout p {
  margin: 0 32px 16px 32px;
}

.stat-cost {
  background-image: url('/images/illus_cost.png');
}

.stat-time {
  background-image: url('/images/illus_time.png');
}

.stat-insights {
  background-image: url('/images/illus_insights.png');
}

.stat-report {
  background-image: url('/images/illus_report.png');
}

button {
  margin-top: 16px;
  background-color: var(--clr-black);
  color: var(--clr-white);
}

/* Centered Section */
.centered {
  text-align: center;
}

.block > p {
  margin: 0 96px;
}

/* Primary Header */
.primary-header {
  padding-block: 16px;
  color: var(--clr-black);
}

.primary-header button {
  background-color: var(--clr-white);
}

.primary-header__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Even Columns */
.even-columns {
  display: flex;
  gap: 48px;
  padding-top: 32px;
}

/* Grid Container */
.griddy-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #000;
  background-size: contain;
  background-position: center;
  border-radius: 8px 0 0 0;
}

.griddy-item {
  position: relative;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: 2px solid #000;
}

.griddy-container .griddy-item:first-of-type {
  border-top-left-radius: 6px;
}

/* Shadow Effect */
.shadow {
  position: relative;
  box-shadow: 1px 1px black, 2px 2px black, 3px 3px black, 4px 4px black, 5px 5px black, 6px 6px black, 7px 7px black, 8px 8px black, 9px 9px black, 10px 10px black;
}

/* Features */
.features {
  margin: 0 5rem;
}

.padded {
  margin-bottom: 64px;
}

.features .feature {
  margin-bottom: 32px;
}

.features .feature h3 {
  font-weight: 600;
  font-size: 24px;
}

.features .feature p {
  margin-bottom: 16px;
}

/* Image Popup */
.image-popup {
  background: var(--clr-white);
  font-size: 12px;
  max-width: 150px;
  padding: 16px;
  border-radius: 4px;
  position: absolute;
  left: -50%;
  top: 0;
}

/* Utility Classes */
.bg-brand {
  background: var(--clr-brand);
}

.bg-secondary {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(247, 248, 252, 1) 47%);
}

.hide {
  display: none;
}

/* Footer */
main section:last-of-type {
  padding-bottom: 64px;
}

p + h2 {
  margin-top: 24px;
}

.footer {
  background-color: var(--clr-panel-dark);
  color: var(--clr-white);
}

.footer a {
  color: #fff;
}

div + button {
  padding:8px 24px;
}

.footnotes {
  margin: 0;
  padding: 0;
}

.footnotes li {
  margin-bottom: 8px;
  padding: 0;
}

.video-container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.video-block h3 {
  margin:32px 0;
  font-size:24px;
}

p.paren{
  color:#434445;
  margin-top:32px;
}

.download {
  display: inline-block;
  text-align: center;
  padding: 16px 32px;
  border-radius: 4px;
  background-color: #000;
  z-index: 10;
  font-weight: 600;
  color:#fff;
  margin:32px auto 62px auto;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}

.download a {
  color:#fff;
}

.download-link {
  display: inline-block;
  margin-top:16px;
  text-decoration: underline;
}

.video-container .download a {
  color: var(--clr-header-text);
}

.pricing-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.pricing-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  padding: 24px;
  min-height: 320px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  width: 33%;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.price span {
  font-size: 16px;
}

.pricing-card:hover {
  transform: scale(1.05);
}

.pricing-card h3 {
  color: var;
  margin: 0 0 16px;
}

.pricing-card .price {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin: 16px 0;
}

.pricing-card .description {
  color: #434445;
  margin: 16px 0 32px 0;

}

ol {
  counter-reset: ordered-list;
}

ol li {
  list-style-position: inside;
  padding:16px;
  background-color: #fff;
  margin-top:8px;
  border-radius: 4px;
  align-items: baseline;
  transition: ease 400ms;
  cursor: pointer;
  display: flex;
}

ol li:before {
  counter-increment: ordered-list;
  content: counter(ordered-list);
  margin-right: 10px;
  font-size: 13px;
  color: var(--exec-bg);
  border-radius: 5px;
  display: flex;
    padding:2px 8px;
    font-weight: 500;
  justify-content: center;
  align-items: center;
}


ol li:last-of-type {
  margin-bottom: 0;
}

.download:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.07), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 0 32px 32px rgba(0, 0, 0, 0.04);
}

video {
  max-width: 100%;
  height: auto;
  transition: opacity 1.5s ease-in-out;
  pointer-events: none;
}

/* Mobile Styles */
@media screen and (max-width: 600px) {
  body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
  }

  .brand img {
    width:110px;
  }

  #main-header {
    padding:0 16px!important;
  }

  #main-header.hide {
    position: relative;
  }

  .show-mobile {
    display: inline-block;
    text-align: center;
    margin: 16px auto;
  }

  .hide-mobile {
    display: none;
  }

  header {
      background-color: var(--clr-brand);
      padding: 20px;
      text-align: center;
  }

  nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
  }

  nav li {
      display: inline-block;
      margin-right: 20px;
      border-radius: 4px;
  }

  nav a {
      color: #000;
      font-weight: 500;
      text-decoration: none;
      cursor: pointer;
  }

  .hero {
      padding: 40px 20px;
      text-align: center;
      min-height:75vh;
  }

  .features {
      margin: 0;
  }

  h2 {
      font-size: 48px;
  }

  .block p {
    margin:0;
  }

  .hero .copy h1 {
    position:relative;
      font-size: 44px;
      margin-bottom: 20px;
  }

  .image-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px;
  }

  .image-grid img {
      width: 100%;
      height: auto;
  }

  nav li {
      display: block;
      margin-right: 0;
  }

  .even-columns {
      display: block;
  }

  .hero {
      padding: 20px;
  }

  .hero .copy {
position:relative;
      width: 100%;
  }

  .hero h1 {
      font-size: 24px;
  }

  #header-wrap {
      position: relative;
      background-color: var(--clr-brand);
  }

  .bg_stats {
    display: none;
  }

  .download {
    width:100%;
  }

  .hero .image {
      display: none; /* Hide the image grid on mobile */
  }

 

  h2 {
    width: auto;
  }
  
  .container h2 {
    margin-bottom: 24px;
  }
  .full-width {
      padding: 16px 0;
  }

  .pricing-card .description {
    margin:0;
  }

  .block, .container {
    display:block;
  }

  .pricing-container {
      flex-direction: column;
      align-items: stretch;
      min-height: min-content;
      gap:0;
  }

  .pricing-card {
      width: 100%;
      min-height: auto;
      margin-bottom: 16px;
  }
}
