/* FitnessGenes — APOE / Alzheimer's Risk Landing Page
   Theme: FG navy/blue + a soft neuro-purple accent for topic identity.
   Built on top of styles/colors_and_type.css. */

* { box-sizing: border-box; }

:root {
  /* Topic accent — neuro-purple. Mapped onto the legacy --hc-iron-* token names
     so every existing rule picks up the new accent without rewriting the whole stylesheet. */
  --hc-iron-50:  #F1ECFB;   /* soft purple tint */
  --hc-iron-100: #DCCEF4;   /* soft purple border */
  --hc-iron-300: #B79CE8;   /* light purple (on dark) */
  --hc-iron-500: #6C3FCB;   /* primary topic accent (deep purple) */
  --hc-iron-700: #4B26A0;   /* deep purple */

  --hc-card-shadow: 0 8px 24px rgba(1,56,79,0.06);
  --hc-card-shadow-hover: 0 14px 32px rgba(1,56,79,0.10);
}

html, body { background: var(--fg-white); }

.page {
  font-family: var(--fg-font);
  color: var(--fg-text);
}

/* ============ Container ============ */
.container { max-width: var(--fg-container); margin: 0 auto; padding: 0 var(--fg-gutter); }
.container--narrow { max-width: 880px; }

/* ============ Eyebrow ============ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--fg-blue-600); margin: 0 0 18px;
}
.eyebrow::before {
  content: ""; display: inline-block;
  width: 22px; height: 1.5px; background: currentColor;
}
.eyebrow--iron { color: var(--hc-iron-500); }
.eyebrow--light { color: rgba(255,255,255,0.7); }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--fg-blue-500); color: #fff;
  font-weight: 600; font-size: 16px; padding: 16px 26px;
  border-radius: var(--fg-radius-md); border: 0; cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
  text-decoration: none; font-family: inherit;
}
.btn:hover { background: var(--fg-blue-600); color: #fff; text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn--lg { font-size: 17px; padding: 19px 30px; }
.btn--ghost {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,0.32);
  padding: 14.5px 24.5px;
}
.btn--ghost:hover { background: rgba(255,255,255,0.08); }
.btn--dark { background: var(--fg-navy-900); }
.btn--dark:hover { background: var(--fg-navy-950); }

/* ============ Announce + Nav ============ */
.announce {
  background: var(--fg-navy-950); color: #fff; text-align: center;
  font-size: 13px; font-weight: 600; padding: 10px 16px; letter-spacing: 0.02em;
}
.announce b { color: var(--fg-blue-400); }

.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: saturate(1.4) blur(8px);
  -webkit-backdrop-filter: saturate(1.4) blur(8px);
  border-bottom: 1px solid var(--fg-line);
}
.nav-inner {
  max-width: var(--fg-container); margin: 0 auto;
  padding: 14px var(--fg-gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { display: block; height: 28px; width: auto; }
.nav ul { list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; }
.nav ul a { color: var(--fg-ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.nav ul a:hover { color: var(--fg-blue-600); }
.nav .cta {
  background: var(--fg-navy-900); color: #fff;
  font-size: 13px; font-weight: 600; padding: 10px 18px;
  border-radius: var(--fg-radius-sm); text-decoration: none;
}
.nav .cta:hover { background: var(--fg-blue-600); color: #fff; }

/* ============ HERO ============ */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 900px 600px at 88% 30%, rgba(7, 114, 228, 0.14) 0%, transparent 60%),
    linear-gradient(180deg, #0e2129 0%, var(--fg-navy-950) 70%);
  color: #fff;
  padding: 88px 0 96px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px; align-items: center;
}
/* Hero flow — desktop: H1 + body wraps around floated visual on right */
.hero-flow {
  position: relative;
}
.hero-visual-wrap {
  float: right;
  width: 42%;
  max-width: 460px;
  margin: 0 0 24px 48px;
  shape-outside: inset(0 round var(--fg-radius-lg));
}
.hero h1 {
  color: #fff;
  font-size: clamp(40px, 4.6vw, 60px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
}
.hero h1 em {
  font-style: normal;
  color: var(--hc-iron-300);
  font-weight: 800;
}
.hero .lede {
  font-size: 20px; line-height: 1.55;
  color: rgba(255,255,255,0.82);
  margin: 0 0 32px;
  font-weight: 500;
  max-width: none;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-trust {
  clear: both;
  display: flex; gap: 28px; align-items: stretch; flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 28px; margin-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.hero-trust .item {
  flex: 1 1 0;
  min-width: 0;
  display: flex; flex-direction: column; gap: 4px;
  font-size: 11px; color: rgba(255,255,255,0.55);
  font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  white-space: nowrap;
}
.hero-trust .item b {
  font-size: 16px; color: #fff; font-weight: 700;
  text-transform: none; letter-spacing: 0;
  white-space: nowrap;
}

/* Hero visual — embedded preview of the real report's result block */
.hero-visual {
  position: relative;
  max-width: 480px;
  margin-left: auto;
}

.hero-report-card {
  background: #fff;
  border-radius: var(--fg-radius-lg);
  box-shadow: 0 24px 48px rgba(0,0,0,0.28), 0 0 0 1px rgba(255,255,255,0.06);
  overflow: hidden;
  color: var(--fg-text);
}
.hrc-breadcrumb {
  padding: 12px 22px;
  background: var(--fg-surface);
  border-bottom: 1px solid var(--fg-line);
  font-size: 11px; font-weight: 600;
  color: var(--fg-text-muted); letter-spacing: 0.02em;
}
.hrc-breadcrumb .sep { margin: 0 6px; opacity: 0.5; }
.hrc-breadcrumb b { color: var(--fg-ink); font-weight: 700; }

.hrc-body { padding: 22px 22px 20px; }

.hrc-title {
  font-size: 20px; font-weight: 800; color: var(--fg-ink);
  letter-spacing: -0.01em; line-height: 1.2;
  margin: 0 0 18px;
}

.hrc-result {
  border-left: 4px solid var(--fg-blue-500);
  background: linear-gradient(90deg, var(--fg-blue-tint) 0%, rgba(218, 243, 254, 0.35) 100%);
  border-radius: 0 10px 10px 0;
  padding: 18px 18px;
  margin: 0 0 18px;
  text-align: center;
}
.hrc-result[data-priority="high"] {
  border-left-color: #A53216;
  background: linear-gradient(90deg, #FBE7E1 0%, rgba(251,231,225,0.4) 100%);
}
.hrc-result-lead {
  font-size: 11px; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-blue-600);
  margin-bottom: 12px;
}
.hrc-result[data-priority="high"] .hrc-result-lead { color: #A53216; }
.hrc-result-row {
  display: flex; flex-direction: column; align-items: center;
  gap: 12px;
}
.hrc-priority-chip {
  display: inline-flex; align-items: center;
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 12px; border-radius: 999px;
  background: var(--fg-blue-500); color: #fff;
}
.hrc-result[data-priority="high"] .hrc-priority-chip { background: #A53216; }
.hrc-result-headline {
  font-size: 14px; line-height: 1.5;
  color: var(--fg-ink); font-weight: 600;
  margin: 0;
}
.hrc-result-headline b { font-weight: 800; }

.hrc-rows {
  display: flex; flex-direction: column; gap: 6px;
  margin-bottom: 14px;
}
.hrc-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 12px;
  background: var(--fg-surface);
  border: 1px solid var(--fg-line);
  border-radius: 8px;
  font-size: 12px;
}
.hrc-row span { color: var(--fg-text); font-weight: 600; }
.hrc-row b {
  font-family: var(--fg-font-mono);
  font-size: 11px; color: var(--fg-ink); font-weight: 700;
}
.hrc-caption {
  font-size: 10px; color: var(--fg-text-muted);
  font-weight: 500; letter-spacing: 0.02em;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid var(--fg-line);
}
/* Legacy hero card styles removed — see .hero-report-card / .hrc-* above */

/* ============ Symptom Self-Check ============ */
.symptoms {
  background: var(--fg-surface);
  padding: 112px 0;
  position: relative;
}
.symptoms-header {
  max-width: 760px; margin: 0 auto 56px; text-align: center;
}
.symptoms-header h2 {
  font-size: clamp(34px, 4vw, 48px); font-weight: 800;
  text-transform: none; letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--fg-ink);
}
.symptoms-header h2 em { font-style: normal; color: var(--hc-iron-500); }
.symptoms-header p {
  font-size: 18px; color: var(--fg-text-muted);
  margin: 18px auto 0; max-width: 620px; line-height: 1.55;
}
.symptoms-header .symptoms-intro--mobile { display: none; }

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1080px; margin: 0 auto;
}
.symptom-card {
  background: #fff;
  border: 1.5px solid var(--fg-line);
  border-radius: var(--fg-radius-md);
  padding: 14px 16px 14px;
  cursor: pointer;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
  display: flex; flex-direction: column; gap: 6px;
  position: relative;
  user-select: none;
  text-align: left;
  font-family: inherit;
}
.symptom-card:hover { border-color: var(--hc-iron-300); box-shadow: var(--hc-card-shadow); }
.symptom-card.is-checked {
  border-color: var(--hc-iron-500);
  background: var(--hc-iron-50);
  box-shadow: 0 0 0 4px rgba(108,63,203,0.10);
}
.symptom-card .check {
  position: absolute; top: 12px; right: 12px;
  width: 20px; height: 20px; border-radius: 50%;
  border: 1.5px solid var(--fg-line);
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: all 150ms ease;
}
.symptom-card.is-checked .check {
  background: var(--hc-iron-500);
  border-color: var(--hc-iron-500);
}
.symptom-card.is-checked .check::after {
  content: ""; width: 10px; height: 5px;
  border-left: 2px solid #fff; border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}
.symptom-card .ico {
  width: 28px; height: 28px; border-radius: 6px;
  background: var(--hc-iron-50);
  color: var(--hc-iron-500);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px; letter-spacing: -0.02em;
  border: 1px solid var(--hc-iron-100);
}
.symptom-card.is-checked .ico { background: #fff; }
.symptom-card h3 {
  font-size: 14.5px; font-weight: 700; line-height: 1.25;
  color: var(--fg-ink); margin: 0; text-transform: none;
  letter-spacing: -0.005em;
  padding-right: 28px;
}
.symptom-card p {
  font-size: 12.5px; line-height: 1.45;
  color: var(--fg-text-muted);
  margin: 0; font-weight: 500;
}

.symptom-result {
  margin: 32px auto 0;
  max-width: 720px;
  background: #fff;
  border: 1px solid var(--fg-line);
  border-radius: var(--fg-radius-md);
  padding: 24px 28px;
  display: flex; align-items: center; gap: 20px;
  box-shadow: var(--hc-card-shadow);
}
.symptom-result .count {
  flex-shrink: 0;
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--hc-iron-500); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; font-weight: 800; letter-spacing: -0.02em;
}
.symptom-result.is-low .count { background: var(--fg-line-strong); }
.symptom-result .body { flex: 1; }
.symptom-result .body h4 {
  font-size: 17px; font-weight: 700; color: var(--fg-ink);
  margin: 0 0 4px; text-transform: none;
}
.symptom-result .body p {
  font-size: 14px; color: var(--fg-text-muted);
  margin: 0; font-weight: 500;
}
.symptom-result .cta { flex-shrink: 0; }

/* ============ Symptoms layout — grid + finish CTA ============ */
.symptoms-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.symptoms-layout .symptom-grid {
  width: 100%;
}

/* CTA card inside symptom grid — branded blue */
.symptom-card--cta {
  background: var(--fg-blue-500);
  color: #fff;
  border-color: var(--fg-blue-500) !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 18px !important;
  gap: 6px !important;
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.symptom-card--cta::after {
  content: "";
  position: absolute;
  inset: auto -40% -60% auto;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}
.symptom-card--cta:hover {
  background: var(--fg-blue-600);
  border-color: var(--fg-blue-600) !important;
  box-shadow: 0 12px 24px rgba(7,114,228,0.25);
  transform: translateY(-1px);
}
.symptom-card--cta .check { display: none; }
.sc-cta-eyebrow {
  font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  position: relative; z-index: 1;
}
.sc-cta-title {
  font-size: 22px; font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em; line-height: 1.15;
  margin: 0;
  position: relative; z-index: 1;
}
.sc-cta-meta {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-top: auto;
  position: relative; z-index: 1;
}
.sc-cta-reset {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.12);
  padding: 4px 8px; border-radius: 4px;
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease;
}
.sc-cta-reset:hover {
  color: #fff;
  background: rgba(255,255,255,0.22);
}
.sc-cta-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  font-size: 16px; font-weight: 600;
  color: #fff;
  margin-left: auto;
  line-height: 1;
  transition: background 150ms ease, transform 150ms ease;
}
.symptom-card--cta:hover .sc-cta-arrow {
  background: #fff;
  color: var(--fg-blue-600);
  transform: translateX(2px);
}

/* result modal extras */
.sr-modal { max-width: 580px; }
.sr-count-line {
  font-size: 12px; color: var(--fg-text-muted);
  font-weight: 600; letter-spacing: 0.02em;
  text-align: center; margin-top: 8px;
}
.sr-cta { width: 100%; justify-content: center; margin-top: 8px; }
.sr-restart {
  font-family: inherit;
  font-size: 13px; font-weight: 600;
  color: var(--fg-text);
  background: transparent; border: 0; padding: 4px 0;
  cursor: pointer; text-align: center;
  text-decoration: underline;
  text-decoration-color: rgba(0,0,0,0.18);
  text-underline-offset: 3px;
  align-self: center;
  margin-top: 4px;
  transition: color 120ms ease;
}
.sr-restart:hover { color: var(--fg-blue-600); text-decoration-color: currentColor; }

.symptoms-mobile-cta { display: none; }

@media (max-width: 880px) {
  .symptoms-layout { gap: 0; }
  .symptoms-layout .symptom-grid { display: none; }
  .symptoms-header { margin-bottom: 24px; }
  .symptoms-header .symptoms-intro--desktop { display: none; }
  .symptoms-header .symptoms-intro--mobile { display: block; }
  .symptoms-mobile-cta {
    display: flex; flex-direction: column; align-items: center;
    gap: 10px;
    margin-top: 0;
  }
  .symptoms-mobile-cta .btn { min-width: 260px; justify-content: center; }
  .symptoms-mobile-cta p {
    font-size: 13px; color: var(--fg-text-muted);
    margin: 0; font-weight: 500; text-align: center;
  }
}

@media (max-width: 540px) {
  .sc-cta-title { font-size: 18px; }
}

/* ============ Pivot — "It's not in your head" ============ */
.pivot {
  padding: 120px 0;
  background: #fff;
}
.pivot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1140px; margin: 0 auto;
}
.pivot h2 {
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 800; line-height: 1.04;
  letter-spacing: -0.02em; text-transform: none;
  color: var(--fg-ink); margin: 0 0 24px;
}
.pivot h2 em {
  font-style: normal;
  color: var(--hc-iron-500);
  display: block;
}
.pivot .lede {
  font-size: 19px; line-height: 1.55;
  color: var(--fg-text); margin: 0 0 24px;
}
.pivot .stat-strip {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;border-top: 1px solid var(--fg-line);
  border-bottom: 1px solid var(--fg-line);
  margin: 32px 0 0;
}
.pivot .stat {
  padding: 32px 4px;
}
.pivot .stat + .stat { padding-left: 36px; border-left: 1px solid var(--fg-line); }
.pivot .stat .num {
  font-size: 42px; font-weight: 800; color: var(--hc-iron-500);
  letter-spacing: -0.02em; line-height: 1;
}
.pivot .stat .label {
  font-size: 14px; color: var(--fg-text-muted);
  margin-top: 12px; line-height: 1.55; font-weight: 500;
  max-width: 36ch;
}

/* The "DNA found" card */
.gene-card {
  background: linear-gradient(180deg, #fff 0%, var(--fg-surface) 100%);
  border: 1px solid var(--fg-line);
  border-radius: var(--fg-radius-lg);
  padding: 36px;
  box-shadow: var(--hc-card-shadow);
  position: relative;
}
.gene-card .gc-tag {
  font-size: 11px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--hc-iron-500);
  margin-bottom: 16px;
}
.gene-card h3 {
  font-size: 22px; font-weight: 700; color: var(--fg-ink);
  margin: 0 0 18px; line-height: 1.3;
}
.gene-card .variants { display: flex; flex-direction: column; gap: 12px; }
.gene-card .variant {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px; align-items: center;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--fg-line);
  border-radius: var(--fg-radius-md);
}
.gene-card .variant .code {
  font-family: var(--fg-font-mono);
  font-size: 14px; font-weight: 700;
  color: var(--fg-ink);
  background: var(--hc-iron-50);
  padding: 6px 10px; border-radius: 6px;
  letter-spacing: 0;
}
.gene-card .variant .desc {
  font-size: 13px; color: var(--fg-text-muted);
  font-weight: 500; line-height: 1.4;
}
.gene-card .variant .desc b { color: var(--fg-ink); font-weight: 700; display: block; font-size: 14px; margin-bottom: 1px; }
.gene-card .variant .badge {
  font-size: 11px; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 5px 10px;
  border-radius: var(--fg-radius-sm);
  background: var(--hc-iron-500); color: #fff;
}
.gene-card .variant .badge.low { background: var(--fg-line-strong); }
.gene-card .footnote {
  margin-top: 18px; padding-top: 18px;
  border-top: 1px dashed var(--fg-line);
  font-size: 12px; color: var(--fg-text-muted);
  line-height: 1.5; font-weight: 500;
}

/* ============ Section base ============ */
.section { padding: 112px 0; }
.section--alt { background: var(--fg-surface); }
.section--dark { background: var(--fg-navy-950); color: #fff; }

.section-header { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.section-header h2 {
  font-size: clamp(34px, 4vw, 48px); font-weight: 800;
  text-transform: none; letter-spacing: -0.02em;
  line-height: 1.08; color: var(--fg-ink);
}
.section--dark .section-header h2 { color: #fff; }
.section-header h2 em { font-style: normal; color: var(--hc-iron-500); }
.section--dark .section-header h2 em { color: var(--hc-iron-300); }
.section-header p {
  font-size: 18px; color: var(--fg-text-muted);
  margin: 18px auto 0; max-width: 620px; line-height: 1.55;
}
.section--dark .section-header p { color: rgba(255,255,255,0.7); }

/* ============ How it works (4-step) ============ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.step {
  background: #fff;
  border-radius: var(--fg-radius-md);
  padding: 28px 24px;
  border: 1px solid var(--fg-line);
  position: relative;
  display: flex; flex-direction: column;
}
.step .step-num {
  font-family: var(--fg-font-mono);
  font-size: 12px; font-weight: 700;
  color: var(--hc-iron-500); margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.step h3 {
  font-size: 18px; font-weight: 700;
  color: var(--fg-ink); margin: 0 0 10px;
  text-transform: none; line-height: 1.25;
}
.step p {
  font-size: 14px; color: var(--fg-text-muted);
  margin: 0; line-height: 1.55; font-weight: 500;
}
.step-illust {
  height: 120px;
  border-radius: 10px;
  background: var(--hc-iron-50);
  margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center;
  color: var(--hc-iron-500);
  overflow: hidden;
  border: 1px solid var(--hc-iron-100);
}
.step-illust svg {
  width: 100%; height: 100%;
  display: block;
  padding: 8px;
}

/* ============ What you'll learn — REPORT MOCK (matches FG product) ============ */
.learn-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: stretch;
}

/* Result-priority semantic tokens — mirrors actual report */
:root {
  --rp-low-bg: #E6F7EF;
  --rp-low-fg: #006B45;
  --rp-low-border: #B6E4CD;

  --rp-mod-bg: #FFF4E0;
  --rp-mod-fg: #B5750C;
  --rp-mod-border: #F4DBA3;

  --rp-high-bg: #FBE7E1;
  --rp-high-fg: #A53216;
  --rp-high-border: #F2BFAE;
}

.report-mock {
  background: #fff;
  border: 1px solid var(--fg-line);
  border-radius: var(--fg-radius-lg);
  box-shadow: var(--hc-card-shadow);
  overflow: hidden;
  position: relative;
}

/* Top toolbar — mirrors logged-in MyFG chrome */
.rm-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 10px 16px;
  background: var(--fg-navy-900);
  color: #fff;
}
.rm-tb-logo { display: block; height: 22px; width: auto; }
.rm-tb-nav {
  display: flex; gap: 0; justify-content: center; flex-wrap: wrap;
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.62);
  letter-spacing: 0.02em;
}
.rm-tb-nav span { white-space: nowrap; padding: 0 9px; }
.rm-tb-nav .is-active { color: #fff; }
.rm-tb-avatar {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--fg-blue-500); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: 0;
}

.rm-breadcrumb {
  padding: 12px 24px;
  background: var(--fg-surface);
  border-bottom: 1px solid var(--fg-line);
  font-size: 11px; font-weight: 600;
  color: var(--fg-text-muted); letter-spacing: 0.02em;
}
.rm-breadcrumb .sep { margin: 0 6px; opacity: 0.5; }
.rm-breadcrumb b { color: var(--fg-ink); font-weight: 700; }

.rm-body { padding: 28px 28px 26px; }

.rm-title {
  font-size: 26px; font-weight: 800; color: var(--fg-ink);
  letter-spacing: -0.01em; line-height: 1.15;
  margin: 0 0 14px; text-transform: none;
}
.rm-intro {
  font-size: 13.5px; line-height: 1.6;
  color: var(--fg-text); font-weight: 500;
  margin: 0 0 22px;
}

/* "YOUR RESULT" block — distinctive PDF-style highlight */
.rm-result {
  border-left: 4px solid var(--fg-blue-500);
  background: linear-gradient(90deg, var(--fg-blue-tint) 0%, rgba(218, 243, 254, 0.35) 100%);
  border-radius: 0 10px 10px 0;
  padding: 22px 22px;
  margin: 0 0 28px;
  text-align: center;
}
.rm-result-lead {
  font-size: 11px; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-blue-600);
  margin-bottom: 12px;
  text-align: center;
}
.rm-result[data-priority="moderate"] {
  border-left-color: #B5750C;
  background: linear-gradient(90deg, #FFF4E0 0%, rgba(255,244,224,0.4) 100%);
}
.rm-result[data-priority="high"] {
  border-left-color: #A53216;
  background: linear-gradient(90deg, #FBE7E1 0%, rgba(251,231,225,0.4) 100%);
}
.rm-result[data-priority="moderate"] .rm-result-lead { color: #B5750C; }
.rm-result[data-priority="high"] .rm-result-lead { color: #A53216; }

.rm-result-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.rm-priority-chip {
  display: inline-flex; align-items: center;
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 12px; border-radius: 999px;
  background: var(--fg-blue-500); color: #fff;
  white-space: nowrap;
  margin-top: 1px;
}
.rm-result[data-priority="moderate"] .rm-priority-chip { background: #B5750C; }
.rm-result[data-priority="high"] .rm-priority-chip { background: #A53216; }
.rm-result-headline {
  font-size: 15px; line-height: 1.5;
  color: var(--fg-ink); font-weight: 600;
  margin: 0;
}

/* Section header — Actions / 1 - 6 of 6 */
.rm-section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  border-bottom: 1px solid var(--fg-line);
  padding-bottom: 10px; margin: 0 0 14px;
}
.rm-section-head h5 {
  font-size: 18px; font-weight: 800; color: var(--fg-ink);
  margin: 0; text-transform: none; letter-spacing: -0.005em;
}
.rm-count {
  font-size: 11px; font-weight: 600; color: var(--fg-text-muted);
}

.rm-action-tabs {
  display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px;
}
.rm-tab {
  font-size: 11px; font-weight: 700;
  padding: 6px 12px; border-radius: 999px;
  background: #fff;
  border: 1px solid var(--fg-line);
  color: var(--fg-text-muted);
  letter-spacing: 0.02em; cursor: pointer;
}
.rm-tab.is-active {
  background: var(--fg-navy-900); color: #fff;
  border-color: var(--fg-navy-900);
}

.rm-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  grid-auto-rows: 1fr;
}
@media (max-width: 520px) {
  .rm-actions { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .rm-action { min-height: 168px; }
}
.rm-action {
  padding: 14px 16px 12px;
  background: #fff;
  border: 1px solid var(--fg-line);
  border-radius: 10px;
  display: flex; flex-direction: column; gap: 8px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  min-width: 0;
  min-height: 188px;
}
.rm-action:hover { border-color: var(--fg-blue-500); box-shadow: var(--hc-card-shadow); }

.rm-action-tag {
  align-self: flex-start;
  font-size: 10px; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 9px; border-radius: 4px;
  background: var(--fg-blue-tint); color: var(--fg-blue-600);
  white-space: nowrap;
}
.rm-action-tag--nutrition   { background: #E6F7EF; color: #006B45; }
.rm-action-tag--exercise    { background: #FFF4E0; color: #B5750C; }
.rm-action-tag--behaviour   { background: #F0E9FA; color: #5B3FBF; }
.rm-action-tag--supplements { background: #FBE7E1; color: #A53216; }
.rm-action-tag--lifestyle   { background: var(--fg-blue-tint); color: var(--fg-blue-600); }

.rm-action-title {
  font-size: 14px; font-weight: 700; color: var(--fg-ink);
  line-height: 1.4; margin: 0;
  word-break: break-word;
}
.rm-action-body {
  font-size: 12.5px; color: var(--fg-text-muted);
  line-height: 1.55; font-weight: 500; margin: 0;
  word-break: break-word;
}
.rm-action-foot {
  display: flex; gap: 22px; align-items: center; flex-wrap: wrap;
  padding-top: 8px; margin-top: auto;
  border-top: 1px dashed var(--fg-line);
}
.rm-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700;
  color: var(--fg-blue-600);
  cursor: pointer;
}
.rm-link--alt { color: var(--fg-navy-900); }
.rm-bookmark {
  width: 9px; height: 12px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
}

.learn-list { display: flex; flex-direction: column; gap: 0; }
.learn-list .item {
  padding: 22px 0;
  border-bottom: 1px solid var(--fg-line);
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 18px; align-items: start;
}
.learn-list .item:first-child { padding-top: 0; }
.learn-list .item:last-child { border-bottom: 0; }
.learn-list .item .num {
  font-family: var(--fg-font-mono);
  font-size: 13px; font-weight: 700; color: var(--hc-iron-500);
  padding-top: 2px;
}
.learn-list .item h4 {
  font-size: 18px; font-weight: 700; color: var(--fg-ink);
  margin: 0 0 6px; text-transform: none;
}
.learn-list .item p {
  font-size: 14px; color: var(--fg-text-muted);
  margin: 0; line-height: 1.55; font-weight: 500;
}

/* ============ Why it matters / urgency ============ */
.matters {
  background: var(--fg-navy-950);
  color: #fff; padding: 112px 0;
  position: relative; overflow: hidden;
}
.matters::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 700px 500px at 90% 20%, rgba(7,114,228,0.14) 0%, transparent 60%);
  pointer-events: none;
}
.matters .container { position: relative; }
.matters-head {
  max-width: 720px; margin-bottom: 56px;
}
.matters-head h2 {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800; color: #fff;
  letter-spacing: -0.02em; line-height: 1.08;
  text-transform: none; margin: 0 0 20px;
}
.matters-head h2 em { font-style: normal; color: var(--hc-iron-300); }
.matters-head p {
  font-size: 18px; color: rgba(255,255,255,0.78);
  line-height: 1.55; margin: 0; font-weight: 500;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.tl-step {
  padding: 36px 32px 36px 0;
  border-right: 1px solid rgba(255,255,255,0.10);
}
.tl-step:last-child { border-right: 0; padding-right: 0; }
.tl-step + .tl-step { padding-left: 32px; }
.tl-step .stage {
  font-family: var(--fg-font-mono);
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em;
  color: var(--hc-iron-300);
  margin-bottom: 14px;
}
.tl-step h3 {
  font-size: 20px; font-weight: 700; color: #fff;
  margin: 0 0 10px; text-transform: none; line-height: 1.25;
}
.tl-step p {
  font-size: 14px; color: rgba(255,255,255,0.65);
  margin: 0; font-weight: 500; line-height: 1.55;
}

/* ============ FAQ ============ */
.faq-list {
  max-width: 820px; margin: 0 auto;
  display: flex; flex-direction: column;
  border-top: 1px solid var(--fg-line);
}
.faq-item {
  border-bottom: 1px solid var(--fg-line);
}
.faq-q {
  width: 100%; background: transparent; border: 0;
  text-align: left; cursor: pointer;
  padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  font-family: inherit;
  font-size: 17px; font-weight: 700; color: var(--fg-ink);
  letter-spacing: -0.005em;
  line-height: 1.35;
}
.faq-q .plus {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  border: 1.5px solid var(--fg-line);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  transition: all 150ms ease;
}
.faq-q .plus::before, .faq-q .plus::after {
  content: ""; position: absolute;
  background: var(--fg-ink);
  border-radius: 1px;
  transition: transform 150ms ease;
}
.faq-q .plus::before { width: 12px; height: 2px; }
.faq-q .plus::after { width: 2px; height: 12px; }
.faq-item.is-open .faq-q .plus { background: var(--hc-iron-500); border-color: var(--hc-iron-500); }
.faq-item.is-open .faq-q .plus::before, .faq-item.is-open .faq-q .plus::after { background: #fff; }
.faq-item.is-open .faq-q .plus::after { transform: rotate(90deg); }
.faq-a {
  display: none; padding: 0 0 24px;
  font-size: 15px; line-height: 1.6;
  color: var(--fg-text); font-weight: 500;
  max-width: 720px;
}
.faq-item.is-open .faq-a { display: block; }
.faq-a a { color: var(--fg-blue-600); }

/* ============ Pricing ============ */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto auto 1fr auto;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
}
.pricing-grid .pricing-card {
  max-width: none; margin: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 7;
  gap: 0;
  align-content: start;
}
.pricing-grid .pricing-card ul { flex: none; }
.pricing-card .pc-tag {
  font-size: 11px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--hc-iron-500);
  margin-bottom: 10px;
}
.pricing-card--secondary { border-color: var(--fg-line) !important; border-width: 1px !important; }
.pricing-card--secondary .pc-tag { color: var(--fg-blue-600); }

@media (max-width: 860px) {
  .pricing-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ============ Research strip ============ */
/* ============ Always Led By Science ============ */
.led-by-science {
  background: #fff;
  padding: 80px 0;
  border-bottom: 1px solid var(--fg-line);
}
.lbs-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: start;
}
.lbs-image {
  position: relative;
}
.lbs-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--fg-radius-md);
  background: #EFEAE0 url("../assets/lab-photo.png") center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.lbs-content h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: none;
  margin: 0 0 20px;
  color: var(--fg-ink);
}
.lbs-content p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--fg-text);
  margin: 0 0 16px;
  font-weight: 500;
}
.lbs-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--fg-blue-500);
  margin-top: 4px;
  margin-bottom: 28px;
}

.lbs-partners {
  background: var(--fg-surface);
  border: 1px solid var(--fg-line);
  border-radius: var(--fg-radius-md);
  padding: 22px 24px 24px;
}
.lbs-partners-head {
  font-size: 14px;
  font-weight: 700;
  color: var(--fg-ink);
  margin-bottom: 18px;
}
.lbs-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 28px;
  align-items: center;
  justify-items: center;
}
.lbs-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
}
.lbs-partner img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

@media (max-width: 920px) {
  .lbs-grid { grid-template-columns: 1fr; gap: 32px; }
  .lbs-image { max-width: 320px; }
  .lbs-content h2 { font-size: 30px; }
  .lbs-partner-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 20px; }
}

/* ============ Quiz Modal ============ */
.quiz-overlay {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(8, 22, 28, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  animation: quiz-fade 200ms ease;
}
@keyframes quiz-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.quiz-modal {
  position: relative;
  background: #fff;
  border-radius: var(--fg-radius-lg);
  width: 100%; max-width: 640px;
  max-height: 90vh; overflow-y: auto;
  padding: 48px 44px 32px;
  box-shadow: 0 24px 64px rgba(1, 56, 79, 0.32);
  animation: quiz-rise 240ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes quiz-rise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.quiz-close {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--fg-surface); border: 0;
  font-size: 22px; line-height: 1; color: var(--fg-text);
  cursor: pointer; font-family: inherit;
  display: flex; align-items: center; justify-content: center;
  transition: background 150ms ease;
}
.quiz-close:hover { background: var(--fg-line); }

.quiz-head { margin-bottom: 32px; }
.quiz-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--hc-iron-500);
  margin-bottom: 14px;
}
.quiz-progress {
  height: 4px; background: var(--fg-surface);
  border-radius: 2px; overflow: hidden; margin-bottom: 8px;
}
.quiz-progress-fill {
  height: 100%; background: var(--hc-iron-500);
  transition: width 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.quiz-step {
  font-size: 12px; color: var(--fg-text-muted);
  font-weight: 600; letter-spacing: 0.04em;
}

.quiz-body { padding: 8px 0 16px; }
.quiz-q {
  font-size: 22px; font-weight: 700; line-height: 1.35;
  color: var(--fg-ink); margin: 0 0 28px;
  text-transform: none; letter-spacing: -0.01em;
}
.quiz-actions {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px;
  margin-bottom: 16px;
}
.quiz-btn {
  padding: 16px 18px; font-size: 15px; font-weight: 700;
  border-radius: var(--fg-radius-md); cursor: pointer;
  font-family: inherit;
  transition: all 150ms ease;
  border: 1.5px solid var(--fg-line);
  background: #fff; color: var(--fg-ink);
}
.quiz-btn:hover { border-color: var(--fg-navy-900); background: var(--fg-surface); }
.quiz-btn--yes { border-color: var(--hc-iron-500); color: var(--hc-iron-500); }
.quiz-btn--yes:hover { background: var(--hc-iron-500); color: #fff; border-color: var(--hc-iron-500); }
.quiz-btn--no { }
.quiz-btn--skip { color: var(--fg-text-muted); }
.quiz-back {
  background: transparent; border: 0; padding: 8px 0;
  font-family: inherit; font-size: 13px; font-weight: 600;
  color: var(--fg-blue-600); cursor: pointer;
}
.quiz-back:hover { color: var(--fg-blue-700); }

.quiz-foot {
  margin-top: 24px; padding-top: 16px;
  border-top: 1px solid var(--fg-line);
  font-size: 11px; color: var(--fg-text-muted);
  line-height: 1.5; font-weight: 500;
}

.quiz-result-tier {
  display: inline-block;
  font-size: 11px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  margin-bottom: 16px;
}
.quiz-result-tier--high { background: var(--hc-iron-500); color: #fff; }
.quiz-result-tier--mid { background: var(--hc-iron-100); color: var(--hc-iron-700); }
.quiz-result-tier--low { background: var(--fg-surface); color: var(--fg-text); }
.quiz-result-headline {
  font-size: 22px; font-weight: 700; line-height: 1.3;
  color: var(--fg-ink); margin: 0 0 14px;
  text-transform: none; letter-spacing: -0.01em;
}
.quiz-result-body {
  font-size: 15px; color: var(--fg-text);
  line-height: 1.6; margin: 0 0 24px; font-weight: 500;
}
.quiz-result-meter { margin: 24px 0 32px; }
.qr-bar {
  height: 10px; border-radius: 5px;
  background: var(--fg-surface); overflow: hidden;
}
.qr-fill { height: 100%; transition: width 600ms cubic-bezier(0.16, 1, 0.3, 1); }
.qr-fill--high { background: var(--hc-iron-500); }
.qr-fill--mid { background: var(--hc-iron-300); }
.qr-fill--low { background: var(--fg-line-strong); }
.qr-scale {
  display: flex; justify-content: space-between;
  margin-top: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--fg-text-muted);
}

.quiz-product-head { margin: 28px 0 14px; }
.qph-eyebrow {
  font-size: 11px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--hc-iron-500);
  margin-bottom: 4px;
}
.quiz-product-head h4 {
  font-size: 17px; font-weight: 700; color: var(--fg-ink);
  margin: 0; text-transform: none; line-height: 1.3;
}
.quiz-products {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin-bottom: 20px;
}
.quiz-product {
  display: flex; flex-direction: column; gap: 6px;
  padding: 18px;
  background: #fff;
  border: 1.5px solid var(--fg-line);
  border-radius: var(--fg-radius-md);
  text-decoration: none;
  transition: all 150ms ease;
}
.quiz-product:hover {
  border-color: var(--hc-iron-500);
  box-shadow: var(--hc-card-shadow);
  transform: translateY(-2px);
}
.qp-tag {
  display: inline-block;
  font-size: 10px; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--hc-iron-500);
  margin-bottom: 4px;
}
.qp-tag--alt { color: var(--fg-blue-600); }
.qp-name {
  font-size: 15px; font-weight: 700; color: var(--fg-ink);
  line-height: 1.25;
}
.qp-desc {
  font-size: 12px; color: var(--fg-text-muted);
  font-weight: 500; line-height: 1.4;
  margin-bottom: 6px;
}
.qp-price {
  display: flex; align-items: baseline; gap: 6px;
  margin-top: auto;
}
.qp-price > span:first-child {
  font-size: 24px; font-weight: 800;
  color: var(--fg-ink); letter-spacing: -0.02em;
}
.qp-cycle { font-size: 12px; color: var(--fg-text-muted); font-weight: 600; }
.qp-cta {
  font-size: 12px; font-weight: 700;
  color: var(--hc-iron-500); margin-top: 8px;
}
.quiz-soft-cta { margin: 24px 0 12px; }
.quiz-soft-cta .btn { width: 100%; justify-content: center; }
.quiz-actions-row {
  display: flex; gap: 16px; justify-content: space-between;
  margin-top: 16px;
}

@media (max-width: 540px) {
  .quiz-modal { padding: 40px 24px 24px; }
  .quiz-actions { grid-template-columns: 1fr; }
  .quiz-products { grid-template-columns: 1fr; }
}

/* ============ Original pricing-card (single card) ============ */
.pricing-card {
  max-width: 560px; margin: 0 auto;
  background: linear-gradient(180deg, #fff 0%, var(--fg-surface) 100%);
  border: 2px solid var(--fg-navy-900);
  border-radius: var(--fg-radius-lg);
  padding: 40px;
  position: relative;
  box-shadow: var(--hc-card-shadow);
}
.pricing-card .badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--hc-iron-500); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px;
}
.pricing-card .pc-head {
  text-align: center; padding-bottom: 18px;
  border-bottom: 1px solid var(--fg-line);
  margin-bottom: 14px;
  display: flex; flex-direction: column;
}
.pricing-card .pc-head .desc {
  flex: 1;
}
.pricing-card h3 {
  font-size: 24px; font-weight: 800; color: var(--fg-ink);
  margin: 0 0 6px; text-transform: none; letter-spacing: -0.01em;
}
.pricing-card .desc {
  font-size: 14px; color: var(--fg-text-muted);
  margin: 0; font-weight: 500;
}
.pricing-card .price-row {
  display: flex; align-items: baseline; justify-content: center;
  gap: 8px; margin: 8px 0 6px;
}
.pricing-card .price-row .strike {
  font-size: 18px; color: var(--fg-text-muted);
  text-decoration: line-through; font-weight: 600;
}
.pricing-card .price-row .amount {
  font-size: 56px; font-weight: 800; color: var(--fg-ink);
  letter-spacing: -0.03em; line-height: 1;
}
.pricing-card .price-row .cycle {
  font-size: 14px; color: var(--fg-text-muted); font-weight: 600;
}
.pricing-card .price-foot {
  text-align: center; font-size: 13px; color: var(--fg-text-muted);
  font-weight: 500; margin-bottom: 24px;
}
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 28px; }
.pricing-card li {
  font-size: 15px; color: var(--fg-text); font-weight: 500;
  padding: 9px 0 9px 30px; position: relative; line-height: 1.45;
}
.pricing-card li::before {
  content: ""; position: absolute; left: 0; top: 12px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--hc-iron-50)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236C3FCB'><path d='M7.5 13.5L3.8 9.8l1.4-1.4 2.3 2.3 6-6 1.4 1.4-7.4 7.4z'/></svg>")
    center / 12px no-repeat;
}
.pricing-card .btn { width: 100%; justify-content: center; }
.pricing-card .pc-foot {
  margin-top: 16px; text-align: center;
  font-size: 12px; color: var(--fg-text-muted);
  font-weight: 500; line-height: 1.5;
}

/* ============ Final CTA ============ */
.final-cta {
  background: linear-gradient(135deg, var(--fg-navy-900) 0%, var(--fg-navy-950) 100%);
  color: #fff; padding: 120px 0;
  position: relative; overflow: hidden;
}
.final-cta::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 600px 400px at 80% 30%, rgba(7,114,228,0.20) 0%, transparent 60%),
    radial-gradient(ellipse 500px 500px at 20% 80%, rgba(111,193,245,0.10) 0%, transparent 60%);
  pointer-events: none;
}
.final-cta .inner {
  position: relative; z-index: 1; text-align: center;
  max-width: 760px; margin: 0 auto;
}
.final-cta h2 {
  font-size: clamp(36px, 4.5vw, 56px); font-weight: 800;
  line-height: 1.04; letter-spacing: -0.02em;
  color: #fff; text-transform: none; margin: 0 0 22px;
}
.final-cta h2 em { font-style: normal; color: var(--hc-iron-300); }
.final-cta p {
  font-size: 19px; color: rgba(255,255,255,0.78);
  margin: 0 auto 36px; max-width: 580px; line-height: 1.55;
}
.final-cta .actions {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.final-cta .foot {
  margin-top: 28px;
  font-size: 13px; color: rgba(255,255,255,0.5); font-weight: 500;
}

/* ============ Medical disclaimer ============ */
.medical-note {
  background: var(--fg-surface);
  border-top: 1px solid var(--fg-line);
  padding: 32px 0;
}
.medical-note .container {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px; align-items: start;
  max-width: 880px;
}
.medical-note .icon {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--fg-line);
  color: var(--fg-text-muted);
  font-weight: 800; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fg-font-mono);
}
.medical-note p {
  font-size: 13px; color: var(--fg-text-muted);
  margin: 0; line-height: 1.6; font-weight: 500;
}

/* ============ Footer ============ */
.footer {
  background: #0a161b; color: #fff;
  padding: 56px 0 24px; font-size: 14px;
}
.footer-inner {
  max-width: var(--fg-container); margin: 0 auto;
  padding: 0 var(--fg-gutter);
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px;
}
.footer h4 {
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em;
  color: #fff; margin: 0 0 16px; font-weight: 700;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 10px; }
.footer a {
  color: rgba(255,255,255,0.6); font-weight: 500;
  text-decoration: none; font-size: 14px;
}
.footer a:hover { color: #fff; text-decoration: underline; }
.footer .fbrand p {
  font-size: 13px; color: rgba(255,255,255,0.55);
  max-width: 280px; margin: 12px 0 0; line-height: 1.55; font-weight: 500;
}
.footer .fsocial {
  display: flex; gap: 12px; margin-top: 20px;
}
.footer .fsocial a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.75);
  transition: background 0.2s ease, color 0.2s ease;
}
.footer .fsocial a:hover {
  background: rgba(255,255,255,0.18); color: #fff; text-decoration: none;
}
.footer .bottom {
  max-width: var(--fg-container); margin: 40px auto 0;
  padding: 24px var(--fg-gutter) 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 12px; color: rgba(255,255,255,0.4);
}

/* ============ Responsive ============ */
@media (max-width: 960px) {
  .hero { padding: 64px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { max-width: 380px; margin: 0 auto; }
  .hero-visual-wrap {
    float: none;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 36px;
  }
  .hero-trust {
    flex-wrap: wrap;
    gap: 20px;
  }
  .hero-trust .item {
    flex: 1 1 calc(50% - 10px);
    white-space: normal;
  }
  .hero-trust .item b {
    white-space: normal;
  }
  .symptom-grid { grid-template-columns: 1fr 1fr; }
  .pivot-grid, .learn-grid { grid-template-columns: 1fr; gap: 56px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .tl-step { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.10); padding: 28px 0; }
  .tl-step + .tl-step { padding-left: 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .nav ul { display: none; }
  .section { padding: 72px 0; }
  .symptoms { padding: 72px 0; }
  .pivot { padding: 80px 0; }
  .matters { padding: 80px 0; }
  .final-cta { padding: 80px 0; }
}
@media (max-width: 540px) {
  .symptom-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .symptom-result { flex-direction: column; text-align: center; }
  .pivot .stat-strip { grid-template-columns: 1fr; }
  .pivot .stat + .stat { padding-left: 0; border-left: 0; border-top: 1px solid var(--fg-line); }
}

@media (max-width: 720px) {
  .hero-visual-wrap { display: none; }
  .hero { padding-bottom: 56px; }

  /* Gene-card variant rows reflow to two rows on mobile */
  .gene-card { padding: 24px 20px; }
  .gene-card h3 { font-size: 18px; margin-bottom: 14px; }
  .gene-card .variant {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "code badge"
      "desc desc";
    column-gap: 12px;
    row-gap: 10px;
    padding: 14px 14px;
    align-items: center;
  }
  .gene-card .variant .code { grid-area: code; padding: 5px 9px; font-size: 13px; }
  .gene-card .variant .badge { grid-area: badge; justify-self: end; }
  .gene-card .variant .desc { grid-area: desc; font-size: 13px; line-height: 1.45; }
  .gene-card .variant .desc b { font-size: 14px; margin-bottom: 2px; }
  .gene-card .footnote { font-size: 11.5px; margin-top: 14px; padding-top: 14px; }
}

/* ============ Tweaks Panel ============ */
.tweaks {
  position: fixed; bottom: 20px; right: 20px; z-index: 1000;
  width: 320px; max-height: 80vh; overflow-y: auto;
  background: #fff; border-radius: 12px;
  box-shadow: 0 20px 48px rgba(1,56,79,0.22), 0 0 0 1px var(--fg-line);
  padding: 20px; font-family: var(--fg-font);
}
.tweaks .tw-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--hc-iron-500); margin-bottom: 4px;
}
.tweaks h3 {
  font-size: 18px; font-weight: 800; color: var(--fg-ink);
  margin: 0 0 16px; text-transform: none;
}
.tweaks .tw-section { margin-top: 16px; }
.tweaks .tw-section + .tw-section {
  padding-top: 14px; border-top: 1px solid var(--fg-line);
}
.tweaks label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--fg-text-muted); margin-bottom: 6px;
}
.tweaks .tw-btns { display: flex; gap: 6px; flex-wrap: wrap; }
.tweaks .tw-btn {
  font-size: 12px; font-weight: 600; padding: 7px 10px;
  border-radius: 6px; border: 1px solid var(--fg-line);
  background: #fff; color: var(--fg-text);
  cursor: pointer; font-family: inherit;
}
.tweaks .tw-btn.is-active {
  background: var(--fg-navy-900); color: #fff; border-color: var(--fg-navy-900);
}
.tweaks textarea, .tweaks input[type="text"] {
  width: 100%; padding: 8px 10px; font-size: 13px;
  border: 1px solid var(--fg-line); border-radius: 6px;
  font-family: inherit; color: var(--fg-ink);
  resize: vertical;
}
.tweaks .tw-toggle {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; color: var(--fg-text);
  text-transform: none; letter-spacing: 0;
  cursor: pointer; margin-bottom: 8px;
}

/* ============ Report Mock — Action Carousel ============ */
.rm-carousel-ctrls {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin-top: 14px;
}
.rm-carousel-btn {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1.5px solid var(--fg-line);
  background: #fff; color: var(--fg-ink);
  font-size: 20px; font-weight: 700; line-height: 1;
  cursor: pointer; font-family: inherit;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all 150ms ease;
}
.rm-carousel-btn:hover:not(:disabled) {
  border-color: var(--fg-blue-500);
  color: var(--fg-blue-600);
}
.rm-carousel-btn:disabled {
  opacity: 0.35; cursor: not-allowed;
}
.rm-carousel-dots {
  display: inline-flex; align-items: center; gap: 6px;
}
.rm-carousel-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--fg-line);
  border: 0; padding: 0; cursor: pointer;
  transition: all 150ms ease;
}
.rm-carousel-dot.is-active {
  background: var(--fg-blue-500);
  width: 22px; border-radius: 4px;
}
