:root {
    --blue-950: #062e59;
    --blue-900: #073d77;
    --blue-800: #0754a8;
    --blue-700: #0873c7;
    --blue-600: #0b8ee3;
    --blue-100: #e7f4fd;
    --blue-50: #f4faff;
    --orange-600: #f95b12;
    --orange-500: #ff7218;
    --orange-100: #fff0e6;
    --ink: #102d46;
    --muted: #5c7183;
    --line: #dce8f0;
    --white: #ffffff;
    --soft: #f5f9fc;
    --shadow-sm: 0 8px 25px rgba(5, 52, 95, .08);
    --shadow-lg: 0 28px 70px rgba(5, 52, 95, .17);
    --radius-sm: 12px;
    --radius: 22px;
    --radius-lg: 34px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 82px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid transparent;
    transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { border-color: rgba(9, 70, 120, .08); box-shadow: 0 8px 28px rgba(7, 51, 91, .07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: 235px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; gap: 28px; align-items: center; margin-left: auto; }
.main-nav a { text-decoration: none; font-size: 15px; font-weight: 700; color: #31526e; transition: color .2s ease; }
.main-nav a:hover { color: var(--blue-700); }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 24px;
    border: 0;
    border-radius: 14px;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(10, 126, 213, .22); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 11px 18px; border-radius: 12px; background: var(--blue-100); color: var(--blue-800); font-size: 14px; }
.button-primary { color: white; background: linear-gradient(135deg, var(--orange-500), var(--orange-600)); box-shadow: 0 14px 28px rgba(249, 91, 18, .24); }
.button-primary:hover { box-shadow: 0 18px 34px rgba(249, 91, 18, .30); }
.button-secondary { color: white; background: var(--blue-800); box-shadow: 0 12px 28px rgba(7, 84, 168, .18); }
.button-white { color: var(--blue-900); background: white; box-shadow: 0 12px 30px rgba(0, 0, 0, .12); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-800); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 82px;
    background: radial-gradient(circle at 85% 10%, rgba(44, 170, 242, .15), transparent 31%), linear-gradient(180deg, #f9fdff 0%, #eef8ff 100%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, #cae4f4, transparent); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 420px; height: 420px; background: rgba(12, 139, 221, .07); right: -130px; top: 70px; }
.hero-orb-two { width: 230px; height: 230px; background: rgba(255, 113, 24, .06); left: -80px; bottom: -80px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 62px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; text-transform: uppercase; letter-spacing: .13em; color: var(--blue-700); font-size: 12px; font-weight: 900; }
.eyebrow span { width: 24px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--orange-500), var(--blue-600)); }
.hero h1, .section-heading h2, .form-intro h2, .final-cta h2, .simple-card h1, .legal-container h1 {
    margin: 0;
    color: var(--blue-950);
    font-weight: 850;
    letter-spacing: -.045em;
    line-height: 1.04;
}
.hero h1 { max-width: 720px; font-size: clamp(46px, 5.2vw, 72px); }
.hero h1 em, .section-heading h2 em, .form-intro h2 em { display: block; color: var(--orange-600); font-style: normal; }
.hero-lead { max-width: 650px; margin: 26px 0 30px; color: #4d687d; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.microcopy { margin: 17px 0 0; color: #718495; font-size: 13px; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 39px; padding-top: 25px; border-top: 1px solid rgba(9, 90, 150, .12); }
.hero-points div { display: flex; flex-direction: column; }
.hero-points strong { color: var(--blue-900); font-size: 14px; }
.hero-points span { color: #748899; font-size: 12px; }

.hero-visual { position: relative; }
.visual-card { position: relative; min-height: 550px; padding: 22px; border: 1px solid rgba(11, 113, 188, .13); border-radius: 38px; background: rgba(255,255,255,.76); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); overflow: hidden; }
.visual-card::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(10, 122, 199, .08); border-radius: 29px; pointer-events: none; }
.visual-badge { position: absolute; z-index: 2; left: 30px; top: 27px; display: flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; background: white; color: var(--blue-800); box-shadow: var(--shadow-sm); font-size: 12px; font-weight: 800; }
.visual-badge span { width: 8px; height: 8px; border-radius: 50%; background: #31c277; box-shadow: 0 0 0 5px rgba(49, 194, 119, .12); }
.hero-scene { display: block; width: 100%; height: auto; margin-top: 46px; border-radius: 24px; border: 1px solid #dceaf6; box-shadow: var(--shadow-sm); }
.visual-note { position: absolute; left: 30px; right: 30px; bottom: 24px; display: flex; align-items: center; gap: 13px; padding: 14px 17px; border: 1px solid #dfeef7; border-radius: 16px; background: rgba(255, 255, 255, .94); box-shadow: var(--shadow-sm); }
.visual-note-icon { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--orange-500); font-weight: 900; }
.visual-note div:last-child { display: flex; flex-direction: column; }
.visual-note strong { color: var(--blue-900); font-size: 14px; }
.visual-note span { color: #6d8191; font-size: 12px; }

.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 16px; min-height: 110px; padding: 22px 28px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 12px; background: var(--blue-100); color: var(--blue-800); font-size: 12px; font-weight: 900; }
.trust-grid p { margin: 0; color: #64798a; font-size: 14px; line-height: 1.45; }
.trust-grid strong { color: var(--blue-900); }

.section { padding: 110px 0; }
.section-soft { background: var(--soft); border-block: 1px solid #e5eef5; }
.section-heading { max-width: 610px; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.section-heading h2, .form-intro h2 { font-size: clamp(38px, 4vw, 55px); }
.section-heading p:not(.eyebrow), .form-intro > p { margin: 22px 0 0; color: var(--muted); font-size: 17px; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit-card { position: relative; min-height: 315px; padding: 30px 27px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.benefit-card:hover { transform: translateY(-6px); border-color: #c2dff1; box-shadow: var(--shadow-sm); }
.benefit-card.featured { background: linear-gradient(160deg, var(--blue-900), #0877c8); border-color: transparent; }
.benefit-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 17px; color: var(--blue-700); background: var(--blue-100); }
.benefit-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card.featured .benefit-icon { color: white; background: rgba(255, 255, 255, .14); }
.benefit-card h3 { margin: 0 0 12px; color: var(--blue-950); font-size: 20px; line-height: 1.25; }
.benefit-card p { margin: 0; color: #657a8a; font-size: 14px; line-height: 1.65; }
.benefit-card.featured h3, .benefit-card.featured p { color: white; }
.benefit-card.featured p { opacity: .77; }

.split-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.sticky-copy { position: sticky; top: 130px; }
.sticky-copy .button { margin-top: 30px; }
.steps { display: flex; flex-direction: column; }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 24px; position: relative; padding: 0 0 48px; }
.step:not(:last-child)::before { content: ""; position: absolute; left: 34px; top: 54px; bottom: 0; width: 2px; background: linear-gradient(var(--blue-100), #d9e9f4); }
.step-number { position: relative; z-index: 1; width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid #cfe4f2; border-radius: 20px; background: white; color: var(--blue-700); box-shadow: 0 7px 20px rgba(7, 77, 130, .06); font-size: 19px; font-weight: 900; }
.step h3 { margin: 6px 0 8px; color: var(--blue-950); font-size: 23px; }
.step p { margin: 0; color: var(--muted); font-size: 15px; }

.fit-section { overflow: hidden; }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.fit-visual { position: relative; width: min(460px, 100%); aspect-ratio: 1; margin: auto; display: grid; place-items: center; }
.fit-ring { position: absolute; border-radius: 50%; }
.fit-ring-one { inset: 0; border: 58px solid var(--blue-100); box-shadow: inset 0 0 0 1px #d3eaf8; }
.fit-ring-two { inset: 74px; border: 26px solid rgba(8, 119, 200, .13); }
.fit-center { position: relative; z-index: 1; width: 180px; height: 180px; display: grid; place-items: center; align-content: center; border-radius: 50%; color: white; background: linear-gradient(145deg, var(--blue-700), var(--blue-900)); box-shadow: 0 25px 50px rgba(6, 75, 135, .24); text-align: center; }
.fit-center span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 7px; border-radius: 50%; color: var(--orange-600); background: white; font-weight: 900; }
.fit-center strong { font-size: 22px; line-height: 1.1; }
.check-list { list-style: none; padding: 0; margin: 30px 0; display: grid; gap: 15px; }
.check-list li { position: relative; padding-left: 35px; color: #405e74; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--orange-500); font-size: 12px; font-weight: 900; }
.notice { padding: 16px 18px; border-left: 4px solid var(--blue-600); border-radius: 0 12px 12px 0; background: var(--blue-50); font-size: 14px !important; }

.form-section { position: relative; overflow: hidden; color: white; background: linear-gradient(145deg, #062f5c 0%, #075da8 58%, #087bc9 100%); }
.form-section::before { content: ""; position: absolute; width: 560px; height: 560px; left: -250px; bottom: -300px; border: 80px solid rgba(255,255,255,.04); border-radius: 50%; }
.form-section::after { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; top: -180px; border: 65px solid rgba(255, 119, 25, .10); border-radius: 50%; }
.form-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: start; }
.form-intro { position: sticky; top: 125px; }
.eyebrow-light { color: #92d4ff; }
.form-intro h2 { color: white; }
.form-intro h2 em { color: #ff9b52; }
.form-intro > p { color: rgba(255,255,255,.72); }
.contact-card { display: flex; align-items: center; gap: 14px; margin-top: 36px; padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.07); }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--blue-900); background: white; font-weight: 900; }
.contact-card div:last-child { display: flex; flex-direction: column; }
.contact-card span { color: rgba(255,255,255,.6); font-size: 12px; }
.contact-card a { color: white; font-weight: 800; text-decoration: none; }
.form-promise { display: flex; gap: 13px; margin-top: 24px; color: rgba(255,255,255,.68); font-size: 13px; }
.form-promise > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: rgba(255,255,255,.14); }
.form-promise p { margin: 0; }
.form-promise strong { color: white; }

.form-card { padding: 38px; border-radius: 30px; color: var(--ink); background: white; box-shadow: 0 30px 80px rgba(0, 24, 50, .26); }
.form-alert { margin-bottom: 25px; padding: 15px 17px; border: 1px solid #f0c5bf; border-radius: 12px; color: #8c2416; background: #fff1ef; font-size: 14px; font-weight: 700; }
.form-block { padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.form-block-title { display: flex; align-items: center; gap: 12px; margin-bottom: 21px; }
.form-block-title span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: var(--blue-800); background: var(--blue-100); font-size: 13px; font-weight: 900; }
.form-block-title h3 { margin: 0; color: var(--blue-950); font-size: 19px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid-top { margin-top: 20px; }
.field { position: relative; display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { color: #2d4d66; font-size: 13px; font-weight: 800; }
.field input, .field select, .field textarea {
    width: 100%;
    border: 1px solid #d5e2ea;
    border-radius: 11px;
    color: var(--ink);
    background: #fbfdff;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.field input, .field select { min-height: 50px; padding: 11px 13px; }
.field textarea { min-height: 132px; padding: 13px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #b8d2e3; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-600); background: white; box-shadow: 0 0 0 4px rgba(11, 142, 227, .08); outline: 0; }
.uppercase { text-transform: uppercase; }
.checkbox-fieldset { padding: 0; margin: 0; border: 0; }
.checkbox-fieldset legend { margin-bottom: 10px; }
.checkbox-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.checkbox-pill { position: relative; cursor: pointer; }
.checkbox-pill input { position: absolute; opacity: 0; pointer-events: none; }
.checkbox-pill span { display: flex; align-items: center; justify-content: center; min-height: 42px; padding: 8px 9px; border: 1px solid #d8e5ed; border-radius: 10px; color: #557086; background: #fbfdff; text-align: center; font-size: 12px; font-weight: 750; transition: all .2s ease; }
.checkbox-pill input:checked + span { border-color: var(--blue-600); color: var(--blue-800); background: var(--blue-100); box-shadow: inset 0 0 0 1px var(--blue-600); }
.checkbox-pill input:focus-visible + span { outline: 3px solid rgba(10, 126, 213, .20); outline-offset: 2px; }
.char-count { align-self: flex-end; color: #8999a6; font-size: 11px; }
.privacy-check { display: grid; grid-template-columns: 21px 1fr; gap: 11px; align-items: start; margin: 4px 0 24px; color: #5e7486; font-size: 12px; cursor: pointer; }
.privacy-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue-700); }
.privacy-check a { color: var(--blue-700); font-weight: 800; }
.submit-button { width: 100%; }
.submit-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.submit-button.is-loading { opacity: .78; cursor: wait; }
.required-note { margin: 10px 0 0; color: #8b9aa6; text-align: center; font-size: 11px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; list-style: none; color: var(--blue-950); font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary span { position: relative; width: 25px; height: 25px; flex: 0 0 auto; border-radius: 50%; background: var(--blue-100); }
summary span::before, summary span::after { content: ""; position: absolute; left: 7px; right: 7px; top: 12px; height: 2px; background: var(--blue-700); transition: transform .2s ease; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { margin: -5px 45px 24px 0; color: var(--muted); font-size: 14px; }

.final-cta { padding: 58px 0; color: white; background: linear-gradient(120deg, var(--orange-600), #ff8f21); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.final-cta p { margin: 0 0 4px; opacity: .8; font-size: 14px; font-weight: 700; }
.final-cta h2 { color: white; font-size: clamp(29px, 3vw, 42px); }

.site-footer { padding: 65px 0 24px; background: #061f39; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 55px; padding-bottom: 45px; }
.footer-brand img { width: 230px; height: auto; filter: drop-shadow(0 5px 15px rgba(0,0,0,.18)); }
.footer-brand p { max-width: 390px; margin: 20px 0 0; color: rgba(255,255,255,.55); font-size: 14px; }
.site-footer h3 { margin: 5px 0 16px; color: rgba(255,255,255,.45); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.site-footer a { display: block; margin: 8px 0; color: rgba(255,255,255,.84); text-decoration: none; font-size: 14px; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.4); font-size: 11px; }
.mobile-cta { display: none; }

.simple-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: radial-gradient(circle at 50% 0, rgba(12, 139, 221, .15), transparent 42%), var(--blue-50); }
.simple-card { width: min(100%, 620px); padding: 54px; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow-lg); text-align: center; }
.simple-logo { display: block; width: 245px; margin: 0 auto 38px; }
.simple-logo img { width: 100%; height: auto; }
.success-mark { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; color: white; background: linear-gradient(145deg, #2cc27b, #0c9c60); box-shadow: 0 15px 30px rgba(21, 164, 101, .2); font-size: 34px; font-weight: 900; }
.centered-eyebrow { justify-content: center; }
.simple-card h1 { font-size: 44px; }
.simple-card > p { color: var(--muted); }
.simple-card .button { margin-top: 16px; }
.simple-help { margin-top: 28px !important; font-size: 13px; }
.simple-help a { color: var(--blue-700); font-weight: 800; }

.compact-header { position: static; }
.legal-main { padding: 70px 0 100px; background: var(--soft); }
.legal-container { max-width: 850px; padding: 50px 60px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow-sm); }
.legal-container h1 { max-width: 700px; font-size: clamp(38px, 5vw, 55px); }
.legal-container h2 { margin: 42px 0 12px; color: var(--blue-950); font-size: 22px; }
.legal-container p { color: #526b7e; }
.legal-update { color: #8797a4 !important; font-size: 13px; }
.legal-container a { color: var(--blue-700); }
.legal-back { margin-top: 35px; color: white !important; }
.config-warning { margin-bottom: 32px; padding: 16px 18px; border: 1px solid #f0d39e; border-radius: 12px; color: #7a5216; background: #fff8e8; font-size: 14px; }
.config-warning code { font-weight: 800; }

@media (max-width: 1020px) {
    .main-nav { display: none; }
    .hero-grid { grid-template-columns: 1fr; gap: 58px; }
    .hero-copy { max-width: 760px; }
    .hero h1 { font-size: 62px; }
    .hero-visual { max-width: 690px; margin: auto; }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .split-layout, .fit-grid, .form-layout, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
    .sticky-copy, .form-intro { position: static; }
    .fit-visual { max-width: 400px; }
    .form-intro { max-width: 680px; }
}

@media (max-width: 720px) {
    body { font-size: 16px; padding-bottom: 72px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .site-header { height: 70px; }
    .brand { width: 185px; }
    .header-inner > .button { display: none; }
    .hero { padding: 55px 0 60px; }
    .hero-grid { gap: 44px; }
    .hero h1 { font-size: clamp(42px, 12vw, 58px); }
    .hero-lead { margin-top: 20px; font-size: 17px; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
    .hero-actions .button { width: 100%; }
    .text-link { justify-content: center; }
    .microcopy { text-align: center; }
    .hero-points { grid-template-columns: 1fr; gap: 12px; }
    .hero-points div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .visual-card { min-height: 400px; padding: 13px; border-radius: 25px; }
    .hero-scene { margin-top: 40px; border-radius: 18px; }
    .visual-card::before { inset: 8px; border-radius: 18px; }
    .visual-badge { left: 18px; top: 17px; }
    .visual-note { left: 18px; right: 18px; bottom: 15px; }
    .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
    .trust-grid > div { min-height: 85px; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-grid > div:last-child { border-bottom: 0; }
    .section { padding: 78px 0; }
    .section-heading.centered { margin-bottom: 38px; text-align: left; }
    .centered .eyebrow { justify-content: flex-start; }
    .section-heading h2, .form-intro h2 { font-size: 39px; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: auto; }
    .benefit-icon { margin-bottom: 30px; }
    .step { grid-template-columns: 54px 1fr; gap: 17px; padding-bottom: 38px; }
    .step-number { width: 54px; height: 54px; border-radius: 16px; }
    .step:not(:last-child)::before { left: 26px; top: 49px; }
    .step h3 { margin-top: 2px; font-size: 20px; }
    .fit-grid { gap: 38px; }
    .fit-visual { max-width: 310px; }
    .fit-ring-one { border-width: 42px; }
    .fit-ring-two { inset: 54px; border-width: 20px; }
    .fit-center { width: 130px; height: 130px; }
    .fit-center strong { font-size: 18px; }
    .form-layout { gap: 36px; }
    .form-card { padding: 24px 18px; border-radius: 21px; }
    .form-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .checkbox-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-layout { gap: 30px; }
    .final-cta { padding: 45px 0; }
    .final-cta-inner { align-items: stretch; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; }
    .mobile-cta { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: center; height: 54px; border-radius: 14px; color: white; background: linear-gradient(135deg, var(--orange-500), var(--orange-600)); box-shadow: 0 12px 25px rgba(30, 54, 78, .25); text-decoration: none; font-weight: 900; }
    .simple-card { padding: 38px 24px; }
    .simple-card h1 { font-size: 37px; }
    .legal-main { padding: 30px 0 65px; }
    .legal-container { padding: 32px 22px; border-radius: 18px; }
}

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