:root {
  --navy: #071720;
  --navy-2: #0b2c34;
  --navy-3: #103f47;
  --cyan: #48cfc3;
  --cyan-dark: #127e79;
  --amber: #e0a243;
  --green: #5fa786;
  --red: #c86658;
  --ink: #132630;
  --muted: #64737a;
  --pale: #f3f0e9;
  --pale-blue: #e8f1ef;
  --line: #d8dfdc;
  --white: #fbfaf7;
  --paper: #fffdf9;
  --shadow: 0 24px 70px rgba(7, 23, 32, .15);
  --shadow-deep: 0 40px 100px rgba(0, 8, 14, .4);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { max-width: 690px; margin-bottom: 26px; color: var(--white); font-size: clamp(3.35rem, 5.5vw, 5.35rem); font-weight: 850; line-height: .96; letter-spacing: -.058em; }
h1 em { color: var(--cyan); font-style: normal; }
h2 { margin-bottom: 22px; color: var(--navy); font-size: clamp(2.45rem, 4.5vw, 4.45rem); font-weight: 830; line-height: 1; letter-spacing: -.055em; }
h3 { margin-bottom: 12px; color: var(--navy); font-size: 1.35rem; line-height: 1.12; letter-spacing: -.03em; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: 12px; z-index: 999; transform: translateY(-160%); padding: 10px 16px; border-radius: 10px; background: var(--amber); color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 13px; color: var(--cyan-dark); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--cyan); }

.topbar { position: sticky; top: 0; z-index: 30; color: var(--white); background: rgba(7, 23, 32, .92); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.topbar-inner { min-height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 11px; color: var(--white); text-decoration: none; font-weight: 820; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; overflow: hidden; border-radius: 9px; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.brand-mark img { width: 32px; height: 32px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #c9d6de; text-decoration: none; font-size: .85rem; font-weight: 700; }
.main-nav a:hover { color: var(--white); }
.topbar .button { justify-self: end; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 20px; border: 0; border-radius: 14px; font: inherit; font-weight: 860; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, summary:focus-visible, .support-link:focus-visible, .main-nav a:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.button-primary { color: var(--navy); background: var(--amber); box-shadow: 0 14px 34px rgba(224,162,67,.26); }
.button-primary:hover { background: #e9ae50; box-shadow: 0 18px 40px rgba(224,162,67,.32); }
.button-secondary { color: var(--navy); background: var(--white); border: 1px solid var(--line); }
.button-small { padding: 10px 16px; font-size: .86rem; }
.button-large { min-height: 62px; padding: 16px 22px; }
.button-price { padding-left: 14px; border-left: 1px solid rgba(7,23,32,.25); white-space: nowrap; }

.hero { position: relative; min-height: 830px; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 72% 38%, rgba(72,207,195,.12), transparent 28%), linear-gradient(90deg, var(--navy) 0%, rgba(7,23,32,.98) 39%, rgba(7,23,32,.58) 68%, rgba(7,23,32,.17) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: 1; height: 35%; background: linear-gradient(0deg, var(--navy), transparent); }
.hero-media { position: absolute; inset: 0 0 0 auto; width: 62%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 48%; opacity: .92; }
.hero-layout { position: relative; z-index: 2; min-height: 830px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 56px; padding-block: 72px 84px; }
.hero-copy { max-width: 720px; }
.hero-copy h1 { max-width: 760px; font-size: clamp(3rem, 5vw, 4.8rem); }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 9px; }
.hero-copy .eyebrow span { width: 34px; height: 3px; border-radius: 9px; background: var(--amber); }
.hero-lead { max-width: 670px; margin-bottom: 30px; color: #d3dfe6; font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.55; }
.hero-lead strong { color: var(--white); }
.hero-metrics { max-width: 560px; margin-bottom: 32px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.hero-metrics div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px; padding: 18px 18px 18px 0; }
.hero-metrics div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-metrics strong { color: var(--amber); font-size: 2rem; line-height: 1; }
.hero-metrics span { color: #cad8e0; font-size: .78rem; line-height: 1.2; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; }
.trust-line { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 14px 0 0; color: #9eb0bc; font-size: .76rem; }
.trust-line span::before { content: "✓"; margin-right: 6px; color: var(--green); font-weight: 900; }

.hero-product { justify-self: end; width: 430px; min-height: 620px; position: relative; display: grid; place-items: center; }
.hero-product::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(72,207,195,.12); filter: blur(18px); }
.route-panel { width: min(100%, 410px); position: relative; z-index: 2; padding: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; color: var(--ink); background: rgba(255,253,249,.97); box-shadow: var(--shadow-deep); }
.route-panel::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--amber) 0 24%, var(--cyan) 24% 66%, var(--navy-3) 66%); }
.route-panel-head { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 4px 2px 17px; border-bottom: 1px solid var(--line); }
.route-monogram { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; color: var(--navy); background: var(--amber); font-size: .82rem; font-weight: 950; letter-spacing: -.02em; }
.route-panel-head div { display: grid; line-height: 1.18; }
.route-panel-head div span { color: var(--cyan-dark); font-size: .58rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.route-panel-head div strong { color: var(--navy); font-size: 1rem; }
.route-status { padding: 6px 9px; border: 1px solid #aad4c0; border-radius: 99px; color: #2f7657; background: #e8f4ee; font-size: .6rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.route-focus { margin-block: 16px; padding: 18px; border-radius: 17px; color: var(--white); background: var(--navy); }
.route-focus span { display: block; margin-bottom: 7px; color: var(--cyan); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.route-focus strong { display: block; margin-bottom: 5px; color: var(--white); font-size: 1.32rem; }
.route-focus p { margin: 0; color: #c4d2da; font-size: .76rem; }
.route-days { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; padding: 0; list-style: none; }
.route-days li { min-width: 0; display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: var(--pale); }
.route-days li.current { grid-column: 1 / -1; color: var(--navy); background: #f4e5c7; border-color: #dfbd7a; }
.route-days span { color: var(--cyan-dark); font-size: .65rem; font-weight: 950; }
.route-days strong { min-width: 0; overflow: hidden; color: var(--navy); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.route-days i { color: #8c9898; font-size: .58rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.route-days .current i { color: #7b591e; }
.route-panel-foot { display: flex; justify-content: space-between; gap: 16px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .66rem; }
.route-panel-foot strong { color: var(--navy); }

.proof-rail { position: relative; z-index: 3; color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.proof-rail-inner { min-height: 92px; display: grid; grid-template-columns: 1fr 1px 1fr; gap: 42px; align-items: center; }
.proof-rail p { margin: 0; color: var(--muted); font-size: .88rem; }
.proof-rail strong { color: var(--navy); }
.proof-rail-inner > span { width: 1px; height: 34px; background: var(--line); }

.section { padding-block: 118px; }
.section-title-row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .6fr); gap: 80px; align-items: end; margin-bottom: 62px; }
.section-title-row h2 { margin-bottom: 0; }
.section-title-row > p { margin-bottom: 8px; color: var(--muted); font-size: 1.02rem; }

.tension { background: var(--white); }
.editorial-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.editorial-kicker { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius); background: var(--pale-blue); padding: 40px; }
.display-number { position: absolute; left: 26px; bottom: -76px; margin: 0; color: rgba(7,23,32,.075); font-size: 19rem; font-weight: 950; line-height: 1; letter-spacing: -.11em; }
.editorial-copy { align-self: center; }
.large-copy { max-width: 720px; margin-bottom: 40px; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.45rem); }
.large-copy strong { color: var(--navy); }
.loss-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.loss-grid article { min-height: 220px; padding: 22px; border: 1px solid #e5d0cb; border-top: 4px solid var(--red); border-radius: 18px; background: #f9efec; }
.loss-grid span { display: block; margin-bottom: 16px; color: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.loss-grid h3 { margin-bottom: 11px; font-size: 1.08rem; }
.loss-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.solution-band { margin-top: 16px; padding: 24px; border-left: 5px solid var(--cyan); border-radius: 0 18px 18px 0; color: var(--white); background: var(--navy); }
.solution-band span { display: block; margin-bottom: 8px; color: var(--cyan); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.solution-band strong { display: block; margin-bottom: 7px; color: var(--white); font-size: 1.22rem; }
.solution-band p { margin: 0; color: #c1d0d9; font-size: .86rem; }
.conversion-cta { margin-top: 22px; }

.method { background: var(--pale); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: 0 18px 55px rgba(7,23,32,.07); }
.day { min-height: 230px; padding: 30px 20px 24px; position: relative; }
.day + .day { border-left: 1px solid var(--line); }
.day > span { display: inline-grid; place-items: center; min-width: 42px; height: 42px; margin-bottom: 32px; padding-inline: 8px; border-radius: 50%; color: var(--cyan-dark); background: var(--pale-blue); font-size: .74rem; font-weight: 950; }
.day strong { display: block; margin-bottom: 8px; color: var(--navy); }
.day p { margin: 0; color: var(--muted); font-size: .82rem; }
.day.active { color: var(--white); background: var(--navy); }
.day.active > span { color: var(--navy); background: var(--amber); }
.day.active strong { color: var(--white); }
.day.active p { color: #c0ced7; }
.day.final::after { content: "EXAMEN"; position: absolute; right: -15px; top: 17px; transform: rotate(35deg); color: rgba(7,23,32,.08); font-size: 1rem; font-weight: 950; letter-spacing: .12em; }

.contents { background: var(--white); }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.bento-card { grid-column: span 3; min-height: 205px; position: relative; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--pale); }
.bento-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.bento-index { display: inline-flex; margin-bottom: 32px; color: var(--cyan-dark); font-size: .72rem; font-weight: 950; letter-spacing: .14em; }
.feature-icon { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 13px; color: var(--cyan-dark); background: rgba(255,255,255,.62); }
.feature-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.bento-primary { grid-column: span 6; grid-row: span 2; min-height: 428px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: var(--navy); border-color: var(--navy); }
.bento-primary h3 { max-width: 480px; color: var(--white); font-size: 2.35rem; }
.bento-primary p { max-width: 450px; color: #c2d0d9; }
.bento-primary .bento-index { color: var(--amber); }
.bento-primary .feature-icon { color: var(--cyan); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.13); }
.card-overline { margin-bottom: 12px !important; color: var(--cyan) !important; font-size: .7rem !important; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.mini-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.mini-days i { height: 7px; border-radius: 7px; background: rgba(255,255,255,.18); }
.mini-days i:first-child { background: var(--amber); }
.mini-days i:nth-child(2), .mini-days i:nth-child(3) { background: var(--cyan); }
.accent-red { background: #f7ece8; border-top: 4px solid var(--red); }
.accent-green { background: #eaf3ee; border-top: 4px solid var(--green); }
.bento-wide { grid-column: span 6; display: grid; grid-template-columns: 1fr auto; align-items: end; background: var(--pale-blue); }
.score-mark { color: rgba(7,23,32,.09); font-size: 4.5rem; font-weight: 950; letter-spacing: -.08em; }

.previews { overflow: hidden; color: var(--white); background: var(--navy); }
.section-title-row.inverse h2 { color: var(--white); }
.section-title-row.inverse > p { color: #aebfca; }
.content-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; padding: 22px 8px 0; }
.sample-sheet { min-height: 570px; position: relative; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow-deep); }
.sample-sheet::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: var(--cyan); }
.sample-plan { transform: rotate(-.7deg); }
.sample-risk { transform: translateY(-24px); }
.sample-risk::before { background: var(--red); }
.sample-score { transform: rotate(.7deg); }
.sample-score::before { background: var(--green); }
.sample-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 32px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--cyan-dark); font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sample-head span:last-child { color: var(--muted); }
.sample-sheet h3 { margin-bottom: 10px; font-size: 1.55rem; }
.sample-intro { margin-bottom: 22px; color: var(--muted); font-size: .84rem; }
.sample-focus { padding: 19px; border-left: 4px solid var(--cyan); border-radius: 0 12px 12px 0; background: var(--pale-blue); }
.sample-focus span, .risk-block span, .sample-footer span { display: block; margin-bottom: 6px; color: var(--cyan-dark); font-size: .62rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.sample-focus strong { display: block; margin-bottom: 7px; color: var(--navy); }
.sample-focus p, .risk-block p { margin: 0; color: var(--muted); font-size: .78rem; }
.sample-checks { display: grid; margin-block: 20px; border-top: 1px solid var(--line); }
.sample-checks p { display: flex; justify-content: space-between; gap: 12px; margin: 0; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .78rem; }
.sample-checks i { color: var(--cyan-dark); font-size: .68rem; font-style: normal; font-weight: 800; }
.risk-block { margin-bottom: 13px; padding: 17px; border-radius: 12px; background: #f7ece8; }
.risk-block span { color: var(--red); }
.risk-block.correct { background: #eaf3ee; }
.risk-block.correct span { color: #3d7d61; }
.score-table { margin-block: 5px 20px; display: grid; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.score-table > div { display: grid; grid-template-columns: 1fr repeat(3, 27px); gap: 6px; align-items: center; min-height: 45px; padding: 7px 9px; border-bottom: 1px solid var(--line); font-size: .72rem; }
.score-table > div:last-child { border-bottom: 0; }
.score-table b { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 6px; color: #93a09f; font-size: .65rem; }
.score-table b.on { color: #275c45; background: #d9eee3; border-color: #a8d0ba; }
.score-table b.warn { color: #76561e; background: #f4e5c7; border-color: #dfbd7a; }
.score-table b.risk { color: #7f3e34; background: #f2d8d3; border-color: #dba79d; }
.sample-footer { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.sample-footer strong { color: var(--navy); font-size: .78rem; }
.gallery-hint { display: none; }
.section-cta { margin-top: 54px; display: flex; justify-content: space-between; gap: 34px; align-items: center; padding: 28px 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.section-cta p { max-width: 530px; margin: 0; color: var(--muted); }
.section-cta p strong { color: var(--navy); }
.section-cta-inverse { border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.06); }
.section-cta-inverse p { color: #b9c8d1; }
.section-cta-inverse p strong { color: var(--white); }

.exam-proof { background: var(--pale-blue); }
.proof-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: center; }
.exam-stat { min-height: 390px; display: flex; flex-direction: column; justify-content: center; padding: 46px; border-radius: 50% 50% 45% 55%; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.exam-stat > span { color: var(--cyan); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.exam-stat strong { margin-block: 18px 8px; color: var(--amber); font-size: 7rem; line-height: .8; letter-spacing: -.08em; }
.exam-stat small { font-size: 1.5rem; letter-spacing: 0; }
.exam-stat p { max-width: 230px; margin: 0; color: #c1d0d9; }
.exam-items { display: flex; flex-wrap: wrap; gap: 9px; margin: 34px 0; }
.exam-items span { padding: 9px 13px; border: 1px solid #cadde4; border-radius: 99px; color: var(--navy); background: rgba(255,255,255,.55); font-size: .78rem; font-weight: 750; }
.source-note { margin-bottom: 0; padding-left: 14px; border-left: 3px solid var(--cyan); color: var(--muted); font-size: .76rem; }

.fit { color: var(--white); background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); }
.fit-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.fit h2 { color: var(--white); }
.fit-heading > p:last-child { max-width: 550px; color: #b9c8d1; }
.fit-list { display: grid; gap: 10px; }
.fit-list p { margin: 0; display: flex; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.06); font-size: .9rem; }
.fit-list span { color: var(--green); font-weight: 950; }
.fit-list .not-fit { color: #e2c2bc; background: rgba(200,102,88,.13); }
.fit-list .not-fit span { color: #e58b7d; }

.offer { background: var(--white); }
.offer-card { min-height: 500px; display: grid; grid-template-columns: .62fr 1.08fr .8fr; gap: 56px; align-items: center; position: relative; overflow: hidden; padding: 66px; border-radius: 34px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.offer-card::before { content: ""; position: absolute; width: 520px; height: 520px; left: -250px; top: -190px; border-radius: 50%; background: rgba(72,207,195,.12); }
.offer-product { position: relative; z-index: 1; display: grid; justify-items: center; }
.offer-manifest { width: 250px; min-height: 330px; display: flex; flex-direction: column; padding: 23px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 25px; color: var(--navy); background: var(--paper); box-shadow: var(--shadow-deep); }
.offer-manifest > header { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--cyan-dark); font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.offer-manifest > header strong { color: var(--navy); }
.manifest-main { padding-block: 25px 16px; }
.manifest-main > span { display: block; color: var(--cyan-dark); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.manifest-main > strong { display: block; margin-block: 5px; color: var(--amber); font-size: 5.7rem; font-weight: 950; line-height: .85; letter-spacing: -.09em; }
.manifest-main p { max-width: 165px; margin: 0; color: var(--navy); font-size: 1rem; font-weight: 900; line-height: 1.12; }
.manifest-route { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-block: auto 21px; }
.manifest-route::before { content: ""; position: absolute; left: 8px; right: 8px; top: 50%; height: 2px; transform: translateY(-50%); background: #cddbd9; }
.manifest-route i { width: 12px; height: 12px; z-index: 1; justify-self: center; border: 3px solid var(--paper); border-radius: 50%; background: var(--cyan-dark); box-shadow: 0 0 0 1px var(--cyan-dark); }
.manifest-route i:first-child { background: var(--amber); box-shadow: 0 0 0 1px var(--amber); }
.manifest-stats { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 15px; border-top: 1px solid var(--line); }
.manifest-stats span { display: grid; color: var(--muted); font-size: .55rem; text-align: center; text-transform: uppercase; }
.manifest-stats span + span { border-left: 1px solid var(--line); }
.manifest-stats strong { color: var(--navy); font-size: .92rem; }
.offer-copy { position: relative; z-index: 1; }
.offer-copy h2 { color: var(--white); font-size: clamp(2.5rem, 4vw, 4rem); }
.offer-copy > p:not(.eyebrow) { color: #bdccd5; }
.offer-copy ul { margin: 26px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.offer-copy li::before { content: "✓"; margin-right: 10px; color: var(--green); font-weight: 950; }
.offer-buy { position: relative; z-index: 1; padding: 32px; border-radius: 24px; color: var(--navy); background: var(--white); text-align: center; }
.price { margin-bottom: 3px; font-size: 2.65rem; font-weight: 950; letter-spacing: -.055em; }
.price-note { margin-bottom: 24px; color: var(--muted); font-size: .79rem; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: .76rem; }

.faq { background: var(--pale); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-layout > div:first-child > p:last-child { color: var(--muted); }
.faq-list { display: grid; gap: 10px; }
details { padding: 0 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
summary { position: relative; cursor: pointer; list-style: none; padding: 20px 38px 20px 0; color: var(--navy); font-weight: 820; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 16px; color: var(--cyan-dark); font-size: 1.4rem; }
details[open] summary::after { content: "−"; }
details p { margin: 0 0 22px; color: var(--muted); }

.final-cta { padding-block: 86px; color: var(--white); background: var(--navy-3); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.final-cta h2 { margin: 0; color: var(--white); font-size: clamp(2.5rem, 4.5vw, 4.2rem); }
.final-cta-inner > div:last-child { text-align: center; }
.final-cta-inner > div:last-child p { margin: 12px 0 0; color: #b6c7d1; font-size: .76rem; }

footer { padding: 46px 0 98px; color: #b9c8d1; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 48px; }
footer strong { color: var(--white); }
footer p { max-width: 580px; margin: 8px 0 0; font-size: .79rem; }
footer .footer-status { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; align-items: start; }
.footer-status span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.11); border-radius: 99px; color: #dbe5eb; font-size: .72rem; }
.support-link { padding: 7px 11px; border: 1px solid rgba(255,255,255,.11); border-radius: 99px; color: #dbe5eb; font-size: .72rem; text-decoration: none; }
.support-link:hover { color: var(--white); border-color: rgba(255,255,255,.28); }

.mobile-buy { display: none; }

@media (max-width: 1040px) {
  .main-nav { display: none; }
  .topbar-inner { grid-template-columns: 1fr auto; }
  .hero-layout { grid-template-columns: 1.05fr .75fr; gap: 20px; }
  .hero-product { width: 365px; }
  .editorial-grid, .proof-grid, .fit-grid { gap: 54px; }
  .day { padding-inline: 15px; }
  .bento-card { grid-column: span 6; }
  .bento-primary { grid-column: span 12; grid-row: auto; min-height: 360px; }
  .bento-wide { grid-column: span 12; }
  .offer-card { grid-template-columns: .65fr 1fr; }
  .offer-buy { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 8px 22px; text-align: left; }
  .offer-buy .button { grid-column: 2; grid-row: 1 / span 2; }
  .offer-buy .microcopy { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 1180px); --radius: 20px; }
  h1 { font-size: clamp(3rem, 13vw, 4.35rem); line-height: .98; }
  h2 { font-size: clamp(2.35rem, 10vw, 3.3rem); }
  .topbar-inner { min-height: 62px; }
  .topbar .button { display: none; }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(180deg, var(--navy) 0%, rgba(7,23,32,.97) 46%, rgba(7,23,32,.74) 72%, var(--navy) 100%); }
  .hero-media { inset: auto 0 0; width: 100%; height: 58%; }
  .hero-media img { object-position: 62% 50%; opacity: .72; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; gap: 24px; padding-block: 52px 38px; }
  .hero-copy { max-width: none; }
  .hero-lead { font-size: 1rem; }
  .hero-metrics { margin-bottom: 26px; }
  .hero-metrics div { padding: 14px 8px 14px 0; gap: 7px; }
  .hero-metrics div + div { padding-left: 12px; }
  .hero-metrics strong { font-size: 1.55rem; }
  .hero-metrics span { font-size: .66rem; }
  .button-large { width: 100%; flex-wrap: wrap; }
  .trust-line { justify-content: center; width: 100%; }
  .hero-product { justify-self: stretch; width: 100%; min-height: 0; }
  .hero-product::before { width: 320px; height: 320px; }
  .route-panel { width: min(100%, 390px); padding: 16px; border-radius: 22px; }
  .route-panel-head { padding-bottom: 14px; }
  .route-focus { margin-block: 13px; padding: 15px; }
  .route-focus strong { font-size: 1.16rem; }
  .route-days { gap: 6px; }
  .route-days li { gap: 6px; padding: 9px 8px; }
  .route-panel-foot { margin-top: 13px; }
  .proof-rail-inner { min-height: auto; grid-template-columns: 1fr; gap: 12px; padding-block: 24px; }
  .proof-rail-inner > span { display: none; }
  .proof-rail p { font-size: .82rem; }
  .section { padding-block: 78px; }
  .section-title-row { grid-template-columns: 1fr; gap: 14px; margin-bottom: 38px; }
  .section-title-row > p { font-size: .92rem; }
  .editorial-grid { grid-template-columns: 1fr; gap: 38px; }
  .editorial-kicker { min-height: 180px; padding: 26px; }
  .display-number { left: auto; right: 17px; bottom: -50px; font-size: 12rem; }
  .loss-grid { grid-template-columns: 1fr; }
  .loss-grid article { min-height: 0; }
  .conversion-cta { width: 100%; }
  .timeline { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(188px, 62vw); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; border-radius: 20px; }
  .timeline::-webkit-scrollbar { display: none; }
  .day { min-height: 205px; scroll-snap-align: start; }
  .day + .day { border-left: 1px solid var(--line); }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card, .bento-primary, .bento-wide { grid-column: 1; min-height: auto; }
  .bento-card { padding: 24px; }
  .bento-primary { min-height: 320px; }
  .bento-primary h3 { font-size: 2rem; }
  .bento-wide { grid-template-columns: 1fr auto; }
  .content-preview-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 84vw; gap: 16px; margin-inline: calc((100vw - var(--shell)) / -2); padding: 12px 15px 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .content-preview-grid::-webkit-scrollbar { display: none; }
  .sample-sheet, .sample-plan, .sample-risk, .sample-score { min-height: 535px; transform: none; scroll-snap-align: center; }
  .gallery-hint { display: block; margin: 18px 0 0; color: #aebfca; font-size: .78rem; text-align: center; }
  .section-cta { margin-top: 34px; flex-direction: column; align-items: stretch; padding: 24px; }
  .section-cta .button { width: 100%; }
  .proof-grid { grid-template-columns: 1fr; gap: 42px; }
  .exam-stat { min-height: 300px; max-width: 330px; margin-inline: auto; padding: 38px; }
  .exam-stat strong { font-size: 5.4rem; }
  .fit-grid { grid-template-columns: 1fr; gap: 34px; }
  .offer-card { grid-template-columns: 1fr; gap: 34px; padding: 38px 24px; }
  .offer-manifest { width: min(100%, 290px); min-height: 310px; }
  .offer-copy { text-align: center; }
  .offer-copy ul { display: inline-grid; text-align: left; }
  .offer-buy { grid-column: auto; display: block; text-align: center; }
  .offer-buy .button { width: 100%; }
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 30px; }
  .final-cta-inner > div:last-child { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-buy { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,253,249,.96); border-top: 1px solid var(--line); box-shadow: 0 -12px 35px rgba(7,23,32,.14); backdrop-filter: blur(12px); }
  .mobile-buy > div { display: grid; }
  .mobile-buy strong { color: var(--navy); font-size: .92rem; }
  .mobile-buy span { color: var(--muted); font-size: .66rem; }
  .mobile-buy .button { padding: 11px 14px; font-size: .8rem; }
  footer .footer-status { justify-content: flex-start; }
}

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