/* Money Tracker landing, baked to the shared defaults: Dark, large text, large corners, large spacing. */
@font-face { font-family: "Mona Sans"; src: url("/fonts/mona-sans.woff2") format("woff2"); font-style: normal; font-weight: 200 900; font-stretch: 75% 125%; font-display: swap; }
:root {
    --brand-paper: #f4f4f3;
    --brand-surface: #ffffff;
    --brand-surface-quiet: #ececeb;
    --brand-ink: #0b0b0b;
    --brand-ink-muted: #5c5c5c;
    --brand-border: #d4d4d2;
    --brand-border-strong: #a8a8a6;
    --brand-primary: #2756c7;
    --brand-primary-hover: #1e439d;
    --brand-trust: #27684d;
    --brand-radius-sm: 2px;
    --brand-radius-md: 4px;
    --brand-radius-lg: 6px;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 20px;
    --radius-pill: 20px;
    --page-pad: 22px;
    --control-height: 36px;
    --canvas: #f4f4f3;
    --paper: var(--canvas);
    --surface: var(--brand-surface);
    --quiet: var(--brand-surface-quiet);
    --ink: var(--brand-ink);
    --muted: #6e6e6e;
    --line: color-mix(in srgb, var(--brand-ink) 9%, transparent);
    --line-strong: color-mix(in srgb, var(--brand-ink) 16%, transparent);
    --control-bg: var(--brand-surface-quiet);
    --blue: var(--brand-primary);
    --blue-hover: var(--brand-primary-hover);
    --green: var(--brand-trust);
    --warning: #a86116;
    --blue-soft: #e8edfa;
    --green-soft: #e2eee7;
    --font-ui: "Mona Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: var(--font-ui);
    --max: 1220px;
    --section-pad-y: clamp(48px, 6vw, 80px);
    --section-heading-gap: clamp(24px, 3.4vw, 40px);
    --accent: var(--brand-ink);
    --accent-hover: #2a2a2a;
    --action-fg: #ffffff;
    --shadow-card: 0 1px 0 rgba(255,255,255,0.72) inset, 0 8px 24px rgba(11,11,11,0.06);
    --shadow-card-hover: 0 1px 0 rgba(255,255,255,0.88) inset, 0 12px 28px rgba(11,11,11,0.10);
    --shadow: var(--shadow-card);
    --shadow-focus: 0 0 0 2px color-mix(in srgb, var(--brand-primary) 35%, transparent);
    --shadow-primary: inset 0 1px 0 rgba(255,255,255,0.22), inset 0 -1px 2px rgba(11,11,11,0.22), 0 8px 16px -8px color-mix(in srgb, var(--accent) 28%, transparent);
    --transition-speed: 0.22s;
    --press-speed: 0.12s;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-material: cubic-bezier(0.16, 1, 0.3, 1);
    --press-scale: 0.98;
    --lift-y: -3px;
    --hover-lift: -2px;
    --featured-hover-y: -8px;
    --shadow-primary-press: inset 0 2px 5px rgba(11, 11, 11, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    --shadow-primary-hover: inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 -1px 2px rgba(11, 11, 11, 0.18), 0 12px 24px -6px color-mix(in srgb, var(--accent) 42%, transparent);
    --shadow-featured-hover: 0 1px 0 rgba(255, 255, 255, 0.16) inset, 0 22px 48px rgba(11, 11, 11, 0.16);
}
:root {
    --brand-paper: #0b0b0b;
    --brand-surface: #101010;
    --brand-surface-quiet: #181818;
    --brand-ink: #f2f2f2;
    --brand-ink-muted: #a3a3a3;
    --brand-border: #2a2a2a;
    --brand-border-strong: #3f3f3f;
    --brand-primary: #5b8def;
    --brand-primary-hover: #7aa3f5;
    --brand-trust: #72b894;
    --canvas: #191816;
    --paper: var(--canvas);
    --surface: #22211e;
    --quiet: #2a2926;
    --ink: #f3f1ee;
    --muted: #a8a49e;
    --line: rgba(255,247,237,0.08);
    --line-strong: rgba(255,247,237,0.16);
    --control-bg: #2a2926;
    --accent: #f2f2f2;
    --accent-hover: #ffffff;
    --action-fg: #0b0b0b;
    --warning: #e0a458;
    --blue-soft: #1a2438;
    --green-soft: #1a2e24;
    --shadow-card: 0 1px 0 rgba(255,255,255,0.06) inset, 0 8px 24px rgba(0,0,0,0.28);
    --shadow-card-hover: 0 1px 0 rgba(255,255,255,0.10) inset, 0 12px 28px rgba(0,0,0,0.40);
    --shadow: var(--shadow-card);
    --shadow-focus: 0 0 0 2px color-mix(in srgb, var(--brand-primary) 35%, transparent);
    --shadow-primary: inset 0 1px 0 rgba(255,255,255,0.18), inset 0 -1px 2px rgba(0,0,0,0.28), 0 8px 16px -8px color-mix(in srgb, var(--accent) 32%, transparent);
    --transition-speed: 0.22s;
    --press-speed: 0.12s;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-material: cubic-bezier(0.16, 1, 0.3, 1);
    --press-scale: 0.98;
    --lift-y: -3px;
    --hover-lift: -2px;
    --featured-hover-y: -8px;
    --shadow-primary-press: inset 0 2px 5px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    --shadow-primary-hover: inset 0 1px 0 rgba(255, 255, 255, 0.34), inset 0 -1px 2px rgba(0, 0, 0, 0.2), 0 14px 28px -6px color-mix(in srgb, var(--accent) 55%, transparent);
    --shadow-featured-hover: 0 1px 0 rgba(255, 255, 255, 0.16) inset, 0 22px 48px rgba(0, 0, 0, 0.52);
    --lightbox-speed: 220ms;
    color-scheme: dark;
}
@media (prefers-reduced-motion: reduce) {
    :root { --lightbox-speed: 1ms; }
}
html.motion-on { --lightbox-speed: 220ms; }
html.motion-off { --lightbox-speed: 1ms; }
html.motion-off *,
html.motion-off *::before,
html.motion-off *::after {
    animation: none !important;
    transition: none !important;
}
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { min-width: 320px; margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--font-ui); font-size: 15px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; }
img, svg, iframe { max-width: 100%; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--blue) 48%, transparent); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; border-radius: var(--radius-sm); background: var(--ink); color: var(--surface); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.section { width: min(calc(100% - (2 * var(--page-pad))), var(--max)); margin-inline: auto; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid color-mix(in srgb, var(--line-strong) 68%, transparent); background: color-mix(in srgb, var(--paper) 93%, transparent); backdrop-filter: blur(16px); }
.header-inner { width: min(calc(100% - (2 * var(--page-pad))), var(--max)); min-height: 56px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand-wordmark { font-family: var(--font-ui); font-size: .92rem; font-weight: 820; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.header-nav { display: flex; align-items: center; gap: 18px; }
.header-nav > a:not(.btn) { color: var(--muted); font-size: .8rem; font-weight: 650; text-decoration: none; }
.header-nav > a:not(.btn):hover { color: var(--ink); }
.nav-login { margin-left: 4px; }
.menu-toggle { display: none; }
.locale-switch { display: inline-flex; align-items: center; gap: 4px; margin-right: 2px; }
.locale-switch a { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .06em; padding: 4px 6px; text-decoration: none; }
.locale-switch a.active { color: var(--ink); }
.locale-switch a:hover { color: var(--ink); }

.btn { min-height: var(--control-height); display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 8px 14px; border: 1px solid transparent; border-radius: var(--radius-md); cursor: pointer; font-size: .85rem; font-weight: 650; line-height: 1.2; text-decoration: none; background: var(--control-bg); color: var(--ink); box-shadow: none; transition: background-color var(--transition-speed) var(--ease-out), border-color var(--transition-speed) var(--ease-out), color var(--transition-speed) var(--ease-out), transform var(--press-speed) var(--ease-out), box-shadow var(--transition-speed) var(--ease-out); }
.btn:hover { background: color-mix(in srgb, var(--control-bg) 52%, var(--ink) 22%); color: var(--ink); }
.btn:active { transform: scale(var(--press-scale)); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.22); }
.btn-primary { border-color: transparent; background: var(--accent); color: var(--action-fg); font-weight: 650; box-shadow: var(--shadow-primary); }
.btn-primary:hover { border-color: transparent; background: var(--accent-hover); color: var(--action-fg); transform: translateY(var(--hover-lift)); box-shadow: var(--shadow-primary-hover); }
.btn-primary:active { box-shadow: var(--shadow-primary-press); transform: scale(var(--press-scale)); }
.btn-secondary { border-color: transparent; background: var(--control-bg); color: var(--ink); }
.btn-secondary:hover { border-color: var(--line); background: color-mix(in srgb, var(--control-bg) 52%, var(--ink) 22%); color: var(--ink); }
.btn-large { min-height: 44px; padding: 10px 16px; }
.text-link, .chapter-link { color: var(--blue); font-weight: 700; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.eyebrow { margin: 0 0 12px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { font-family: var(--font-ui); font-weight: 650; letter-spacing: -.03em; line-height: 1.08; }

.hero { padding-block: clamp(36px, 5vw, 64px) clamp(56px, 8vw, 96px); }
.hero-copy { max-width: 820px; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(2rem, 4.2vw, 3.2rem); }
.hero-lead { max-width: 620px; margin: 18px 0 0; color: var(--muted); font-size: clamp(.95rem, 1.2vw, 1.05rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 22px; }
.fine-print { margin: 10px 0 0; color: var(--muted); font-size: .75rem; }
.demo-stage { margin-top: clamp(32px, 4vw, 48px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.demo-chrome { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .74rem; font-weight: 650; }
.demo-chrome-title { display: flex; align-items: center; gap: 9px; }
.demo-chrome a { color: var(--blue); text-decoration: none; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); }
.demo-viewport { position: relative; aspect-ratio: 16 / 9; min-height: 430px; background: var(--quiet); }
.demo-frame { width: 100%; height: 100%; display: block; border: 0; background: var(--surface); }
.demo-poster { position: absolute; inset: 0; z-index: 2; place-content: center; max-width: none; padding: clamp(28px, 7vw, 90px); background: var(--quiet); text-align: center; }
.demo-poster:not([hidden]) { display: grid; }
.demo-brand-wordmark { display: block; margin-inline: auto; color: var(--ink); }
.demo-poster p { max-width: 620px; margin: 10px auto 0; color: var(--muted); }
.demo-poster strong { color: var(--ink); font-size: 1.1rem; }
.demo-fallback-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.no-js-note { margin: 0; padding: 10px 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }

.story { padding-block: clamp(64px, 8vw, 100px); }
.story-heading { max-width: 720px; margin-bottom: clamp(40px, 6vw, 72px); }
.story-heading h2, .section-intro h2, .ledger-heading h2, .trust-heading h2, .roadmap-heading h2, .final-cta h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.story-heading > p:last-child { max-width: 590px; margin: 26px 0 0; color: var(--muted); font-size: 1.05rem; }
.story-track { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: clamp(50px, 10vw, 140px); }
.story-index { position: sticky; top: 118px; align-self: start; display: flex; flex-direction: column; padding-left: 28px; }
.story-index a { position: relative; min-height: 64px; display: flex; align-items: center; gap: 18px; color: var(--muted); font-weight: 680; text-decoration: none; transition: color 180ms ease; }
.story-index a::before { content: ""; position: absolute; z-index: 2; left: -32px; width: 9px; height: 9px; border: 3px solid var(--paper); border-radius: 50%; background: var(--line-strong); }
.story-index a.is-active { color: var(--ink); }
.story-index a.is-active::before { background: var(--blue); }
.story-index a > span:first-child { color: var(--blue); font-size: .7rem; letter-spacing: .08em; }
.story-index a > span:not(:first-child) { color: inherit; font-size: inherit; letter-spacing: normal; }
.story-progress { position: absolute; top: 27px; bottom: 27px; left: 0; width: 1px; background: var(--line); }
.story-progress i { width: 2px; height: 0; display: block; background: var(--blue); transition: height 180ms ease; }
.story-chapters { border-top: 1px solid var(--line-strong); }
.story-chapter { min-height: min(820px, 92vh); padding: clamp(58px, 8vw, 100px) 0; border-bottom: 1px solid var(--line); scroll-margin-top: 90px; }
.chapter-number { margin: 0 0 28px; color: var(--blue); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-chapter h3 { max-width: 680px; margin: 0; font-family: var(--font-ui); font-size: clamp(1.45rem, 2.4vw, 2.1rem); font-weight: 650; letter-spacing: -.025em; line-height: 1.12; }
.story-chapter > p:not(.chapter-number) { max-width: 640px; margin: 16px 0 24px; color: var(--muted); font-size: .95rem; }
.story-chapter ul { max-width: 780px; margin: 0 0 40px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.story-chapter li { display: grid; grid-template-columns: 190px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.story-chapter li span { color: var(--muted); }
.chapter-link { color: var(--blue); }

.feature-ledger { padding-bottom: clamp(64px, 8vw, 100px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 6vw, 80px); }
.ledger-heading { max-width: 530px; }
.ledger-list { border-top: 1px solid var(--line-strong); }
.ledger-list p { margin: 0; display: grid; grid-template-columns: 54px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 1.04rem; font-weight: 700; }
.ledger-list p > span:first-child { color: var(--blue); font-size: .72rem; letter-spacing: .08em; }
.ledger-list p > span:not(:first-child) { color: inherit; font-size: inherit; letter-spacing: normal; }

.trust-section { background: var(--paper); color: var(--ink); }
.trust-inner { padding-block: clamp(64px, 8vw, 100px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 6vw, 80px); }
.trust-heading .eyebrow { color: var(--muted); }
.trust-points { border-top: 1px solid var(--line); }
.trust-points article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.trust-index { margin: 2px 0 0; color: var(--blue); font-size: .7rem; }
.trust-points h3 { margin: 0 0 9px; font-size: 1.08rem; }
.trust-points article p:last-child { margin: 0; color: var(--muted); font-size: .93rem; }

.roadmap { padding-block: clamp(64px, 8vw, 100px); }
.roadmap-heading { max-width: 760px; margin-bottom: 40px; }
.roadmap-heading > p:last-child { max-width: 560px; margin: 26px 0 0; color: var(--muted); }
.roadmap-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.roadmap-card { min-width: 0; padding: 18px; border: 1px solid var(--line-strong); border-radius: var(--radius-md); background: var(--surface); }
.roadmap-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: .75rem; font-weight: 690; }
.roadmap-status { padding: 3px 8px; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); color: var(--ink); line-height: 1.2; }
.roadmap-status-now { border-color: color-mix(in srgb, var(--green) 55%, var(--line)); background: var(--green-soft); color: var(--green); }
.roadmap-status-swap { display: inline-grid; justify-items: center; }
.roadmap-status-label { grid-area: 1 / 1; opacity: 0; transition: opacity .35s ease; }
.roadmap-status-label-default { opacity: 1; }
.roadmap-card-shipped:hover .roadmap-status-label-default { opacity: 0; }
.roadmap-card-shipped:hover .roadmap-status-label-detail { opacity: 1; }
.roadmap-card h3 { margin: 12px 0 8px; font-family: var(--font-ui); font-size: clamp(1.15rem, 1.8vw, 1.45rem); font-weight: 650; letter-spacing: -.02em; line-height: 1.15; }
.roadmap-card > p { margin: 0; color: var(--muted); }
.roadmap-card ul { margin: 0; padding: 0; list-style: none; }
.roadmap-card li { position: relative; margin-top: 10px; padding-left: 20px; color: var(--muted); }
.roadmap-card li::before { content: "—"; position: absolute; left: 0; color: var(--blue); }

.pricing, .faq { padding-block: clamp(64px, 8vw, 100px); }
.section-intro { max-width: 680px; margin-bottom: 36px; }
.section-intro > p:last-child { color: var(--muted); }
.pricing-intro { margin-inline: auto; text-align: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.plan { display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line-strong); border-radius: var(--radius-md); background: var(--surface); }
.plan-featured { padding: 19px; border: 2px solid var(--ink); background: var(--surface); box-shadow: none; }
.plan-label { margin: 0; font-weight: 800; font-size: .9rem; }
.plan-label span { float: right; padding: 2px 6px; border-radius: var(--radius-sm); background: var(--ink); color: var(--surface); font-size: .6rem; }
.price { margin: 14px 0 0; font-size: 1.85rem; font-weight: 760; letter-spacing: -.03em; }
.price small { color: var(--muted); font-size: .78rem; font-weight: 500; letter-spacing: 0; }
.annual { margin: -2px 0 0 !important; color: var(--muted) !important; font-size: .78rem !important; font-weight: 700; }
.plan > div > p:last-child { min-height: 50px; color: var(--muted); font-size: .9rem; }
.plan ul { flex: 1; margin: 20px 0 28px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan li { position: relative; margin: 9px 0; padding-left: 20px; color: var(--muted); font-size: .86rem; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 10vw, 140px); }
.faq .section-intro { position: sticky; top: 120px; align-self: start; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 23px 45px 23px 0; cursor: pointer; font-weight: 720; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 19px; right: 4px; color: var(--blue); font-size: 1.4rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 650px; margin: 0; padding: 0 45px 24px 0; color: var(--muted); }
.final-cta { padding: clamp(56px, 8vw, 96px) 20px; border-top: 1px solid var(--line); background: var(--quiet); text-align: center; }
.final-cta > div { max-width: 800px; margin-inline: auto; }
.final-cta p:not(.eyebrow) { max-width: 580px; margin: 24px auto 32px; color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); background: var(--surface); }
.footer-inner { width: min(calc(100% - (2 * var(--page-pad))), var(--max)); margin-inline: auto; padding: 60px 0; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; align-items: start; gap: 40px; }
.footer-brand { margin-bottom: 15px; }
.footer-inner > div > p, .footer-meta p { color: var(--muted); font-size: .8rem; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-nav strong { margin-bottom: 6px; font-size: .78rem; }
.footer-nav a { color: var(--muted); font-size: .82rem; text-decoration: none; }
.footer-nav a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.footer-meta { text-align: right; }

/* Legal, contact, and 404 pages share the editorial shell. */
.content { width: min(calc(100% - (2 * var(--page-pad))), var(--max)); margin-inline: auto; padding: clamp(72px, 10vw, 128px) 0; }
.content-inner { max-width: 840px; margin-inline: auto; }
.content-title { max-width: 800px; margin: 0; font-family: var(--font-ui); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 650; line-height: 1.05; letter-spacing: -.035em; }
.content-lead { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 1.15rem; }
.content-updated { margin-top: 20px; color: var(--muted); font-size: .8rem; }
.prose { margin-top: 58px; padding-top: 10px; border-top: 1px solid var(--line-strong); color: var(--muted); }
.prose h2 { margin: 48px 0 12px; color: var(--ink); font-family: var(--font-ui); font-size: 1.45rem; font-weight: 650; letter-spacing: -.02em; }
.prose h3, .prose strong { color: var(--ink); }
.prose a, .contact-card a { color: var(--blue); text-underline-offset: 3px; }
.contact-list { margin-top: 58px; border-top: 1px solid var(--line-strong); }
.contact-card { display: grid; grid-template-columns: 210px 1fr; gap: 30px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.contact-card h2 { margin: 0; font-family: var(--font-ui); font-size: 1.25rem; font-weight: 650; }
.contact-card p { margin: 0; color: var(--muted); }
.contact-icon { display: none; }
.notfound { min-height: 63vh; display: grid; place-items: center; text-align: center; }
.notfound-code { color: var(--blue); font-family: var(--font-ui); font-size: clamp(5rem, 14vw, 9rem); font-weight: 650; line-height: .8; }
.cta-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity 620ms ease, transform 620ms ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.roadmap-card-shipped { opacity: .45; transition: opacity .35s ease; }
.roadmap-card-shipped:hover { opacity: 1; }
.js .reveal.roadmap-card-shipped.is-visible { opacity: .45; transition: opacity .35s ease, transform 620ms ease; }
.js .reveal.roadmap-card-shipped.is-visible:hover { opacity: 1; }

@media (max-width: 980px) {
    .story-track { grid-template-columns: 170px minmax(0, 1fr); gap: 52px; }
    .feature-ledger, .trust-inner, .faq { grid-template-columns: 1fr; }
    .roadmap-grid { grid-template-columns: 1fr; }
    .faq .section-intro { position: static; }
    .pricing-grid { max-width: 680px; margin-inline: auto; grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-meta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; text-align: left; }
}
@media (max-width: 760px) {
    .header-inner { width: min(calc(100% - (2 * var(--page-pad))), var(--max)); min-height: 64px; }
    .menu-toggle { width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 0; border: 0; background: transparent; cursor: pointer; }
    .menu-toggle > span:not(.sr-only) { width: 20px; height: 2px; background: var(--ink); transition: transform 160ms ease, opacity 160ms ease; }
    .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .header-nav { position: absolute; top: 64px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 16px 20px 22px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 28px rgba(42, 46, 42, .08); }
    .header-nav.is-open { display: flex; }
    .header-nav > a:not(.btn) { padding: 12px 4px; }
    .nav-login { margin: 5px 0 10px !important; border-top: 1px solid var(--line); }
    .section, .header-inner, .footer-inner, .content { width: min(calc(100% - (2 * var(--page-pad))), var(--max)); }
    .hero { padding-top: 58px; }
    .hero h1 { font-size: clamp(2.4rem, 11vw, 3.6rem); }
    .demo-viewport { min-height: 500px; aspect-ratio: 4 / 5; }
    .demo-chrome a { font-size: 0; }
    .demo-chrome a span { font-size: .85rem; }
    .story-track { display: block; }
    .story-index { z-index: 5; top: 64px; margin: 0 -14px; padding: 0 14px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(12px); }
    .story-index a { min-height: 52px; justify-content: center; gap: 7px; font-size: .78rem; }
    .story-index a::before, .story-progress { display: none; }
    .story-chapter { min-height: auto; padding-block: 86px; }
    .story-chapter li { grid-template-columns: 1fr; gap: 5px; }
    .trust-points article { grid-template-columns: 40px 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .footer-inner > div:first-child, .footer-meta { grid-column: 1 / -1; }
    .contact-card { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 420px) {
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .text-link { align-self: center; }
    .demo-stage { margin-inline: -7px; }
    .demo-viewport { min-height: 520px; }
    .demo-chrome { padding-inline: 12px; }
    .demo-poster { padding: 24px 18px; }
    .demo-fallback-actions { align-items: stretch; flex-direction: column; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-inner > div:first-child, .footer-meta { grid-column: 1; }
    .footer-meta { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .js .reveal { opacity: 1; transform: none; }
    .js .reveal.roadmap-card-shipped { opacity: .45; }
    .js .reveal.roadmap-card-shipped:hover { opacity: 1; }
    .roadmap-card-shipped,
    .roadmap-card-shipped .roadmap-status-label {
        transition-duration: .35s !important;
    }
}
