/* The Midlife Pause — funnel stylesheet (lander + upsell pages)
   Tokens from the live MLP Shopify theme (funnel brief §3).
   Headlines: Instrument Sans, sentence case. Body: Inter. */

:root {
  --pink: #DE5E8A;
  --pink-hover: #D94578;
  --teal: #108474;
  --navy: #0D2845;
  --gold: #F4B434;
  --pink-50: #FDEDF3;
  --pink-200: #F8C1D8;
  --mint: #C5F7F0;
  --teal-50: #EDF5F5;
  --page: #F0F2F5;
  --card: #FFFFFF;
  --product-bg: #F5F7FA;
  --ink: #1F2A37;
  --ink-2: #333333;
  --muted: #5F6B7A;
  --line: #E3E7ED;
  --line-2: #EEEEEE;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 1px 2px rgba(13, 40, 69, .06), 0 8px 24px rgba(13, 40, 69, .06);
  --shadow-lg: 0 2px 4px rgba(13, 40, 69, .06), 0 18px 48px rgba(13, 40, 69, .12);
  --font-head: "Instrument Sans", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --measure: 680px;
  --wide: 1140px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------- type ---------- */
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--navy); line-height: 1.15; letter-spacing: -0.015em; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.45rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1.1em; }
.accent { color: var(--pink); }
.teal { color: var(--teal); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--font-head); font-weight: 600; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--teal);
  margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 2px; }
.lede { font-size: 1.2rem; line-height: 1.6; color: var(--ink-2); }
.small { font-size: .88rem; line-height: 1.55; }
.muted { color: var(--muted); }
strong { color: var(--navy); }
.dropcap::first-letter {
  float: left; font-family: var(--font-head); font-weight: 700; color: var(--pink);
  font-size: 4.2rem; line-height: .85; padding: .08em .1em 0 0;
}

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wide); margin: 0 auto; padding: 0 20px; }
.measure { max-width: var(--measure); margin-left: auto; margin-right: auto; }
.section { padding: 72px 0; }
.section.tight { padding: 48px 0; }
.sheet {
  background: var(--card); border-radius: 28px; box-shadow: var(--shadow);
  padding: 64px 24px; margin: 0 auto; max-width: 980px;
}
.sheet.wide { max-width: var(--wide); }
.band-navy { background: var(--navy); color: #DCE4EE; }
.band-navy h2, .band-navy h3, .band-navy strong { color: #fff; }
.band-navy .eyebrow { color: var(--mint); }
.band-navy .accent { color: var(--pink-200); }
.band-teal { background: var(--teal-50); }
.band-pink { background: var(--pink-50); }
.center { text-align: center; }
.grid-2 { display: grid; gap: 40px; grid-template-columns: 1fr; align-items: center; }
.grid-3 { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 860px) {
  .grid-2 { grid-template-columns: 1fr 1fr; gap: 56px; }
  .grid-2.media-left > :first-child { order: 0; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .sheet { padding: 80px 72px; }
}

/* ---------- top bar ---------- */
.topbar { background: var(--navy); color: #fff; font-size: .82rem; text-align: center; padding: 8px 16px; letter-spacing: .02em; }
.topbar strong { color: var(--gold); }
.masthead { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.wordmark { font-family: var(--font-head); font-weight: 600; color: var(--navy); text-decoration: none; font-size: 1.05rem; letter-spacing: -.01em; display: flex; align-items: center; gap: 10px; }
.wordmark .mark { width: 30px; height: 30px; border-radius: 50%; background: var(--pink); display: grid; place-items: center; color: #fff; font-size: .8rem; }
.masthead .by { font-size: .85rem; color: var(--muted); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-head); font-weight: 700; font-size: 1.08rem; letter-spacing: .005em;
  text-decoration: none; cursor: pointer; border: 0; border-radius: 999px;
  padding: 18px 34px; min-height: 56px; line-height: 1.2; text-align: center;
  background: var(--pink); color: #fff; box-shadow: 0 6px 18px rgba(222, 94, 138, .35);
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.btn:hover { background: var(--pink-hover); color: #fff; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(217, 69, 120, .38); }
.btn:active { transform: translateY(0); }
.btn .arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(3px); }
.btn.block { display: flex; width: 100%; }
.btn.ghost { background: transparent; color: var(--navy); box-shadow: inset 0 0 0 2px var(--navy); }
.btn.ghost:hover { background: var(--navy); color: #fff; }
.btn.navy { background: var(--navy); box-shadow: none; }
.btn.navy:hover { background: #16385e; }
.btn.secondary { background: #E8ECF1; color: var(--navy); box-shadow: none; }
.btn.secondary:hover { background: #DCE2E9; color: var(--navy); }
.textlink { font-weight: 600; color: var(--teal); }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.cta-row.center { justify-content: center; }
.reassure { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .86rem; color: var(--muted); margin-top: 14px; padding: 0; list-style: none; }
.reassure li { display: inline-flex; align-items: center; gap: 6px; }
.reassure li::before { content: ""; width: 16px; height: 16px; border-radius: 50%; background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.2l2.6 2.5L12 5.4' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat; flex: none; }
.reassure.center { justify-content: center; }

/* ---------- hero ---------- */
.hero { padding: 24px 0 64px; }
.hero-grid { display: grid; gap: 36px; grid-template-columns: 1fr; align-items: center; }
.hero h1 { margin-bottom: .45em; }
.hero h1 .quote-mark { color: var(--pink); }
.hero .attribution { font-family: var(--font-head); font-weight: 600; color: var(--teal); margin: -6px 0 18px; font-size: 1rem; }
.hero .lede { max-width: 560px; }
.hero-media { position: relative; display: flex; justify-content: center; }
.reel {
  position: relative; width: min(330px, 78vw); aspect-ratio: 9 / 16; border-radius: 28px; overflow: hidden;
  background: var(--navy); box-shadow: var(--shadow-lg); border: 6px solid #fff;
}
.reel video { width: 100%; height: 100%; object-fit: cover; }
.reel .reel-btn {
  position: absolute; left: 12px; bottom: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 8px; border: 0; cursor: pointer;
  background: rgba(13, 40, 69, .82); color: #fff; font: 600 .85rem/1 var(--font-head);
  padding: 10px 14px; border-radius: 999px; min-height: 44px; backdrop-filter: blur(6px);
}
.reel .reel-btn:hover { background: var(--pink); }
.reel .play-overlay {
  position: absolute; inset: 0; display: none; place-items: center; background: rgba(13, 40, 69, .25); border: 0; cursor: pointer;
}
.reel.paused .play-overlay { display: grid; }
.play-overlay span { width: 76px; height: 76px; border-radius: 50%; background: var(--pink); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.reel-caption { position: absolute; right: -8px; top: 22px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: 8px 12px; font: 600 .78rem/1.3 var(--font-head); color: var(--navy); max-width: 150px; }
.hero-pouch { position: absolute; width: min(190px, 40vw); left: -10px; bottom: -28px; filter: drop-shadow(0 16px 24px rgba(13,40,69,.25)); border-radius: 16px; }
@media (min-width: 900px) {
  .hero { padding: 32px 0 88px; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; gap: 56px; }
  .hero-pouch { left: -60px; width: 220px; }
}

/* ---------- trust bar ---------- */
.trust { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust ul { list-style: none; margin: 0 auto; padding: 22px 20px; max-width: var(--wide); display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
.trust li { display: flex; align-items: center; gap: 12px; font-size: .9rem; line-height: 1.35; color: var(--ink-2); }
.trust li strong { display: block; font-family: var(--font-head); font-size: 1rem; }
.trust .ico { flex: none; width: 42px; height: 42px; border-radius: 50%; background: var(--pink-50); color: var(--pink); display: grid; place-items: center; }
.trust .ico svg { width: 22px; height: 22px; }
.trust .thumb { flex: none; width: 42px; height: 42px; border-radius: 10px; object-fit: cover; }
@media (min-width: 900px) { .trust ul { grid-template-columns: repeat(4, 1fr); } }

/* ---------- letter ---------- */
.letter p { font-size: 1.08rem; }
.letter h2 { margin-top: 1.6em; }
.letter h2:first-child { margin-top: 0; }
.letter h3 { margin-top: 1.4em; }
.signoff { display: flex; align-items: center; gap: 16px; margin-top: 28px; }
.signoff img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: 50% 20%; }
.signoff .sig { font-family: var(--font-head); font-weight: 600; font-size: 1.35rem; color: var(--navy); font-style: italic; line-height: 1.1; }
.chapter-label { font-family: var(--font-head); font-weight: 700; color: var(--pink); font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; display: block; margin-bottom: 8px; }

figure { margin: 36px 0; }
figure img { border-radius: var(--radius); width: 100%; }
figcaption { font-size: .85rem; color: var(--muted); margin-top: 10px; }
.figure-wide { margin-left: -24px; margin-right: -24px; }
.figure-wide img { border-radius: 0; }
@media (min-width: 860px) { .figure-wide { margin-left: -72px; margin-right: -72px; } }
.float-img { border-radius: var(--radius); }
@media (min-width: 860px) {
  .float-right { float: right; width: 44%; margin: 6px -40px 20px 32px; }
  .float-left { float: left; width: 44%; margin: 6px 32px 20px -40px; }
}
.clear { clear: both; }

.pull {
  margin: 36px 0; padding: 26px 28px; border-left: 4px solid var(--pink); background: var(--pink-50);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.pull p { font-family: var(--font-head); font-size: 1.35rem; line-height: 1.4; color: var(--navy); font-weight: 600; margin: 0 0 .4em; }
.pull cite { font-style: normal; font-size: .85rem; color: var(--muted); }
.callout { background: var(--teal-50); border-radius: var(--radius); padding: 24px 26px; margin: 32px 0; border: 1px solid #D6E9E9; }
.callout h4 { color: var(--teal); margin-bottom: .4em; }
.callout p:last-child, .callout ul:last-child { margin-bottom: 0; }
.checklist { list-style: none; padding: 0; margin: 0 0 1.2em; }
.checklist li { position: relative; padding-left: 34px; margin-bottom: 12px; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 4px; width: 22px; height: 22px; border-radius: 50%; background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.2l2.6 2.5L12 5.4' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat; }
.xlist li::before { background: #E8ECF1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 5l6 6M11 5l-6 6' fill='none' stroke='%230D2845' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/12px no-repeat; }

.jump { text-align: center; margin: 40px 0 8px; padding: 26px 20px; border-radius: var(--radius); background: var(--page); }
.jump p { margin: 0 0 14px; font-family: var(--font-head); font-weight: 600; color: var(--navy); font-size: 1.1rem; }

/* ---------- three pillars ---------- */
.pillars { display: grid; gap: 16px; grid-template-columns: 1fr; margin: 32px 0; }
.pillar { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.pillar .num { font-family: var(--font-head); font-weight: 700; color: var(--pink); font-size: .85rem; letter-spacing: .1em; }
.pillar h4 { margin: 6px 0 6px; font-size: 1.15rem; }
.pillar p { margin: 0; font-size: .95rem; line-height: 1.6; }
@media (min-width: 720px) { .pillars { grid-template-columns: repeat(3, 1fr); } }

/* ---------- myth grid (navy band) ---------- */
.myths { display: grid; gap: 16px; grid-template-columns: 1fr; margin-top: 36px; }
.myth { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 24px; }
.myth .tag { display: inline-block; font: 700 .72rem/1 var(--font-head); letter-spacing: .12em; text-transform: uppercase; color: var(--navy); background: var(--gold); padding: 6px 9px; border-radius: 6px; margin-bottom: 12px; }
.myth h3 { font-size: 1.15rem; margin-bottom: .4em; }
.myth p { margin: 0; font-size: .95rem; line-height: 1.6; color: #C9D3DF; }
@media (min-width: 760px) { .myths { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .myths { grid-template-columns: repeat(3, 1fr); } }

/* ---------- ingredient cards ---------- */
.ingredients { display: grid; gap: 18px; grid-template-columns: 1fr; margin-top: 36px; }
.ing { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 8px; border-top: 4px solid var(--teal); }
.ing.hero-ing { border-top-color: var(--pink); }
.ing .dose { align-self: flex-start; font: 700 .85rem/1 var(--font-head); padding: 8px 12px; border-radius: 999px; background: var(--pink); color: #fff; }
.ing .dose.pending { background: #fff; color: var(--navy); box-shadow: inset 0 0 0 1.5px var(--line); font-weight: 600; }
.ing h3 { font-size: 1.2rem; margin: 6px 0 2px; }
.ing .what { font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: var(--teal); font-weight: 600; }
.ing p { font-size: .95rem; line-height: 1.6; margin: 0; }
@media (min-width: 720px) { .ingredients { grid-template-columns: repeat(2, 1fr); } .ing.hero-ing { grid-column: 1 / -1; } }
@media (min-width: 1040px) { .ingredients { grid-template-columns: repeat(3, 1fr); } .ing.hero-ing { grid-column: span 1; } }
.facts-link { display: inline-flex; align-items: center; gap: 8px; background: none; border: 0; padding: 0; font: 600 .95rem var(--font-body); color: var(--teal); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.chips li { font: 600 .8rem/1 var(--font-head); background: #fff; border: 1px solid var(--line); color: var(--navy); padding: 9px 12px; border-radius: 999px; }

/* ---------- comparison ---------- */
.compare-wrap { margin-top: 32px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #fff; }
table.compare { width: 100%; border-collapse: collapse; font-size: .95rem; }
.compare th, .compare td { padding: 16px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.compare thead th { font-family: var(--font-head); color: var(--navy); background: var(--product-bg); font-size: .95rem; }
.compare thead th.us { background: var(--navy); color: #fff; }
.compare td.us { background: var(--pink-50); font-weight: 600; color: var(--navy); }
.compare tbody th { font-weight: 600; color: var(--ink-2); width: 26%; }
.compare tr:last-child td, .compare tr:last-child th { border-bottom: 0; }
@media (max-width: 719px) {
  .compare thead { display: none; }
  .compare, .compare tbody, .compare tr, .compare th, .compare td { display: block; width: 100%; }
  .compare tr { border-bottom: 8px solid var(--page); }
  .compare tbody th { background: var(--navy); color: #fff; width: 100%; border: 0; }
  .compare td { display: grid; grid-template-columns: 42% 1fr; gap: 10px; }
  .compare td::before { content: attr(data-label); font-weight: 600; color: var(--muted); font-size: .82rem; }
}

/* ---------- steps ---------- */
.steps { display: grid; gap: 18px; grid-template-columns: 1fr; margin-top: 32px; counter-reset: step; }
.step { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.step img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--product-bg); }
.step .body { padding: 20px 22px 24px; }
.step h3 { font-size: 1.1rem; margin-bottom: .3em; }
.step h3::before { counter-increment: step; content: counter(step); display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--pink); color: #fff; font-size: .9rem; margin-right: 10px; vertical-align: 2px; }
.step p { margin: 0; font-size: .95rem; line-height: 1.6; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); } }

/* ---------- timeline ---------- */
.timeline { position: relative; margin: 36px 0 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; left: 19px; top: 8px; bottom: 8px; width: 2px; background: var(--pink-200); }
.timeline li { position: relative; padding: 0 0 30px 60px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline .dot { position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 2px solid var(--pink); display: grid; place-items: center; font: 700 .8rem/1 var(--font-head); color: var(--pink); }
.timeline h3 { font-size: 1.15rem; margin-bottom: .3em; }
.timeline .when { font: 700 .78rem/1 var(--font-head); letter-spacing: .12em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 6px; padding-top: 10px; }
.timeline p { margin: 0 0 .6em; }

/* ---------- reviews ---------- */
.reviews { display: grid; gap: 18px; grid-template-columns: 1fr; margin-top: 32px; }
.review { background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); position: relative; }
.review::before { content: "\201C"; position: absolute; top: 6px; right: 20px; font: 700 4.5rem/1 var(--font-head); color: var(--pink-200); }
.review blockquote { margin: 0 0 16px; font-size: 1.08rem; line-height: 1.6; color: var(--ink); }
.review .who { font-family: var(--font-head); font-weight: 700; color: var(--navy); }
.review .src { font-size: .82rem; color: var(--muted); }
@media (min-width: 760px) { .reviews { grid-template-columns: repeat(2, 1fr); } }

/* ---------- buy box ---------- */
.offer { scroll-margin-top: 16px; }
.offer-head { text-align: center; max-width: 720px; margin: 0 auto 28px; }
.plan-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; max-width: 560px; margin: 0 auto 12px; padding: 6px; background: #fff; border-radius: 999px; box-shadow: var(--shadow); border: 0; }
.plan-toggle legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.plan-toggle label { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 52px; padding: 8px 12px; border-radius: 999px; cursor: pointer; font: 600 .95rem/1.2 var(--font-head); color: var(--navy); }
.plan-toggle label small { font: 500 .75rem/1.2 var(--font-body); color: var(--muted); margin-top: 2px; }
.plan-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.plan-toggle label:has(input:checked), .plan-toggle label.is-checked { background: var(--navy); color: #fff; }
.plan-toggle label.is-checked small, .plan-toggle label:has(input:checked) small { color: var(--mint); }
.plan-toggle label:has(input:focus-visible) { outline: 3px solid var(--gold); outline-offset: 2px; }
.cadence { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; margin: 0 auto 26px; font-size: .92rem; color: var(--ink-2); }
.cadence select { font: 600 .95rem var(--font-body); color: var(--navy); padding: 10px 36px 10px 14px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%230D2845' stroke-width='2'/%3E%3C/svg%3E") right 12px center/12px no-repeat; appearance: none; min-height: 44px; }
.cadence[hidden] { display: none; }

.packages { display: grid; gap: 16px; grid-template-columns: 1fr; border: 0; margin: 0; padding: 0; min-width: 0; }
.packages legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.pkg { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: 22px; border: 2px solid var(--line); cursor: pointer; transition: border-color .15s, box-shadow .15s, transform .15s; box-shadow: var(--shadow); }
.pkg:hover { border-color: var(--pink-200); }
.pkg input { position: absolute; opacity: 0; pointer-events: none; }
.pkg .ribbon { display: block; text-align: center; font: 700 .78rem/1 var(--font-head); letter-spacing: .12em; text-transform: uppercase; padding: 11px 10px; border-radius: 20px 20px 0 0; background: var(--product-bg); color: var(--muted); }
.pkg .ribbon.popular { background: var(--gold); color: var(--navy); }
.pkg .ribbon.best { background: var(--navy); color: #fff; }
.pkg .art { background: var(--product-bg); display: grid; place-items: center; padding: 6px 10px 0; }
.pkg .art img { width: 100%; max-width: 280px; aspect-ratio: 1360 / 1088; object-fit: contain; }
.pkg .info { padding: 16px 20px 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.pkg .qty { font: 700 1.25rem/1.2 var(--font-head); color: var(--navy); }
.pkg .qty small { display: block; font: 500 .85rem/1.4 var(--font-body); color: var(--muted); }
.pkg .unit { display: flex; align-items: baseline; gap: 6px; margin-top: 4px; }
.pkg .unit .big { font: 700 2.3rem/1 var(--font-head); color: var(--navy); letter-spacing: -.02em; }
.pkg .unit .per { font-size: .9rem; color: var(--muted); }
.pkg .total { font-size: .92rem; color: var(--ink-2); }
.pkg .total s { color: var(--muted); margin-left: 4px; }
.pkg .save { align-self: flex-start; font: 700 .78rem/1 var(--font-head); background: var(--mint); color: #075E52; padding: 7px 10px; border-radius: 999px; }
.pkg .save:empty { display: none; }
.pkg .ship { font-size: .85rem; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.pkg .ship.free { color: var(--teal); font-weight: 600; }
.pkg .select-state { margin-top: auto; padding-top: 12px; display: flex; align-items: center; gap: 10px; font: 600 .92rem/1 var(--font-head); color: var(--navy); }
.pkg .radio { width: 24px; height: 24px; border-radius: 50%; border: 2px solid #AAB4C0; display: grid; place-items: center; flex: none; }
.pkg .radio::after { content: ""; width: 12px; height: 12px; border-radius: 50%; background: transparent; }
.pkg .select-state .on { display: none; }
.pkg:has(input:checked) { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(222, 94, 138, .16), var(--shadow-lg); }
.pkg:has(input:checked) .radio { border-color: var(--pink); }
.pkg:has(input:checked) .radio::after { background: var(--pink); }
.pkg:has(input:checked) .select-state .on { display: inline; }
.pkg:has(input:checked) .select-state .off { display: none; }
.pkg:has(input:focus-visible) { outline: 3px solid var(--gold); outline-offset: 3px; }
.pkg.best-card .art img { max-width: 320px; }
@media (max-width: 859px) {
  .pkg[data-package="p3"] { order: -2; }
  .pkg[data-package="p2"] { order: -1; }
  .pkg { flex-direction: row; flex-wrap: wrap; }
  .pkg .ribbon { width: 100%; }
  .pkg .art { width: 38%; padding: 10px 0 10px 8px; background: transparent; }
  .pkg .info { width: 62%; padding: 14px 16px 16px 12px; }
  .pkg .unit .big { font-size: 1.9rem; }
}
@media (min-width: 860px) {
  .packages { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .pkg.best-card { transform: translateY(-10px); }
}

.summary { margin: 28px auto 0; max-width: 760px; background: #fff; border-radius: 22px; box-shadow: var(--shadow-lg); padding: 26px 24px; border: 1px solid var(--line); }
.summary .row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.summary .sel { font: 600 1rem/1.4 var(--font-head); color: var(--navy); }
.summary .today { font: 700 1.6rem/1 var(--font-head); color: var(--navy); white-space: nowrap; }
.summary .today small { font: 500 .85rem var(--font-body); color: var(--muted); margin-right: 6px; }
.summary .terms { font-size: .88rem; line-height: 1.55; color: var(--ink-2); background: var(--teal-50); border-radius: 12px; padding: 12px 14px; margin: 14px 0 16px; }
.summary .fine { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 16px; font-size: .82rem; color: var(--muted); margin-top: 14px; text-align: center; }
.summary .fine span { display: inline-flex; align-items: center; gap: 6px; }
.summary .fine svg { width: 15px; height: 15px; color: var(--teal); }

/* ---------- bonuses ---------- */
.bonuses { display: grid; gap: 18px; grid-template-columns: 1fr; margin-top: 30px; }
.bonus { display: flex; gap: 20px; align-items: flex-start; background: #fff; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.bonus .doc { flex: none; width: 84px; height: 108px; border-radius: 8px; background: linear-gradient(160deg, var(--navy), #1B3F66); color: #fff; padding: 10px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 6px 6px 0 var(--pink-200); font: 700 .78rem/1.15 var(--font-head); }
.bonus .doc.alt { background: linear-gradient(160deg, var(--pink), #C94476); box-shadow: 6px 6px 0 var(--mint); }
.bonus .doc small { font: 600 .6rem/1 var(--font-head); letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.bonus h3 { font-size: 1.15rem; margin-bottom: .25em; }
.bonus .free { font: 700 .75rem/1 var(--font-head); letter-spacing: .1em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 6px; }
.bonus p { margin: 0; font-size: .95rem; line-height: 1.6; }
@media (min-width: 760px) { .bonuses { grid-template-columns: 1fr 1fr; } }

/* ---------- guarantee ---------- */
.guarantee { display: grid; gap: 28px; grid-template-columns: 1fr; align-items: center; background: #fff; border-radius: 26px; padding: 36px 28px; box-shadow: var(--shadow); border: 2px solid var(--gold); max-width: 900px; margin: 0 auto; }
.seal { width: 170px; height: 170px; margin: 0 auto; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; text-align: center; position: relative; box-shadow: 0 0 0 8px #fff, 0 0 0 10px var(--gold); }
.seal::before { content: ""; position: absolute; inset: 10px; border-radius: 50%; border: 1.5px dashed rgba(255,255,255,.45); }
.seal strong { display: block; color: var(--gold); font: 700 3.2rem/1 var(--font-head); }
.seal span { font: 700 .78rem/1.3 var(--font-head); letter-spacing: .14em; text-transform: uppercase; }
@media (min-width: 760px) { .guarantee { grid-template-columns: 200px 1fr; padding: 44px 48px; } }

/* ---------- about ---------- */
.about-photo { border-radius: 24px; box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 30% 30%; }
.creds { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 10px; }
.creds li { position: relative; padding-left: 20px; font-size: .98rem; }
.creds li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--pink); }
.testimonial-soft { background: var(--pink-50); border-radius: var(--radius); padding: 22px 24px; margin-top: 24px; }
.testimonial-soft blockquote { margin: 0 0 8px; font-style: italic; }
.book-row { display: flex; gap: 14px; align-items: center; margin-top: 18px; flex-wrap: wrap; }
.book-row img { width: 72px; border-radius: 6px; box-shadow: var(--shadow); }
.book-row .pod { width: 72px; height: 72px; object-fit: cover; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 32px auto 0; }
.faq details { background: #fff; border-radius: 16px; margin-bottom: 12px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 56px 20px 22px; position: relative; font: 600 1.05rem/1.4 var(--font-head); color: var(--navy); min-height: 44px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; background: var(--pink-50); color: var(--pink); display: grid; place-items: center; font: 600 1.3rem/1 var(--font-head); }
.faq details[open] summary::after { content: "\2212"; }
.faq .answer { padding: 0 22px 22px; }
.faq .answer p { font-size: .98rem; line-height: 1.65; }
.faq .answer p:last-child { margin-bottom: 0; }

/* ---------- final ---------- */
.final { text-align: center; }
.final .product-stack { width: 100%; max-width: 420px; margin: 0 auto 10px; }
.ps { background: var(--pink-50); border-radius: var(--radius); padding: 24px 26px; margin-top: 28px; }
.ps p:last-child { margin-bottom: 0; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy); color: #AFC0D3; padding: 48px 0 110px; font-size: .88rem; line-height: 1.6; }
.site-footer a { color: #fff; }
.site-footer .links { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 18px 0; padding: 0; list-style: none; }
.site-footer .fda { border: 1px solid rgba(255,255,255,.2); border-radius: 12px; padding: 16px 18px; color: #DCE4EE; margin: 20px 0; }
@media (min-width: 860px) { .site-footer { padding-bottom: 48px; } }

/* ---------- sticky mobile bar ---------- */
.sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: #fff; box-shadow: 0 -6px 24px rgba(13,40,69,.14); padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; transform: translateY(110%); transition: transform .25s ease; }
.sticky-bar.show { transform: translateY(0); }
.sticky-bar .sb-text { font-size: .8rem; line-height: 1.3; color: var(--muted); }
.sticky-bar .sb-text strong { display: block; font: 700 1.05rem/1.2 var(--font-head); color: var(--navy); }
.sticky-bar .btn { padding: 12px 18px; min-height: 48px; font-size: .95rem; flex: none; }
@media (min-width: 860px) { .sticky-bar { display: none; } }

/* ---------- modal ---------- */
[data-modal] { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(13, 40, 69, .6); backdrop-filter: blur(3px); }
[data-modal].open { display: flex; }
.modal-panel { position: relative; background: #fff; border-radius: 22px; max-width: 640px; width: 100%; max-height: calc(100vh - 40px); overflow-y: auto; padding: 32px 26px 26px; box-shadow: var(--shadow-lg); }
.modal-close { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--page); color: var(--navy); font-size: 1.5rem; cursor: pointer; line-height: 1; }
.modal-close:hover { background: var(--pink-50); color: var(--pink); }
body.modal-open { overflow: hidden; }

/* ---------- pending markers (visible to reviewers, quiet for readers) ---------- */
.pending-note { font-size: .8rem; color: var(--muted); font-style: italic; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* grid children may shrink below content width (prevents mobile overflow) */
.grid-2 > *, .grid-3 > *, .hero-grid > * { min-width: 0; }
.float-right, .float-left { aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 25%; }
.reel video { height: 100%; }
@media (max-width: 480px) { .masthead .by { display: none; } }

/* ---------- lander hero: compact top so headline + CTA sit above the fold (FS-043, FS-169) ---------- */
.lander-mast { background: #fff; border-bottom: 1px solid var(--line); }
.lander-mast .masthead { padding-top: 10px; padding-bottom: 10px; }
.lander-mast .by { font-size: .82rem; color: var(--ink-2); text-align: right; }
.lander-mast .by strong { color: var(--pink); }
.hero.lander { padding-top: 22px; }
.hero.lander .eyebrow { margin-bottom: .6rem; }
.hero.lander h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
.hero.lander .attribution { margin: -4px 0 16px; }
.hero.lander .reassure { margin: 12px 0 18px; }
.hero.lander .lede { font-size: 1.08rem; margin-bottom: 0; }
@media (min-width: 900px) { .hero.lander { padding-top: 30px; } }
@media (max-width: 480px) {
  .lander-mast .masthead .by { display: block; font-size: .74rem; max-width: 170px; line-height: 1.3; }
  .hero.lander { padding-top: 16px; }
}
/* text-style buttons still get a comfortable tap target (FS-080) */
.facts-link { min-height: 44px; }

/* ---------- lander r2: visual blocks + varied CTAs (scoped class names, safe for upsell pages) ---------- */
.questions { list-style: none; padding: 0; margin: 0 0 1.4em; display: flex; flex-wrap: wrap; gap: 10px; }
.questions li { background: var(--pink-50); color: var(--navy); font: 600 .98rem/1.35 var(--font-head); padding: 12px 16px; border-radius: 18px 18px 18px 4px; }
.questions li:nth-child(even) { background: var(--teal-50); border-radius: 18px 18px 4px 18px; }
.pull-teal { border-left-color: var(--teal); background: var(--teal-50); }
@media (max-width: 859px) {
  .float-img.float-left, .float-img.float-right { width: 100%; margin: 8px 0 24px; aspect-ratio: 16 / 11; }
}

.pillar-block { display: grid; grid-template-columns: 1fr; gap: 0; margin: 32px 0; border-radius: 22px; overflow: hidden; background: var(--product-bg); border: 1px solid var(--line); }
.pillar-photo { position: relative; min-height: 240px; }
.pillar-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 78% 40%; }
.pillar-photo-cap { position: absolute; left: 16px; bottom: 16px; right: 16px; background: rgba(13,40,69,.86); color: #fff; font: 600 .95rem/1.35 var(--font-head); padding: 12px 14px; border-radius: 12px; }
.pillar-list { padding: 10px 22px; }
.pillar-list .pillar { display: flex; gap: 14px; align-items: flex-start; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 18px 0; }
.pillar-list .pillar:last-child { border-bottom: 0; }
.pico { flex: none; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; }
.pico svg { width: 24px; height: 24px; }
.pico-pink { background: var(--pink-50); color: var(--pink); }
.pico-teal { background: var(--mint); color: var(--teal); }
.pico-gold { background: #FDF1D6; color: #B7800F; }
.pillar-list .num { text-transform: uppercase; }
@media (min-width: 860px) { .pillar-block { grid-template-columns: 1fr 1.15fr; margin-left: -40px; margin-right: -40px; } .pillar-photo { min-height: 100%; } }

.cta-inline { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin: 28px 0 0; padding: 16px 0 0; border-top: 1px dashed var(--line); font-weight: 500; color: var(--navy); }
.cta-inline > a:not(.btn) { font-weight: 600; }
.btn.btn-sm { padding: 10px 18px; min-height: 44px; font-size: .95rem; box-shadow: none; }

.tank { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: stretch; margin-top: 36px; }
.tank-col { border-radius: 22px; padding: 26px; position: relative; overflow: hidden; }
.tank-low { background: rgba(255,255,255,.06); border: 1px dashed rgba(255,255,255,.3); }
.tank-full { background: #fff; color: var(--ink); }
.tank-full h3 { color: var(--navy); }
.tank-label { display: inline-block; font: 700 .72rem/1 var(--font-head); letter-spacing: .12em; text-transform: uppercase; padding: 6px 9px; border-radius: 6px; margin-bottom: 12px; background: rgba(255,255,255,.14); color: #DCE4EE; }
.tank-full .tank-label { background: var(--pink); color: #fff; }
.gauge { height: 16px; border-radius: 999px; background: rgba(255,255,255,.15); overflow: hidden; margin: 6px 0 16px; }
.tank-full .gauge { background: var(--page); }
.gauge span { display: block; height: 100%; border-radius: 999px; background: #8A9BB0; }
.tank-full .gauge span { background: linear-gradient(90deg, var(--teal), var(--pink)); }
.tank ul { margin: 0; padding-left: 18px; font-size: .95rem; line-height: 1.55; }
.tank ul li { margin-bottom: 6px; }
.tank-low ul { color: #C9D3DF; }
.tank-full img { width: 150px; margin: 14px 0 -26px auto; border-radius: 14px 14px 0 0; }
.tank-arrow { display: grid; place-items: center; color: var(--gold); font: 700 .85rem/1.3 var(--font-head); text-align: center; }
.tank-arrow span { background: rgba(244,180,52,.12); border: 1px solid rgba(244,180,52,.5); border-radius: 999px; padding: 10px 16px; }
@media (min-width: 900px) {
  .tank { grid-template-columns: 1fr 150px 1fr; }
  .tank-arrow span { border-radius: 16px; position: relative; }
  .tank-arrow span::after { content: "\2192"; display: block; font-size: 1.6rem; margin-top: 4px; }
  .tank-full { display: grid; grid-template-columns: 1fr 140px; column-gap: 14px; }
  .tank-full > *:not(img) { grid-column: 1; }
  .tank-full img { grid-column: 2; grid-row: 1 / span 4; align-self: end; width: 140px; margin: 0 -10px -26px 0; }
}

.cta-quote { display: flex; gap: 18px; align-items: center; margin: 34px 0 6px; padding: 22px; border-radius: 20px; background: var(--navy); color: #fff; }
.cta-quote img { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; flex: none; border: 3px solid var(--pink-200); }
.cta-quote p { font: 600 1.08rem/1.45 var(--font-head); color: #fff; margin: 0 0 12px; }
@media (max-width: 520px) { .cta-quote { flex-direction: column; align-items: flex-start; } }

.sources { margin: 34px 0 10px; padding: 22px 24px; border-radius: 18px; background: var(--page); border: 1px solid var(--line); }
.sources h4 { margin-bottom: .3em; }
.sources ol { margin: 10px 0 12px; padding-left: 20px; font-size: .9rem; line-height: 1.5; }
.sources li { margin-bottom: 8px; }
.sources li span { display: block; color: var(--muted); font-size: .8rem; }
.sources .textlink { display: inline-flex; align-items: center; min-height: 44px; }

.cta-product { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: center; margin: 28px 0 0; padding: 20px; border-radius: 22px; background: var(--pink-50); }
.cta-product img { width: 100%; max-width: 300px; margin: 0 auto; border-radius: 16px; background: var(--product-bg); }
.cta-product h3 { margin-bottom: .3em; }
@media (min-width: 700px) { .cta-product { grid-template-columns: 240px 1fr; padding: 24px 28px; } }

.cta-band { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; margin: 28px auto 0; max-width: 900px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); padding: 16px 22px; }
.cta-band img { width: 84px; border-radius: 12px; }
.cta-band > div { flex: 1 1 260px; display: flex; flex-direction: column; gap: 4px; }
.cta-band strong { font-family: var(--font-head); }
.cta-band span { font-size: .88rem; color: var(--muted); }

.timeline-fig { margin: 0 auto 32px; max-width: 560px; }
.timeline-fig img { border-radius: 20px; }

.cta-final-panel { margin-top: 36px; padding: 28px; border-radius: 22px; background: linear-gradient(135deg, var(--pink), #C94476); color: #fff; text-align: center; }
.cta-final-panel p { color: #fff; margin: 0 0 16px; }
.cta-final-panel strong { color: #fff; display: block; font: 700 1.35rem/1.3 var(--font-head); margin-bottom: 4px; }
.cta-final-panel .btn { background: #fff; color: var(--pink-hover); box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.cta-final-panel .btn:hover { background: var(--navy); color: #fff; }
.cta-quote-sub { display: block; font: 500 .92rem/1.45 var(--font-body); color: #C9D3DF; margin-top: 6px; }

/* Chapter Two on a light teal band (no dark sections; checklist background_tone) */
.myths-light .myth { background:#fff; border:1px solid #D6E9E9; box-shadow:0 1px 2px rgba(13,40,69,.04); }
.myths-light .myth p { color: var(--ink-2, #3b4556); }
.myths-light .myth h3 { color: var(--navy); }
.myths-light .accent { color: var(--pink); }
.myths-light .tank-low { background:#F7F9FB; border:1px dashed #B9C6D3; }
.myths-light .tank-low h3 { color: var(--navy); }
.myths-light .tank-low ul { color:#4A5566; }
.myths-light .tank-low .tank-label { background:#E3E9F0; color:#4A5566; }
.myths-light .tank-low .gauge { background:#E3E9F0; }
