:root {
  --ink: #071720;
  --ink-2: #0d2631;
  --paper: #f5f2ea;
  --paper-2: #ece8de;
  --white: #fffdf8;
  --muted: #5b696d;
  --line: rgba(7, 23, 32, 0.14);
  --red: #d5302f;
  --red-dark: #ae201f;
  --mint: #9ee5c7;
  --gold: #e9c46a;
  --radius: 5px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold); color: var(--ink); }

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 999;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }
.wrap { width: var(--wrap); margin-inline: auto; }

.disclosure-bar {
  position: relative;
  z-index: 30;
  color: #f6f3eb;
  background: #132c35;
  font-size: 12px;
  letter-spacing: .01em;
}
.disclosure-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.disclosure-inner a { color: var(--mint); text-underline-offset: 3px; }

.site-header {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 20;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  transition: background .2s ease, box-shadow .2s ease, color .2s ease;
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  color: var(--ink);
  background: rgba(255, 253, 248, .96);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(7, 23, 32, .08);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 34px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font: 800 17px/1 "Manrope", sans-serif;
  letter-spacing: -.035em;
  text-decoration: none;
  white-space: nowrap;
}
.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  background: var(--red);
  border-radius: 50%;
}
.brand-mark::before {
  content: "";
  width: 10px;
  height: 14px;
  border: 2px solid white;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  transform: translateY(2px);
}
.brand-mark::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  background: white;
  top: 5px;
  left: 11px;
  box-shadow: 6px 0 0 white;
}
.nav-wrap nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-wrap nav a { color: inherit; font-weight: 600; font-size: 14px; text-decoration: none; }
.nav-wrap nav a:hover { opacity: .68; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 23px;
  border: 0;
  border-radius: var(--radius);
  font: 700 15px/1 "Manrope", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.button-small { min-height: 42px; margin-left: 4px; padding-inline: 18px; background: var(--red); color: white; }
.button-primary { color: white; background: var(--red); box-shadow: 0 12px 34px rgba(213, 48, 47, .28); }
.button-primary:hover, .button-small:hover { background: var(--red-dark); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.5); background: rgba(7,23,32,.22); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.button-light { background: var(--white); color: var(--ink); }

.hero { position: relative; min-height: 740px; overflow: hidden; color: white; background: #0c1d27; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 15, 22, .94) 0%, rgba(4, 15, 22, .72) 38%, rgba(4, 15, 22, .18) 68%, rgba(4, 15, 22, .12) 100%);
}
.hero-content { position: relative; min-height: 740px; display: flex; align-items: center; padding-top: 92px; }
.hero-copy { width: min(640px, 66%); padding-block: 68px 34px; }
.eyebrow, .section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--red);
  font: 800 12px/1.2 "Manrope", sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow { color: #c7f6e2; }
.section-label { color: var(--red-dark); }
.eyebrow-dot { width: 7px; height: 7px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(213,48,47,.17); }
.hero h1 {
  max-width: 640px;
  margin: 22px 0 20px;
  font: 800 clamp(3.2rem, 6.2vw, 6rem)/.96 "Manrope", sans-serif;
  letter-spacing: -.068em;
  text-wrap: balance;
}
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-lede { max-width: 590px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(18px, 2vw, 21px); line-height: 1.45; }
.hero-lede strong { color: white; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-caveat { max-width: 580px; margin: 22px 0 0; color: rgba(255,255,255,.66); font-size: 12.5px; line-height: 1.5; }

.quick-facts { position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: var(--white); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { min-height: 160px; display: flex; flex-direction: column; justify-content: center; padding: 26px 28px; border-left: 1px solid var(--line); }
.fact:last-child { border-right: 1px solid var(--line); }
.fact-kicker { margin-bottom: 8px; color: var(--red); font: 700 11px/1.2 "Manrope",sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.fact strong { font: 800 24px/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.fact > span:last-child { margin-top: 7px; color: var(--muted); font-size: 12.5px; line-height: 1.35; }

.section { padding: 116px 0; }
.section-story { background: var(--paper); }
.split-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.section-heading h2, .fit-heading h2 {
  margin: 17px 0 0;
  font: 800 clamp(2.3rem, 4vw, 4.25rem)/1.02 "Manrope",sans-serif;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.intro-copy p { margin: 0 0 18px; color: #374b52; font-size: 18px; line-height: 1.66; }
.intro-copy a { color: var(--red-dark); font-weight: 700; text-underline-offset: 4px; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 86px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { min-height: 310px; padding: 32px 28px 38px; border-left: 1px solid var(--line); }
.process-step:last-child { border-right: 1px solid var(--line); }
.step-number { color: var(--red-dark); font: 700 13px/1 "Manrope",sans-serif; letter-spacing: .08em; }
.process-step h3 { margin: 54px 0 13px; font: 800 21px/1.15 "Manrope",sans-serif; letter-spacing: -.035em; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.benefit-section { position: relative; color: white; background: var(--ink); overflow: hidden; }
.benefit-section::after { content: "kWh"; position: absolute; right: -30px; bottom: -90px; color: rgba(255,255,255,.035); font: 800 280px/1 "Manrope",sans-serif; letter-spacing: -.1em; pointer-events: none; }
.benefit-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.section-label.light { color: var(--mint); }
.benefit-copy h2 { max-width: 650px; margin: 18px 0 22px; font: 800 clamp(2.5rem, 4.3vw, 4.6rem)/1 "Manrope",sans-serif; letter-spacing: -.065em; }
.benefit-copy p { max-width: 610px; color: rgba(255,255,255,.7); font-size: 18px; }
.text-link { display: inline-flex; gap: 9px; margin-top: 19px; color: var(--mint); font-weight: 700; text-underline-offset: 5px; }
.reward-ladder { min-height: 410px; padding: 34px; border: 1px solid rgba(255,255,255,.16); background: #102b35; box-shadow: var(--shadow); }
.ladder-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.ladder-head span { color: rgba(255,255,255,.68); font-size: 13px; }
.ladder-head strong { color: var(--mint); font: 800 36px/1 "Manrope",sans-serif; letter-spacing: -.05em; white-space: nowrap; }
.ladder-bars { height: 200px; display: flex; align-items: flex-end; gap: 9px; margin: 34px 0 26px; border-bottom: 1px solid rgba(255,255,255,.22); }
.ladder-bars span { height: var(--h); flex: 1; background: var(--mint); opacity: .36; }
.ladder-bars span:last-child { background: var(--red); opacity: 1; }
.reward-ladder p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }

.section-heading.narrow { max-width: 840px; }
.section-heading.narrow > p { max-width: 720px; margin-top: 22px; color: var(--muted); font-size: 18px; }
.balance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 66px; }
.balance-card { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: var(--white); }
.balance-card.responsibility { background: var(--paper-2); }
.balance-title { display: flex; align-items: center; gap: 13px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.balance-title h3 { margin: 0; font: 800 23px/1.2 "Manrope",sans-serif; letter-spacing: -.04em; }
.check-icon, .info-icon { width: 31px; height: 31px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; font-weight: 800; }
.check-icon { color: #0d533e; background: #cff4e3; }
.info-icon { color: #6f4813; background: #f4dda8; font-family: Georgia, serif; font-style: italic; }
.balance-card ul { list-style: none; margin: 28px 0 0; padding: 0; }
.balance-card li { position: relative; padding: 13px 0 13px 28px; color: #34474e; border-bottom: 1px solid var(--line); }
.balance-card li:last-child { border-bottom: 0; }
.balance-card li::before { content: ""; position: absolute; left: 2px; top: 21px; width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
.terms-note { margin: 24px 0 0; color: var(--muted); font-size: 13px; }
.comparison-promo { margin: 30px 0 0; padding: 20px 22px; color: #294047; background: #e4f4ed; border-left: 4px solid #25805e; font-size: 14px; }
.comparison-promo a { color: var(--red-dark); font-weight: 800; text-underline-offset: 4px; }

.fit-section { color: white; background: #173743; }
.fit-heading .section-label { color: var(--mint); }
.fit-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.fit-heading h2 { font-size: clamp(2.3rem, 3.8vw, 4rem); }
.fit-list { border-top: 1px solid rgba(255,255,255,.24); }
.fit-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.fit-list span { color: var(--mint); font: 700 12px/1 "Manrope",sans-serif; }
.fit-list p { margin: 0; font-size: 18px; }

.request-section { color: white; background: #a82424; }
.request-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.request-copy { position: sticky; top: 110px; }
.request-copy h2 { margin: 18px 0; font: 800 clamp(2.7rem, 4.5vw, 4.7rem)/.98 "Manrope",sans-serif; letter-spacing: -.065em; }
.request-copy > p { max-width: 480px; margin-bottom: 36px; color: rgba(255,255,255,.78); font-size: 18px; }
.mini-proof { display: grid; grid-template-columns: 28px 1fr; gap: 12px; margin: 19px 0; align-items: start; }
.mini-proof > span { width: 26px; height: 26px; display: grid; place-items: center; color: #0d533e; background: var(--mint); border-radius: 50%; font-weight: 800; }
.mini-proof strong, .mini-proof small { display: block; }
.mini-proof strong { font-size: 15px; }
.mini-proof small { margin-top: 3px; color: rgba(255,255,255,.84); line-height: 1.45; }
.form-card { position: relative; color: var(--ink); background: var(--white); padding: clamp(26px, 4vw, 48px); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { font: 800 24px/1.2 "Manrope",sans-serif; letter-spacing: -.04em; }
.form-heading small { color: var(--muted); }
.field { display: block; margin-bottom: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field > span, .choice-field legend { display: block; margin-bottom: 8px; color: #263b43; font-weight: 700; font-size: 13px; }
.field em, .choice-field em { color: var(--red); font-style: normal; }
.field small { margin-left: 6px; color: var(--muted); font-weight: 500; }
.field > small { display: block; margin: 8px 0 0; font-size: 13px; line-height: 1.5; }
.field input, .field select {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid #cbd0cd;
  border-radius: 3px;
  background: white;
  transition: border .15s ease, box-shadow .15s ease;
}
.field input:hover, .field select:hover { border-color: #889499; }
.field input:focus, .field select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(7,23,32,.09); outline: 0; }
.choice-field { min-width: 0; margin: 0 0 20px; padding: 0; border: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 8px 11px; border: 1px solid #cbd0cd; border-radius: 3px; color: #3b4b50; text-align: center; font-size: 12px; line-height: 1.25; transition: all .15s ease; }
.choice-grid input:checked + span { color: var(--ink); border-color: var(--ink); background: #e3f3ec; box-shadow: inset 0 0 0 1px var(--ink); font-weight: 700; }
.choice-grid input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.consent-box { margin-top: 5px; padding: 18px; border: 1px solid #d6d0c3; background: #f4f0e7; }
.consent-box label { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; cursor: pointer; }
.consent-box input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--red); }
.consent-box span { color: #3f4d50; font-size: 14px; line-height: 1.55; }
.consent-box strong { color: var(--ink); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.honeypot * { width: 1px !important; height: 1px !important; padding: 0 !important; margin: 0 !important; }
.form-error { min-height: 20px; margin-top: 10px; color: #a01919; font-size: 13px; font-weight: 700; }
.button-submit { width: 100%; min-height: 58px; justify-content: space-between; color: white; background: var(--ink); font-size: 16px; }
.button-submit:hover { background: #173743; }
.button-submit:disabled { cursor: wait; opacity: .66; transform: none; }
.form-privacy { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; text-align: center; }
.form-privacy a { text-underline-offset: 3px; }
.success-state { min-height: 530px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-state[hidden] { display: none; }
.success-mark { width: 66px; height: 66px; display: grid; place-items: center; color: #0d533e; background: #d3f3e4; border-radius: 50%; font-size: 28px; font-weight: 800; }
.success-state h3 { margin: 22px 0 10px; font: 800 34px/1.1 "Manrope",sans-serif; letter-spacing: -.05em; }
.success-state p { max-width: 470px; margin: 0; color: #405258; }
.success-state small { max-width: 420px; margin-top: 16px; color: var(--muted); }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 42px 24px 0; list-style: none; cursor: pointer; font: 700 17px/1.35 "Manrope",sans-serif; letter-spacing: -.025em; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 21px; color: var(--red); font-size: 26px; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { max-width: 650px; margin: -5px 42px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { padding: 82px 0; color: white; background: var(--red); }
.final-cta .section-label { color: white; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { max-width: 760px; margin: 14px 0 0; font: 800 clamp(2.1rem, 3.5vw, 3.9rem)/1.03 "Manrope",sans-serif; letter-spacing: -.055em; }

footer { padding: 70px 0 26px; color: rgba(255,255,255,.7); background: #061218; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .9fr .75fr; gap: 60px; }
.footer-brand { color: white; }
.footer-grid p { max-width: 380px; font-size: 13px; }
.footer-grid strong { display: block; margin-bottom: 16px; color: white; font: 700 13px/1.3 "Manrope",sans-serif; }
.footer-grid > div > a:not(.brand) { display: block; margin: 10px 0; color: rgba(255,255,255,.66); font-size: 13px; text-decoration: none; }
.footer-grid > div > a:not(.brand):hover { color: white; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size: 11px; }
.mobile-cta { display: none; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 32px, 760px); }
  .site-header nav { display: none; }
  .nav-wrap { min-height: 68px; }
  .nav-wrap .button-small { margin-left: auto; }
  .hero, .hero-content { min-height: 710px; }
  .hero-copy { width: 78%; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-right: 1px solid var(--line); }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-intro, .benefit-layout, .fit-layout, .request-layout, .faq-layout { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 1px solid var(--line); }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .balance-grid { grid-template-columns: 1fr; }
  .request-copy { position: static; }
  .request-layout { gap: 54px; }
  .faq-layout { gap: 50px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 650px) {
  :root { --wrap: calc(100% - 28px); }
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 72px; }
  .disclosure-bar { font-size: 10px; }
  .disclosure-inner { min-height: 42px; }
  .disclosure-inner a { display: none; }
  .site-header { top: 42px; }
  .site-header.is-sticky { top: 0; }
  .nav-wrap { min-height: 64px; }
  .nav-wrap .button-small { display: none; }
  .hero, .hero-content { min-height: 720px; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,15,22,.93) 0%, rgba(4,15,22,.75) 55%, rgba(4,15,22,.25) 100%); }
  .hero-content { align-items: flex-end; padding-top: 100px; }
  .hero-copy { width: 100%; padding-block: 70px 34px; }
  .hero h1 { max-width: 520px; font-size: clamp(2.75rem, 13vw, 4.25rem); }
  .hero-lede { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact { min-height: 125px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .section-heading h2, .fit-heading h2 { font-size: 2.5rem; }
  .process { grid-template-columns: 1fr; margin-top: 56px; }
  .process-step { min-height: 245px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin-top: 34px; }
  .benefit-section::after { font-size: 130px; bottom: -30px; }
  .benefit-copy h2, .request-copy h2 { font-size: 2.75rem; }
  .reward-ladder { min-height: 365px; padding: 24px; }
  .ladder-head { display: block; }
  .ladder-head strong { display: block; margin-top: 10px; }
  .ladder-bars { height: 170px; }
  .balance-card { padding: 26px 22px; }
  .fit-list > div { grid-template-columns: 40px 1fr; }
  .form-card { margin-inline: -3px; padding: 24px 18px; }
  .field-row, .choice-grid { grid-template-columns: 1fr; }
  .choice-grid span { min-height: 48px; justify-content: flex-start; text-align: left; }
  .form-heading small { display: none; }
  .consent-box { padding: 15px; }
  .final-cta-inner { display: block; }
  .final-cta .button { width: 100%; margin-top: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 10px; }
  .mobile-cta { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: block; padding: 9px 14px max(9px, env(safe-area-inset-bottom)); background: rgba(255,253,248,.96); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-cta .button { width: 100%; min-height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Terms-based program comparison */
.comparison-page { background: var(--paper); }
.compare-header { position: relative; z-index: 20; color: white; background: #0a2029; border-bottom: 1px solid rgba(255,255,255,.16); }
.compare-header .nav-wrap { min-height: 76px; }
.compare-header nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.compare-header nav a { color: inherit; font-weight: 600; font-size: 14px; text-decoration: none; }
.compare-header nav a:hover { opacity: .7; }
.compare-hero { position: relative; padding: 104px 0 96px; color: white; background: #071720; overflow: hidden; }
.compare-hero::before { content: ""; position: absolute; width: 780px; height: 780px; right: -250px; top: -330px; border: 1px solid rgba(158,229,199,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(158,229,199,.025), 0 0 0 180px rgba(158,229,199,.018); }
.compare-hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 8vw, 115px); align-items: end; }
.compare-hero-copy { max-width: 770px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 54px; color: rgba(255,255,255,.58); font-size: 12px; }
.breadcrumbs a { color: var(--mint); text-underline-offset: 4px; }
.compare-hero h1 { margin: 22px 0 24px; font: 800 clamp(3.15rem, 6.1vw, 6rem)/.96 "Manrope",sans-serif; letter-spacing: -.068em; text-wrap: balance; }
.compare-hero h1 em { color: var(--mint); font-style: normal; }
.compare-lede { max-width: 730px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(18px, 2vw, 21px); line-height: 1.56; }
.decision-note { position: relative; padding: 34px 32px; color: var(--ink); background: var(--white); border-top: 5px solid var(--red); box-shadow: var(--shadow); }
.decision-kicker { display: block; margin-bottom: 8px; color: var(--red-dark); font: 800 11px/1.2 "Manrope",sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.decision-note > div { padding: 21px 0; border-bottom: 1px solid var(--line); }
.decision-note > div:last-child { padding-bottom: 0; border: 0; }
.decision-note strong { font: 800 16px/1.25 "Manrope",sans-serif; }
.decision-note p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.58; }
.article-narrow { max-width: 880px; }
.compare-intro, .comparison-section, .program-details, .decision-section, .sources-section, .methodology-section { padding: 108px 0; }
.compare-intro { background: var(--white); }
.article-narrow h2, .sources-section h2, .decision-section h2 { margin: 18px 0 28px; font: 800 clamp(2.35rem, 4.3vw, 4.55rem)/1.02 "Manrope",sans-serif; letter-spacing: -.058em; text-wrap: balance; }
.article-narrow > p { color: #334950; font-size: 18px; line-height: 1.75; }
.checked-note { margin-top: 38px; padding: 18px 21px; color: #27434a; background: #e4f4ed; border-left: 4px solid #25805e; font-size: 14px; }
.comparison-section { background: var(--paper); }
.swipe-note { display: none; }
.table-scroll { margin-top: 52px; overflow-x: auto; outline: none; box-shadow: 0 18px 50px rgba(7,23,32,.08); }
.table-scroll:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.comparison-table { width: 100%; min-width: 880px; border-collapse: collapse; background: var(--white); }
.comparison-table caption { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.comparison-table th, .comparison-table td { padding: 25px 27px; vertical-align: top; border: 1px solid var(--line); text-align: left; }
.comparison-table thead th { color: white; background: var(--ink-2); font: 800 15px/1.3 "Manrope",sans-serif; }
.comparison-table thead th:first-child { width: 22%; color: var(--mint); }
.comparison-table tbody th { width: 22%; color: var(--ink); background: var(--paper-2); font: 800 14px/1.35 "Manrope",sans-serif; }
.comparison-table td { width: 39%; color: #3e5157; font-size: 14px; line-height: 1.62; }
.comparison-table tbody tr:hover td { background: #fffefb; }
.table-note { max-width: 850px; margin: 24px 0 0; color: var(--muted); font-size: 13px; }
.program-details { color: white; background: var(--ink); }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.16); }
.program-panel { padding: clamp(34px, 5.2vw, 68px); }
.program-panel + .program-panel { border-left: 1px solid rgba(255,255,255,.16); }
.chargelab-panel { background: #102b35; }
.program-tag { color: var(--mint); font: 800 11px/1.2 "Manrope",sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.program-panel h2 { margin: 15px 0 12px; font: 800 clamp(2.6rem, 4.5vw, 4.4rem)/1 "Manrope",sans-serif; letter-spacing: -.06em; }
.program-summary { min-height: 76px; margin: 0 0 40px; color: rgba(255,255,255,.67); font-size: 17px; }
.program-panel h3 { margin: 33px 0 13px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); font: 800 17px/1.25 "Manrope",sans-serif; }
.program-panel ul { margin: 0; padding-left: 20px; }
.program-panel li { margin: 12px 0; color: rgba(255,255,255,.73); font-size: 14px; line-height: 1.58; }
.source-link { display: inline-flex; gap: 8px; margin-top: 34px; color: var(--mint); font-weight: 700; text-underline-offset: 5px; }
.decision-section { background: var(--white); }
.decision-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.decision-section .section-heading { position: sticky; top: 92px; }
.question-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.question-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.question-list li > span { padding-top: 4px; color: var(--red-dark); font: 700 12px/1 "Manrope",sans-serif; }
.question-list strong { font: 800 18px/1.3 "Manrope",sans-serif; }
.question-list p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.fit-checklist { padding: 92px 0; color: white; background: #173743; }
.checklist-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 130px); align-items: start; }
.checklist-layout h2 { margin: 17px 0 0; font: 800 clamp(2.4rem, 4vw, 4.15rem)/1.02 "Manrope",sans-serif; letter-spacing: -.06em; }
.checklist-layout ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.checklist-layout li { position: relative; padding: 17px 10px 17px 34px; color: rgba(255,255,255,.82); border-bottom: 1px solid rgba(255,255,255,.22); }
.checklist-layout li::before { content: "✓"; position: absolute; left: 3px; color: var(--mint); font-weight: 800; }
.sources-section { background: var(--paper); }
.sources-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 135px); align-items: start; }
.source-list { border-top: 1px solid var(--line); }
.source-list article { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.source-list article > span { color: var(--red-dark); font: 700 11px/1 "Manrope",sans-serif; }
.source-list h3 { margin: 0; font: 800 17px/1.3 "Manrope",sans-serif; }
.source-list p { margin: 7px 0; color: var(--muted); font-size: 13px; }
.source-list a { color: var(--red-dark); font-size: 13px; font-weight: 700; text-underline-offset: 4px; }
.methodology-section { background: var(--white); }
.compare-cta { padding: 92px 0; color: white; background: #a82424; }
.compare-cta-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 130px); }
.compare-cta h2 { margin: 17px 0 0; font: 800 clamp(2.5rem, 4.4vw, 4.5rem)/1 "Manrope",sans-serif; letter-spacing: -.06em; }
.cta-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.cta-paths > div { padding: 30px; border: 1px solid rgba(255,255,255,.25); background: rgba(85,0,0,.18); }
.cta-paths strong { font: 800 18px/1.3 "Manrope",sans-serif; }
.cta-paths p { min-height: 82px; color: rgba(255,255,255,.76); font-size: 13px; }
.button-outline-light { color: white; border: 1px solid rgba(255,255,255,.65); background: transparent; }
.button-outline-light:hover { background: rgba(255,255,255,.1); }
.comparison-footer { padding: 52px 0; }
.footer-main { display: grid; grid-template-columns: .7fr 1.3fr 1fr; gap: 45px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-main p { margin: 0; font-size: 12px; }
.footer-main nav { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.footer-main nav a { color: rgba(255,255,255,.68); font-size: 12px; text-decoration: none; }
.footer-main nav a:hover { color: white; text-decoration: underline; }

@media (max-width: 980px) {
  .compare-header nav { display: none; }
  .compare-header .button-small { margin-left: auto; }
  .compare-hero-grid, .decision-layout, .checklist-layout, .sources-layout, .compare-cta-layout { grid-template-columns: 1fr; }
  .compare-hero-grid { align-items: start; }
  .decision-note { max-width: 680px; }
  .details-grid { grid-template-columns: 1fr; }
  .program-panel + .program-panel { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .program-summary { min-height: 0; }
  .decision-section .section-heading { position: static; }
  .cta-paths { max-width: 760px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 2; }
}

@media (max-width: 650px) {
  .comparison-page { padding-bottom: 0; }
  .compare-header .button-small { display: none; }
  .compare-hero { padding: 72px 0 68px; }
  .breadcrumbs { margin-bottom: 40px; }
  .compare-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .compare-hero .hero-actions { display: grid; }
  .decision-note { padding: 26px 22px; }
  .compare-intro, .comparison-section, .program-details, .decision-section, .sources-section, .methodology-section { padding: 78px 0; }
  .article-narrow h2, .sources-section h2, .decision-section h2 { font-size: 2.45rem; }
  .swipe-note { display: flex; justify-content: space-between; gap: 15px; margin: 34px 0 10px; color: var(--red-dark); font: 800 12px/1.3 "Manrope",sans-serif; letter-spacing: .02em; }
  .table-scroll { margin-top: 0; margin-right: -14px; }
  .program-panel { padding: 42px 24px; }
  .question-list li { grid-template-columns: 38px 1fr; }
  .cta-paths { grid-template-columns: 1fr; }
  .cta-paths p { min-height: 0; }
  .cta-paths .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main nav { grid-column: auto; align-items: flex-start; }
}

/* Canadian first-year cost calculator */
.calculator-page { padding: 0; background: var(--paper); }
.calculator-hero { position: relative; padding: 104px 0 98px; color: white; background: var(--ink); overflow: hidden; }
.calculator-hero::after { content: "$"; position: absolute; right: -42px; bottom: -178px; color: rgba(255,255,255,.025); font: 800 510px/1 "Manrope",sans-serif; pointer-events: none; }
.calculator-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(54px, 8vw, 112px); align-items: end; }
.calculator-hero h1 { max-width: 820px; margin: 20px 0 24px; font: 800 clamp(3.1rem, 5.8vw, 5.8rem)/.97 "Manrope",sans-serif; letter-spacing: -.066em; text-wrap: balance; }
.calculator-lede { max-width: 760px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(18px, 2vw, 21px); line-height: 1.58; }
.formula-card { padding: 34px 32px; color: var(--ink); background: var(--white); border-top: 5px solid var(--red); box-shadow: var(--shadow); }
.formula-card > span { display: block; margin-bottom: 20px; color: var(--red-dark); font: 800 11px/1.2 "Manrope",sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.formula-card p { margin: 0; font-size: 18px; line-height: 1.45; }
.formula-card .formula-minus { margin-top: 8px; color: #237054; font-weight: 800; }
.formula-card > div { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.formula-card > div strong, .formula-card > div small { display: block; }
.formula-card > div small { margin-top: 7px; color: var(--muted); line-height: 1.5; }
.calculator-section { padding: 112px 0; background: var(--white); }
.calculator-section .section-heading > p { max-width: 780px; }
.calculator-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: 28px; align-items: start; margin-top: 58px; }
.calculator-form { min-width: 0; }
.calculator-form fieldset { min-width: 0; margin: 0 0 18px; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); background: var(--paper); }
.calculator-form legend { padding: 0 10px 0 0; color: var(--ink); font: 800 18px/1.3 "Manrope",sans-serif; letter-spacing: -.03em; }
.calc-field-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.calc-field-grid.two-up { grid-template-columns: 1fr 1fr; }
.quick-grid { grid-template-columns: 1fr 1fr; }
.quick-grid .calc-field:first-child { grid-column: 1 / -1; }
.calc-field { display: block; min-width: 0; }
.calc-field > span { display: block; min-height: 42px; margin-bottom: 8px; color: #263b43; font-size: 13px; font-weight: 800; line-height: 1.35; }
.calc-field > span b { color: var(--muted); font-weight: 600; }
.calc-field input, .calc-field select { width: 100%; height: 52px; padding: 0 13px; color: var(--ink); border: 1px solid #bfc8c7; border-radius: 3px; background: white; }
.calc-field input:focus, .calc-field select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(7,23,32,.09); outline: 0; }
.calc-field input:disabled { color: #66757a; background: #e7e9e6; cursor: not-allowed; }
.calc-field small { display: block; margin-top: 7px; color: var(--muted); font-size: 11.5px; line-height: 1.45; }
.calc-check { display: grid; grid-template-columns: 21px 1fr; gap: 12px; margin-top: 22px; padding: 17px; border: 1px solid #d6d0c3; background: var(--white); cursor: pointer; }
.calc-check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--red); }
.calc-check span { color: #3f4d50; font-size: 13px; line-height: 1.52; }
.calc-check strong { color: var(--ink); }
.calculator-advanced { margin: 0 0 18px; border: 1px solid var(--line); background: #f6f2e9; }
.calculator-advanced > summary { padding: 21px 56px 21px 24px; color: var(--red-dark); }
.calculator-advanced > summary::after { right: 24px; top: 16px; }
.calculator-advanced-body { padding: 0 24px 28px; }
.calculator-advanced-body > p { max-width: none; margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.calculator-controls { display: flex; align-items: center; gap: 22px; padding-top: 7px; }
.reset-button { padding: 8px 0; color: var(--red-dark); border: 0; border-bottom: 1px solid currentColor; background: transparent; font-weight: 800; cursor: pointer; }
.reset-button:hover { color: var(--ink); }
.calculator-results { position: sticky; top: 28px; padding: 35px; color: white; background: #102b35; border-top: 5px solid var(--mint); box-shadow: var(--shadow); }
.result-kicker { color: var(--mint); font: 800 11px/1.2 "Manrope",sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.calculator-results h2 { margin: 12px 0 5px; font: 800 29px/1.08 "Manrope",sans-serif; letter-spacing: -.045em; }
.result-scenario { margin: 0 0 27px; color: rgba(255,255,255,.58); font-size: 13px; }
.primary-result { padding: 23px 0 26px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.primary-result span, .primary-result small { display: block; color: rgba(255,255,255,.68); font-size: 12px; }
.primary-result strong { display: block; margin: 7px 0; color: var(--mint); font: 800 clamp(2.7rem, 4.4vw, 4rem)/1 "Manrope",sans-serif; letter-spacing: -.065em; overflow-wrap: anywhere; }
.result-explanation { margin: 18px 0 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.55; }
.result-list { margin: 19px 0 0; }
.result-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.result-list dt { color: rgba(255,255,255,.66); font-size: 12px; }
.result-list dd { margin: 0; color: white; font-weight: 800; text-align: right; }
.result-alert { margin: 21px 0 0; padding: 13px 14px; color: #2c422e; background: #dff2cf; font-size: 11.5px; line-height: 1.45; }
.result-fineprint { margin: 15px 0 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.48; }
.interpret-section { padding: 100px 0; color: white; background: #173743; }
.interpret-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 120px); }
.interpret-layout h2, .club-path-layout h2, .calculator-cta h2 { margin: 17px 0 0; font: 800 clamp(2.4rem, 4vw, 4.15rem)/1.02 "Manrope",sans-serif; letter-spacing: -.06em; }
.interpret-grid { border-top: 1px solid rgba(255,255,255,.22); }
.interpret-grid article { padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.interpret-grid strong { font: 800 17px/1.3 "Manrope",sans-serif; }
.interpret-grid p { margin: 7px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.58; }
.method-section { padding: 108px 0; background: var(--paper); }
.method-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 130px); }
.method-steps { border-top: 1px solid var(--line); }
.method-steps article { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.method-steps article > span { padding-top: 4px; color: var(--red-dark); font: 700 12px/1 "Manrope",sans-serif; }
.method-steps strong { font: 800 17px/1.3 "Manrope",sans-serif; }
.method-steps p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.club-path-section { padding: 100px 0; color: white; background: var(--ink); }
.club-path-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 130px); }
.club-path-layout > div:first-child > p { color: rgba(255,255,255,.68); font-size: 17px; }
.club-conditions ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.19); }
.club-conditions li { position: relative; padding: 15px 0 15px 28px; color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.19); font-size: 14px; }
.club-conditions li::before { content: "✓"; position: absolute; left: 2px; color: var(--mint); font-weight: 800; }
.club-date { color: var(--mint); font-size: 12px; }
.calculator-cta { padding: 98px 0; color: white; background: #a82424; }
.calculator-cta-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 9vw, 130px); align-items: start; }
.calculator-cta-layout > div:first-child > p { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.68; }
.calculator-cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 13px; padding-top: 6px; }
.calculator-cta-actions .button { width: 100%; text-align: center; }
.calculator-cta-actions .text-link { align-self: flex-start; color: white; font-size: 13px; }
.calculator-sources { padding: 108px 0; }
.calculator-faq-layout { padding: 108px 0; }

@media (max-width: 980px) {
  .calculator-hero-grid, .calculator-layout, .interpret-layout, .method-layout, .club-path-layout, .calculator-cta-layout { grid-template-columns: 1fr; }
  .formula-card { max-width: 690px; }
  .calculator-results { position: static; }
  .calc-field-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .calculator-page { padding-bottom: 0; }
  .calculator-hero { padding: 72px 0 68px; }
  .calculator-hero h1 { font-size: clamp(2.55rem, 12.5vw, 3.85rem); }
  .calculator-hero .hero-actions { display: grid; }
  .formula-card { padding: 26px 22px; }
  .calculator-section, .method-section, .calculator-sources, .calculator-faq-layout { padding: 78px 0; }
  .calculator-layout { margin-top: 42px; }
  .calculator-form fieldset { padding: 22px 18px; }
  .calc-field-grid, .calc-field-grid.two-up { grid-template-columns: 1fr; }
  .quick-grid .calc-field:first-child { grid-column: auto; }
  .calculator-advanced-body { padding: 0 18px 24px; }
  .calc-field > span { min-height: 0; }
  .calculator-controls { align-items: stretch; flex-direction: column; gap: 10px; }
  .calculator-controls .button { width: 100%; }
  .reset-button { align-self: center; }
  .calculator-results { padding: 28px 21px; }
  .interpret-section, .club-path-section, .calculator-cta { padding: 78px 0; }
  .interpret-layout h2, .club-path-layout h2, .calculator-cta h2 { font-size: 2.5rem; }
  .method-steps article { grid-template-columns: 38px 1fr; }
}

/* Grizzl-E Club terms-based fit guide */
.fit-guide-page { padding: 0; background: var(--paper); }
.fit-guide-hero::before { width: 690px; height: 690px; right: -180px; top: -290px; }
.fit-verdict { border-top-color: var(--gold); }
.fit-verdict .decision-kicker { color: #7b5211; }
.fit-guide-page .article-narrow a { color: var(--red-dark); font-weight: 700; text-underline-offset: 4px; }
.bonus-section { padding: 108px 0; color: white; background: #173743; }
.bonus-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px clamp(55px, 9vw, 130px); align-items: start; }
.bonus-heading h2 { margin: 17px 0 20px; font: 800 clamp(2.6rem, 4.8vw, 4.8rem)/.99 "Manrope",sans-serif; letter-spacing: -.063em; text-wrap: balance; }
.bonus-heading > p { max-width: 590px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.bonus-math { display: grid; grid-template-columns: 1fr auto 1fr auto 1.12fr; gap: 13px; align-items: stretch; }
.bonus-math > div { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 25px 22px; border: 1px solid rgba(255,255,255,.2); background: rgba(3,20,26,.24); }
.bonus-math span, .bonus-math small { color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.45; }
.bonus-math strong { display: block; margin: 8px 0; color: var(--mint); font: 800 clamp(2rem, 3.5vw, 3.4rem)/1 "Manrope",sans-serif; letter-spacing: -.06em; }
.bonus-math .bonus-total { background: #a82424; border-color: #c84a4a; }
.bonus-math .bonus-total strong { color: white; }
.bonus-operator { align-self: center; color: var(--mint) !important; font: 800 25px/1 "Manrope",sans-serif !important; }
.bonus-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.21); }
.bonus-facts article { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 27px 24px 2px 0; }
.bonus-facts article + article { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.21); }
.bonus-facts article > span { padding-top: 4px; color: var(--mint); font: 700 11px/1 "Manrope",sans-serif; }
.bonus-facts strong { font: 800 16px/1.35 "Manrope",sans-serif; }
.bonus-facts p { margin: 8px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.62; }
.bonus-source { grid-column: 1 / -1; margin: 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.21); color: rgba(255,255,255,.64); font-size: 13px; }
.bonus-source a { color: var(--mint); font-weight: 700; text-underline-offset: 4px; }
.fit-guide-check { padding: 108px 0; background: var(--white); }
.fit-guide-check .section-heading > p { max-width: 760px; }
.fit-question-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fit-question-grid article { position: relative; min-height: 330px; padding: 35px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.fit-question-grid article > span { color: var(--red-dark); font: 700 11px/1 "Manrope",sans-serif; }
.fit-question-grid h3 { margin: 25px 0 14px; font: 800 21px/1.2 "Manrope",sans-serif; letter-spacing: -.035em; }
.fit-question-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.fit-question-grid strong { display: block; margin-top: 24px; padding-top: 19px; border-top: 1px solid var(--line); color: #246047; font-size: 12px; line-height: 1.5; }
.fit-guide-cost { padding: 100px 0; color: white; background: var(--ink); }
.cost-guide-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 135px); align-items: start; }
.fit-guide-cost .section-heading h2 { color: white; }
.fit-guide-cost .section-heading > p { color: rgba(255,255,255,.68); }
.cost-buckets { border-top: 1px solid rgba(255,255,255,.21); }
.cost-buckets article { display: grid; grid-template-columns: .6fr 1.4fr; gap: 25px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.21); }
.cost-buckets article > span { color: var(--mint); font: 800 15px/1.4 "Manrope",sans-serif; }
.cost-buckets ul { margin: 0; padding-left: 18px; }
.cost-buckets li { margin: 8px 0; color: rgba(255,255,255,.73); font-size: 13px; line-height: 1.55; }
.fit-guide-faq { padding: 108px 0; background: var(--paper); }
.fit-guide-faq .faq-layout { padding: 0; }
.fit-cta-paths { grid-template-columns: 1fr 1fr; }

@media (max-width: 980px) {
  .bonus-layout, .cost-guide-layout { grid-template-columns: 1fr; }
  .bonus-facts { grid-template-columns: 1fr 1fr; }
  .bonus-facts article:nth-child(3) { border-left: 0; }
  .fit-question-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .fit-guide-page { padding-bottom: 0; }
  .fit-guide-page .disclosure-bar { font-size: 13px; line-height: 1.45; }
  .fit-guide-page .disclosure-inner { padding: 8px 0; }
  .bonus-section, .fit-guide-check, .fit-guide-cost, .fit-guide-faq { padding: 78px 0; }
  .bonus-math { grid-template-columns: 1fr; }
  .bonus-operator { justify-self: center; padding: 5px 0; transform: none; }
  .bonus-facts { grid-template-columns: 1fr; }
  .bonus-facts article, .bonus-facts article + article { padding: 23px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.21); }
  .fit-question-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .fit-question-grid article { min-height: 0; padding: 30px 24px; }
  .cost-buckets article { grid-template-columns: 1fr; gap: 10px; }
  .fit-cta-paths { grid-template-columns: 1fr; }
}
