:root {
  --ink: #0e1426;
  --ink-raised: #161d36;
  --cream: #f8f5ef;
  --cream-2: #efeae0;
  --white: #ffffff;
  --muted: rgba(14, 20, 38, .66);
  --line: rgba(14, 20, 38, .1);
  --purple: #8b2fc9;
  --red: #d4294a;
  --orange: #f47b20;
  --amber: #f5a623;
  --gradient: linear-gradient(90deg, #8b2fc9 0%, #ae2da8 25%, #d4294a 52%, #f06b26 78%, #f5a623 100%);
  --grad: var(--gradient);
  --font: "DM Sans", system-ui, sans-serif;
  --mono: "JetBrains Mono", monospace;
  --radius-xl: 44px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 35px 70px -35px rgba(14, 20, 38, .35), 0 10px 24px -16px rgba(14, 20, 38, .24);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.dialog-open { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: var(--red); color: white; }
.container { width: min(1180px, 92%); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; border-radius: 12px; background: white; color: var(--ink); }
.skip-link:focus { top: 16px; }

.hero { position: relative; overflow: hidden; padding: 116px 0 0; color: white; background: radial-gradient(circle at 78% 28%, #22355b 0, var(--ink) 47%, #090e1b 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(circle at 68% 35%, black, transparent 70%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; top: 7%; right: -90px; background: rgba(139, 47, 201, .3); }
.hero-glow-two { width: 320px; height: 320px; bottom: 5%; left: 18%; background: rgba(244, 123, 32, .14); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(34px, 5vw, 66px); padding-bottom: 52px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.62); font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow.dark { color: rgba(14,20,38,.58); }
.eyebrow.light { justify-content: center; color: rgba(255,255,255,.55); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.6vw, 78px); line-height: .99; letter-spacing: -.05em; font-weight: 800; }
h1 em, h2 em { color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: clamp(16px, 1.4vw, 18px); line-height: 1.65; }
.hero-lead strong { color: white; font-weight: 650; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(245,166,35,.55); outline-offset: 3px; }
.button-primary { border: 0; color: white; background-color: var(--red); background-image: var(--gradient); background-repeat: no-repeat; background-size: 100% 100%; box-shadow: 0 18px 34px -18px rgba(14,20,38,.62); }
.button-primary:focus-visible { outline-color: rgba(255,255,255,.78); }
.button-secondary { color: white; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
.button-dark-outline { color: white; border-color: rgba(255,255,255,.22); background: transparent; }
.hero-assurances { margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 24px; list-style: none; color: rgba(255,255,255,.55); font-family: var(--mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.hero-assurances li::before { content: "✓"; display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 7px; border-radius: 50%; color: white; background: var(--gradient); font-size: 9px; }

.hero-visual { position: relative; min-width: 0; padding: 18px 0 18px; }
.season-card { position: relative; z-index: 2; width: 92%; padding: 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: linear-gradient(145deg, rgba(26,36,65,.91), rgba(14,20,38,.83)); box-shadow: 0 50px 100px -45px rgba(0,0,0,.8); backdrop-filter: blur(16px); transform: rotate(.6deg); }
.season-card::after { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; padding: 1px; background: var(--gradient); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; opacity: .8; }
.season-topline { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.55); font-family: var(--mono); font-size: 9.5px; letter-spacing: .11em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #49df9a; box-shadow: 0 0 0 5px rgba(73,223,154,.1); }
.season-chip { margin-left: auto; padding: 5px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: white; }
.athlete-line { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.athlete-mark { width: 45px; height: 45px; border-radius: 14px; display: grid; place-items: center; background: var(--gradient); font-weight: 800; }
.athlete-line strong, .athlete-line span { display: block; }
.athlete-line strong { font-size: 15px; }
.athlete-line span { margin-top: 3px; color: rgba(255,255,255,.5); font-size: 12px; }
.profile-switcher { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 18px; }
.profile-switcher button { min-height: 52px; padding: 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: rgba(255,255,255,.62); background: rgba(0,0,0,.1); font-size: 11px; font-weight: 650; cursor: pointer; }
.profile-switcher button.active { border-color: rgba(245,166,35,.45); color: white; background: linear-gradient(120deg, rgba(139,47,201,.42), rgba(244,123,32,.26)); }
.recommendation { min-height: 142px; margin-top: 12px; padding: 18px; border-radius: 16px; display: flex; justify-content: space-between; gap: 18px; background: white; color: var(--ink); box-shadow: 0 16px 36px -28px rgba(0,0,0,.45); }
.recommendation-copy { min-width: 0; align-self: center; }
.recommendation-label { display: block; color: rgba(14,20,38,.52); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.recommendation strong { display: block; margin-top: 6px; font-size: 23px; }
.recommendation p { max-width: 310px; margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.recommendation-actions { flex: 0 0 auto; align-self: center; display: grid; justify-items: end; gap: 11px; }
.recommendation-price { font-size: 15px; font-weight: 800; }
.recommendation-price small { display: block; color: var(--muted); font-size: 9px; text-align: right; }
.recommendation-cta { min-height: 40px; padding: 0 14px; border: 0; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: white; background: var(--ink); font-size: 11px; font-weight: 750; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.recommendation-cta:hover { background: #202b49; transform: translateY(-1px); }
.recommendation-cta:focus-visible { outline: 3px solid rgba(244,123,32,.38); outline-offset: 3px; }
.week-label { display: flex; justify-content: space-between; margin: 19px 2px 10px; color: rgba(255,255,255,.48); font-family: var(--mono); font-size: 8.5px; letter-spacing: .09em; text-transform: uppercase; }
.week-track { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.week-track div { position: relative; min-width: 0; min-height: 67px; padding: 9px 3px 8px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; text-align: center; background: rgba(255,255,255,.045); }
.week-track span, .week-track b, .week-track em, .week-track small { display: block; }
.week-track span { color: rgba(255,255,255,.4); font-family: var(--mono); font-size: 8px; }
.week-track b { margin-top: 7px; font-size: 9px; }
.week-track em { margin-top: 2px; color: var(--amber); font-size: 7px; font-style: normal; font-weight: 750; line-height: 1.1; }
.week-track small { margin-top: 3px; color: rgba(255,255,255,.45); font-size: 7px; line-height: 1.15; }
.week-track .rest { opacity: .55; }
.week-track .key { border-color: rgba(244,123,32,.5); background: linear-gradient(150deg, rgba(212,41,74,.25), rgba(244,123,32,.12)); }
.week-track .double { border-color: rgba(139,47,201,.42); background: linear-gradient(150deg, rgba(139,47,201,.18), rgba(255,255,255,.035)); }
.week-track .strength { border-color: rgba(245,166,35,.42); background: linear-gradient(150deg, rgba(245,166,35,.16), rgba(212,41,74,.1)); }
.week-track.is-changing { animation: weekSwap .28s ease both; }
@keyframes weekSwap { from { opacity: .28; transform: translateY(3px); } to { opacity: 1; transform: none; } }
.season-footer { display: flex; justify-content: space-between; gap: 10px; margin-top: 18px; color: rgba(255,255,255,.44); font-size: 10px; }
.season-footer b { display: block; color: white; font-size: 12px; }
.trust-ribbon { position: relative; z-index: 2; width: min(1340px, 100%); margin: auto; padding: 26px max(4%, calc((100% - 1180px)/2)); border-top: 1px solid rgba(255,255,255,.08); display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; background: rgba(5,9,18,.38); }
.trust-ribbon div { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font-size: 13px; }
.trust-ribbon span { color: var(--orange); font-family: var(--mono); font-size: 10px; }

.evidence { position: relative; overflow: hidden; padding: 78px 0 90px; color: white; background: #090f1e; }
.evidence::before { content: ""; position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.evidence .container { position: relative; }
.evidence-head { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 70px; margin-bottom: 34px; }
.evidence-head .eyebrow { justify-content: flex-start; margin-bottom: 17px; }
.evidence-head h2 { margin: 0; font-size: clamp(38px, 4.7vw, 60px); line-height: 1; letter-spacing: -.045em; }
.evidence-head > p { max-width: 520px; margin: 0 0 3px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.65; }
.evidence-ledger { display: grid; grid-template-columns: 1.08fr 1.92fr; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: rgba(255,255,255,.025); box-shadow: 0 34px 80px -48px rgba(0,0,0,.9); }
.evidence-primary { padding: 28px; border-right: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, rgba(139,47,201,.13), rgba(212,41,74,.06) 48%, rgba(255,255,255,.025)); }
.evidence-meta { display: flex; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.46); font-family: var(--mono); font-size: 8.5px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.evidence-meta span:last-child { color: var(--orange); }
.evidence-ratio { margin-top: 22px; display: flex; align-items: center; gap: 13px; font-size: clamp(48px, 5.5vw, 72px); font-weight: 800; line-height: 1; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.evidence-ratio strong { display: inline-block; overflow: visible; padding: .04em .08em .08em .02em; margin: -.04em -.08em -.08em -.02em; }
.evidence-ratio strong:first-child { color: transparent; background: linear-gradient(90deg, var(--purple), var(--red)); background-clip: text; -webkit-background-clip: text; }
.evidence-ratio strong:last-child { color: var(--orange); }
.evidence-ratio i { color: rgba(255,255,255,.24); font-size: .55em; font-style: normal; }
.evidence-split { height: 7px; margin: 20px 0 18px; overflow: hidden; border-radius: 999px; display: grid; grid-template-columns: 4fr 1fr; gap: 3px; background: rgba(255,255,255,.06); }
.evidence-split span { background: linear-gradient(90deg, var(--purple), var(--red)); }
.evidence-split i { background: linear-gradient(90deg, var(--orange), var(--amber)); }
.evidence-primary p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.evidence-primary p strong { color: white; }
.evidence-ledger a { display: inline-block; margin-top: 18px; color: rgba(255,255,255,.42); font-family: var(--mono); font-size: 8.5px; letter-spacing: .06em; text-decoration: none; }
.evidence-ledger a:hover { color: white; }
.evidence-results { display: grid; grid-template-columns: repeat(3, 1fr); }
.evidence-results article { min-width: 0; padding: 28px 24px 24px; border-left: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; }
.evidence-results article:first-child { border-left: 0; }
.evidence-number { display: block; color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; font-size: clamp(34px, 3.5vw, 47px); line-height: 1; letter-spacing: -.05em; }
.evidence-results p { margin: 18px 0 0; color: rgba(255,255,255,.58); font-size: 12.5px; line-height: 1.55; }
.evidence-results p b { color: white; font-weight: 650; }
.evidence-results a { margin-top: auto; padding-top: 20px; }

.section-light { background: var(--cream); }
.plans { padding: 110px 0 104px; border-radius: var(--radius-xl) var(--radius-xl) 0 0; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 480px); align-items: end; gap: 50px; margin-bottom: 50px; }
.section-heading h2, .proof-intro h2, .method-copy h2, .faq-intro h2, .final-inner h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p, .proof-intro > p, .method-copy > p, .faq-intro > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.plan-mobile-tabs { display: none; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.plan-card { position: relative; scroll-margin-top: 96px; padding: 29px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 16px 45px -35px rgba(14,20,38,.3); }
.plan-card[data-plan-card="essential"] { border-color: rgba(14,20,38,.58); }
.plan-card.is-recommended { border-color: rgba(212,41,74,.46); box-shadow: 0 0 0 4px rgba(212,41,74,.08), 0 28px 60px -38px rgba(212,41,74,.6); }
.plan-card.featured { z-index: 2; border-color: rgba(212,41,74,.72); background: linear-gradient(155deg, #fff 6%, #ffedf2 52%, #ffe8d2 100%); box-shadow: 0 0 0 3px rgba(212,41,74,.11), 0 40px 70px -34px rgba(212,41,74,.68); transform: translateY(-12px); }
.plan-card.dark-card { color: white; border-color: rgba(255,255,255,.08); background: linear-gradient(155deg, #1b2541, #0e1426 72%); }
.popular-ribbon { position: absolute; top: 0; left: 50%; padding: 7px 13px; border-radius: 0 0 12px 12px; color: white; background: var(--gradient); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.plan-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.plan-index { font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.plan-fit { padding: 6px 9px; border-radius: 999px; color: var(--muted); background: var(--cream-2); font-size: 10px; font-weight: 700; }
.dark-card .plan-fit { color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); }
.price { margin-top: 25px; display: flex; align-items: flex-start; line-height: 1; color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.price strong { font-size: clamp(54px, 5vw, 68px); letter-spacing: -.06em; }
.price sup { margin: 6px 1px 0 2px; font-size: 20px; font-weight: 800; }
.price > span { margin-top: 11px; font-size: 30px; font-weight: 800; }
.price small { align-self: flex-end; margin: 0 0 6px 7px; color: var(--muted); font-size: 13px; }
.dark-card .price small { color: rgba(255,255,255,.5); }
.plan-promise { min-height: 74px; margin: 18px 0 24px; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.plan-promise strong { color: var(--ink); }
.dark-card .plan-promise { color: rgba(255,255,255,.6); }
.dark-card .plan-promise strong { color: white; }
.plan-button { width: 100%; min-height: 52px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 15px; display: flex; align-items: center; justify-content: space-between; background: transparent; font-weight: 750; cursor: pointer; }
.plan-card[data-plan-card="essential"] .plan-button { border-color: rgba(14,20,38,.58); }
.plan-button.gradient { border: 0; color: white; background-color: var(--red); background-image: var(--gradient); background-repeat: no-repeat; background-size: 100% 100%; box-shadow: 0 18px 30px -20px rgba(14,20,38,.5); }
.plan-button.light { border-color: rgba(255,255,255,.2); color: white; }
.plan-list-title { margin: 26px 0 16px; font-family: var(--mono); font-size: 9.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.feature-list { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; color: var(--muted); font-size: 13.5px; line-height: 1.4; }
.feature-list li { position: relative; min-height: 20px; padding-left: 28px; }
.feature-list li > span:first-child { position: absolute; left: 0; top: 0; width: 18px; height: 18px; border-radius: 50%; display: inline-grid; place-items: center; color: white; background: var(--gradient); font-size: 10px; }
.feature-list strong { color: var(--ink); }
.dark-card .feature-list { color: rgba(255,255,255,.62); }
.dark-card .feature-list strong { color: white; }
.dark-card .ml-tip { border-bottom-color: rgba(255,255,255,.3); }
.feature-list .ml-tip { white-space: nowrap; }
.feature-list .ml-tip-bubble { white-space: normal; }
.feature-list .ml-tip-icon { width: 14px; height: 14px; margin-left: 4px; font-size: 8.5px; }
.guarantee-bar { margin-top: 28px; padding: 20px 24px; border: 1px solid var(--line); border-radius: 18px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px 30px; background: rgba(255,255,255,.55); color: var(--muted); font-size: 12px; }
.guarantee-bar > span::before { content: "✓"; margin-right: 7px; color: var(--red); font-weight: 800; }
.text-button { margin-left: auto; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; font-weight: 750; cursor: pointer; }

.proof { padding: 100px 0; }
.proof-layout { padding: 50px; border: 1px solid var(--line); border-radius: 34px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; background: #fff; box-shadow: var(--shadow); }
.proof-intro > p { margin-top: 24px; }
.proof-score { width: fit-content; margin-top: 30px; padding: 16px 18px; border-radius: 16px; display: grid; grid-template-columns: auto auto; column-gap: 12px; align-items: baseline; background: var(--cream); }
.proof-score strong { font-size: 28px; }
.proof-score span { color: var(--orange); letter-spacing: .08em; }
.proof-score small { grid-column: 1 / -1; margin-top: 3px; color: var(--muted); }
.testimonial-stack { display: grid; gap: 14px; }
.testimonial { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.main-testimonial { padding: 32px; color: white; border: 0; background: var(--ink); }
.testimonial blockquote { margin: 0; font-size: 15px; line-height: 1.65; }
.main-testimonial blockquote { font-size: 20px; }
.testimonial figcaption { margin-top: 22px; display: flex; align-items: center; gap: 11px; }
.testimonial figcaption > span { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: white; background: var(--gradient); font-size: 11px; font-weight: 800; }
.testimonial figcaption strong, .testimonial figcaption small { display: block; }
.testimonial figcaption small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.main-testimonial figcaption small { color: rgba(255,255,255,.5); }
.testimonial-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

.photo-break { padding: 0 0 100px; }
.editorial-photo { position: relative; height: clamp(250px, 30vw, 380px); margin: 0; overflow: hidden; border-radius: 30px; background: var(--ink); box-shadow: var(--shadow); }
.editorial-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,20,38,.8), rgba(14,20,38,.12) 66%, rgba(14,20,38,.32)); }
.editorial-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.editorial-photo figcaption { position: absolute; z-index: 1; left: clamp(24px, 5vw, 58px); bottom: clamp(24px, 4vw, 48px); max-width: 520px; color: white; }
.editorial-photo figcaption span { display: block; margin-bottom: 10px; color: var(--orange); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.editorial-photo figcaption strong { display: block; font-size: clamp(22px, 3vw, 36px); line-height: 1.12; letter-spacing: -.03em; }

.compare-section { padding: 110px 0; color: white; background: linear-gradient(180deg, var(--ink), #10182e); }
.section-heading.centered { max-width: 750px; margin: 0 auto 48px; display: block; text-align: center; }
.light-heading > p { max-width: 710px; margin: 18px auto 0; color: rgba(255,255,255,.58); }
.light-heading > p strong { color: white; }
.compare-tabs { display: none; }
.comparison-table { border: 1px solid rgba(255,255,255,.1); border-radius: 24px; overflow: visible; background: rgba(255,255,255,.035); }
.compare-row { min-height: 57px; display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); align-items: stretch; border-bottom: 1px solid rgba(255,255,255,.08); }
.compare-row:last-child { border-bottom: 0; }
.compare-row > div { min-width: 0; padding: 13px 16px; display: grid; place-items: center; text-align: center; color: rgba(255,255,255,.67); font-size: 12.5px; }
.compare-row > div:first-child { place-items: center start; text-align: left; color: white; font-weight: 600; }
.compare-row .selected-col { color: white; background: linear-gradient(180deg, rgba(212,41,74,.14), rgba(139,47,201,.09)); }
.compare-head { min-height: 88px; border-radius: 24px 24px 0 0; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.compare-head > div:not(:first-child) { display: flex; flex-direction: column; gap: 5px; }
.compare-head > div > span { padding: 3px 7px; border-radius: 999px; color: white; background: var(--gradient); font-size: 7px; letter-spacing: .12em; }
.compare-head small { color: rgba(255,255,255,.4); font-family: var(--font); font-size: 10px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.compare-head .selected-col { color: var(--orange); }
.compare-group { padding: 11px 18px; color: rgba(255,255,255,.45); background: rgba(0,0,0,.18); font-family: var(--mono); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.compare-check { width: 23px; height: 23px; border-radius: 50%; display: inline-grid; place-items: center; color: white; background: var(--gradient); font-size: 10px; font-weight: 800; box-shadow: 0 7px 16px -8px rgba(212,41,74,.8); }
.compare-dash { color: rgba(255,255,255,.28); font-weight: 700; }
.comparison-table .ml-tip { border-bottom-color: rgba(255,255,255,.28); }
.comparison-table .ml-tip-bubble { border: 1px solid rgba(255,255,255,.12); background: #202a46; box-shadow: 0 18px 45px -14px rgba(0,0,0,.8); }
.comparison-table .ml-tip-bubble::after { border-top-color: #202a46; }
.compare-row > div[data-col] .ml-tip-bubble { right: -5px; left: auto; transform: translateX(0) translateY(4px); }
.compare-row > div[data-col] .ml-tip:hover .ml-tip-bubble,
.compare-row > div[data-col] .ml-tip:focus .ml-tip-bubble,
.compare-row > div[data-col] .ml-tip:focus-within .ml-tip-bubble { transform: translateX(0) translateY(0); }
.compare-row > div[data-col] .ml-tip-bubble::after { right: 14px; left: auto; transform: none; }
.partner-tip-bubble a { display: block; width: fit-content; margin-top: 8px; color: #ffd08a; font-weight: 750; text-decoration: none; }
.partner-tip-bubble a:hover, .partner-tip-bubble a:focus-visible { color: white; text-decoration: underline; text-underline-offset: 3px; }
.ml-tip:hover .partner-tip-bubble, .ml-tip:focus .partner-tip-bubble, .ml-tip:focus-within .partner-tip-bubble { pointer-events: auto; }
.compare-cta { margin-top: 20px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(255,255,255,.055); }
.compare-cta strong, .compare-cta span { display: block; }
.compare-cta strong { color: white; font-size: 15px; }
.compare-cta span { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 12px; }
.compare-cta .button { flex: 0 0 auto; }
.proof-after-compare { border-radius: var(--radius-xl) var(--radius-xl) 0 0; }

.method { padding: 110px 0; }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.method-copy > p { margin-top: 24px; }
.method-points { margin: 34px 0 0; padding: 0; display: grid; gap: 22px; list-style: none; }
.method-points li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; }
.method-points li > span { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 11px; display: grid; place-items: center; font-family: var(--mono); font-size: 10px; font-weight: 700; }
.method-points strong { font-size: 15px; }
.method-points p { margin: 5px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.training-visual { padding: 30px; border-radius: 28px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.visual-head { display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.5); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.visual-head strong { padding: 7px 10px; border-radius: 999px; color: white; background: rgba(255,255,255,.09); }
.chart-bars { height: 260px; margin-top: 26px; padding-top: 20px; display: grid; grid-template-columns: repeat(12, 1fr); align-items: end; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.12); background-image: repeating-linear-gradient(to top, rgba(255,255,255,.06) 0 1px, transparent 1px 62px); }
.chart-bars span { height: var(--h); border-radius: 8px 8px 2px 2px; background: linear-gradient(180deg, var(--purple), var(--red)); }
.chart-bars .deload { background: rgba(255,255,255,.2); }
.chart-bars .taper { background: linear-gradient(180deg, var(--orange), var(--red)); }
.chart-bars .race { background: var(--amber); box-shadow: 0 0 24px rgba(245,166,35,.35); }
.chart-labels { display: grid; grid-template-columns: repeat(12, 1fr); gap: 8px; margin-top: 11px; color: rgba(255,255,255,.35); font-family: var(--mono); font-size: 8px; text-transform: uppercase; text-align: center; }
.chart-labels span { justify-self: center; white-space: nowrap; }
.chart-labels span:nth-child(1) { grid-column: 2; }
.chart-labels span:nth-child(2) { grid-column: 6; }
.chart-labels span:nth-child(3) { grid-column: 10; }
.chart-labels span:nth-child(4) { grid-column: 12; }
.load-summary { margin-top: 28px; padding: 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.load-summary span, .load-summary strong { display: block; }
.load-summary strong > span { display: inline; }
.load-summary span { color: rgba(255,255,255,.45); font-size: 10px; }
.load-summary strong { margin-top: 5px; font-size: 13px; }
.training-visual > p { margin: 18px 0 0; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.5; }

.extras { padding: 10px 0 110px; }
.extras-heading { grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); align-items: start; gap: clamp(48px, 6vw, 84px); }
.extras-heading h2 { max-width: 780px; font-size: clamp(42px, 4.2vw, 60px); }
.extras-summary { position: relative; max-width: 500px; justify-self: end; padding: 3px 0 2px clamp(22px, 2.3vw, 34px); }
.extras-summary::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 2px; border-radius: 999px; background: var(--gradient); }
.extras-summary .extras-summary-lead { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.68; }
.partner-access { max-width: 500px; margin-top: 22px; display: grid; gap: 15px; }
.partner-access-line { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 12px; }
.partner-access-line .included-badge { flex: 0 0 auto; margin-top: 0; }
.partner-access-note { color: rgba(14,20,38,.48); font-family: var(--mono); font-size: 8px; font-weight: 650; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.partner-link-button { position: relative; width: 100%; min-height: 84px; padding: 13px 13px 13px 15px; overflow: hidden; border: 1px solid rgba(14,20,38,.16); border-radius: 16px; display: flex; align-items: center; justify-content: flex-start; gap: 15px; color: white; background: #121a30; box-shadow: 0 20px 36px -28px rgba(14,20,38,.82); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.partner-link-button::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--gradient); }
.partner-link-symbol { flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; display: grid; place-items: center; color: #ffd07a; background: rgba(255,255,255,.06); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.partner-link-symbol svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.partner-link-copy { min-width: 0; flex: 1 1 auto; display: grid; gap: 4px; text-align: left; }
.partner-link-copy small { color: rgba(255,255,255,.52); font-family: var(--mono); font-size: 8px; font-weight: 650; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.partner-link-copy strong { color: white; font-size: 16px; font-weight: 800; line-height: 1.2; }
.partner-link-icon { flex: 0 0 40px; width: 40px; height: 40px; border: 0; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--gradient); box-shadow: 0 10px 22px -10px rgba(212,41,74,.8); transition: transform .2s ease, box-shadow .2s ease; }
.partner-link-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.partner-link-button:hover, .partner-link-button:focus-visible { border-color: rgba(212,41,74,.38); box-shadow: 0 24px 42px -28px rgba(14,20,38,.88); transform: translateY(-2px); }
.partner-link-button:hover .partner-link-icon, .partner-link-button:focus-visible .partner-link-icon { box-shadow: 0 14px 26px -10px rgba(212,41,74,.92); transform: translateX(2px); }
.extras-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 16px; }
.extras-grid article { min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; display: flex; flex-direction: column; background: white; }
.swim-card { position: relative; overflow: hidden; color: white; background: linear-gradient(145deg, #273a66, var(--ink) 70%) !important; }
.swim-card::after { content: "≈"; position: absolute; right: -18px; bottom: -65px; color: rgba(255,255,255,.06); font-size: 240px; font-weight: 800; transform: rotate(-12deg); }
.extra-kicker { position: relative; z-index: 1; color: var(--orange); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.extras-grid h3 { position: relative; z-index: 1; margin: 24px 0 10px; font-size: 34px; }
.extras-grid p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.6; }
.swim-card p { max-width: 530px; color: rgba(255,255,255,.62); }
.extra-bottom { position: relative; z-index: 1; margin-top: auto; display: flex; flex-wrap: wrap; align-items: end; gap: 15px; }
.extra-bottom > strong { font-size: 28px; }
.extra-bottom small { color: rgba(255,255,255,.5); font-size: 11px; }
.extra-bottom .text-button { color: white; }
.swim-access { position: relative; z-index: 3; width: fit-content; margin-top: 18px; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.48); font-family: var(--mono); font-size: 8.5px; letter-spacing: .08em; text-transform: uppercase; }
.info-dot { width: 20px; height: 20px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; color: white; background: rgba(255,255,255,.08); font-family: var(--mono); font-size: 10px; font-weight: 700; cursor: help; }
.info-bubble { position: absolute; left: calc(100% + 9px); bottom: -8px; width: 235px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; color: white; background: #202a46; box-shadow: 0 18px 36px rgba(0,0,0,.28); font-family: var(--font); font-size: 11px; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-transform: none; opacity: 0; pointer-events: none; transform: translateX(-5px); transition: opacity .2s ease, transform .2s ease; }
.info-dot:hover + .info-bubble, .info-dot:focus + .info-bubble { opacity: 1; transform: none; }
.partner-logo-stage { width: 100%; height: 104px; margin: 24px 0 18px; border-radius: 17px; display: grid; place-items: center; overflow: hidden; }
.partner-logo-stage img { width: auto; height: auto; margin: 0; object-fit: contain; object-position: center; }
.partner-card > .extra-kicker { min-height: 26px; line-height: 1.45; }
.extras-grid .partner-card { border: 1.5px solid rgba(14,20,38,.28); box-shadow: 0 22px 42px -36px rgba(14,20,38,.62); }
.bob-stage { border: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle at 70% 20%, #283559, var(--ink) 64%); }
.bob-stage img { width: min(185px, 76%); height: auto; filter: drop-shadow(0 8px 14px rgba(0,0,0,.35)); }
.noemie-stage { border: 1px solid rgba(14,20,38,.07); background: #f7f7f7; }
.noemie-stage img { width: 100%; height: 104px; border-radius: 0; object-fit: cover; object-position: center 50%; box-shadow: none; transform: scale(1.08); }
.partner-card img { width: 130px; height: 80px; margin: 28px 0 20px; object-fit: contain; object-position: left center; }
.partner-card .partner-logo-stage img { margin: 0; }
.partner-card .noemie-stage img { width: 100%; height: 104px; border-radius: 0; object-fit: cover; object-position: center 50%; box-shadow: none; transform: scale(1.08); }
.partner-card > p { min-height: 65px; }
.pending-badge, .included-badge { width: fit-content; margin-top: auto; padding: 8px 10px; border-radius: 999px; color: var(--muted); background: var(--cream-2); font-size: 10px; font-weight: 700; }
.included-badge { color: #1b704c; background: #e7f5ed; }
.partner-discounts { margin-top: 14px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.partner-discounts span { min-height: 45px; padding: 8px 7px; border: 1px solid rgba(212,41,74,.12); border-radius: 12px; display: grid; place-items: center; color: var(--muted); background: linear-gradient(140deg, rgba(139,47,201,.055), rgba(245,166,35,.075)); font-size: 9px; font-weight: 700; line-height: 1.2; text-align: center; }
.partner-discounts strong { display: block; color: var(--ink); font-size: 16px; line-height: 1; }
.partner-discounts-single { grid-template-columns: 1fr; }
.partner-conditions { min-height: 48px; margin-top: 8px; color: rgba(14,20,38,.48); font-size: 8.5px; line-height: 1.4; }

.dark-tail { margin-top: -1px; padding-top: 100px; background: var(--ink); }
.journey { position: relative; overflow: hidden; padding: 30px 0 70px; color: white; }
.journey-head { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.journey-head .eyebrow { justify-content: center; color: white; }
.journey-head .eyebrow .bar { background: white; }
.journey-head .eyebrow .spark { width: 6px; height: 6px; border-radius: 2px; background: var(--grad); transform: rotate(45deg); }
.journey-head h2 { margin: 14px 0 22px; color: white; font-size: clamp(34px, 5.2vw, 64px); font-weight: 800; line-height: .95; letter-spacing: -.03em; text-transform: uppercase; }
.journey-head h2 .accent { color: transparent; background: var(--grad); background-clip: text; -webkit-background-clip: text; }
.journey-head p { max-width: 56ch; margin: 0 auto 26px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.6; }
.journey-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 24px 0 130px; }
.journey-line, .journey-line-fill { display: none; }
.jstep { position: relative; z-index: 2; display: flex; flex-direction: column; }
.jcard-glow { position: absolute; z-index: -1; inset: 6px; border-radius: 32px; background: var(--card-grad, var(--grad)); filter: blur(38px); opacity: .26; pointer-events: none; transition: opacity .6s ease; }
.jstep.active .jcard-glow { opacity: .42; }
.jcard { position: relative; min-height: 290px; padding: 26px 24px; overflow: hidden; border: 2px solid transparent; border-radius: 28px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(180deg, #131a31, var(--ink-elevated)) padding-box, var(--card-grad, var(--grad)) border-box; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.jstep.active .jcard { transform: translateY(-4px); }
.jicon { width: 44px; height: 44px; display: grid; place-items: center; color: rgba(255,255,255,.95); }
.jicon svg { width: 30px; height: 30px; }
.jcard-bottom { display: flex; flex-direction: column; gap: 8px; }
.jcard .step-label { color: rgba(255,255,255,.5); font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.jcard h4 { margin: 0; color: white; font-size: 19px; font-weight: 600; line-height: 1.25; letter-spacing: -.015em; }
.jcard p { margin: 4px 0 0; color: rgba(255,255,255,.55); font-size: 13.5px; line-height: 1.6; }
.jstep:nth-child(3) { --card-grad: linear-gradient(137deg, #8b2fc9 0%, #b22c8b 50%, #d4294a 100%); }
.jstep:nth-child(4) { --card-grad: linear-gradient(137deg, #d4294a 0%, #e15235 50%, #f47b20 100%); }
.jstep:nth-child(5) { --card-grad: linear-gradient(137deg, #f47b20 0%, #f4901f 50%, #f5a623 100%); }
.jstep:nth-child(6) { --card-grad: linear-gradient(137deg, #8b2fc9 0%, #d4294a 40%, #f47b20 75%, #f5a623 100%); }
.journey-loop { position: absolute; left: 12.5%; right: 12.5%; bottom: 30px; height: 80px; opacity: 0; pointer-events: none; transform: translateY(6px); transition: opacity .8s ease, transform .8s ease; }
.journey-loop.active { opacity: 1; transform: none; }
.journey-loop svg { width: 100%; height: 100%; overflow: visible; display: block; }
.journey-loop-path { fill: none; stroke: url(#loopGradSvc); stroke-width: 1.75; stroke-linecap: square; stroke-linejoin: miter; stroke-dasharray: 5 6; filter: drop-shadow(0 0 6px rgba(244,123,32,.35)); }
.journey-loop.active .journey-loop-path { animation: loopDashSvc 5s linear infinite; }
@keyframes loopDashSvc { to { stroke-dashoffset: -110; } }
.journey-loop-arrow { fill: #f5a623; filter: drop-shadow(0 0 5px rgba(245,166,35,.55)); }
.journey-loop-label { position: absolute; left: 66.55%; top: 50px; padding: 6px 14px; border: 1.5px solid transparent; border-radius: 999px; color: white; background: linear-gradient(var(--ink), var(--ink)) padding-box, var(--grad) border-box; box-shadow: 0 8px 22px -8px rgba(212,41,74,.5); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; transform: translate(-50%, -50%); }
.journey-loop-mobile { display: none; }
.journey-mobile-cycle { display: none; }

.mobile-sticky { display: none; position: fixed; z-index: 90; left: 14px; right: 14px; bottom: calc(12px + env(safe-area-inset-bottom)); min-height: 50px; border: 0; border-radius: 16px; color: white; background: var(--gradient); box-shadow: 0 20px 45px rgba(14,20,38,.4); font-weight: 750; }
.start-dialog { width: min(540px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 28px; color: white; background: transparent; }
.start-dialog::backdrop { background: rgba(5,8,16,.78); backdrop-filter: blur(10px); }
.dialog-card { position: relative; padding: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; background: linear-gradient(145deg, #1b2542, #0b101f); box-shadow: 0 40px 100px rgba(0,0,0,.55); }
.dialog-close { position: absolute; top: 15px; right: 15px; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: white; background: rgba(255,255,255,.06); cursor: pointer; }
.dialog-kicker { color: var(--orange); font-family: var(--mono); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.dialog-card h2 { margin: 20px 0 10px; font-size: 34px; letter-spacing: -.035em; }
.dialog-card p { color: rgba(255,255,255,.6); line-height: 1.6; }
.dialog-selection { margin: 18px 0; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.05); }
.dialog-actions { display: grid; gap: 10px; margin-top: 24px; }

@media (max-width: 1050px) {
  .hero { padding-top: 112px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(800px, 100%); }
  .season-card { width: min(720px, 92%); transform: none; }
  .evidence-head { gap: 40px; }
  .evidence-ledger { grid-template-columns: 1fr; }
  .evidence-primary { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .plan-grid { grid-template-columns: 1fr; gap: 30px; }
  .plan-card { position: sticky; will-change: transform; }
  .plan-card:nth-child(1) { top: 76px; z-index: 1; }
  .plan-card:nth-child(2) { top: 92px; z-index: 2; }
  .plan-card:nth-child(3) { top: 108px; z-index: 3; }
  .plan-card.dark-card { grid-column: auto; }
  .plan-card.featured { transform: none; }
  .proof-layout, .method-grid { grid-template-columns: 1fr; }
  .proof-intro { max-width: 720px; }
  .method-grid { gap: 50px; }
  .training-visual { max-width: 760px; }
  .extras-heading { grid-template-columns: 1fr; }
  .extras-summary { max-width: 650px; justify-self: start; padding: 22px 0 0; }
  .extras-summary::before { right: auto; bottom: auto; width: 76px; height: 2px; }
  .extras-grid { grid-template-columns: 1fr 1fr; }
  .swim-card { grid-column: 1 / -1; }
}

@media (max-width: 1100px) {
  .journey-track { grid-template-columns: repeat(2, 1fr); gap: 22px; padding: 30px 0 50px; }
  .journey-loop { display: none; }
  .jcard { min-height: 240px; }
  .jcard-glow { inset: 10px; filter: blur(28px); opacity: .18; }
  .jstep.active .jcard-glow { opacity: .28; }
}

@media (max-width: 760px) {
  :root { --radius-xl: 30px; }
  .container { width: min(92%, 1180px); }
  .hero { min-height: auto; padding-top: 88px; }
  .hero-grid { gap: 28px; padding-bottom: 28px; }
  .hero h1 { font-size: clamp(39px, 11.8vw, 52px); line-height: .99; }
  .hero-lead { margin-top: 20px; font-size: 15px; line-height: 1.55; }
  .hero-actions { margin-top: 24px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-secondary { min-height: 36px; padding: 4px 12px; border: 0; background: transparent; }
  .hero-assurances { gap: 9px 15px; font-size: 8.5px; }
  .hero-visual { width: 100%; padding: 0; display: block; scroll-margin-top: 86px; }
  .season-card { width: 100%; padding: 15px; border-radius: 23px; transform: none; }
  .season-topline { gap: 8px; font-size: 8px; }
  .season-chip { padding: 5px 7px; }
  .athlete-line { gap: 10px; margin-top: 17px; }
  .athlete-mark { width: 39px; height: 39px; border-radius: 12px; font-size: 13px; }
  .athlete-line strong { font-size: 13px; }
  .athlete-line span { font-size: 10.5px; line-height: 1.35; }
  .profile-switcher { gap: 5px; margin-top: 14px; }
  .profile-switcher button { min-height: 48px; padding: 7px 3px; border-radius: 11px; font-size: 9.5px; line-height: 1.2; }
  .recommendation { min-height: 0; margin-top: 9px; padding: 15px; border-radius: 15px; display: grid; gap: 14px; }
  .recommendation strong { font-size: 21px; }
  .recommendation p { max-width: none; font-size: 11.5px; line-height: 1.45; }
  .recommendation-actions { width: 100%; grid-template-columns: auto 1fr; align-items: center; justify-items: stretch; gap: 11px; }
  .recommendation-price { font-size: 14px; }
  .recommendation-price small { text-align: left; }
  .recommendation-cta { min-height: 44px; }
  .week-label { margin: 15px 2px 8px; font-size: 7px; }
  .week-label, .week-track { display: none; }
  .week-track { gap: 6px; margin-right: -15px; padding: 0 15px 8px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .week-track::-webkit-scrollbar { display: none; }
  .week-track div { flex: 0 0 63px; min-height: 69px; scroll-snap-align: start; }
  .season-footer { display: none; }
  .trust-ribbon { grid-template-columns: 1fr 1fr; gap: 12px 16px; padding: 17px 5%; }
  .trust-ribbon div { gap: 8px; font-size: 11px; }
  .evidence { padding: 58px 0 62px; }
  .evidence-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  .evidence-head > p { max-width: 620px; }
  .evidence-ledger { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .evidence-primary { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; }
  .evidence-ratio { margin-top: 18px; }
  .evidence-results { display: flex; gap: 12px; margin-top: 12px; padding: 0 9% 10px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .evidence-results::-webkit-scrollbar { display: none; }
  .evidence-results article { flex: 0 0 min(78vw, 310px); min-height: 202px; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; display: flex; background: rgba(255,255,255,.035); scroll-snap-align: start; }
  .evidence-results article:first-child { border: 1px solid rgba(255,255,255,.1); }
  .evidence-number { font-size: 39px; }
  .evidence-results p { margin: 16px 0 0; }
  .evidence-results a { margin-top: auto; padding-top: 16px; }
  .plans, .proof, .compare-section, .method { padding: 58px 0; }
  .plans { padding-top: 58px; scroll-margin-top: 68px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 17px; font-size: 14.5px; line-height: 1.58; }
  .section-heading h2, .proof-intro h2, .method-copy h2, .faq-intro h2, .final-inner h2 { font-size: clamp(36px, 11vw, 48px); }
  .plan-mobile-tabs { display: none; }
  .plan-mobile-tabs button { min-width: 0; padding: 11px 4px; border: 0; border-radius: 13px; color: rgba(14,20,38,.52); background: transparent; font-size: 10.5px; font-weight: 750; cursor: pointer; }
  .plan-mobile-tabs button small { display: block; margin-top: 3px; font-family: var(--mono); font-size: 7.5px; }
  .plan-mobile-tabs button.active { color: white; background: var(--gradient); box-shadow: 0 10px 22px -14px rgba(212,41,74,.9); }
  .plan-grid { display: grid; gap: 24px; }
  .plan-card { display: block; padding: 24px; }
  .plan-card.featured { transform: none; }
  .plan-card.dark-card { grid-column: auto; }
  .plan-promise { min-height: 0; }
  .guarantee-bar { margin-top: 16px; padding: 16px 18px; align-items: flex-start; flex-direction: column; gap: 10px; }
  .guarantee-bar .text-button { margin-left: 0; text-align: left; }
  .proof-layout { padding: 22px; gap: 30px; overflow: hidden; border-radius: 24px; }
  .testimonial-stack { display: flex; gap: 12px; margin-right: -22px; padding: 0 22px 10px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .testimonial-stack::-webkit-scrollbar { display: none; }
  .testimonial-row { display: contents; }
  .testimonial { flex: 0 0 min(72vw, 310px); min-height: 330px; padding: 20px; border-radius: 19px; display: flex; flex-direction: column; scroll-snap-align: start; }
  .testimonial figcaption { margin-top: auto; padding-top: 22px; }
  .main-testimonial blockquote { font-size: 17px; }
  .photo-break { padding-bottom: 66px; }
  .editorial-photo { height: 235px; border-radius: 22px; }
  .editorial-photo img { object-position: 58% center; }
  .editorial-photo::after { background: linear-gradient(0deg, rgba(14,20,38,.86), rgba(14,20,38,.08) 72%); }
  .editorial-photo figcaption strong { font-size: 24px; }
  .compare-tabs { position: sticky; z-index: 24; top: 70px; margin-bottom: 14px; padding: 5px; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(14,20,38,.91); box-shadow: 0 14px 32px -20px rgba(0,0,0,.8); backdrop-filter: blur(12px); }
  .compare-tabs button { padding: 11px 5px; border: 0; border-radius: 13px; color: rgba(255,255,255,.52); background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
  .compare-tabs button small { display: block; margin-top: 4px; font-family: var(--mono); font-size: 8px; }
  .compare-tabs button.active { color: white; background: var(--gradient); }
  .compare-row { grid-template-columns: 1.35fr 1fr; }
  .compare-row > div[data-col] { display: none; }
  .comparison-table[data-mobile-tier="essential"] [data-col="essential"], .comparison-table[data-mobile-tier="performance"] [data-col="performance"], .comparison-table[data-mobile-tier="elite"] [data-col="elite"] { display: grid; }
  .compare-head > div:first-child { font-size: 9px; }
  .compare-head > div:not(:first-child) { display: none; }
  .comparison-table[data-mobile-tier="essential"] .compare-head [data-col="essential"], .comparison-table[data-mobile-tier="performance"] .compare-head [data-col="performance"], .comparison-table[data-mobile-tier="elite"] .compare-head [data-col="elite"] { display: flex; }
  .compare-row > div { padding: 14px 12px; font-size: 12px; }
  .compare-cta { padding: 18px; align-items: stretch; flex-direction: column; gap: 15px; }
  .compare-cta .button { width: 100%; }
  .training-visual { padding: 19px; }
  .chart-bars { height: 176px; gap: 5px; }
  .chart-labels { gap: 5px; font-size: 7px; }
  .load-summary { margin-top: 20px; padding: 12px 10px; grid-template-columns: repeat(3, 1fr); gap: 6px; text-align: center; }
  .load-summary span { font-size: 8px; line-height: 1.25; }
  .load-summary strong { font-size: 11px; }
  .extras { padding: 0 0 68px; }
  .extras-heading { margin-bottom: 24px; }
  .extras-summary { max-width: none; padding-top: 18px; }
  .extras-summary .extras-summary-lead { font-size: 14.5px; line-height: 1.62; }
  .partner-access { margin-top: 18px; gap: 13px; }
  .partner-access-line { align-items: flex-start; flex-direction: column; gap: 8px; }
  .partner-link-button { min-height: 62px; padding: 9px 9px 9px 11px; border-radius: 14px; gap: 10px; }
  .partner-link-symbol { flex-basis: 34px; width: 34px; height: 34px; border-radius: 10px; }
  .partner-link-symbol svg { width: 18px; height: 18px; }
  .partner-link-copy { gap: 2px; }
  .partner-link-copy small { font-size: 7px; }
  .partner-link-copy strong { font-size: 14px; }
  .partner-link-icon { flex-basis: 34px; width: 34px; height: 34px; }
  .partner-link-icon svg { width: 17px; height: 17px; }
  .extras-grid { display: flex; gap: 12px; margin-right: -4.35vw; padding: 0 4.35vw 12px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .extras-grid::-webkit-scrollbar { display: none; }
  .extras-grid article { flex: 0 0 min(83vw, 350px); min-height: 330px; padding: 23px; scroll-snap-align: start; }
  .extras-grid h3 { margin-top: 20px; font-size: 29px; }
  .swim-card { grid-column: auto; }
  .info-bubble { left: 0; bottom: 28px; }
  .dark-tail { padding-top: 70px; }
  .journey { padding-bottom: 60px; }
  .journey-head { margin-bottom: 24px; }
  .journey-track { display: flex; grid-template-columns: none; gap: 12px; margin-right: -4.35vw; padding: 16px 4.35vw 20px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .journey-track::-webkit-scrollbar { display: none; }
  .jstep { flex: 0 0 min(76vw, 300px); padding-left: 0; scroll-snap-align: start; }
  .jcard { min-height: 225px; padding: 18px; }
  .jicon { width: 38px; height: 38px; }
  .jicon svg { width: 26px; height: 26px; }
  .jcard-bottom { gap: 6px; }
  .jcard .step-label { font-size: 9.5px; }
  .jcard h4 { font-size: 16.5px; }
  .jcard p { font-size: 12.5px; line-height: 1.5; }
  .jcard-glow { inset: 14px; filter: blur(22px); opacity: .15; }
  .jstep.active .jcard-glow { opacity: .22; }
  .journey-loop-mobile { display: none; }
  .journey-mobile-cycle { width: fit-content; margin: 0 auto; padding: 5px 0; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.62); font-family: var(--font-mono); font-size: 8.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
  .journey-mobile-cycle svg { box-sizing: border-box; width: 27px; height: 27px; padding: 5px; flex: 0 0 auto; color: var(--amber); border: 1px solid rgba(245,166,35,.42); border-radius: 50%; background: rgba(255,255,255,.035); }
  .journey-loop-mobile-top { position: absolute; top: -8px; left: 11px; width: 70px; height: 16px; filter: drop-shadow(0 0 4px rgba(245,166,35,.5)); }
  .journey-loop-mobile-bottom { position: absolute; bottom: -8px; left: 11px; width: 70px; height: 16px; filter: drop-shadow(0 0 4px rgba(212,41,74,.4)); }
  .journey-loop-mobile-top line { animation: loopMobileDashForward 2s linear infinite; }
  .journey-loop-mobile-bottom line { animation: loopMobileDashBackward 2s linear infinite; }
  .journey-loop-mobile-line { position: absolute; left: 11px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to top, #d4294a, #f47b20 55%, #f5a623); -webkit-mask: repeating-linear-gradient(to top, black 0 3px, transparent 3px 8px); mask: repeating-linear-gradient(to top, black 0 3px, transparent 3px 8px); animation: loopMobileMaskUp 2s linear infinite; }
  .journey-loop-mobile-label { position: absolute; z-index: 4; top: 50%; left: 12px; padding: 5px 12px; border: 1.5px solid transparent; border-radius: 999px; color: white; background: linear-gradient(var(--ink), var(--ink)) padding-box, var(--grad) border-box; box-shadow: 0 6px 18px -6px rgba(212,41,74,.5); font-family: var(--font-mono); font-size: 9px; font-weight: 700; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; transform: translate(-50%, -50%) rotate(-90deg); }
  @keyframes loopMobileDashForward { to { stroke-dashoffset: -16; } }
  @keyframes loopMobileDashBackward { to { stroke-dashoffset: 16; } }
  @keyframes loopMobileMaskUp { from { -webkit-mask-position: 0 0; mask-position: 0 0; } to { -webkit-mask-position: 0 -16px; mask-position: 0 -16px; } }
  .mobile-sticky.visible:not(.suppressed) { display: block; }
  .dialog-card { padding: 30px 22px 24px; }
}

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