:root {
    --ink: #0b0d0c;
    --ink-soft: #151816;
    --paper: #f4f5ef;
    --white: #ffffff;
    --muted: #687069;
    --line: #d9ddd4;
    --green: #c8ff3d;
    --green-dark: #9ed415;
    --radius: 18px;
    --shadow: 0 24px 80px rgba(11, 13, 12, .12);
    --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
    margin: 0;
    overflow-x: clip;
    color: var(--ink);
    background: var(--paper);
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible {
    outline: 3px solid #6b8d00;
    outline-offset: 4px;
}
.container { width: var(--container); margin-inline: auto; }
.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; left: 16px; top: 10px; z-index: 999;
    transform: translateY(-160%); padding: 10px 16px; background: var(--green); color: var(--ink); font-weight: 700;
}
.skip-link:focus { transform: none; }
.demo-bar { padding: 7px 20px; text-align: center; font-size: 12px; background: var(--green); color: #1b2400; }

.site-header {
    position: sticky; top: 0; z-index: 100; background: rgba(244, 245, 239, .88);
    border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .25s, box-shadow .25s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 5px 30px rgba(11, 13, 12, .05); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.8px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--green); font-size: 18px; }
.brand-symbol { display: block; width: 34px; height: 34px; border-radius: 9px; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 2px; background: #6b8d00; transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }

.button {
    min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 30px;
    padding: 14px 22px; border: 1px solid var(--ink); border-radius: 10px; background: var(--ink); color: var(--white);
    font-weight: 700; line-height: 1.2; cursor: pointer; box-shadow: none; transition: transform .2s, background .2s, color .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); background: #202420; box-shadow: 0 10px 24px rgba(11,13,12,.14); }
.button span { font-size: 18px; }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 13px; border-radius: 8px; }

.hero { position: relative; overflow: hidden; padding: 88px 0 104px; background: var(--paper); }
.hero::before { content: "FINSCHOOL"; position: absolute; left: 50%; top: 38px; transform: translateX(-50%); color: transparent; -webkit-text-stroke: 1px rgba(11, 13, 12, .035); font: 800 clamp(100px, 17vw, 250px)/1 Manrope, sans-serif; letter-spacing: -12px; white-space: nowrap; }
.hero-glow { position: absolute; width: 600px; height: 600px; right: -300px; top: -260px; border-radius: 50%; background: rgba(200, 255, 61, .4); filter: blur(100px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; }
.eyebrow, .section-number { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; font-size: 11px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #6b8d00; box-shadow: 0 0 0 5px rgba(107, 141, 0, .13); }
.eyebrow b { color: #6b8d00; }
h1, h2, h3 { margin: 0; font-family: Manrope, sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 680px; font-size: clamp(43px, 5.2vw, 73px); font-weight: 800; }
h1 em, h2 em { color: #5d6b5f; font-style: normal; font-weight: 500; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #4b524c; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.hero-actions p { max-width: 180px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; padding: 0; margin: 32px 0 0; list-style: none; color: #4e554f; font-size: 12px; font-weight: 600; }
.hero-points span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; background: var(--green); color: #334400; font-size: 10px; }

.hero-visual { position: relative; min-height: 540px; }
.market-card { position: absolute; inset: 34px 64px auto 0; padding: 28px; min-height: 320px; border-radius: 22px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); transform: rotate(-4deg); }
.market-card::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; pointer-events: none; }
.market-card-top { display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.live-dot { display: inline-flex; align-items: center; gap: 5px; color: var(--green); }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(200,255,61,.12); }
.market-label { margin: 48px 0 0; color: #aeb5af; font-size: 12px; }
.market-line { position: relative; height: 78px; margin: 4px 0 24px; border-bottom: 1px solid #303531; }
.market-line::before { content: ""; position: absolute; inset: 25px 0 5px; background: linear-gradient(165deg, transparent 0 14%, rgba(200,255,61,.15) 15% 27%, transparent 28% 40%, rgba(200,255,61,.2) 41% 63%, transparent 64%); clip-path: polygon(0 82%, 16% 55%, 29% 67%, 46% 28%, 61% 48%, 79% 10%, 100% 35%, 100% 100%, 0 100%); }
.market-line::after { content: ""; position: absolute; left: 0; right: 0; top: 40px; height: 2px; background: var(--green); transform: skewY(-7deg); box-shadow: 100px -14px 0 var(--green), 220px -6px 0 var(--green); }
.market-line span, .market-line i, .market-line b, .market-line em, .market-line strong { position: absolute; z-index: 2; width: 7px; height: 7px; border: 2px solid var(--ink); border-radius: 50%; background: var(--green); }
.market-line span { left: 0; top: 52px; } .market-line i { left: 25%; top: 38px; } .market-line b { left: 50%; top: 30px; } .market-line em { left: 75%; top: 15px; } .market-line strong { right: 0; top: 26px; }
.market-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.market-stats small, .market-stats strong { display: block; }
.market-stats small { color: #8b928c; font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.market-stats strong { margin-top: 3px; font-size: 13px; }
.phone-card { position: absolute; right: 0; bottom: 5px; width: 295px; min-height: 390px; padding: 18px 14px; border: 8px solid #1b1e1b; border-radius: 34px; background: #e8ebdf; box-shadow: 0 32px 80px rgba(11,13,12,.25); transform: rotate(5deg); }
.phone-head { display: flex; align-items: center; gap: 10px; padding: 4px 4px 14px; }
.avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: var(--green); font-weight: 800; }
.avatar img { display: block; width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.phone-head div { display: flex; flex: 1; flex-direction: column; line-height: 1.25; }
.phone-head strong { font-size: 12px; } .phone-head small { color: #667067; font-size: 9px; }
.phone-head i { width: 4px; height: 4px; border-radius: 50%; background: #788078; box-shadow: 0 -6px #788078, 0 6px #788078; }
.message { position: relative; margin: 6px 8px; padding: 16px 14px 22px; border-radius: 3px 14px 14px 14px; background: #fff; box-shadow: 0 4px 15px rgba(11,13,12,.08); }
.message small { color: #607400; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.message strong { display: block; margin: 8px 0; font: 700 16px/1.25 Manrope, sans-serif; letter-spacing: -.4px; }
.message p { margin: 0; color: #59605a; font-size: 10px; line-height: 1.5; }
.message time { position: absolute; right: 8px; bottom: 5px; color: #8a908b; font-size: 7px; }
.message.second { margin-top: 10px; background: #dff5ad; }
.message.second strong { font-size: 12px; }
.floating-tag { position: absolute; z-index: 3; padding: 10px 14px; border: 1px solid #cdd2c8; border-radius: 99px; background: rgba(255,255,255,.92); box-shadow: 0 9px 24px rgba(11,13,12,.1); font-size: 10px; font-weight: 700; }
.tag-one { left: -12px; bottom: 85px; } .tag-two { right: -6px; top: 52px; background: var(--green); border-color: var(--green); }

.form-band { padding: 80px 0; background: var(--green); }
.form-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.form-intro h2 { max-width: 460px; font-size: clamp(34px, 4.2vw, 53px); }
.form-intro > p { max-width: 440px; margin: 20px 0 0; font-size: 17px; }
.social-proof { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.social-proof p { max-width: 330px; margin: 0; font-size: 12px; line-height: 1.45; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack i { display: grid; place-items: center; width: 30px; height: 30px; margin-left: -8px; border: 2px solid var(--green); border-radius: 50%; background: var(--ink); color: var(--green); font-size: 9px; font-style: normal; font-weight: 800; }
.lead-form { position: relative; padding: 34px; border-radius: 20px; background: var(--white); box-shadow: 0 24px 60px rgba(34,47,0,.16); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.field input { width: 100%; min-height: 51px; padding: 13px 14px; border: 1px solid #cfd4cb; border-radius: 9px; background: #fafbf8; color: var(--ink); transition: border-color .2s, box-shadow .2s, background .2s; }
.field input::placeholder { color: #8b928c; }
.field input:focus { border-color: #718c20; background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(113,140,32,.18); }
.field input[aria-invalid="true"] { border-color: #a62a2a; }
.field-error { display: block; min-height: 16px; margin-top: 4px; color: #8f2020; font-size: 11px; font-weight: 600; }
.consent-wrap { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; }
.consent-wrap input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #597500; }
.consent-wrap label { color: #59605a; font-size: 11px; line-height: 1.5; }
.consent-wrap a, .consent-wrap span { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.consent-error { margin-left: 29px; }
.form-submit { width: 100%; margin-top: 10px; }
.form-submit[disabled] { opacity: .7; cursor: wait; transform: none; }
.form-submit.is-loading span::after { content: ""; display: inline-block; width: 12px; height: 12px; margin-left: 9px; border: 2px solid rgba(255,255,255,.35); border-top-color: white; border-radius: 50%; animation: spin .7s linear infinite; }
.form-note { margin: 13px 0 0; text-align: center; color: #6a716b; font-size: 11px; }
.form-note span { color: #587000; }
.form-status { display: none; margin-top: 14px; padding: 11px 13px; border-radius: 8px; font-size: 12px; font-weight: 600; }
.form-status.visible { display: block; }
.form-status.success { background: #e8f7c5; color: #334800; }
.form-status.error { background: #fbe8e8; color: #811d1d; }
.honeypot { position: absolute !important; left: -9999px !important; }
@keyframes spin { to { transform: rotate(360deg); } }

.section { padding: 120px 0; }
.section-number { color: #667067; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 120px; align-items: end; }
.split-heading h2, .section-heading h2, .benefits-title h2, .faq-title h2 { font-size: clamp(38px, 5vw, 61px); }
.copy-column p { margin: 0 0 18px; color: #535b54; font-size: 16px; }
.ticker-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 76px; border-top: 1px solid var(--line); }
.ticker-list div { display: flex; gap: 28px; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); }
.ticker-list div:nth-child(odd) { padding-right: 36px; border-right: 1px solid var(--line); }
.ticker-list div:nth-child(even) { padding-left: 36px; }
.ticker-list span, .feature-index { color: #788079; font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.ticker-list strong { font: 600 17px Manrope, sans-serif; letter-spacing: -.4px; }

.section-dark { background: var(--ink); color: var(--white); }
.section-dark .section-number { color: #9fa6a0; }
.section-heading { position: relative; max-width: 900px; margin-bottom: 60px; }
.section-heading h2 em { color: #8b948c; }
.text-link { position: absolute; right: -250px; bottom: 4px; display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid #6e766f; padding-bottom: 5px; font-size: 13px; font-weight: 700; }
.text-link span { color: var(--green); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #303531; border-left: 1px solid #303531; }
.feature-card { position: relative; min-height: 310px; padding: 38px; border-right: 1px solid #303531; border-bottom: 1px solid #303531; overflow: hidden; transition: background .25s, color .25s; }
.feature-card:hover, .feature-card.featured { background: var(--green); color: var(--ink); }
.feature-card.featured p, .feature-card:hover p, .feature-card.featured .feature-index, .feature-card:hover .feature-index { color: #394600; }
.feature-index { position: absolute; right: 28px; top: 26px; }
.feature-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 58px; border: 1px solid #555d56; border-radius: 50%; color: var(--green); font-size: 17px; }
.feature-card:hover .feature-icon, .feature-card.featured .feature-icon { border-color: #6f8700; color: #334400; }
.feature-card h3 { max-width: 440px; font-size: 25px; }
.feature-card p { max-width: 480px; margin: 15px 0 0; color: #aab0ab; font-size: 14px; }

.content-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 18px; margin-top: 68px; }
.content-card { min-height: 285px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(11,13,12,.05); }
.content-card-large { grid-row: 1 / 3; min-height: 588px; background: #121512; color: #fff; }
.content-top { display: flex; justify-content: space-between; font-size: 9px; font-weight: 800; letter-spacing: 1.2px; }
.content-top small { color: #899089; }
.content-card h3 { font-size: 25px; }
.content-card p { margin: 12px 0 0; color: #687069; font-size: 13px; }
.content-card-large p { color: #a8afa9; }
.abstract-chart { position: relative; height: 245px; border-top: 1px solid #303530; border-bottom: 1px solid #303530; background: repeating-linear-gradient(90deg, transparent 0 82px, rgba(255,255,255,.04) 83px); }
.abstract-chart::before { content: ""; position: absolute; inset: 36px 0; background: var(--green); clip-path: polygon(0 85%, 15% 66%, 29% 76%, 43% 43%, 57% 58%, 72% 24%, 84% 39%, 100% 5%, 100% 9%, 84% 44%, 72% 29%, 57% 63%, 43% 48%, 29% 81%, 15% 71%, 0 90%); }
.abstract-chart::after { content: ""; position: absolute; inset: 105px 0 25px; background: linear-gradient(rgba(200,255,61,.18), transparent); clip-path: polygon(0 80%, 15% 50%, 29% 64%, 43% 19%, 57% 44%, 72% 3%, 84% 27%, 100% 0, 100% 100%, 0 100%); }
.abstract-chart span, .abstract-chart i, .abstract-chart b, .abstract-chart em, .abstract-chart strong { position: absolute; z-index: 2; width: 9px; height: 9px; border: 2px solid #121512; border-radius: 50%; background: var(--green); }
.abstract-chart span { left: 0; top: 170px; } .abstract-chart i { left: 29%; top: 149px; } .abstract-chart b { left: 57%; top: 106px; } .abstract-chart em { left: 72%; top: 67px; } .abstract-chart strong { right: 0; top: 33px; }
.mini-lines { display: flex; align-items: end; gap: 8px; height: 70px; margin: 18px 0; }
.mini-lines i { flex: 1; border-radius: 4px 4px 0 0; background: #dfe3db; }
.mini-lines i:nth-child(1) { height: 35%; } .mini-lines i:nth-child(2) { height: 65%; } .mini-lines i:nth-child(3) { height: 50%; } .mini-lines i:nth-child(4) { height: 88%; background: var(--green-dark); }
.green-card { background: var(--green); border-color: #acd920; }
.green-card p { color: #465500; }
.big-number { font: 800 70px/1 Manrope, sans-serif; letter-spacing: -5px; }
.big-number span { margin-left: 6px; font-size: 16px; letter-spacing: -.5px; }

.section-heading.centered { max-width: 760px; margin: 0 auto 70px; text-align: center; }
.steps { background: #fff; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; padding: 0; margin: 0; list-style: none; }
.steps-grid::before { content: ""; position: absolute; top: 32px; left: 15%; right: 15%; height: 1px; background: var(--line); }
.steps-grid li { position: relative; text-align: center; }
.steps-grid li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 28px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font: 700 16px Manrope, sans-serif; }
.steps-grid li:nth-child(2) > span { background: var(--green); border-color: #a7d518; }
.steps-grid h3 { font-size: 21px; }
.steps-grid p { max-width: 280px; margin: 12px auto 0; color: var(--muted); font-size: 13px; }
.center-cta { margin-top: 52px; text-align: center; }

.benefits { background: #e8ebe3; }
.benefits-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.benefits-title { position: sticky; top: 120px; align-self: start; }
.benefits-title p { max-width: 380px; color: var(--muted); }
.benefit-list { border-top: 1px solid #cbd0c7; }
.benefit-list article { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 27px 10px; border-bottom: 1px solid #cbd0c7; }
.benefit-list article > span { color: #6d766e; font-size: 10px; font-weight: 700; }
.benefit-list h3 { font-size: 21px; }
.benefit-list p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.testimonials-placeholder { background: #fff; }
.placeholder-box { padding: 70px; border: 1px dashed #aeb5aa; border-radius: var(--radius); text-align: center; }
.placeholder-box > span { display: inline-block; padding: 6px 10px; border-radius: 5px; background: #edf0e8; color: #5f675f; font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.placeholder-box h2 { margin-top: 22px; font-size: 38px; }
.placeholder-box p { max-width: 600px; margin: 15px auto 0; color: var(--muted); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-title p { max-width: 360px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 76px; display: grid; grid-template-columns: 36px 1fr 22px; gap: 14px; align-items: center; cursor: pointer; list-style: none; font: 600 16px Manrope, sans-serif; letter-spacing: -.3px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { color: #7d857e; font: 700 9px "DM Sans", sans-serif; letter-spacing: 1px; }
.faq-item summary i { position: relative; width: 18px; height: 18px; }
.faq-item summary i::before, .faq-item summary i::after { content: ""; position: absolute; left: 3px; top: 8px; width: 12px; height: 1px; background: var(--ink); transition: transform .2s; }
.faq-item summary i::after { transform: rotate(90deg); }
.faq-item[open] summary i::after { transform: rotate(0); }
.faq-answer { padding: 0 38px 25px 50px; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 14px; }

.final-cta { padding: 100px 0; background: var(--green); text-align: center; }
.final-inner { max-width: 930px; }
.final-inner .eyebrow { margin-bottom: 30px; }
.final-inner h2 { font-size: clamp(43px, 6vw, 76px); }
.final-inner h2 em { color: #3f4d27; }
.final-inner > p { max-width: 660px; margin: 25px auto 30px; }
.button-light { border-color: #fff; background: #fff; color: var(--ink); }
.button-light:hover { background: #f5f7f1; }
.final-inner small { display: block; margin-top: 16px; color: #465500; }

.site-footer { padding: 68px 0 28px; background: var(--ink); color: #fff; }
.footer-wordmark { position: relative; display: block; width: 260px; height: 72px; overflow: hidden; border-radius: 8px; }
.footer-wordmark img { position: absolute; left: 50%; top: 50%; display: block; width: 430px; height: auto; max-width: none; transform: translate(-50%, -50%); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 48px; }
.footer-top > p { margin: 0; color: #c5cbc6; font: 500 23px/1.35 Manrope, sans-serif; letter-spacing: -.6px; }
.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 28px; font-size: 12px; }
.footer-top nav a { color: #bac1bb; }
.footer-top nav a:hover { color: var(--green); }
.footer-bottom { display: grid; grid-template-columns: 1.6fr .4fr; gap: 80px; align-items: end; padding-top: 28px; border-top: 1px solid #2d322e; }
.footer-bottom p, .footer-bottom small { margin: 0; color: #798079; font-size: 10px; }
.footer-bottom small { text-align: right; }
.sticky-mobile { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .hero-grid { gap: 30px; }
    .hero-visual { transform: scale(.9); transform-origin: center right; }
    .text-link { position: static; margin-top: 24px; }
    .form-grid, .faq-grid { gap: 55px; }
}

@media (max-width: 820px) {
    :root { --container: min(100% - 32px, 680px); }
    .menu-toggle { display: block; z-index: 3; }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 0; min-height: 100dvh; padding: 110px 28px 30px; flex-direction: column; align-items: stretch; gap: 4px; background: var(--paper); transform: translateX(100%); transition: transform .28s ease; }
    .main-nav.open { transform: none; }
    .main-nav > a:not(.button) { padding: 15px 0; border-bottom: 1px solid var(--line); font: 600 22px Manrope, sans-serif; }
    .main-nav .button { margin-top: 24px; }
    .hero { padding-top: 64px; }
    .hero-grid, .form-grid, .split-heading, .benefits-grid, .faq-grid { grid-template-columns: 1fr; }
    .hero-visual { width: min(100%, 550px); margin: 10px auto 0; transform: none; }
    .hero-copy { text-align: center; }
    .hero-lead { margin-inline: auto; }
    .eyebrow, .hero-points, .hero-actions { justify-content: center; }
    .form-grid, .split-heading, .benefits-grid, .faq-grid { gap: 48px; }
    .section { padding: 88px 0; }
    .ticker-list { margin-top: 50px; }
    .benefits-title { position: static; }
    .content-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
    .content-card-large { grid-column: 1 / 3; grid-row: auto; min-height: 480px; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
    .footer-top nav { grid-column: 1 / 3; }
}

@media (max-width: 580px) {
    :root { --container: calc(100% - 28px); }
    html { scroll-padding-top: 76px; }
    .demo-bar { padding-inline: 10px; font-size: 10px; }
    .nav-wrap { min-height: 68px; }
    .hero { padding: 48px 0 72px; }
    .hero::before { display: none; }
    .hero h1 { font-size: clamp(39px, 12vw, 54px); }
    .hero-lead { font-size: 16px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-actions p { max-width: none; }
    .hero-points { gap: 10px; font-size: 10px; }
    .hero-visual { min-height: 430px; margin-top: 15px; }
    .market-card { inset: 25px 30px auto 0; min-height: 280px; padding: 22px; }
    .market-label { margin-top: 36px; }
    .market-stats strong { font-size: 11px; }
    .phone-card { right: 0; bottom: 0; width: 225px; min-height: 320px; border-width: 6px; border-radius: 27px; }
    .message { padding: 12px 11px 19px; }
    .message strong { font-size: 12px; }
    .tag-one { left: 0; bottom: 40px; }
    .tag-two { top: 35px; }
    .form-band { padding: 66px 0; }
    .form-intro { text-align: center; }
    .social-proof { justify-content: center; }
    .lead-form { padding: 24px 18px; }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .section { padding: 76px 0; }
    .split-heading h2, .section-heading h2, .benefits-title h2, .faq-title h2 { font-size: 37px; }
    .ticker-list { grid-template-columns: 1fr; }
    .ticker-list div:nth-child(odd), .ticker-list div:nth-child(even) { padding: 0 8px; border-right: 0; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 280px; padding: 28px; }
    .feature-icon { margin-bottom: 45px; }
    .content-grid { grid-template-columns: 1fr; }
    .content-card-large { grid-column: auto; min-height: 440px; }
    .content-card { min-height: 260px; }
    .steps-grid { grid-template-columns: 1fr; gap: 0; }
    .steps-grid::before { top: 20px; bottom: 20px; left: 24px; right: auto; width: 1px; height: auto; }
    .steps-grid li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; padding-bottom: 36px; text-align: left; }
    .steps-grid li > span { width: 48px; height: 48px; margin: 0; }
    .steps-grid p { margin-left: 0; }
    .placeholder-box { padding: 45px 20px; }
    .placeholder-box h2 { font-size: 30px; }
    .faq-item summary { grid-template-columns: 28px 1fr 20px; min-height: 83px; font-size: 14px; }
    .faq-answer { padding-left: 42px; }
    .final-cta { padding: 80px 0 100px; }
    .final-inner h2 { font-size: 42px; }
    .footer-top, .footer-bottom { grid-template-columns: 1fr; gap: 32px; }
    .footer-top nav { grid-column: auto; }
    .footer-bottom small { text-align: left; }
    .sticky-mobile { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 51px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; border: 1px solid #3a400f; border-radius: 9px; background: var(--green); color: var(--ink); box-shadow: 0 12px 32px rgba(11,13,12,.3); font-weight: 800; font-size: 13px; transition: opacity .2s, transform .2s; }
    .sticky-mobile.hidden { opacity: 0; pointer-events: none; transform: translateY(80px); }
    .site-footer { padding-bottom: 100px; }
}

@media (max-width: 350px) {
    .hero h1 { font-size: 37px; }
    .hero-points { display: grid; }
    .phone-card { width: 205px; }
    .floating-tag { font-size: 8px; }
}

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