/** Shopify CDN: Minification failed

Line 447:0 Unexpected "}"
Line 2234:0 Unexpected "}"

**/
/* --- General --- */

.custom-btn-main {
  background: #7853a2;
  color: #fff!important;
  border: 2px solid transparent;
  display: inline-block;
  padding: 0.7em 2.1em;
  border-radius: 999px;
  font-size: 1.13rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 18px 0 rgba(44, 38, 72, 0.08);
  transition: background 0.18s cubic-bezier(0.41, 0.1, 0.45, 1),
    box-shadow 0.18s, transform 0.17s;
  cursor: pointer;
}
.custom-btn-main:hover,
.custom-btn-main:focus{
  background: linear-gradient(
    120deg,
    rgba(145, 25, 128, 0.8) 0%,
    rgba(120, 83, 162, 0.8) 32%,
    rgba(105, 178, 165, 0.8) 68%,
    rgba(229, 193, 44, 0.8) 100%
  );
  color: #fff;
  border: 2px solid #fff;
  outline: none;
  transform: scale(1.05) translateY(-2px);
}

.hero-promo-stars {
      color: #7853A2;
      font-weight: 700;
      font-size: 1.08rem;
      margin-bottom: 18px;
      display: flex;
      align-items: self-start;
      flex-direction: column;
      gap: 8px;
    }


/* --- 3X4 Genetics Explainer --- */

.x4g-explainer-section {
  max-width: 1120px;
  margin: 60px auto;
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 0 2vw;
}
.x4g-explainer-inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 420px;
}
.x4g-explainer-text-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 8px 32px 0 rgba(120, 83, 162, 0.1),
    0 2px 12px 0 rgba(44, 38, 72, 0.07);
  padding: 80px 36px 44px 46px;
  width: 60%;
  min-width: 280px;
  max-width: 520px;
  text-align: left;
  z-index: 1;
  margin-left: -20px;
  transition: box-shadow 0.18s;
  border: 1.5px solid #f5eefa;
}
.x4g-explainer-video-float {
  position: relative;
  width: 46%;
  min-width: 300px;
  max-width: 440px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.x4g-categories-card-outer {
  position: relative;
  border-radius: 17px;
  min-height: 380px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  --angle: 120deg;
  background: linear-gradient(
    var(--angle),
    #911980 0%,
    #7853a2 32%,
    #69b2a5 68%,
    #e5c12c 100%
  );
  background-size: 300% 300%;
  box-shadow: 0 6px 24px 0 rgba(80, 38, 143, 0.06);
  z-index: 2;
  overflow: visible;
}
.x4g-categories-card-outer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 32px;
  pointer-events: none;
  z-index: 0;
  filter: blur(30px) brightness(1.2) saturate(1.2);
  opacity: 0;
  transition: opacity 0.18s;
  background: linear-gradient(
    var(--angle),
    #911980 0%,
    #7853a2 32%,
    #69b2a5 68%,
    #e5c12c 100%
  );
  background-size: 300% 300%;
}
.x4g-categories-card-outer:hover::before,
.x4g-categories-card-outer:focus-within::before {
  opacity: 0.62;
}
.x4g-categories-card-outer:hover,
.x4g-categories-card-outer:focus-within {
  transform: scale(1.02);
  box-shadow: 0 16px 48px 0 rgba(80, 38, 143, 0.12);
  z-index: 11;
}

.x4g-blur-bg {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 65% 40%,
    #e5c12c 0%,
    #7853a2 42%,
    #911980 90%,
    #fff0 100%
  );
  filter: blur(70px) saturate(1.15) brightness(1.07);
  opacity: 0.62;
  z-index: 1;
  pointer-events: none;
}
.x4g-explainer-video {
  width: 100%;
  max-width: 420px;
  border-radius: 17px;
  box-shadow: 0 6px 34px #7853a226, 0 0 0 6px #e5c12c11;
  background: #eee;
  display: block;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.19s;
}
.x4g-explainer-video:hover {
  box-shadow: 0 18px 60px #7853a243, 0 0 0 8px #e5c12c22;
}

/* Overlay play button */
.x4g-video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.18s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x4g-video-play-btn[hidden] {
  display: none !important;
}

.x4g-categories-card-outer:hover .x4g-video-play-btn {
  opacity: 0.92;
}
.x4g-categories-card-outer:active .x4g-video-play-btn {
  opacity: 0.7;
}

/* --- Animated Orbs --- */
/* ---- ORBS ---- */
.x4g-orb {
  position: absolute;
  will-change: transform;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  opacity: 1;
}
.x4g-orb1 {
  width: 320px;
  height: 320px;
  left: 16%;
  top: 70px;
  background: #e5c12c;
}

.x4g-orb2 {
  width: 320px;
  height: 320px;
  left: 68%;
  top: 34px;
  background: #7853a2;
}
.x4g-orb3 {
  width: 320px;
  height: 320px;
  left: 56%;
  top: 290px;
  background: #69b2a5;
}
.x4g-orb4 {
  width: 320px;
  height: 320px;
  left: 32%;
  top: 220px;
  background: #911980;
}

/* --- Text Content --- */
.x4g-explainer-list {
  color: #323e48;
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  display: inline-block;
}
.x4g-explainer-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-weight: 500;
}
.x4g-bullet {
  display: inline-block;
  width: 21px;
  height: 21px;
  min-width: 21px;
  border-radius: 50%;
  background: #e5c12c; /* Default, will be overridden below */
  margin-right: 3px;
  position: relative;
  transition: box-shadow 0.16s, filter 0.16s;
  filter: blur(0.5px) drop-shadow(0 2px 10px #b7b7b7);
}
/* First bullet: Gold */
.x4g-explainer-list li:nth-child(1) .x4g-bullet {
  background: #e5c12c;
  filter: blur(4px) drop-shadow(0 0 9px #e5c12c77);
}
/* Second bullet: Teal */
.x4g-explainer-list li:nth-child(2) .x4g-bullet {
  background: #69b2a5;
  filter: blur(4px) drop-shadow(0 0 9px #69b2a588);
}
/* Third bullet: Purple */
.x4g-explainer-list li:nth-child(3) .x4g-bullet {
  background: #7853a2;
  filter: blur(4px) drop-shadow(0 0 10px #7853a277);
}
/* Hover: glow matches bullet color */
.x4g-explainer-list li:nth-child(1):hover .x4g-bullet {
  filter: blur(7px) drop-shadow(0 0 22px #e5c12ccc);
}
.x4g-explainer-list li:nth-child(2):hover .x4g-bullet {
  filter: blur(7px) drop-shadow(0 0 22px #69b2a5cc);
}
.x4g-explainer-list li:nth-child(3):hover .x4g-bullet {
  filter: blur(7px) drop-shadow(0 0 22px #7853a2cc);
}
/* Change text color on hover */
.x4g-explainer-list li:nth-child(1):hover {
  color: #e5c12c;
}
.x4g-explainer-list li:nth-child(2):hover {
  color: #69b2a5;
}
.x4g-explainer-list li:nth-child(3):hover {
  color: #7853a2;
}
.x4g-explainer-list li {
  transition: color 0.24s cubic-bezier(0.33, 0.8, 0.56, 1.01);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .x4g-explainer-inner {
    flex-direction: column-reverse;
    gap: 0;
    min-height: unset;
  }
  .x4g-explainer-text-card,
  .x4g-explainer-video-float {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 36px 4vw 24px 4vw;
    border-radius: 20px;
    min-width: unset;
  }
  .x4g-explainer-text-card {
    margin: -56px 0 0 0;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 38px;
    z-index: 2;
  }
  .x4g-categories-card-outer {
    min-height: 280px;
    max-width: fit-content;
    margin: 0 auto;
  }
  .x4g-blur-bg {
    width: 240px;
    height: 240px;
  }
  .x4g-orb1,
  .x4g-orb2,
  .x4g-orb3,
  .x4g-orb4 {
    width: 20%;
    height: 20%;
  }
}
@media (max-width: 650px) {
  .x4g-explainer-section {
    padding: 2vw 0 8vw 0;
  }
  .x4g-blur-bg {
    width: 110vw;
    height: 180px;
    top: 70%;
  }
  .x4g-explainer-video {
    border-radius: 11px;
  }
  .x4g-explainer-text-card {
    padding: 60px 20px;
    width:90%;
  }
}

/* --- Scrolling Strip - Trusted Leaders --- */

.scrolling-strip-outer {
  display: block;
  width: 100vw;
  overflow: hidden;
  position: relative;
  --item-size: 15%;
  --gap: 32px;
  --duration: 38s;
  background: none;
  margin: 50px auto;
  padding: 0;
}
.scrolling-strip-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 1.3em 0;
  color: #232333;
  letter-spacing: -0.01em;
}
.scrolling-strip-row {
  display: flex;
  align-items: center;
  gap: var(--gap);
  animation: scroll-strip var(--duration) linear infinite;
  will-change: transform;
}
.scrolling-strip-row:hover {
  animation-play-state: paused;
}
.scrolling-strip-item {
  flex: 0 0 auto;
  width: var(--item-size);
  aspect-ratio: 1/1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 10px #0001;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s;
}
.scrolling-strip-item img {
  width: 90%;
  height: auto;
  object-fit: contain;
  display: block;
}
@keyframes scroll-strip {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
  .scrolling-strip-heading {
    font-size: 1.6rem;
  }
}

/* --- DNA Benefits --- */

.dna-benefits-bg-wrap {
  position: relative;
  z-index: 1;
}
.dna-benefits-section {
  background: linear-gradient(113deg, #fff 80%, #f7f4ff 100%);
  border-radius: 28px;
  max-width: 80%;
  margin: 44px auto 56px auto;
  padding: 54px 6vw 44px 6vw;
  box-shadow: 0 8px 36px 0 rgba(120, 83, 162, 0.1),
    0 1.5px 8px 0 rgba(120, 83, 162, 0.06);
  border: 2px solid #f0efff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.dna-benefits-section h2 {
  font-size: 1.82rem;
  font-weight: 800;
  color: #232333;
  margin-bottom: 13px;
}
.dna-benefits-section > p {
  font-size: 1.05rem;
  color: #3a3e68;
  margin-bottom: 35px;
}
.dna-benefits-cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
}
.dna-benefit-card {
  background: #fff;
  border-radius: 22px;
  flex: 1 1 220px;
  min-width: 205px;
  max-width: 340px;
  padding: 28px 20px 22px 20px;
  box-shadow: 0 4px 22px 0 rgba(120, 83, 162, 0.07);
  border: 1.5px solid #edeaff;
  text-align: center;
  position: relative;
  transition: box-shadow 0.18s, border 0.18s, transform 0.15s;
}
.dna-benefit-card:hover,
.dna-benefit-card:focus-within {
  box-shadow: 0 10px 36px 0 rgba(120, 83, 162, 0.15);
  border-color: #7853a2;
  transform: translateY(-3px) scale(1.02);
}
.dna-benefit-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(117deg, #7853a2 68%, #69b2a5 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.45em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
  box-shadow: 0 2px 10px #7853a223;
}
.dna-benefit-card h3 {
  font-size: 1.13rem;
  font-weight: 700;
  margin: 7px 0 8px 0;
  color: #3a2e64;
}
.dna-benefit-card p {
  font-size: 1.02rem;
  color: #444263;
  line-height: 1.48;
}
.dna-benefits-orbs-outer {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: -60px;
  width: 100%;
  height: 120%;
  z-index: -5;
  pointer-events: none;
}
.dna-benefit-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.9;
  mix-blend-mode: lighten;
  will-change: transform;
  transition: transform 0.22s cubic-bezier(0.22, 0.66, 0.58, 1.02);
}
.dna-benefit-orb1 {
  width: 160px;
  height: 160px;
  left: 8%;
  top: 5%;
  background: #e5c12c;
}
.dna-benefit-orb2 {
  width: 190px;
  height: 190px;
  right: -5%;
  top: 19%;
  background: #7853a2;
  opacity: 0.72;
}
.dna-benefit-orb3 {
  width: 140px;
  height: 140px;
  left: 32%;
  bottom: 2%;
  background: #69b2a5;
  opacity: 0.68;
}
.dna-benefit-orb4 {
  width: 110px;
  height: 110px;
  right: 18%;
  bottom: 6%;
  background: #911980;
  opacity: 0.6;
}
@media (max-width: 700px) {
  .dna-benefits-section {
    padding: 28px 3vw 26px 3vw;
    border-radius: 16px;
    margin: 34px 0 40px 0;
    max-width: 99vw;
  }
  .dna-benefits-cards-row {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .dna-benefit-orb,
  .dna-benefit-orb1,
  .dna-benefit-orb2,
  .dna-benefit-orb3,
  .dna-benefit-orb4 {
    width: 70px !important;
    height: 70px !important;
    filter: blur(19px) !important;
  }
}

/* --- FAQs --- */

.toggle-icon {
  margin-left: 8px;
  font-size: 1.28em;
  font-weight: 600;
  transition: color 0.18s;
  color: #7853a2;
  pointer-events: none;
}
.toggle.opened .toggle-icon {
  color: #e5c12c;
}

/* --- Simple Modern FAQ Styles --- */
.simple-faq-outer {
  max-width: 700px;
  margin: 56px auto 68px auto;
  padding: 0 8px;
}

.simple-faq-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: #232333;
}

.simple-faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.simple-faq-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0 rgba(120, 83, 162, 0.08);
  padding: 18px 22px;
  border: 1.5px solid #eee;
  transition: box-shadow 0.16s, border 0.16s;
  cursor: pointer;
}

.simple-faq-card:hover,
.simple-faq-card:focus-within {
  border: 1.5px solid #7853a2;
  box-shadow: 0 6px 28px 0 rgba(120, 83, 162, 0.13);
}

.simple-faq-toggle-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #7853a2;
  margin-bottom: 0.75em;
  cursor: inherit;
}

.simple-faq-toggle-content {
  font-size: 1rem;
  color: #3a4a54;
  line-height: 1.55;
  display: none; /* Start hidden */
}

@media (max-width: 600px) {
  .simple-faq-outer {
    max-width: 99vw;
    padding: 0 2vw;
  }
  .simple-faq-title {
    font-size: 2.25rem;
  }
  .simple-faq-card {
    padding: 16px 7px 13px 12px;
  }
  .simple-faq-list {
    gap: 12px;
  }
}

/* --- What we test for --- */

.what-we-test-for-outer {
  width: 100%;
  position: relative;
}
.what-we-test-for-section {
  background: linear-gradient(117deg, #7754a214 10%, #fff 100%);
  border-radius: 26px;
  max-width: 80%;
  margin: 44px auto 70px auto;
  padding: 54px 6vw 44px 6vw;
  box-shadow: 0 10px 36px 0 rgba(120, 83, 162, 0.13);
  border: 2px solid #f2eeff;
  text-align: center;
  z-index: 2;
}
.what-we-test-for-section h2 {
  font-size: 1.67rem;
  font-weight: 800;
  color: #28243e;
  margin-bottom: 10px;
}
.what-we-test-for-section > p {
  font-size: 1.07rem;
  color: #4d446b;
  margin-bottom: 32px;
}
.pathway-group {
  margin-top: 32px;
}
.pathway-title {
  font-weight: 700;
  color: #7853a2;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
  font-size: 1.09rem;
}
.pathways {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 24px;
  margin-top: 10px;
}
.pathway {
  background: #fff;
  border-radius: 18px;
  padding: 22px 16px 16px 16px;
  box-shadow: 0 3px 14px 0 rgba(120, 83, 162, 0.1);
  border: 1.5px solid #efecff;
  text-align: center;
  transition: border 0.17s, box-shadow 0.19s, transform 0.15s;
}
.pathway:hover,
.pathway:focus-within {
  border: 1.5px solid #7853a2;
  box-shadow: 0 8px 32px 0 rgba(120, 83, 162, 0.13);
  transform: scale(1.04) translateY(-3px);
}
.pathway .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1.5px 7px #7853a222;
}
.pathway img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.pathway h3 {
  font-size: 1.09rem;
  font-weight: 700;
  color: #352a62;
  margin-bottom: 7px;
}
.pathway p {
  font-size: 0.99rem;
  color: #393659;
  line-height: 1.45;
}
@media (max-width: 700px) {
  .what-we-test-for-section {
    padding: 28px 3vw 26px 3vw;
    border-radius: 16px;
    margin: 34px 0 40px 0;
    max-width: 99vw;
  }
  .pathways {
    grid-template-columns: 1fr;
    gap: 13px;
  }
}

/* --- Landing Section --- */
.landing-section-card {
  border-radius: 28px;
  max-width: 70%;
  margin: 50px auto 56px auto;
  padding: 52px 6vw 42px 6vw;
  text-align: center;
  position: relative;
  z-index: 2;
}
.landing-section-card h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #232333;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.landing-section-card p {
  font-size: 1.1rem;
  color: #463b6e;
  margin-bottom: 28px;
  line-height: 1.6;
}

@media (max-width: 700px) {
  .landing-section-card {
    padding: 28px 3vw 26px 3vw;
    border-radius: 16px;
    margin: 34px 0 40px 0;
    max-width: 99vw;
  }
}

/* --- reports coverage --- */

.reports-coverage-outer {
  position: relative;
  max-width: 720px;
  margin: 56px auto;
}

.reports-coverage-orbs-outer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 340px;
  pointer-events: none;
  z-index: -2;
  overflow: visible;
}

/* ---- ORBS ---- */
.reports-coverage-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  opacity: 1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  will-change: transform;
}
.reports-coverage-orb1 {
  width: 320px;
  height: 320px;
  left: 16%;
  bottom: 18px;
  background: #e5c12c;
  animation-name: orb1-move;
  animation-duration: 8s;
}
.reports-coverage-orb2 {
  width: 320px;
  height: 320px;
  left: 68%;
  bottom: 42px;
  background: #7853a2;
  animation-name: orb2-move;
  animation-duration: 9.5s;
}
.reports-coverage-orb3 {
  width: 320px;
  height: 320px;
  left: 56%;
  bottom: -25px;
  background: #69b2a5;
  animation-name: orb3-move;
  animation-duration: 7.8s;
}
.reports-coverage-orb4 {
  width: 320px;
  height: 320px;
  left: 32%;
  bottom: 0px;
  background: #911980;
  animation-name: orb4-move;
  animation-duration: 10s;
}

/* ---- Dramatic, visible, "bouncing" animation paths ---- */
@keyframes orb1-move {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  20% {
    transform: translate(80px, -40px) scale(1.14);
  }
  40% {
    transform: translate(40px, -90px) scale(1.22);
  }
  60% {
    transform: translate(-40px, -45px) scale(1.17);
  }
  80% {
    transform: translate(-90px, 15px) scale(1.09);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes orb2-move {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  22% {
    transform: translate(-90px, 30px) scale(1.13);
  }
  45% {
    transform: translate(-140px, 80px) scale(1.18);
  }
  70% {
    transform: translate(-80px, 35px) scale(1.11);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes orb3-move {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  18% {
    transform: translate(100px, -35px) scale(1.12);
  }
  50% {
    transform: translate(80px, 60px) scale(1.2);
  }
  80% {
    transform: translate(60px, 15px) scale(1.08);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes orb4-move {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  20% {
    transform: translate(-70px, 45px) scale(1.09);
  }
  50% {
    transform: translate(-100px, -65px) scale(1.21);
  }
  75% {
    transform: translate(-80px, 25px) scale(1.11);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}

/* Section stays above */
.reports-coverage-section {
  background: linear-gradient(110deg, #3a4251 85%, #4e5270 100%);
  color: #fff;
  padding: 60px 24px 64px 24px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 4px 22px 0 rgba(60, 50, 90, 0.09);
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.reports-coverage-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.reports-coverage-desc {
  font-size: 1.13rem;
  font-weight: 400;
  margin-bottom: 34px;
  color: #f3efff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.reports-coverage-subdesc{
  margin-top:34px;
}

/* Responsive: shrink orbs and blur less on mobile */
@media (max-width: 650px) {
  .reports-coverage-orbs-outer {
    height: 160px;
  }
  .reports-coverage-orb,
  .reports-coverage-orb1,
  .reports-coverage-orb2,
  .reports-coverage-orb3,
  .reports-coverage-orb4 {
    width: 150px !important;
    height: 150px !important;
    filter: blur(30px) !important;
  }
  .reports-coverage-section {
    padding: 38px 2vw 52px 2vw;
    border-radius: 12px;
    max-width: 99vw;
  }
  .reports-coverage-title {
    font-size: 2.25rem;
  }
  .reports-coverage-desc {
    font-size: 1rem;
  }
}

/* Animated Phone Hero */

.phone-section-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  gap: 34px;
  min-height: 650px;
  margin-bottom: 60px;
}
.background-circles {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.bg-circles-svg {
  width: 50%;
  min-width: 80%;
  min-height: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translate(-50%, 0);
}
.phone-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  opacity: 1;
  mix-blend-mode: lighten;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  will-change: transform;
}
.phone-orb1 {
  width: 220px;
  height: 220px;
  left: 16%;
  top: 70px;
  background: #e5c12c;
  animation-name: orb1-move;
  animation-duration: 8s;
}
.phone-orb2 {
  width: 220px;
  height: 220px;
  left: 68%;
  top: 34px;
  background: #7853a2;
  animation-name: orb2-move;
  animation-duration: 9.5s;
}
.phone-orb3 {
  width: 220px;
  height: 220px;
  left: 56%;
  top: 290px;
  background: #69b2a5;
  animation-name: orb3-move;
  animation-duration: 7.8s;
}
.phone-orb4 {
  width: 220px;
  height: 220px;
  left: 32%;
  top: 220px;
  background: #911980;
  animation-name: orb4-move;
  animation-duration: 10s;
}
@keyframes orb1-move {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(80px, -80px) scale(1.14);
  }
  40% {
    transform: translate(40px, -180px) scale(1.3);
  }
  60% {
    transform: translate(-40px, -110px) scale(1.17);
  }
  80% {
    transform: translate(-90px, 30px) scale(1.09);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes orb2-move {
  0% {
    transform: translate(0, 0) scale(1);
  }
  22% {
    transform: translate(-90px, 60px) scale(1.13);
  }
  45% {
    transform: translate(-140px, 160px) scale(1.25);
  }
  70% {
    transform: translate(-80px, 70px) scale(1.11);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes orb3-move {
  0% {
    transform: translate(0, 0) scale(1);
  }
  18% {
    transform: translate(100px, -70px) scale(1.12);
  }
  50% {
    transform: translate(80px, 120px) scale(1.25);
  }
  80% {
    transform: translate(60px, 30px) scale(1.08);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes orb4-move {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(-70px, 90px) scale(1.09);
  }
  50% {
    transform: translate(-100px, -130px) scale(1.25);
  }
  75% {
    transform: translate(-80px, 50px) scale(1.11);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.phone-frame-video-wrap {
  position: relative;
  max-width: 20%;
  aspect-ratio: 414/896;
  margin: 20px 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: transform 0.28s cubic-bezier(0.33, 0.5, 0.45, 1.18);
  cursor: pointer;
  will-change: transform;
}
.phone-frame-video-wrap:hover,
.phone-frame-video-wrap:focus {
  transform: translateY(-13px) scale(1.045) rotate(-1.5deg);
}
.phone-frame-video {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  border-radius: 10%;
  object-fit: cover;
  background: #000;
  z-index: 1;
  transition: filter 0.18s;
}
.phone-frame-video-wrap:hover .phone-frame-video {
  filter: brightness(1.11) saturate(1.16) drop-shadow(0 8px 32px #7853a230);
}
.phone-frame-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}
.phone-section-card {
  background: linear-gradient(115deg, #fff 72%, #f9f7ff 100%);
  box-shadow: 0 8px 36px 0 rgba(120, 83, 162, 0.13),
    0 1.5px 8px 0 rgba(120, 83, 162, 0.07);
  position: relative;
  width: 90vw;
  border-radius: 26px;
  padding: 92px 38px 46px 38px;
  z-index: 2;
  text-align: center;
  overflow: visible;
  border: 2px solid #efefff;
  transition: box-shadow 0.21s, border-color 0.22s, transform 0.16s;
  margin-top: -8%;
  backdrop-filter: blur(1.8px);
}
.phone-section-card:hover,
.phone-section-card:focus-within {
  transform: translateY(-4px) scale(1.013);
}
.phone-section-card .title {
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #28243e;
  margin-bottom: 10px;
  line-height: 1.13;
}
.phone-section-card .subtitle {
  font-size: 1.2rem;
  color: #463b6e;
  margin-bottom: 24px;
  display: block;
  font-weight: 500;
}
.phone-hover-qr {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 170px;
  height: 170px;
  pointer-events: none;
  opacity: 0.97;
  transform: translate(-50%, -50%) scale(1.06);
  filter: drop-shadow(0 6px 24px #0002);
  user-select: none;
  transition: opacity 0.2s;
}
.app-badges-mobile {
  display: none;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
  align-items: center;
}
.app-badge-img {
  width: 60vw;
  max-width: 340px;
  height: auto;
  display: block;
  padding: 4px 0;
  transition: box-shadow 0.18s, transform 0.13s;
}
.app-badge-img:active,
.app-badge-img:focus {
  transform: scale(0.97);
}
.download-heading {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 1.22rem;
  font-weight: 800;
  text-align: center;
  color: #232333;
  letter-spacing: -0.01em;
}
.app-divider-mobile {
  margin: 24px auto 20px auto;
  width: 80%;
  border: none;
  border-top: 1.5px solid #ecebfd;
  opacity: 0.52;
  display: none;
}
.app-badges-mobile-subtext {
  font-size: 1rem;
  color: #463b6e;
  text-align: center;
  margin-top: 10px;
  opacity: 0.82;
}
@media (max-width: 900px) {
  .phone-section-outer {
    flex-direction: column;
    align-items: center;
    gap: 0;
    min-height: 510px;
    pointer-events: none;
  }
  .phone-orb {
    left: 30%;
    width: 50vw;
    height: 50vw;
    min-width: 140px;
    min-height: 140px;
    max-width: 320px;
    max-height: 320px;
    filter: blur(40px);
  }
  .phone-frame-video-wrap {
    max-width: 70vw;
    margin-bottom: -80px;
    z-index: 3;
  }
  .phone-section-card {
    margin-top: 0;
    padding: 74px 5vw 28px 5vw;
    border-radius: 19px;
    max-width: 99vw;
    z-index: 2;
  }
  .app-badges-mobile,
  .app-divider-mobile {
    display: flex;
  }
  .background-circles {
    display: none;
  }
}

/* ========== App Download Layout ========== */
.app-download-section {
  position: relative;
  background: linear-gradient(115deg, #f9f7ff 80%, #e0d8fa 100%);
  border-radius: 28px;
  max-width: 1040px;
  width: 100%;
  margin: 64px auto 0 auto;
  padding: 48px 48px 48px 48px;
  box-shadow: 0 6px 32px 0 rgba(120,83,162,0.08), 0 1.5px 8px 0 rgba(120,83,162,0.07);
  overflow: visible;
  z-index: 1;
}

.app-download-orb-wrap {
  position: relative;
  z-index: 0;
  min-height: 550px;
}

.app-download-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
  width: 100%;
  position: relative;
}

/* ---- ORBS ---- */
.video-home-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(120px);
  opacity: 1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  will-change: transform;
}
.video-home-orb1 {
  width: 320px; height: 320px;
  left: 16%; top: 70px;
  background: #E5C12C;
  animation-name: orb1-move; animation-duration: 8s;
}

.video-home-orb2 {
  width: 320px; height: 320px;
  left: 68%; top: 34px;
  background: #7853A2;
  animation-name: orb2-move; animation-duration: 9.5s;
}
.video-home-orb3 {
  width: 320px; height: 320px;
  left: 56%; top: 290px;
  background: #69B2A5;
  animation-name: orb3-move; animation-duration: 7.8s;
}
.video-home-orb4 {
  width: 320px; height: 320px;
  left: 32%; top: 220px;
  background: #911980;
  animation-name: orb4-move; animation-duration: 10s;
}

/* Dramatic, visible, "bouncing" animation paths */
@keyframes orb1-move {
  0%   { transform: translate(0px, 0px) scale(1); }
  20%  { transform: translate(80px, -80px) scale(1.14);}
  40%  { transform: translate(40px, -180px) scale(1.22);}
  60%  { transform: translate(-40px, -110px) scale(1.17);}
  80%  { transform: translate(-90px, 30px) scale(1.09);}
  100% { transform: translate(0px, 0px) scale(1);}
}
@keyframes orb2-move {
  0%   { transform: translate(0px, 0px) scale(1);}
  22%  { transform: translate(-90px, 60px) scale(1.13);}
  45%  { transform: translate(-140px, 160px) scale(1.18);}
  70%  { transform: translate(-80px, 70px) scale(1.11);}
  100% { transform: translate(0px, 0px) scale(1);}
}
@keyframes orb3-move {
  0%   { transform: translate(0px, 0px) scale(1);}
  18%  { transform: translate(100px, -70px) scale(1.12);}
  50%  { transform: translate(80px, 120px) scale(1.20);}
  80%  { transform: translate(60px, 30px) scale(1.08);}
  100% { transform: translate(0px, 0px) scale(1);}
}
@keyframes orb4-move {
  0%   { transform: translate(0px, 0px) scale(1);}
  20%  { transform: translate(-70px, 90px) scale(1.09);}
  50%  { transform: translate(-100px, -130px) scale(1.21);}
  75%  { transform: translate(-80px, 50px) scale(1.11);}
  100% { transform: translate(0px, 0px) scale(1);}
}

/* ========== Content & QR ========== */
.app-download-content, .app-download-content-image {
  flex: 1 1 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  z-index: 2;
  position: relative;
}
.app-download-title {
  font-size: 2.05rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #28243e;
}
.app-download-desc {
  font-size: 1.14rem;
  color: #463b6e;
  margin-bottom: 18px;
  max-width: 430px;
}
.app-download-qr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  gap: 10px;
}
.app-download-qr img {
  width: 22%;
  height: 22%;
  border-radius: 50%;
  margin-bottom: 2px;
}


/* ========== Download Buttons (Mobile/Tablet only) ========== */
.app-download-buttons {
  display: none;
  flex-direction: column;
  gap: 14px;
}
.app-download-btn img {
  height: 48px;
  width: auto;
  border-radius: 13px;
  transition: transform 0.12s;
  box-shadow: 0 2px 12px rgba(120, 83, 162, 0.09);
}
.app-download-btn img:hover {
  transform: scale(1.04);
}

/* ========== Floating Phone ========== */
.app-download-phone-float {
  position: absolute;
  right: -38px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.app-download-phone-float img {
  width: 280px;
  max-width: 32vw;
  min-width: 130px;
  height: auto;
  display: block;
  border-radius: 32px;
}

/* ========== Responsive: Tablet ========== */
@media (max-width: 1040px) {
  .app-download-section {
    max-width: 98vw;
    padding: 36px 20px 44px 20px;
  }
  .app-download-inner {
    gap: 24px;
  }
  .app-download-phone-float {
    right: -18px;
  }
  .app-download-phone-float img {
    width: 210px;
    max-width: 230px;
    min-width: 100px;
  }
}

/* ========== Responsive: Mobile ========== */
@media (max-width: 700px) {
  .app-download-section {
    max-width: 90vw;
    padding: 0 0 38px 0;
    margin: 270px auto 0 auto;
    border-radius: 16px;
    min-height: 350px;
  }
  .app-download-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-height: 300px;
  }
  .app-download-content {
    padding: 0 4vw;
    text-align: center;
    align-items: center;
    gap: 22px;
    min-width: 0;
    margin-top: 32%;
  }

  .app-download-content-image {
    padding: 0 4vw;
    text-align: center;
    align-items: center;
    gap: 22px;
    min-width: 0;
    margin-top: 0;
  }
  .app-download-title { font-size: 1.33rem; }
  .app-download-desc { font-size: 0.98rem; max-width: 95vw; }
  .app-download-qr {
    display: none;
  }
  .app-download-buttons {
    display: flex;
    margin: 10px auto 0 auto;
    align-items: center;
    width: 100%;
  }
  .app-download-phone-float {
    position: absolute;
    left: 50%;
    top: -265px;
    right: auto;
    transform: translateX(-50%);
    z-index: 6;
  }
  .app-download-phone-float img {
    width: 170px !important;
    max-width: 170px !important;
    min-width: 100px !important;
  }
  .video-home-orb1,
  .video-home-orb2,
  .video-home-orb3,
  .video-home-orb4 {
    width: 40%;
    height: 40%;
  }
}
@media (min-width: 701px) {
  .app-download-buttons { display: none; }
  .app-download-qr { display: flex; }
}

/* ========== Steps section cards ========== */

.steps-section-cards {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 16px;
}
.steps-cards-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
}

.steps-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 24px rgba(60,60,100,0.08);
  max-width: 340px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  transition: box-shadow .2s, border .2s;
  border: 2px solid transparent;
}

/* Add this for hover */
.steps-card:hover,
.steps-card:focus-within {
  box-shadow: 0 8px 32px rgba(60,60,100,0.18);
  border-color: none;
}

.steps-card-img {
width: 60%;
object-fit: contain;
display: block;
padding: 0 0 20px 0;
margin: auto;
}
.steps-card-content {
  padding: 0 22px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.steps-section-h2{
text-align:center;
font-size:2.2rem;
}

@media (max-width: 900px) {
  .steps-cards-grid {
    gap: 18px;
  }
  .steps-card {
    max-width: 100%;
    flex-basis: 90vw;
  }
.steps-section-h2{
font-size:1.6rem;
}
.video-home-icon {
  width: 60px;
  height: 60px;
}
}

    /* --- GENERAL --- */
     .reports-coverage-p{
       text-align:center;
     }

    .text-white { color: white; }
    .font-bold { font-weight: bold; }

    .disclaimer {
      color: white;
      font-size: 10px;
      margin-top: 12px;
    }

    .reports-coverage-section-cards {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 16px;
  }
  .reports-coverage-cards-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top:36px;
  }
  .reports-coverage-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 24px rgba(60,60,100,0.08);
    max-width: 340px;
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    transition: box-shadow .2s, border .2s;
    border: 2px solid transparent;
  }
  .reports-coverage-card:hover,
  .reports-coverage-card:focus-within {
    box-shadow: 0 8px 32px rgba(60,60,100,0.18);
    border-color: none;
  }
  .reports-coverage-card-img {
    width: 60%;
    object-fit: contain;
    display: block;
    padding: 0 0 20px 0;
    margin: auto;
  }
  .reports-coverage-card-content {
    padding: 0 22px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
  }
  .reports-coverage-section-h2{
    text-align:center;
    font-size:2.2rem;
  }
  .reports-coverage-btn-main {
    display: inline-block;
    padding: 0.7em 2.1em;
    border-radius: 999px;
    font-size: 1.13rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    color: #323E48 ;
    border: 2px solid #323E48;
    box-shadow: 0 4px 18px 0 rgba(44,38,72,0.08);
    transition: background 0.18s cubic-bezier(.41,.1,.45,1), box-shadow 0.18s, transform 0.17s;
    cursor: pointer;
    margin-bottom: 50px;
  }
  .reports-coverage-btn-main:hover, .reports-coverage-btn-main:focus {
    background: #7853A2;
    color: #fff;
    border-color: transparent;
  }
  .reports-coverage-icons-row {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin: 18px 0 0 0;
    z-index: 2;
    position: relative;
    padding-bottom: 40px;
  }
  .reports-coverage-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 16px;
    background: #efefef;
    box-shadow: 0 2px 10px 0 rgba(44,38,72,0.07);
    padding: 7px;
    transition: box-shadow 0.2s, transform 0.16s;
  }
  .reports-coverage-icon:hover {
    box-shadow: 0 8px 26px 0 rgba(120,83,162,0.14);
    transform: scale(1.09) rotate(-3deg);
  }
  @media (max-width: 900px) {
      .reports-coverage-cards-grid {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-items: center;
  }
    .dynamic-hero-main-wrap {
    padding: 20px;
}
    .reports-coverage-card {
      max-width: 100%;
      flex-basis: 90vw;
    }
    .reports-coverage-section-h2{
      font-size:1.6rem;
    }
    .reports-coverage-icon {
      width: 60px;
      height: 60px;
    }
    
  }

    /* --- SLIDER/IMAGE --- */
    #slider-container {
      margin: 0;
      width: 100%;
      position: relative;
      overflow: hidden;
    }
    #slider-container1 {
      display: block;
    }
    #slider {
      display: flex;
      width: 100%;
      position: relative;
      left: 0;
      transition: left 0.5s ease-in-out;
    }
    #slider img {
      display: block;
      width: 100%;
      height: auto;
    }
    @media (max-width: 480px) {
      #slider img.desktop-only { display: none; }
    }
    @media (min-width: 481px) {
      #slider img.mobile-only { display: none; }
    }

    /* --- TESTIMONIAL SLIDER --- */
    .testimonial-slider-container {
      display: flex;
      margin-top: 5rem;
      gap: 1rem;
      overflow-x: scroll;
    }
    .testimonial-item {
      flex: 0 0 auto;
      width: 300px;
      border: 1px solid #313E48;
      border-radius: 1rem;
      padding: 2rem;
    }
    .testimonial-item img {
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 9999px;
    }
    .mini-img, .testimonial-item .flex .flex-col img, .verification-icon {
      width: 17.5px !important;
      height: 17.5px !important;
    }
    .testimonial-item .flex { display: flex; flex-direction: row; }
    .testimonial-item .flex .flex-col { display: flex; flex-direction: column; }
    @media (min-width: 640px) {
      #slider-container1 { display: none !important; }
      .testimonial-slider-container {
        gap: 2rem;
        overflow: hidden !important;
      }
      .testimonial-item { width: 416px; }
    }

    /* --- HEALTH INVESTMENT BANNER --- */
    .health-investment-banner, .flex-container {
      display: flex;
      flex-direction: column;
      width: 100%;
      background-color: #7754A2;
      padding-top: 64px;
      overflow: hidden;
      position: relative;
    }
    .health-investment-content, .flex-container .content {
      padding-bottom: 50px;
      margin: 0 1rem;
      margin-left: 1rem;
      margin-right: 0;
    }
    @media (min-width: 640px) {
      .health-investment-banner, .flex-container { width: 1440px; padding-top: 112px; }
      .health-investment-content, .flex-container .content {
        padding-bottom: 112px;
        margin-left: 4rem;
      }
    }

    /* --- FLEX-CONTAINER (ALTERNATE BANNER) --- */
    .flex-container-cover {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #7754A2;
    }
    .flex-container .content {
      padding-bottom: 50px;
      margin-left: 16px;
      margin-right: 16px;
    }
    .flex-container .content .header {
      font-weight: bold;
      color: white;
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 16px;
    }
    .flex-container .content .item {
      color: white;
      margin-top: 16px;
      font-size: 14px;
      line-height: 21px;
    }
    .profile-button {
      padding: 12px 24px;
      background-color: white;
      border-radius: 9999px;
      margin-top: 32px;
      width: 100%;
      text-align: center;
    }
    @media screen and (min-width: 640px) {
      .flex-container {
        width: 1440px;
        padding-top: 112px;
      }
      .flex-container .content {
        margin-left: 64px;
        text-align: left;
        width: 50%;
        margin-right: 0;
      }
      .flex-container .content header {
        font-size: 56px;
        text-align: left;
        line-height: 67.2px;
      }
      .flex-container .content .item {
        margin-top: 24px;
        color: white;
        font-size: 18px;
        line-height: 27px;
      }
      .profile-button { margin-top: 0px; width: auto; }
      .test-image {
        width: 480px;
        height: auto;
        position: absolute;
        bottom: -40px;
        right: 0px;
      }
    }

    /* --- SWIPER STYLES (GENERIC CATEGORIES SWIPER) --- */
    #weightkeyareas {
      padding-bottom: 30px;
    }
    .reports-coverage-swiper-pagination-text {
      display: block;
      text-align: center;
      padding-bottom: 8px;
      color: #323E48;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.01em;
    }
    .reports-coverage-card-outer {
      position: relative;
      border-radius: 24px;
      width: 90%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3px;
      --angle: 120deg;
      background: linear-gradient(var(--angle), #911980 0%, #7853A2 32%, #69B2A5 68%, #E5C12C 100%);
      background-size: 300% 300%;
      box-shadow: 0 6px 24px 0 rgba(80,38,143,0.06);
      transition:
        box-shadow 0.23s cubic-bezier(0.42,0.03,0.41,1),
        transform 0.20s cubic-bezier(0.42,0.03,0.41,1);
      z-index: 1;
      overflow: visible;
    }
    .reports-coverage-card-outer::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 32px;
      pointer-events: none;
      z-index: 0;
      filter: blur(30px) brightness(1.2) saturate(1.2);
      opacity: 0;
      transition: opacity 0.18s;
      background: linear-gradient(var(--angle), #911980 0%, #7853A2 32%, #69B2A5 68%, #E5C12C 100%);
      background-size: 300% 300%;
    }
    .reports-coverage-card-outer:hover::before,
    .reports-coverage-card-outer:focus-within::before {
      opacity: 0.62;
    }
    .reports-coverage-card-outer:hover,
    .reports-coverage-card-outer:focus-within {
      transform: scale(1.045);
      box-shadow: 0 16px 48px 0 rgba(80,38,143,0.12);
      z-index: 11;
    }
    .reports-coverage-card-inner {
      background: #fff;
      border-radius: 22px;
      padding: 60px 24px 28px 24px;
      text-align: left;
      position: relative;
      z-index: 2;
      margin-top: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
    }
    .reports-coverage-icon-float {
      width: 40%;
      height: auto;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: static;
      margin: -130px auto 18px auto;
      box-shadow: none;
      background: transparent;
    }
    .reports-coverage-icon-float img {
      width: 80%;
      height: 100%;
      display: block;
      border-radius: 50%;
    }
    .reports-coverage-card-inner h2 {
      font-weight: 700;
      color: #323E48;
      margin-bottom: 0.3em;
      letter-spacing: -0.01em;
      font-size: 1.33rem;
      text-align: center;
    }
    .reports-coverage-card-inner .reports-coverage-subtitle {
      color: #911980;
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 1em;
      letter-spacing: 0.01em;
      display: block;
      text-align: center;
    }
    .reports-coverage-card-inner p {
      color: #3a4a54;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.44;
      margin: 0 0 0.8em 0;
      text-align:left;
    }
    .report-categories-subtitle {
      display: none;
      color: #3a4a54;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.44;
      padding: 0 0 2rem 0;
      text-align: center;
    }
    .reports-coverage-card-inner ul {
      padding-left: 1.1em;
      text-align: left;
      font-size: 1.05rem;
      color: #23323f;
      width: 100%;
      margin: 0 0 0.8em 0;
    }
    .reports-coverage-card-inner ul li {
      margin-bottom: 0.13em;
      line-height: 1.5;
    }
    .reports-coverage-card-inner .reports-coverage-btn-main {
      background: #FFFFFF;
      color: #323E48;
      border: 2px solid #323E48;
      border-radius: 999px;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 2px 12px rgba(50,62,72,0.10);
      padding: 0.7rem 0;
      margin: 1.1rem auto 0 auto;
      text-transform: none;
      letter-spacing: 0.08em;
      transition: background 0.16s;
      width: 90%;
      max-width: 260px;
      display: block;
      text-align: center;
      margin-top: auto;
    }
    .reports-coverage-card-inner .reports-coverage-btn-main:hover {
      background: #7853A2;
      color: #fff;
      border: none;
    }

    /* Swiper navigation buttons */

    .swiper-container {
    position: relative;
  }

    .swiper-wrapper {
    padding-bottom:40px;
  }

    .swiper-button-next,
    .swiper-button-prev {
      width: 44px !important;
      height: 44px !important;
      border-radius: 50%;
      background: #fff !important;
      box-shadow: 0 4px 16px 0 rgba(50, 62, 72, 0.09);
      display: flex !important;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border: none;
      outline: none;
      z-index: 5;
      transition: box-shadow 0.18s, background 0.18s, transform 0.16s;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
      display: none !important;
      content: none !important;
    }
    .swiper-button-next::before,
    .swiper-button-prev::before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 22px 22px;
    }
    .swiper-button-next::before {
      background-image: url("data:image/svg+xml;utf8,<svg width='22' height='22' fill='none' stroke='%23323E48' stroke-width='2.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M8 4l8 8-8 8'/></svg>");
    }
    .swiper-button-prev::before {
      background-image: url("data:image/svg+xml;utf8,<svg width='22' height='22' fill='none' stroke='%23323E48' stroke-width='2.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M16 4l-8 8 8 8'/></svg>");
    }
    .swiper-button-next:hover,
    .swiper-button-prev:hover,
    .swiper-button-next:focus,
    .swiper-button-prev:focus {
      box-shadow: 0 8px 28px 0 rgba(50, 62, 72, 0.14);
      background: #f8f9fa !important;
      transform: scale(1.08);
    }

    .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 10;
    text-align: center;
  }

    .swiper-scrollbar {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 2px;
    z-index: 10;
    height: 8px;
  }

    /* Responsive tweaks */
    @media (max-width: 768px) {
      .reports-coverage-card-outer { min-height: unset; }
      .reports-coverage-card-inner {
        min-width: unset;
        max-width: 98vw;
        padding: 60px 4vw 30px 4vw;
        border-radius: 19px;
        margin-top: 0;
      }
      .reports-coverage-icon-float { margin: -40% auto 13px auto; }
      .reports-coverage-icon-float img { width: 80%; height: 100%; }
      .reports-coverage-card-inner h2 { font-size: 1.6rem; margin-top: 1.2rem; }
      .report-categories-subtitle { display: block; }
      .reports-coverage-card-inner .reports-coverage-btn-main {
        padding: 0.74rem 0;
        font-size: 1rem;
        width: 100%;
        max-width: 100%;
      }
      .reports-coverage-card-outer:hover::before,
      .reports-coverage-card-outer:focus-within::before { opacity: 0; }
      .reports-coverage-card-outer:hover,
      .reports-coverage-card-outer:focus-within {
        transform: scale(1);
        box-shadow: 0 16px 48px 0 rgba(80,38,143,0.12);
        z-index: 11;
      }
    }
    #weightkeyareas .swiper-wrapper {
      display: flex;
      padding-bottom: 40px;
    }
    #weightkeyareas .swiper-slide {
      display: flex;
      align-items: stretch;
      justify-content: center;
      height: auto;
    }

}
  
/* ... (your existing CSS here) ... */

.landing-section-card h2,
.reports-coverage-section-cards h2,
.reports-coverage-section-h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #232333;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  text-align: center;
}
.landing-section-card p,
.reports-coverage-section-cards p,
.reports-coverage-p {
  font-size: 1.1rem;
  color: #463b6e;
  margin-bottom: 28px;
  line-height: 1.6;
  text-align: center;
}
#weightkeyareas h2,
#weightkeyareas p,
.report-categories-subtitle {
  font-size: 1.1rem;
  color: #463b6e;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 18px;
}

#keyareas {
  padding-bottom: 30px;
}
.main-categories-swiper-pagination-text {
  display: block;
  text-align: center;
  padding-bottom: 8px;
  color: #323E48;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
.main-categories-card-outer {
  position: relative;
  border-radius: 24px;
  min-height: 480px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  --angle: 120deg;
  background: linear-gradient(var(--angle), #911980 0%, #7853A2 32%, #69B2A5 68%, #E5C12C 100%);
  background-size: 300% 300%;
  box-shadow: 0 6px 24px 0 rgba(80,38,143,0.06);
  transition:
    box-shadow 0.23s cubic-bezier(0.42,0.03,0.41,1),
    transform 0.20s cubic-bezier(0.42,0.03,0.41,1);
  z-index: 1;
  overflow: visible;
}
.main-categories-card-outer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 32px;
  pointer-events: none;
  z-index: 0;
  filter: blur(30px) brightness(1.2) saturate(1.2);
  opacity: 0;
  transition: opacity 0.18s;
  background: linear-gradient(var(--angle), #911980 0%, #7853A2 32%, #69B2A5 68%, #E5C12C 100%);
  background-size: 300% 300%;
}
.main-categories-card-outer:hover::before,
.main-categories-card-outer:focus-within::before {
  opacity: 0.62;
}
.main-categories-card-outer:hover,
.main-categories-card-outer:focus-within {
  transform: scale(1.045);
  box-shadow: 0 16px 48px 0 rgba(80,38,143,0.12);
  z-index: 11;
}
.main-categories-card-inner {
  background: #fff;
  border-radius: 22px;
  padding: 20px 24px 28px 24px;
  min-width: 300px;
  text-align: left;
  position: relative;
  z-index: 2;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-evenly;
}
.main-categories-icon-float {
  width: 40%;
  height: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: -130px auto 18px auto;
  box-shadow: none;
  background: transparent;
}
.main-categories-icon-float img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.main-categories-card-inner h2 {
  font-weight: 700;
  color: #323E48;
  margin-bottom: 0.3em;
  letter-spacing: -0.01em;
  font-size: 1.33rem;
  text-align: center;
}
.main-categories-card-inner .main-categories-subtitle {
  color: #911980;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1em;
  letter-spacing: 0.01em;
  display: block;
  text-align: center;
}
.main-categories-card-inner p {
  color: #3a4a54;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.44;
  margin: 0 0 0.8em 0;
}
.main-categories-card-inner ul {
  padding-left: 1.1em;
  text-align: left;
  font-size: 1.05rem;
  color: #23323f;
  width: 100%;
  margin: 0 0 0.8em 0;
}
.main-categories-card-inner ul li {
  margin-bottom: 0.13em;
  line-height: 1.5;
}
.main-categories-card-inner .main-categories-btn-main {
  background: #FFFFFF;
  color: #323E48;
  border: 2px solid #323E48;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 2px 12px rgba(50,62,72,0.10);
  padding: 0.7rem 0;
  margin: 1.1rem auto 0 auto;
  text-transform: none;
  letter-spacing: 0.08em;
  transition: background 0.16s;
  width: 90%;
  max-width: 260px;
  display: block;
  text-align: center;
  margin-top: auto;
}
.main-categories-card-inner .main-categories-btn-main:hover {
  background: #7853A2;
  color: #fff;
  border:none;
  
}
/* Responsive tweaks */
@media (max-width: 768px) {
  .main-categories-card-outer {
    min-height: unset;
  }
  .main-categories-card-inner {
    min-width: unset;
    max-width: 98vw;
    padding: 60px 4vw 30px 4vw;
    border-radius: 19px;
    margin-top: 0;
  }
  .main-categories-icon-float {
    margin: -40% auto 13px auto;
  }
  .main-categories-icon-float img {
    width: 100%;
    height: 100%;
  }
  .main-categories-card-inner h2 {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
  .main-categories-card-inner .main-categories-btn-main {
    padding: 0.74rem 0;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
  }
  .main-categories-card-outer:hover::before,
  .main-categories-card-outer:focus-within::before {
    opacity: 0;
  }
  .main-categories-card-outer:hover,
  .main-categories-card-outer:focus-within {
    transform: scale(1);
    box-shadow: 0 16px 48px 0 rgba(80,38,143,0.12);
    z-index: 11;
  }
}
#keyareas .swiper-wrapper {
  display: flex;
}
#keyareas .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: auto;
}

.product-icon-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 10px;
}
.product-icon-label {
  margin-top: 0;
  margin-left: 7px;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.product-icons-row {
  margin-bottom: 0;
}

.product-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 16px;
  background: #efefef;
  box-shadow: 0 2px 10px 0 rgba(44,38,72,0.07);
  padding: 7px;
}

.cart-total-caption {
  display: block;
  margin-top: 8px;
}

.cart-conversion-panel {
  margin-top: 16px;
  padding: 14px 14px 12px;
  border-radius: 16px;
  border: 1px solid #e9e2f2;
  background: linear-gradient(145deg, #ffffff 0%, #f8f3ff 100%);
  text-align: left;
}

.cart-conversion-panel__title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: #262627;
}

.cart-conversion-panel__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.cart-conversion-panel__chips span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #ddd1ee;
  color: #3c3656;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.cart-conversion-panel__chips span::before {
  content: "✓";
  font-size: 11px;
  color: #7853a2;
}

.cart-conversion-panel__note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #4d4a62;
  line-height: 1.45;
  text-align: left;
}

.cart-conversion-panel__support {
  margin: 8px 0 0;
  font-size: 12px;
  color: #4d4a62;
  text-align: left;
}

.cart-conversion-panel__support a {
  color: #7853a2;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 767px) {
  .cart-conversion-panel {
    padding: 12px;
  }
}
