/* ===== Tokens — sibling to the Nature/117 landing ===== */
    :root {
      --moss-50:  #EAF4FB;
      --moss-100: #D5E8F5;
      --moss-300: #9DD5FF;
      --moss-500: #3898EC;
      --moss-700: #0772E4;
      --moss-900: #01384F;
      --bark:     #0E2230;
      --cream:    #FFFFFF;
      --cream-2:  #F4F7FA;
      --stone:    #3D4A52;
      --mute:     #6B7680;
      --line:     rgba(1,56,79,0.16);
      --line-2:   rgba(1,56,79,0.28);
      --orange:   #F59A2C;
      --green:    #00B67A;

      --sans: "Montserrat", system-ui, sans-serif;
      --mono: "JetBrains Mono", ui-monospace, monospace;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html, body { margin: 0; padding: 0; }
    body {
      background: var(--cream);
      color: var(--moss-900);
      font-family: var(--sans);
      font-weight: 500;
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    img { max-width: 100%; display: block; }
    a { color: var(--moss-700); text-decoration: none; }
    a:hover { color: var(--moss-900); }

    .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 28px; }
    .container--narrow { max-width: 920px; }

    /* ===== Nav ===== */
    .nav {
      position: sticky; top: 0; z-index: 50;
      background: rgba(255,255,255,0.96);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--line);
    }
    .nav-inner {
      display: flex; align-items: center; justify-content: space-between;
      gap: 24px; padding: 14px 28px;
      max-width: 1200px; margin: 0 auto;
    }
    .nav-logo img { height: 30px; }
    .nav-links { display: flex; gap: 28px; list-style: none; padding: 0; margin: 0; }
    .nav-links a { color: var(--moss-900); font-weight: 600; font-size: 14px; }
    .nav-links a:hover { color: var(--moss-700); }
    .nav-cta {
      display: inline-flex; align-items: center;
      padding: 10px 18px;
      background: var(--moss-700);
      color: #fff !important;
      border-radius: 999px;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.01em;
      transition: background 0.15s ease;
    }
    .nav-cta:hover { background: var(--moss-900); color: #fff !important; }
    @media (max-width: 820px) { .nav-links { display: none; } }

    /* ===== Buttons ===== */
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      padding: 14px 24px;
      border-radius: 999px;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 0.01em;
      border: 1.5px solid transparent;
      cursor: pointer;
      transition: background 0.15s ease, border 0.15s ease, color 0.15s ease, transform 0.15s ease;
      font-family: var(--sans);
    }
    .btn--primary { background: var(--moss-700); color: #fff; }
    .btn--primary:hover { background: var(--moss-900); color: #fff; transform: translateY(-1px); }
    .btn--ghost { background: transparent; color: var(--moss-900); border-color: var(--line-2); }
    .btn--ghost:hover { background: var(--moss-50); border-color: var(--moss-700); color: var(--moss-700); }
    .btn--white { background: #fff; color: var(--moss-900); }
    .btn--white:hover { background: var(--moss-50); }
    .btn--lg { padding: 16px 28px; font-size: 16px; }

    /* ===== Eyebrow ===== */
    .eyebrow {
      display: inline-block;
      font-size: 12px; font-weight: 700;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--moss-700);
    }

    /* ===== Headings ===== */
    h1, h2, h3, h4 {
      font-family: var(--sans);
      font-weight: 800;
      letter-spacing: -0.02em;
      color: var(--moss-900);
      margin: 0 0 16px;
    }
    h2 em, h1 em, h3 em {
      font-style: italic;
      font-weight: 700;
      color: var(--moss-700);
    }

    /* ===== HERO (split — copy left, portrait of Dwayne right) ===== */
    .hero {
      position: relative;
      background:
        radial-gradient(ellipse at 18% 20%, #143a4f 0%, #0a1f2c 55%, #061520 100%);
      color: #fff;
      overflow: hidden;
    }
    .hero::before {
      content: "";
      position: absolute; inset: 0;
      background-image:
        radial-gradient(circle at 12% 28%, rgba(7,114,228,0.30), transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(157,213,255,0.10), transparent 55%);
      pointer-events: none;
    }
    .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 56px;
      align-items: stretch;
      padding: 112px 0 96px;
    }
    .hero-copy { position: relative; z-index: 2; align-self: center; }
    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 8px 16px;
      background: rgba(255,255,255,0.10);
      border: 1px solid rgba(255,255,255,0.26);
      border-radius: 999px;
      font-size: 12px; font-weight: 700;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: #fff;
      backdrop-filter: blur(8px);
      margin-bottom: 26px;
    }
    .hero-eyebrow-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--moss-300); flex: 0 0 auto;
    }
    .hero h1 {
      color: #fff;
      font-weight: 800;
      font-size: clamp(40px, 5.6vw, 76px);
      line-height: 1.02;
      letter-spacing: -0.025em;
      margin: 0 0 22px;
      text-wrap: balance;
    }
    .hero h1 em {
      font-style: italic;
      color: var(--moss-300);
      font-weight: 700;
    }
    .hero-lede {
      font-size: 19px; line-height: 1.55;
      max-width: 540px;
      color: rgba(255,255,255,0.88);
      margin: 0 0 32px;
      font-weight: 500;
    }
    .hero-actions {
      display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
    }
    .hero-promo {
      display: inline-flex; align-items: center; gap: 12px;
      padding: 12px 16px 12px 12px;
      background: rgba(255,255,255,0.08);
      border: 1px dashed rgba(157,213,255,0.55);
      border-radius: 999px;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.01em;
      transition: background 0.15s ease, border 0.15s ease;
    }
    .hero-promo:hover { background: rgba(255,255,255,0.14); border-color: var(--moss-300); color: #fff; }
    .hero-promo-tag {
      display: inline-flex; align-items: center; justify-content: center;
      padding: 4px 10px;
      background: var(--orange);
      color: #1a1100;
      border-radius: 999px;
      font-size: 11.5px;
      font-weight: 800;
      letter-spacing: 0.10em;
      text-transform: uppercase;
    }
    .hero-promo-code {
      font-family: var(--mono);
      font-size: 13.5px;
      font-weight: 700;
      color: #fff;
      padding: 3px 8px;
      background: rgba(0,0,0,0.22);
      border-radius: 6px;
      letter-spacing: 0.04em;
    }
    .hero-meta {
      display: flex; align-items: center; gap: 18px;
      margin-top: 28px;
      padding-top: 28px;
      border-top: 1px solid rgba(255,255,255,0.16);
      max-width: 540px;
    }
    .hero-meta-avatar {
      width: 48px; height: 48px;
      border-radius: 50%;
      background: url("../assets/dwayne-pool.jpg") center 22% / cover no-repeat;
      flex: 0 0 auto;
      border: 1.5px solid rgba(255,255,255,0.4);
    }
    .hero-meta-text { font-size: 13.5px; color: rgba(255,255,255,0.78); line-height: 1.4; }
    .hero-meta-text b { color: #fff; font-weight: 700; }
    .hero-meta-trust {
      display: inline-flex; align-items: center; gap: 14px;
      padding: 12px 18px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 14px;
      backdrop-filter: blur(8px);
    }
    .hero-meta-trust-stars {
      color: var(--green);
      letter-spacing: 2px;
      font-size: 20px;
      line-height: 1;
    }
    .hero-meta-trust-text {
      font-size: 13.5px;
      color: rgba(255,255,255,0.88);
      line-height: 1.35;
    }
    .hero-meta-trust-text b {
      color: #fff;
      font-weight: 800;
      font-size: 15px;
      margin-right: 2px;
    }
    .hero-meta-trust-brand {
      color: var(--green);
      font-weight: 700;
    }
    .hero-meta-trust-sub {
      display: block;
      color: rgba(255,255,255,0.62);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.01em;
      margin-top: 2px;
    }

    .hero-image {
      position: relative;
      align-self: stretch;
      min-height: 640px;
      border-radius: 28px;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(6,21,32,0.55) 100%),
        url("../assets/dwayne-pool.jpg") center 18% / cover no-repeat;
      box-shadow: 0 40px 80px -30px rgba(0,0,0,0.6);
      z-index: 1;
    }
    .hero-image-badge {
      position: absolute;
      left: 22px; bottom: 22px;
      display: inline-flex; align-items: center; gap: 10px;
      padding: 10px 14px;
      background: rgba(8,22,32,0.6);
      border: 1px solid rgba(255,255,255,0.22);
      border-radius: 999px;
      backdrop-filter: blur(10px);
      font-size: 12px; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: #fff;
    }
    .hero-image-badge span.dot {
      width: 7px; height: 7px; border-radius: 50%;
      background: var(--moss-300);
    }

    /* Floating tag callouts on hero image */
    .hero-tag {
      position: absolute;
      background: rgba(255,255,255,0.96);
      color: var(--moss-900);
      padding: 10px 14px;
      border-radius: 14px;
      box-shadow: 0 20px 40px -16px rgba(0,0,0,0.5);
      font-size: 12.5px;
      font-weight: 600;
      line-height: 1.3;
      max-width: 200px;
    }
    .hero-tag b {
      display: block;
      font-family: var(--sans);
      font-style: italic;
      font-weight: 800;
      font-size: 16px;
      color: var(--moss-700);
      letter-spacing: -0.01em;
      margin-bottom: 2px;
    }
    .hero-tag--actn3 { top: 12%; right: -16px; }
    .hero-tag--mct1  { top: 48%; left: -16px; padding-left: 28px; }
    .hero-tag--rec   { bottom: 14%; right: -8px; }

    @media (max-width: 980px) {
      .hero-grid { grid-template-columns: 1fr; gap: 36px; padding: 88px 0 64px; }
      .hero-image { min-height: 460px; }
      .hero-image-badge { display: none; }
      .hero-tag--actn3 { top: 8%; right: 8px; }
      .hero-tag--mct1  { top: 42%; left: 8px; }
      .hero-tag--rec   { bottom: 8%; right: 8px; }
    }

    /* ===== Section base ===== */
    .section {
      padding: 96px 0;
      position: relative;
    }
    .section--alt { background: var(--cream-2); }
    .section-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
    .section-head--left { text-align: left; margin-left: 0; }
    .section-head h2 {
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.08;
      margin: 14px 0 16px;
      text-wrap: pretty;
    }
    .section-head p {
      font-size: 18px;
      color: var(--stone);
      line-height: 1.55;
      margin: 0 auto;
      max-width: 640px;
    }

    /* ===== Meet Dwayne ===== */
    .meet {
      padding: 104px 0;
    }
    .meet-grid {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 56px;
      align-items: center;
    }
    .meet-figure {
      position: relative;
      aspect-ratio: 4 / 5;
      border-radius: 22px;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.45) 100%),
        url("../assets/dwayne-undefeated.jpg") center 18% / cover no-repeat;
      box-shadow: 0 30px 60px -28px rgba(1,56,79,0.45);
    }
    .meet-figure-cap {
      position: absolute;
      left: 18px; bottom: 18px; right: 18px;
      display: flex; align-items: center; justify-content: space-between;
      color: #fff;
      font-size: 12px; font-weight: 700;
      letter-spacing: 0.14em; text-transform: uppercase;
    }
    .meet-figure-cap span:last-child { color: rgba(255,255,255,0.7); }
    .meet h2 {
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.06;
      margin: 12px 0 18px;
      text-wrap: pretty;
    }
    .meet-lede {
      font-size: 18px;
      color: var(--stone);
      line-height: 1.6;
      margin: 0 0 22px;
      max-width: 540px;
    }
    .meet-quote {
      padding: 22px 24px;
      background: var(--moss-50);
      border-radius: 14px;
      border-left: 4px solid var(--moss-700);
      font-size: 17px;
      line-height: 1.55;
      color: var(--moss-900);
      margin: 0 0 22px;
      max-width: 540px;
      font-weight: 500;
    }
    .meet-quote em { color: var(--moss-700); font-style: italic; font-weight: 700; }
    .meet-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      max-width: 540px;
    }
    .meet-stat {
      padding: 16px 18px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 12px;
    }
    .meet-stat-num {
      font-family: var(--sans);
      font-style: italic;
      font-weight: 800;
      font-size: 30px;
      line-height: 1;
      color: var(--moss-700);
      letter-spacing: -0.02em;
    }
    .meet-stat-lbl {
      margin-top: 6px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--mute);
    }
    @media (max-width: 900px) {
      .meet-grid { grid-template-columns: 1fr; gap: 36px; }
      .meet-grid > * { min-width: 0; }
      .meet-grid > .meet-figure { order: 2; }
      .meet-grid > div:not(.meet-figure) { order: 1; }
      .meet-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .meet-stat { padding: 14px 12px; }
      .meet-stat-num { font-size: 26px; }
      .meet-stat-lbl { font-size: 10px; letter-spacing: 0.08em; }
    }

    /* ===== Gene panel ===== */
    .gene-panel-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .gene-tile {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 26px 24px;
      position: relative;
      overflow: hidden;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .gene-tile:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -22px rgba(1,56,79,0.25); }
    .gene-tile-head {
      display: flex; align-items: baseline; justify-content: space-between;
      gap: 10px;
      margin-bottom: 14px;
    }
    .gene-tile-name {
      font-family: var(--sans);
      font-style: italic;
      font-weight: 800;
      font-size: 28px;
      letter-spacing: -0.02em;
      color: var(--moss-900);
    }
    .gene-tile-tag {
      font-size: 10.5px; font-weight: 700;
      letter-spacing: 0.14em; text-transform: uppercase;
      color: var(--moss-700);
      padding: 4px 10px;
      background: var(--moss-50);
      border-radius: 999px;
      white-space: nowrap;
    }
    .gene-tile-tag--orange { color: var(--orange); background: rgba(245,154,44,0.10); }
    .gene-tile-tag--green  { color: var(--green); background: rgba(0,182,122,0.10); }
    .gene-tile h4 {
      font-size: 16px; font-weight: 700; line-height: 1.3;
      margin: 0 0 8px;
      letter-spacing: -0.005em;
    }
    .gene-tile p {
      margin: 0;
      font-size: 14.5px;
      line-height: 1.55;
      color: var(--stone);
      font-weight: 500;
    }
    .gene-tile-meta {
      margin-top: 16px;
      padding-top: 14px;
      border-top: 1px dashed var(--line);
      display: flex; align-items: center; justify-content: space-between;
      font-size: 12px;
      color: var(--mute);
      font-weight: 600;
    }
    .gene-tile-meta b { color: var(--moss-900); font-weight: 700; }

    /* Carousel dots (mobile only) */
    .gene-panel-dots {
      display: none;
      justify-content: center;
      gap: 10px;
      margin-top: 22px;
    }
    .gene-panel-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--line-2);
      border: none;
      padding: 0;
      cursor: pointer;
      transition: background 0.15s ease, transform 0.15s ease, width 0.15s ease;
    }
    .gene-panel-dot.is-active {
      background: var(--moss-700);
      width: 22px;
      border-radius: 999px;
    }

    @media (max-width: 820px) {
      .gene-panel-grid {
        display: flex;
        grid-template-columns: none;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-padding: 0 20px;
        /* bleed out of the container so cards align to viewport edges */
        margin: 0 -20px;
        padding: 4px 20px 8px;
        scrollbar-width: none;
      }
      .gene-panel-grid::-webkit-scrollbar { display: none; }
      .gene-tile {
        flex: 0 0 86%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
      }
      .gene-panel-dots { display: flex; }
    }

    /* ===== Reviews (social proof) ===== */
    .reviews { padding: 96px 0; }
    .reviews-head {
      display: flex; justify-content: space-between; align-items: end;
      gap: 24px; margin-bottom: 36px; flex-wrap: wrap;
    }
    .reviews-head-left h2 {
      font-size: clamp(28px, 3vw, 40px);
      line-height: 1.08;
      margin: 10px 0 0;
      max-width: 560px;
    }
    .reviews-head-trust {
      display: inline-flex; align-items: center; gap: 12px;
      padding: 12px 16px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 14px;
      font-size: 13px; color: var(--stone);
      box-shadow: 0 6px 18px -12px rgba(1,56,79,0.12);
    }
    .reviews-head-trust-stars { color: var(--green); letter-spacing: 1.5px; font-size: 16px; line-height: 1; }
    .reviews-head-trust b { color: var(--moss-900); font-weight: 700; }

    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .review-card {
      display: flex; flex-direction: column;
      padding: 28px 26px 24px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      box-shadow: 0 6px 22px -16px rgba(1,56,79,0.18);
      position: relative;
    }
    .review-stars {
      display: inline-flex; align-items: center; gap: 2px;
      margin-bottom: 14px;
      color: var(--green);
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1;
    }
    .review-card h3 {
      font-size: 17px;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 0 12px;
      color: var(--moss-900);
      letter-spacing: -0.005em;
    }
    .review-body {
      font-size: 14.5px;
      line-height: 1.6;
      color: var(--stone);
      margin: 0 0 18px;
      font-weight: 500;
      flex: 1;
    }
    .review-body em { color: var(--moss-700); font-style: italic; font-weight: 600; }
    .review-foot {
      display: flex; align-items: center; justify-content: space-between;
      gap: 12px;
      padding-top: 14px;
      border-top: 1px dashed var(--line);
      font-size: 12.5px;
      color: var(--mute);
      font-weight: 600;
    }
    .review-foot b { color: var(--moss-900); font-weight: 700; font-size: 13.5px; }
    .review-foot-tag {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.10em; text-transform: uppercase;
      color: var(--green);
    }
    .review-foot-tag::before {
      content: ""; width: 8px; height: 8px; border-radius: 50%;
      background: var(--green); display: inline-block;
    }

    /* Reviews carousel dots (mobile) */
    .reviews-dots {
      display: none;
      justify-content: center;
      gap: 10px;
      margin-top: 22px;
    }
    .reviews-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--line-2);
      border: none;
      padding: 0;
      cursor: pointer;
      transition: background 0.15s ease, width 0.15s ease;
    }
    .reviews-dot.is-active {
      background: var(--moss-700);
      width: 22px;
      border-radius: 999px;
    }

    @media (max-width: 820px) {
      .reviews-grid {
        display: flex;
        grid-template-columns: none;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin: 0 -20px;
        padding: 4px 20px 8px;
        scrollbar-width: none;
      }
      .reviews-grid::-webkit-scrollbar { display: none; }
      .review-card {
        flex: 0 0 86%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
      }
      .reviews-dots { display: flex; }
    }

    /* ===== How it works ===== */
    .how { padding: 96px 0; }
    .how-head { max-width: 740px; margin: 0 auto 56px; text-align: center; }
    .how-head h2 {
      font-size: clamp(30px, 3.6vw, 44px);
      line-height: 1.08;
      margin: 12px 0 14px;
    }
    .how-head p {
      font-size: 17px;
      color: var(--stone);
      margin: 0 auto;
      max-width: 540px;
    }
    .how-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      position: relative;
    }
    .how-step {
      position: relative;
      padding: 24px 22px 26px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      box-shadow: 0 6px 22px -16px rgba(1,56,79,0.18);
      display: flex; flex-direction: column;
    }
    .how-step-img {
      width: 100%;
      height: 140px;
      background: var(--moss-50);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
      overflow: hidden;
    }
    .how-step-img img {
      width: 64%;
      height: 64%;
      object-fit: contain;
    }
    .how-step-num {
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--moss-700);
      margin-bottom: 8px;
    }
    .how-step h3 {
      font-size: 17px;
      font-weight: 700;
      margin: 0 0 8px;
      color: var(--moss-900);
      letter-spacing: -0.005em;
      line-height: 1.3;
    }
    .how-step p {
      margin: 0;
      font-size: 14px;
      line-height: 1.55;
      color: var(--stone);
      font-weight: 500;
    }
    .how-dots {
      display: none;
      justify-content: center;
      gap: 10px;
      margin-top: 22px;
    }
    .how-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--line-2);
      border: none;
      padding: 0;
      cursor: pointer;
      transition: background 0.15s ease, width 0.15s ease;
    }
    .how-dot.is-active {
      background: var(--moss-700);
      width: 22px;
      border-radius: 999px;
    }
    @media (max-width: 980px) { .how-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px) {
      .how-grid {
        display: flex;
        grid-template-columns: none;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin: 0 -20px;
        padding: 4px 20px 8px;
        scrollbar-width: none;
      }
      .how-grid::-webkit-scrollbar { display: none; }
      .how-step {
        flex: 0 0 84%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
      }
      .how-dots { display: flex; }
    }

    /* ===== Products (two ways in) ===== */
    .products-head { max-width: 740px; margin: 0 auto 32px; text-align: center; }
    .products-head h2 {
      font-size: clamp(30px, 3.6vw, 44px);
      line-height: 1.08;
      margin: 12px 0 14px;
    }
    .products-head p {
      font-size: 17px;
      color: var(--stone);
      margin: 0 auto;
      max-width: 560px;
    }
    .products-promo {
      display: flex; align-items: center; justify-content: center; gap: 14px;
      padding: 12px 18px;
      background: rgba(245,154,44,0.10);
      border: 1px dashed var(--orange);
      border-radius: 999px;
      margin: 0 auto 32px;
      max-width: 560px;
      font-size: 14px; color: var(--moss-900); font-weight: 600;
      flex-wrap: wrap;
    }
    .products-promo b { color: var(--orange); font-weight: 800; }
    .products-promo code {
      font-family: var(--mono);
      font-size: 12.5px;
      background: var(--moss-900);
      color: #fff;
      padding: 4px 10px;
      border-radius: 6px;
      letter-spacing: 0.04em;
      font-weight: 700;
    }
    .products-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
      max-width: 980px;
      margin: 0 auto;
      align-items: stretch;
    }
    .product-card {
      position: relative;
      padding: 36px 32px 32px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 20px;
      display: flex; flex-direction: column;
      box-shadow: 0 8px 24px -18px rgba(1,56,79,0.18);
    }
    .product-card--featured {
      border: 1.5px solid var(--moss-700);
      box-shadow: 0 30px 60px -28px rgba(7,114,228,0.30);
    }
    .product-badge {
      position: absolute; top: -12px; left: 28px;
      padding: 6px 12px;
      background: var(--moss-700);
      color: #fff;
      border-radius: 999px;
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.14em; text-transform: uppercase;
    }
    .product-name {
      font-size: 11.5px; font-weight: 700;
      letter-spacing: 0.16em; text-transform: uppercase;
      color: var(--moss-700);
      margin-bottom: 6px;
    }
    .product-card h3 {
      font-size: 22px;
      font-weight: 800;
      margin: 0 0 18px;
      line-height: 1.2;
      letter-spacing: -0.015em;
    }
    .product-price {
      display: flex; align-items: baseline; gap: 10px;
      margin-bottom: 4px;
    }
    .product-price-was {
      font-size: 18px;
      color: var(--mute);
      text-decoration: line-through;
      font-weight: 500;
    }
    .product-price-num {
      font-family: var(--sans);
      font-style: italic;
      font-weight: 800;
      font-size: 48px;
      line-height: 1;
      color: var(--moss-900);
      letter-spacing: -0.03em;
    }
    .product-price-suffix {
      display: block;
      font-size: 13px;
      color: var(--mute);
      font-weight: 500;
      margin-bottom: 18px;
    }
    .product-promo {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 8px 12px;
      background: rgba(245,154,44,0.10);
      color: var(--orange);
      border-radius: 999px;
      font-size: 11.5px; font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      margin-bottom: 22px;
      width: fit-content;
    }
    .product-promo code {
      font-family: var(--mono);
      font-weight: 800;
      font-size: 11px;
      letter-spacing: 0.04em;
    }
    .product-list {
      list-style: none;
      padding: 0;
      margin: 0 0 24px;
      flex: 1;
    }
    .product-list li {
      position: relative;
      padding: 10px 0 10px 30px;
      font-size: 14.5px;
      color: var(--stone);
      font-weight: 500;
      line-height: 1.5;
      border-bottom: 1px dashed var(--line);
    }
    .product-list li:last-child { border-bottom: none; }
    .product-list li::before {
      content: "";
      position: absolute;
      left: 0; top: 12px;
      width: 20px; height: 20px;
      border-radius: 50%;
      background: var(--moss-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230772E4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;
    }
    .product-cta { width: 100%; }
    @media (max-width: 820px) {
      .products-grid { grid-template-columns: 1fr; }
      .product-card { padding: 30px 24px 26px; }
    }

    /* ===== Findings (same structure as Nature, retuned content) ===== */
    .finding {
      padding: 96px 0;
      border-top: 1px solid var(--line);
    }
    .finding--alt { background: var(--cream-2); }
    .finding-grid {
      display: grid;
      grid-template-columns: 1fr 1.05fr;
      gap: 64px;
      align-items: center;
    }
    .finding-grid--reverse { direction: rtl; }
    .finding-grid--reverse > * { direction: ltr; }
    .finding-tag {
      display: inline-flex; align-items: center; gap: 10px;
      font-size: 12px; font-weight: 700;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--moss-700);
      margin-bottom: 16px;
    }
    .finding-tag-num {
      display: inline-flex; align-items: center; justify-content: center;
      width: 28px; height: 28px;
      border-radius: 50%;
      background: var(--moss-50);
      color: var(--moss-700);
      font-size: 13px;
      font-style: italic;
      font-weight: 700;
      letter-spacing: 0;
    }
    .finding-tag-pill {
      padding: 4px 10px;
      border: 1px solid var(--line-2);
      border-radius: 999px;
      color: var(--moss-900);
      font-weight: 600;
      text-align: center;
    }
    .finding-title {
      font-size: clamp(30px, 3.6vw, 44px);
      line-height: 1.08;
      letter-spacing: -0.02em;
      margin: 0 0 18px;
      text-wrap: pretty;
    }
    .finding-body {
      font-size: 17px;
      line-height: 1.65;
      color: var(--stone);
      max-width: 520px;
      margin: 0 0 24px;
      font-weight: 500;
    }
    .finding-body i { font-style: italic; color: var(--moss-700); font-weight: 600; }
    .finding-takeaway {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 16px;
      align-items: start;
      padding: 22px 24px;
      background: #fff;
      border: 1px solid var(--line);
      border-left: 4px solid var(--moss-700);
      border-radius: 0 14px 14px 0;
      max-width: 540px;
    }
    .finding--alt .finding-takeaway { background: #fff; }
    .finding-takeaway p {
      margin: 0;
      font-size: 15px;
      line-height: 1.55;
      color: var(--moss-900);
      font-weight: 500;
    }
    .finding-takeaway p b { font-weight: 700; }
    .finding-takeaway p em { font-style: italic; color: var(--moss-700); font-weight: 700; }
    .finding-takeaway-arrow {
      display: inline-flex; align-items: center; justify-content: center;
      width: 36px; height: 36px;
      border-radius: 50%;
      background: var(--moss-700);
      color: #fff;
      font-size: 18px; font-weight: 700;
      flex: 0 0 auto;
    }
    .finding-takeaway--warn { border-left-color: var(--orange); }
    .finding-takeaway--warn .finding-takeaway-arrow { background: var(--orange); }
    @media (max-width: 900px) {
      .finding-grid { grid-template-columns: 1fr; gap: 36px; }
      .finding-grid > * { min-width: 0; }
      .finding-grid--reverse { direction: ltr; }
      .fibers-genos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .recovery-meta { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }

    /* ----- Finding 1 visual: fiber type split ----- */
    .fibers-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 32px 28px;
      box-shadow: 0 30px 60px -28px rgba(1,56,79,0.30);
    }
    .fibers-head {
      display: flex; justify-content: space-between; align-items: baseline;
      margin-bottom: 18px;
      font-size: 12px; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--mute);
    }
    .fibers-head b { color: var(--moss-900); font-weight: 700; }
    .fibers-bar {
      display: flex; height: 56px; border-radius: 12px; overflow: hidden;
      box-shadow: inset 0 0 0 1px var(--line);
    }
    .fibers-seg {
      display: flex; align-items: center; justify-content: center;
      color: #fff;
      font-size: 13px; font-weight: 700;
      letter-spacing: 0.04em;
      transition: flex 0.4s ease;
    }
    .fibers-seg--fast { background: var(--moss-700); }
    .fibers-seg--slow { background: var(--moss-900); }
    .fibers-legend {
      display: flex; gap: 18px; margin-top: 14px;
      font-size: 13px; color: var(--stone); font-weight: 500;
    }
    .fibers-legend-sw {
      display: inline-block;
      width: 12px; height: 12px;
      border-radius: 3px;
      margin-right: 8px;
      vertical-align: -1px;
    }
    .fibers-legend-sw--fast { background: var(--moss-700); }
    .fibers-legend-sw--slow { background: var(--moss-900); }
    .fibers-genos {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 24px;
    }
    .fibers-geno {
      padding: 14px 12px;
      border: 1.5px solid var(--line);
      border-radius: 12px;
      text-align: center;
      cursor: pointer;
      transition: border 0.15s ease, background 0.15s ease;
    }
    .fibers-geno:hover { border-color: var(--moss-500); background: var(--moss-50); }
    .fibers-geno.is-active {
      border-color: var(--moss-700);
      background: var(--moss-50);
    }
    .fibers-geno-name {
      font-family: var(--sans);
      font-style: italic;
      font-weight: 800;
      font-size: 20px;
      color: var(--moss-900);
      letter-spacing: -0.02em;
    }
    .fibers-geno-name span { color: var(--moss-700); }
    .fibers-geno-lbl {
      margin-top: 2px;
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.10em; text-transform: uppercase;
      color: var(--mute);
    }
    .fibers-geno-pct {
      margin-top: 4px;
      font-size: 11.5px;
      color: var(--stone);
    }

    /* ----- Finding 2 visual: recovery curve ----- */
    .recovery-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 32px 28px 24px;
      box-shadow: 0 30px 60px -28px rgba(1,56,79,0.30);
    }
    .recovery-svg { width: 100%; height: 220px; display: block; margin-bottom: 4px; }
    .recovery-svg-legend {
      display: none;
      gap: 18px;
      flex-wrap: wrap;
      margin-top: 10px;
      font-size: 12.5px;
      color: var(--moss-900);
      font-weight: 600;
    }
    .recovery-svg-legend span.sw {
      display: inline-block;
      width: 10px; height: 10px;
      border-radius: 50%;
      margin-right: 6px;
      vertical-align: 1px;
    }
    .recovery-svg-legend .sw--fast { background: var(--moss-700); }
    .recovery-svg-legend .sw--slow { background: var(--moss-900); }
    .recovery-svg .recovery-svg-inline-legend { transition: opacity 0.15s ease; }
    .recovery-meta {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
      margin-top: 8px;
    }
    .recovery-cell {
      padding: 14px 16px;
      background: var(--cream-2);
      border-radius: 12px;
    }
    .recovery-cell-num {
      font-family: var(--sans);
      font-style: italic;
      font-weight: 800;
      font-size: 26px;
      color: var(--moss-700);
      line-height: 1;
      letter-spacing: -0.02em;
    }
    .recovery-cell-lbl {
      margin-top: 6px;
      font-size: 11.5px; font-weight: 700;
      letter-spacing: 0.10em; text-transform: uppercase;
      color: var(--mute);
    }
    @media (max-width: 720px) {
      .recovery-card { padding: 22px 18px 18px; border-radius: 18px; }
      .recovery-svg { height: 180px; }
      .recovery-svg-inline-legend { display: none; }
      .recovery-svg-legend { display: flex; }
      .recovery-meta { gap: 8px; }
      .recovery-cell { padding: 12px 12px; }
      .recovery-cell-num { font-size: 22px !important; }
      .recovery-cell-lbl { font-size: 10.5px; letter-spacing: 0.06em; }
    }

    /* ----- Finding 3 visual: supplement stack ----- */
    .stack-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 28px 26px;
      box-shadow: 0 30px 60px -28px rgba(1,56,79,0.30);
    }
    .stack-head {
      display: flex; align-items: center; gap: 10px;
      font-size: 12px; font-weight: 700;
      letter-spacing: 0.14em; text-transform: uppercase;
      color: var(--moss-700);
      margin-bottom: 16px;
    }
    .stack-head-avatar {
      width: 22px; height: 22px; border-radius: 50%;
      background: url("../assets/dwayne-pool.jpg") center 22% / cover no-repeat;
      border: 1.5px solid var(--moss-50);
    }
    .stack-rows { display: grid; gap: 10px; }
    .stack-row {
      display: grid;
      grid-template-columns: 36px 1fr auto;
      align-items: center;
      gap: 14px;
      padding: 14px 16px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: #fff;
    }
    .stack-pill {
      width: 36px; height: 36px;
      border-radius: 10px;
      background: var(--moss-50);
      display: inline-flex; align-items: center; justify-content: center;
      color: var(--moss-700);
      font-style: italic; font-weight: 800;
      font-size: 14px;
      letter-spacing: -0.01em;
    }
    .stack-pill--alt { background: rgba(245,154,44,0.14); color: var(--orange); }
    .stack-pill--green { background: rgba(0,182,122,0.14); color: var(--green); }
    .stack-name {
      font-size: 15px; font-weight: 700; color: var(--moss-900);
    }
    .stack-name small {
      display: block;
      font-size: 12px;
      font-weight: 500;
      color: var(--stone);
      margin-top: 2px;
    }
    .stack-dose {
      font-family: var(--mono);
      font-size: 12px;
      color: var(--moss-900);
      font-weight: 700;
      background: var(--moss-50);
      padding: 6px 10px;
      border-radius: 8px;
      white-space: nowrap;
    }
    .stack-foot {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px dashed var(--line);
      font-size: 13px;
      color: var(--stone);
    }
    .stack-foot b { color: var(--moss-900); font-weight: 700; }
    @media (max-width: 640px) {
      .stack-card { padding: 22px 18px; }
      .stack-row {
        grid-template-columns: 36px 1fr;
        grid-template-areas:
          "pill name"
          "pill dose";
        row-gap: 8px;
        column-gap: 12px;
        padding: 14px;
        align-items: start;
      }
      .stack-pill { grid-area: pill; align-self: start; }
      .stack-name { grid-area: name; font-size: 16px; }
      .stack-name small { font-size: 12.5px; line-height: 1.45; margin-top: 4px; }
      .stack-dose { grid-area: dose; justify-self: start; }
    }

    /* ===== Mini CTA banner ===== */
    .mini-cta {
      padding: 28px 0;
      background:
        linear-gradient(120deg, #0772E4 0%, #01384F 100%);
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .mini-cta::before {
      content: ""; position: absolute; inset: 0;
      background-image:
        radial-gradient(circle at 12% 30%, rgba(157,213,255,0.18), transparent 55%),
        radial-gradient(circle at 88% 70%, rgba(255,255,255,0.06), transparent 55%);
      pointer-events: none;
    }
    .mini-cta-inner {
      position: relative;
      display: flex; align-items: center; justify-content: space-between;
      gap: 24px; flex-wrap: wrap;
    }
    .mini-cta-text {
      flex: 1 1 auto;
      min-width: 0;
    }
    .mini-cta-text .eyebrow {
      color: var(--moss-300);
      display: block;
      margin-bottom: 6px;
    }
    .mini-cta-text h3 {
      color: #fff;
      font-size: clamp(22px, 2.4vw, 30px);
      font-weight: 800;
      letter-spacing: -0.015em;
      margin: 0;
      line-height: 1.15;
    }
    .mini-cta-text h3 em {
      color: var(--moss-300);
      font-style: italic;
      font-weight: 700;
    }
    .mini-cta-actions {
      display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    }
    .mini-cta-promo {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 10px 14px;
      background: rgba(255,255,255,0.10);
      border: 1px dashed rgba(157,213,255,0.55);
      border-radius: 999px;
      font-size: 13px;
      color: #fff;
      font-weight: 600;
    }
    .mini-cta-promo-tag {
      display: inline-flex; align-items: center; justify-content: center;
      padding: 3px 9px;
      background: var(--orange);
      color: #1a1100;
      border-radius: 999px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.10em;
      text-transform: uppercase;
    }
    .mini-cta-promo code {
      font-family: var(--mono);
      font-size: 12.5px;
      font-weight: 700;
      color: #fff;
      padding: 3px 8px;
      background: rgba(0,0,0,0.25);
      border-radius: 6px;
      letter-spacing: 0.04em;
    }
    @media (max-width: 640px) {
      .mini-cta { padding: 24px 0; }
      .mini-cta-inner { flex-direction: column; align-items: center; gap: 16px; }
      .mini-cta-actions { width: 100%; flex-direction: column; align-items: center; }
      .mini-cta-actions .btn { width: 100%; }
      .mini-cta-promo { justify-content: center; }
    }

    /* ===== Beyond performance — risk strip ===== */
    .risk-band {
      padding: 96px 0;
      background:
        linear-gradient(180deg, rgba(1,56,79,0.92) 0%, rgba(8,28,42,0.96) 100%);
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .risk-band::before {
      content: ""; position: absolute; inset: 0;
      background-image:
        radial-gradient(circle at 80% 20%, rgba(56,152,236,0.16), transparent 60%),
        radial-gradient(circle at 10% 90%, rgba(157,213,255,0.06), transparent 60%);
      pointer-events: none;
    }
    .risk-band .container { position: relative; }
    .risk-head {
      max-width: 760px;
      margin: 0 auto 56px;
      text-align: center;
    }
    .risk-head .eyebrow { color: var(--moss-300); }
    .risk-head h2 {
      color: #fff;
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.08;
      margin: 14px 0 16px;
    }
    .risk-head h2 em { color: var(--moss-300); }
    .risk-head p {
      color: rgba(255,255,255,0.84);
      font-size: 18px;
      max-width: 640px;
      margin: 0 auto;
    }
    .risk-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }
    .risk-tile {
      padding: 24px 22px 22px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 16px;
      backdrop-filter: blur(6px);
      transition: background 0.15s ease, border 0.15s ease;
    }
    .risk-tile:hover { background: rgba(255,255,255,0.10); border-color: rgba(157,213,255,0.4); }
    .risk-tile-gene {
      font-family: var(--sans);
      font-style: italic;
      font-weight: 800;
      font-size: 18px;
      color: var(--moss-300);
      letter-spacing: -0.01em;
      margin-bottom: 10px;
    }
    .risk-tile h4 {
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 8px;
      line-height: 1.35;
      letter-spacing: -0.005em;
    }
    .risk-tile p {
      color: rgba(255,255,255,0.78);
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
      font-weight: 500;
    }
    @media (max-width: 980px) { .risk-grid { grid-template-columns: repeat(2, 1fr); } }
    .risk-dots {
      display: none;
      justify-content: center;
      gap: 10px;
      margin-top: 22px;
    }
    .risk-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: rgba(255,255,255,0.28);
      border: none;
      padding: 0;
      cursor: pointer;
      transition: background 0.15s ease, width 0.15s ease;
    }
    .risk-dot.is-active {
      background: var(--moss-300);
      width: 22px;
      border-radius: 999px;
    }
    @media (max-width: 640px) {
      .risk-grid {
        display: flex;
        grid-template-columns: none;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin: 0 -20px;
        padding: 4px 20px 8px;
        scrollbar-width: none;
      }
      .risk-grid::-webkit-scrollbar { display: none; }
      .risk-tile {
        flex: 0 0 84%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
      }
      .risk-dots { display: flex; }
    }

    /* ===== Quote band ===== */
    .quote-band {
      padding: 96px 0;
      background:
        linear-gradient(180deg, rgba(1,56,79,0.72) 0%, rgba(1,56,79,0.88) 100%),
        url("../assets/dwayne-undefeated.jpg") center 18% / cover no-repeat;
      color: #fff;
      text-align: center;
    }
    .quote-band-mark {
      font-family: var(--sans);
      font-style: italic;
      font-size: 64px;
      line-height: 1;
      color: var(--moss-300);
      margin-bottom: 8px;
    }
    .quote-band-text {
      font-size: clamp(24px, 3vw, 36px);
      line-height: 1.3;
      font-weight: 700;
      letter-spacing: -0.015em;
      max-width: 880px;
      margin: 0 auto 20px;
      text-wrap: pretty;
      text-shadow: 0 1px 8px rgba(0,0,0,0.3);
    }
    .quote-band-text em { color: var(--moss-300); font-style: italic; font-weight: 700; }
    .quote-band-attr {
      display: inline-flex; align-items: center; gap: 10px;
      font-size: 13px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.82);
      font-weight: 700;
    }
    .quote-band-attr::before {
      content: ""; display: inline-block;
      width: 28px; height: 1px;
      background: rgba(255,255,255,0.6);
    }

    /* ===== Pillars ===== */
    .pillars {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .pillar {
      padding: 32px 28px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      box-shadow: 0 6px 22px -14px rgba(1,56,79,0.16);
    }
    .pillar-num {
      display: inline-flex; align-items: center; justify-content: center;
      width: 40px; height: 40px;
      border-radius: 10px;
      background: var(--moss-50);
      color: var(--moss-700);
      font-style: italic;
      font-weight: 800;
      font-size: 18px;
      margin-bottom: 18px;
    }
    .pillar h3 {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 10px;
      color: var(--moss-900);
    }
    .pillar p {
      margin: 0;
      font-size: 15px;
      line-height: 1.55;
      color: var(--stone);
    }
    @media (max-width: 820px) { .pillars { grid-template-columns: 1fr; } }

    /* ===== Linked landings strip ===== */
    .linked {
      padding: 88px 0;
      background: var(--cream-2);
      border-top: 1px solid var(--line);
    }
    .linked-head {
      display: flex; justify-content: space-between; align-items: end;
      gap: 24px; margin-bottom: 28px; flex-wrap: wrap;
    }
    .linked-head h2 {
      font-size: clamp(26px, 2.6vw, 36px);
      margin: 8px 0 0;
    }
    .linked-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .linked-card {
      display: block;
      padding: 26px 24px 24px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
      position: relative;
    }
    .linked-card:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -22px rgba(1,56,79,0.25); }
    .linked-card-tag {
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.14em; text-transform: uppercase;
      color: var(--moss-700);
      margin-bottom: 14px;
      display: block;
    }
    .linked-card h3 {
      font-size: 19px;
      font-weight: 700;
      color: var(--moss-900);
      margin: 0 0 10px;
      line-height: 1.3;
    }
    .linked-card p {
      margin: 0 0 18px;
      font-size: 14.5px;
      line-height: 1.55;
      color: var(--stone);
    }
    .linked-card-link {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 13px; font-weight: 700;
      color: var(--moss-700);
      letter-spacing: 0.02em;
    }
    .linked-card-link::after { content: "→"; transition: transform 0.15s ease; }
    .linked-card:hover .linked-card-link::after { transform: translateX(3px); }
    @media (max-width: 820px) { .linked-grid { grid-template-columns: 1fr; } }

    /* ===== Final CTA ===== */
    .cta-section {
      padding: 104px 0;
      background:
        linear-gradient(180deg, rgba(1,56,79,0.96) 0%, rgba(1,56,79,0.99) 100%);
      color: #fff;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .cta-section::before {
      content: ""; position: absolute; inset: 0;
      background-image:
        radial-gradient(circle at 12% 18%, rgba(7,114,228,0.30), transparent 55%),
        radial-gradient(circle at 88% 82%, rgba(157,213,255,0.10), transparent 55%);
      pointer-events: none;
    }
    .cta-section .container { position: relative; }
    .cta-section h2 {
      color: #fff;
      font-size: clamp(32px, 4.4vw, 56px);
      line-height: 1.05;
      margin: 0 0 16px;
      max-width: 880px;
      margin-left: auto; margin-right: auto;
    }
    .cta-section h2 em { color: var(--moss-300); }
    .cta-section p {
      max-width: 640px;
      margin: 0 auto 32px;
      font-size: 17px;
      color: rgba(255,255,255,0.92);
      font-weight: 500;
    }
    .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
    .cta-section .btn--ghost {
      color: #fff;
      border-color: rgba(255,255,255,0.5);
    }
    .cta-section .btn--ghost:hover {
      background: rgba(255,255,255,0.10);
      border-color: #fff;
      color: #fff;
    }
    .cta-trust {
      margin-top: 28px;
      display: inline-flex; align-items: center; gap: 12px;
      padding: 10px 16px;
      background: rgba(255,255,255,0.10);
      border: 1px solid rgba(255,255,255,0.22);
      border-radius: 999px;
      color: rgba(255,255,255,0.85);
      font-size: 13px;
    }
    .cta-trust-stars { color: var(--green); letter-spacing: 1.5px; font-size: 15px; line-height: 1; }
    .cta-trust b { color: #fff; font-weight: 700; }

    /* ===== Footer ===== */
    .footer {
      background: var(--bark);
      color: rgba(255,255,255,0.82);
      padding: 56px 0 36px;
      font-size: 14px;
    }
    .footer-inner {
      display: flex; justify-content: space-between; align-items: center;
      flex-wrap: wrap; gap: 18px;
    }
    .footer-brand { display: inline-flex; align-items: center; gap: 12px; }
    .footer-brand img { height: 26px; }
    .footer-meta { color: rgba(255,255,255,0.58); }
    .footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
    .footer-links a { color: rgba(255,255,255,0.78); }
    .footer-links a:hover { color: #fff; }

    /* Medical note */
    .medical {
      padding: 28px 0;
      background: var(--cream-2);
      border-top: 1px solid var(--line);
      color: var(--stone);
      font-size: 13.5px;
      line-height: 1.55;
    }
    .medical-inner {
      display: flex; gap: 14px; align-items: flex-start;
      max-width: 920px; margin: 0 auto;
    }
    .medical-icon {
      width: 30px; height: 30px; border-radius: 50%;
      background: var(--moss-700); color: #fff;
      display: inline-flex; align-items: center; justify-content: center;
      font-size: 14px; font-weight: 700;
      flex: 0 0 auto;
    }
    .medical b { color: var(--moss-900); }

    /* Reveal-on-scroll */
    .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s cubic-bezier(0.22,0.61,0.36,1), transform 0.9s cubic-bezier(0.22,0.61,0.36,1); }
    .reveal.in { opacity: 1; transform: translateY(0); }

    @media (max-width: 720px) {
      .section, .finding { padding: 64px 0; }
      .meet, .risk-band, .linked, .cta-section { padding: 64px 0; }
      .container { padding: 0 20px; }
    }
