:root {
  --ink: #0a0e0d;
  --ink-soft: #151b18;
  --bone: #f3f0e7;
  --paper: #e9e5d9;
  --volt: #c8f45b;
  --volt-dark: #9abd38;
  --coral: #f67a5d;
  --steel: #8f9a93;
  --line: rgba(10, 14, 13, 0.18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bone); color: var(--ink); font-family: "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { height: 84px; max-width: var(--max); margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.site-header nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { opacity: .56; }
.nav-status { font: 700 11px/1.1 "Courier New", monospace; letter-spacing: .08em; text-transform: uppercase; display: flex; align-items: center; gap: 9px; }
.nav-status i { width: 8px; height: 8px; background: var(--volt-dark); border-radius: 50%; box-shadow: 0 0 0 5px rgba(154, 189, 56, .14); }

.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; border-radius: 10px; background: var(--ink); position: relative; display: inline-block; overflow: hidden; }
.brand-mark i { position: absolute; display: block; }
.brand-stem { background: var(--volt); width: 7px; height: 25px; left: 12px; top: 8px; border-radius: 3px; z-index: 2; }
.brand-bowl { background: var(--volt); width: 15px; height: 12px; left: 16px; border-radius: 0 7px 7px 0; }
.brand-bowl::after { content: ""; position: absolute; inset: 3px 4px 3px 0; background: var(--ink); border-radius: 0 4px 4px 0; }
.brand-bowl-top { top: 8px; }
.brand-bowl-bottom { top: 21px; }
.brand-shaft { width: 30px; height: 2px; left: 6px; top: 20px; background: var(--bone); z-index: 4; }
.brand-plate { width: 2px; height: 9px; top: 16.5px; background: var(--bone); z-index: 5; border-radius: 1px; }
.brand-plate-left { left: 5px; }
.brand-plate-right { right: 5px; }
.brand-word { font-size: 15px; letter-spacing: -.035em; }
.brand-word b, .brand-word em { font-style: normal; font-weight: 900; }
.brand-word em { color: #688512; }
.brand-inverse .brand-word b { color: var(--bone); }
.brand-inverse .brand-word em { color: var(--volt); }

.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 12px; color: rgba(243,240,231,.7); font: 700 11px/1 "Courier New", monospace; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 26px; height: 2px; background: var(--volt); }
.eyebrow.dark { color: rgba(10,14,13,.64); }

.hero { min-height: 760px; background: var(--ink); color: var(--bone); position: relative; overflow: hidden; padding: 96px max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; }
.hero-grid { position: absolute; inset: 0; pointer-events: none; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000 0%, transparent 72%); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero h1, .final-cta h2, .legal-hero h1, .support-hero h1 { margin: 0; font-size: clamp(54px, 6.3vw, 94px); line-height: .9; letter-spacing: -.07em; font-weight: 900; text-transform: uppercase; }
.hero h1 em, .final-cta h2 em, .legal-hero h1 em, .support-hero h1 em { display: block; color: var(--volt); font-style: normal; }
.hero-lede { max-width: 615px; margin: 34px 0 0; color: rgba(243,240,231,.7); font-size: 18px; line-height: 1.65; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 30px; }
.primary-cta { min-height: 56px; padding: 0 20px; background: var(--volt); color: var(--ink); display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 13px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.primary-cta span { font-size: 18px; }
.primary-cta.light { background: var(--bone); }
.text-link, .inverse-link { font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(243,240,231,.35); padding: 12px 0; }
.text-link span, .inverse-link span { margin-left: 10px; }
.trust-row { border-top: 1px solid rgba(243,240,231,.18); margin-top: 58px; padding-top: 22px; display: flex; gap: 30px; color: rgba(243,240,231,.72); font: 700 10px/1 "Courier New", monospace; letter-spacing: .05em; text-transform: uppercase; }
.trust-row b { color: var(--volt); margin-right: 6px; }

.hero-visual { height: 590px; display: grid; place-items: center; }
.phase-orbit { position: absolute; border: 1px solid rgba(200,244,91,.22); border-radius: 50%; }
.phase-orbit-one { width: 510px; height: 510px; }
.phase-orbit-two { width: 630px; height: 630px; border-style: dashed; opacity: .52; }
.phone-shell { width: 292px; height: 590px; background: #050706; border: 1px solid #303a35; border-radius: 38px; padding: 9px; box-shadow: 0 38px 90px rgba(0,0,0,.55); transform: rotate(2deg); position: relative; z-index: 2; }
.phone-top { height: 29px; background: #111713; border-radius: 29px 29px 0 0; padding: 8px 16px 0; display: flex; justify-content: space-between; color: #aab5ae; font-size: 9px; font-weight: 700; }
.phone-top i { width: 48px; height: 12px; border-radius: 10px; background: #030403; }
.phone-screen { background: #101612; min-height: 540px; border-radius: 0 0 29px 29px; padding: 20px 15px; }
.app-kicker { font: 700 8px/1 "Courier New", monospace; color: #8d9a91; letter-spacing: .12em; }
.app-heading-row { display: flex; justify-content: space-between; align-items: end; margin-top: 13px; }
.app-heading-row p { margin: 0; color: #99a59e; font-size: 11px; }
.app-heading-row h2 { margin: 3px 0 0; color: #f4f1e8; font-size: 24px; letter-spacing: -.05em; }
.mini-mark { width: 31px; height: 31px; display: grid; place-items: center; background: var(--volt); color: var(--ink); font-size: 18px; font-weight: 900; border-radius: 8px; }
.readiness-card { margin-top: 18px; padding: 14px; border: 1px solid #2c3931; border-radius: 15px; background: #151d18; display: flex; align-items: center; justify-content: space-between; }
.readiness-card span, .session-title span { color: #88958d; font: 700 8px/1 "Courier New", monospace; letter-spacing: .08em; }
.readiness-card strong { display: block; margin-top: 5px; font-size: 14px; color: #f3f0e7; }
.readiness-ring { width: 43px; height: 43px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--volt) 78%, #2a342e 0); }
.readiness-ring::before { content: ""; width: 33px; height: 33px; border-radius: 50%; background: #151d18; position: absolute; }
.readiness-ring span { position: relative; color: var(--bone); font-size: 10px; }
.session-card { background: var(--bone); color: var(--ink); margin-top: 12px; border-radius: 16px; padding: 16px 14px 14px; }
.session-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.session-title strong { display: block; margin-top: 5px; font-size: 14px; }
.session-title b { color: #5e6a63; font-size: 9px; }
.training-row { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; padding: 12px 0; border-top: 1px solid #d6d3c9; font-size: 10px; align-items: center; }
.training-row b { font-size: 9px; }
.training-row em { color: #68736c; font-style: normal; font-size: 9px; }
.session-card button { width: 100%; margin-top: 8px; padding: 13px; border: 0; border-radius: 7px; background: var(--volt); color: var(--ink); font-weight: 900; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.pr-chip, .fuel-chip { position: absolute; z-index: 4; background: var(--coral); color: var(--ink); padding: 13px 16px; box-shadow: 0 15px 35px rgba(0,0,0,.3); }
.pr-chip { right: -12px; top: 112px; transform: rotate(4deg); }
.fuel-chip { left: -2px; bottom: 92px; transform: rotate(-4deg); background: var(--volt); }
.pr-chip span, .fuel-chip span { display: block; font: 700 8px/1 "Courier New", monospace; letter-spacing: .12em; margin-bottom: 5px; }
.pr-chip strong, .fuel-chip strong { font-size: 12px; }

.manifesto-strip { min-height: 92px; background: var(--volt); display: flex; align-items: center; justify-content: center; gap: 22px; padding: 20px 28px; overflow: hidden; }
.manifesto-strip p { margin: 0; font-size: 12px; font-weight: 900; letter-spacing: .06em; white-space: nowrap; }
.manifesto-strip i { width: 5px; height: 5px; background: var(--ink); border-radius: 50%; opacity: .45; }

.system-section { max-width: var(--max); margin: 0 auto; padding: 130px 28px; }
.section-intro { display: grid; grid-template-columns: 1fr 1.45fr; column-gap: 70px; }
.section-intro .eyebrow { grid-row: span 2; align-self: start; margin-top: 12px; }
.section-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.065em; text-transform: uppercase; }
.section-intro > p:last-child { max-width: 560px; font-size: 17px; line-height: 1.7; color: #55605a; }
.feature-stack { margin-top: 92px; }
.feature-panel { min-height: 540px; border-top: 1px solid var(--line); padding: 34px 0 76px; display: grid; grid-template-columns: .35fr 1fr 1.1fr; gap: 42px; align-items: center; }
.feature-number { align-self: start; font: 700 12px/1 "Courier New", monospace; color: #778179; }
.feature-label { font: 700 10px/1 "Courier New", monospace; letter-spacing: .12em; text-transform: uppercase; color: #6e786f; }
.feature-copy h3 { margin: 18px 0 22px; font-size: clamp(34px, 4vw, 56px); line-height: .98; letter-spacing: -.06em; text-transform: uppercase; }
.feature-copy p { max-width: 460px; color: #566059; font-size: 16px; line-height: 1.7; }
.feature-copy ul { list-style: none; padding: 0; margin: 30px 0 0; }
.feature-copy li { border-top: 1px solid var(--line); padding: 12px 0; font: 700 11px/1.2 "Courier New", monospace; text-transform: uppercase; letter-spacing: .04em; }
.feature-copy li::before { content: "+"; color: #709114; margin-right: 11px; }
.metric-board, .macro-card, .signal-card { min-height: 345px; padding: 28px; background: var(--ink); color: var(--bone); border-radius: 2px; box-shadow: 20px 20px 0 #d8d4c8; }
.metric-head, .macro-title { display: flex; justify-content: space-between; font: 700 10px/1 "Courier New", monospace; letter-spacing: .06em; }
.metric-head b, .macro-title b { color: var(--volt); }
.bar-chart { height: 225px; display: flex; align-items: end; gap: 9px; border-bottom: 1px solid #354039; margin-top: 20px; }
.bar-chart i { flex: 1; min-height: 20px; background: linear-gradient(to top, #8cae36, var(--volt)); position: relative; }
.bar-chart i span { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); color: #7f8b83; font: 700 7px/1 "Courier New", monospace; }
.metric-foot { margin-top: 28px; display: flex; justify-content: space-between; color: #7f8b83; font: 700 8px/1 "Courier New", monospace; }
.feature-fuel .macro-card { background: var(--coral); color: var(--ink); box-shadow: 20px 20px 0 #191e1b; }
.macro-title b { color: var(--ink); }
.macro-main { display: flex; align-items: end; gap: 10px; margin-top: 54px; }
.macro-main strong { font-size: 94px; line-height: .75; letter-spacing: -.08em; }
.macro-main span { font: 700 9px/1.35 "Courier New", monospace; text-transform: uppercase; }
.macro-line { height: 8px; background: rgba(10,14,13,.2); margin-top: 36px; }
.macro-line i { display: block; height: 100%; background: var(--ink); }
.macro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.macro-grid span { font: 700 8px/1.2 "Courier New", monospace; text-transform: uppercase; }
.macro-grid b { display: block; font-size: 14px; margin-bottom: 6px; }
.signal-card { background: #dfe5db; color: var(--ink); }
.signal-card > span { font: 700 9px/1 "Courier New", monospace; letter-spacing: .1em; }
.signal-card h4 { font-size: 26px; margin: 12px 0 28px; letter-spacing: -.04em; }
.signal-row { display: grid; grid-template-columns: 64px 1fr 38px; align-items: center; gap: 12px; margin: 16px 0; font-size: 9px; }
.signal-row i { height: 6px; background: rgba(10,14,13,.13); }
.signal-row i span { display: block; height: 100%; background: #74921e; }
.signal-row em { font-style: normal; color: #647067; text-align: right; }
.signal-card p { margin: 28px 0 0; padding: 16px; background: var(--bone); font: 700 10px/1.5 "Courier New", monospace; }

.privacy-section { background: var(--ink); color: var(--bone); min-height: 690px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; padding: 110px max(28px, calc((100vw - var(--max)) / 2)); }
.privacy-stamp { width: min(100%, 420px); aspect-ratio: 1; border: 1px solid rgba(200,244,91,.4); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; }
.privacy-stamp::before, .privacy-stamp::after { content: ""; position: absolute; background: var(--volt); }
.privacy-stamp::before { width: 130%; height: 1px; }
.privacy-stamp::after { width: 1px; height: 130%; }
.privacy-stamp span, .privacy-stamp em { background: var(--ink); position: relative; z-index: 2; padding: 7px 15px; font: 700 10px/1 "Courier New", monospace; letter-spacing: .16em; font-style: normal; }
.privacy-stamp strong { background: var(--ink); color: var(--volt); position: relative; z-index: 2; font-size: 112px; line-height: .9; letter-spacing: -.08em; padding: 10px 28px; }
.privacy-copy h2 { margin: 0; font-size: clamp(46px, 5.5vw, 78px); line-height: .92; letter-spacing: -.07em; text-transform: uppercase; }
.privacy-copy > p:not(.eyebrow) { max-width: 600px; color: rgba(243,240,231,.68); font-size: 17px; line-height: 1.7; }
.privacy-points { margin: 34px 0 32px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(243,240,231,.18); }
.privacy-points div { padding: 20px 16px 0 0; }
.privacy-points b { display: block; margin-bottom: 8px; color: var(--volt); font: 700 10px/1 "Courier New", monospace; text-transform: uppercase; }
.privacy-points span { color: rgba(243,240,231,.58); font-size: 12px; line-height: 1.5; }
.inverse-link { display: inline-block; }

.principles-section { max-width: var(--max); margin: 0 auto; padding: 130px 28px; }
.section-intro.compact { display: grid; }
.principle-grid { margin-top: 84px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principle-grid article { padding: 28px 38px 20px 0; border-right: 1px solid var(--line); }
.principle-grid article + article { padding-left: 38px; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid article > b { color: #788279; font: 700 10px/1 "Courier New", monospace; }
.principle-grid h3 { min-height: 60px; margin: 46px 0 18px; font-size: 24px; line-height: 1.05; text-transform: uppercase; letter-spacing: -.04em; }
.principle-grid p { color: #58615b; font-size: 14px; line-height: 1.7; }

.final-cta { background: var(--volt); padding: 105px max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.final-cta .eyebrow { color: rgba(10,14,13,.62); }
.final-cta .eyebrow > span { background: var(--ink); }
.final-cta h2 { font-size: clamp(52px, 6vw, 86px); }
.final-cta h2 em { color: var(--ink); opacity: .48; }
.cta-side p { font-size: 16px; line-height: 1.65; margin: 0 0 28px; }

.site-footer { background: var(--ink); color: var(--bone); padding: 76px max(28px, calc((100vw - var(--max)) / 2)) 28px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; }
.site-footer > div:first-child p { max-width: 390px; color: rgba(243,240,231,.52); font-size: 14px; line-height: 1.6; margin-top: 24px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links b { color: var(--volt); font: 700 9px/1 "Courier New", monospace; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 7px; }
.footer-links a { color: rgba(243,240,231,.68); text-decoration: none; font-size: 13px; }
.footer-bottom { grid-column: 1/-1; border-top: 1px solid rgba(243,240,231,.14); padding-top: 22px; display: flex; justify-content: space-between; color: rgba(243,240,231,.4); font: 700 9px/1 "Courier New", monospace; text-transform: uppercase; letter-spacing: .06em; }

.legal-page { background: var(--bone); }
.legal-hero { min-height: 520px; background: var(--ink); color: var(--bone); padding: 105px max(28px, calc((100vw - var(--max)) / 2)) 80px; }
.legal-hero h1 { font-size: clamp(52px, 7vw, 92px); }
.legal-hero > p:last-child { margin-top: 38px; color: rgba(243,240,231,.52); font: 700 10px/1 "Courier New", monospace; text-transform: uppercase; letter-spacing: .08em; }
.legal-grid { max-width: var(--max); margin: 0 auto; padding: 100px 28px 130px; display: grid; grid-template-columns: .38fr 1fr; gap: 90px; }
.legal-grid aside { align-self: start; position: sticky; top: 30px; border-top: 4px solid var(--volt-dark); padding-top: 18px; }
.legal-grid aside strong { font-size: 13px; text-transform: uppercase; }
.legal-grid aside p { color: #59635c; font-size: 13px; line-height: 1.65; }
.legal-copy section { padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.legal-copy h2 { margin: 0 0 16px; font-size: 24px; letter-spacing: -.035em; }
.legal-copy p { color: #4f5953; font-size: 15px; line-height: 1.75; }
.legal-copy a { font-weight: 800; text-decoration-color: var(--volt-dark); text-decoration-thickness: 2px; }

.support-hero { min-height: 610px; background: var(--ink); color: var(--bone); padding: 105px max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.support-hero h1 { font-size: clamp(52px, 6.5vw, 88px); }
.support-contact { border: 1px solid rgba(243,240,231,.22); padding: 34px; }
.support-contact > span { color: var(--volt); font: 700 10px/1 "Courier New", monospace; letter-spacing: .1em; }
.support-contact p { color: rgba(243,240,231,.64); font-size: 14px; line-height: 1.7; margin: 26px 0; }
.support-contact a { min-height: 52px; background: var(--volt); color: var(--ink); padding: 0 17px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 900; text-transform: uppercase; text-decoration: none; }
.faq-section { max-width: var(--max); margin: 0 auto; padding: 120px 28px; display: grid; grid-template-columns: .42fr 1fr; gap: 80px; }
.faq-heading > span { color: #6e786f; font: 700 10px/1 "Courier New", monospace; letter-spacing: .1em; }
.faq-heading h2 { font-size: 54px; text-transform: uppercase; letter-spacing: -.06em; margin: 16px 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #788279; font: 700 9px/1 "Courier New", monospace; }
.faq-list summary i { font-style: normal; color: #60770f; font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -4px 42px 26px 45px; color: #556059; font-size: 14px; line-height: 1.7; }
.support-note { max-width: calc(var(--max) - 56px); margin: 0 auto 120px; background: #dfe5db; padding: 34px; display: grid; grid-template-columns: .28fr 1fr; gap: 40px; }
.support-note strong { font: 700 10px/1 "Courier New", monospace; letter-spacing: .1em; text-transform: uppercase; }
.support-note p { margin: 0; color: #4f5953; font-size: 13px; line-height: 1.7; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-visual { margin-top: 15px; }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro .eyebrow { grid-row: auto; }
  .feature-panel { grid-template-columns: 40px 1fr; }
  .feature-panel > :last-child { grid-column: 2; }
  .privacy-section { grid-template-columns: .7fr 1.3fr; gap: 45px; }
  .legal-grid, .faq-section { grid-template-columns: .5fr 1fr; gap: 50px; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-status { font-size: 9px; }
  .hero { min-height: auto; padding: 78px 20px 90px; }
  .hero h1 { font-size: 50px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .primary-cta { width: 100%; }
  .text-link { align-self: flex-start; }
  .trust-row { flex-wrap: wrap; gap: 14px 22px; }
  .hero-visual { height: 570px; transform: scale(.9); margin: -10px -24px -25px; }
  .phase-orbit-two { width: 530px; height: 530px; }
  .pr-chip { right: 2px; }
  .fuel-chip { left: 4px; }
  .manifesto-strip { justify-content: flex-start; }
  .system-section, .principles-section { padding: 92px 20px; }
  .section-intro h2 { font-size: 40px; }
  .feature-stack { margin-top: 64px; }
  .feature-panel { grid-template-columns: 1fr; gap: 16px; padding-bottom: 58px; }
  .feature-panel > :last-child { grid-column: 1; margin-top: 24px; }
  .feature-copy h3 { font-size: 38px; }
  .metric-board, .macro-card, .signal-card { min-height: 330px; box-shadow: 10px 10px 0 #d8d4c8; }
  .feature-fuel .macro-card { box-shadow: 10px 10px 0 #191e1b; }
  .privacy-section { grid-template-columns: 1fr; padding: 90px 20px; }
  .privacy-stamp { width: 250px; justify-self: center; }
  .privacy-stamp strong { font-size: 72px; }
  .privacy-points { grid-template-columns: 1fr; }
  .privacy-points div { border-bottom: 1px solid rgba(243,240,231,.13); padding-bottom: 16px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article, .principle-grid article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-grid h3 { min-height: auto; margin-top: 28px; }
  .final-cta, .support-hero { grid-template-columns: 1fr; padding: 80px 20px; gap: 45px; }
  .final-cta h2, .support-hero h1 { font-size: 48px; }
  .site-footer { grid-template-columns: 1fr; padding: 65px 20px 24px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .legal-hero { min-height: 440px; padding: 86px 20px 60px; }
  .legal-hero h1 { font-size: 48px; }
  .legal-grid, .faq-section { grid-template-columns: 1fr; padding: 72px 20px 96px; gap: 42px; }
  .legal-grid aside { position: static; }
  .support-contact { padding: 25px; }
  .support-note { margin: 0 20px 90px; grid-template-columns: 1fr; gap: 14px; }
}

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