:root {
    --ink: #0a1728;
    --ink-2: #17314b;
    --muted: #607086;
    --line: #dfe7ef;
    --paper: #ffffff;
    --paper-soft: #f4f8fb;
    --navy: #061225;
    --navy-2: #091a31;
    --navy-3: #102d4c;
    --cyan: #20d7e8;
    --blue: #2a70ff;
    --blue-dark: #1856d8;
    --amber: #ffb15e;
    --success: #15a976;
    --danger: #d84b5e;
    --shadow-sm: 0 10px 30px rgba(9, 27, 48, .08);
    --shadow: 0 24px 70px rgba(7, 24, 43, .14);
    --shadow-dark: 0 30px 80px rgba(0, 5, 15, .45);
    --radius-sm: 14px;
    --radius: 24px;
    --radius-lg: 36px;
    --shell: min(1180px, calc(100% - 40px));
    --header-offset: 108px;
    color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(32, 215, 232, .5); outline-offset: 3px; }
::selection { color: #03101d; background: #72eef5; }
.shell { width: var(--shell); 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; z-index: 1000; left: 16px; top: 16px; padding: 10px 16px; background: #fff; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.ambient { position: fixed; z-index: -1; width: 520px; height: 520px; border-radius: 50%; filter: blur(110px); opacity: .08; pointer-events: none; }
.ambient-one { background: var(--cyan); top: 140px; left: -260px; }
.ambient-two { background: var(--blue); right: -260px; top: 900px; }

.notice-bar { color: #c9d8e9; background: #03101f; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.notice-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.notice-bar__inner > span, .notice-bar__inner a { display: inline-flex; align-items: center; gap: 9px; }
.notice-bar svg { width: 14px; height: 14px; fill: none; stroke: var(--cyan); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(32, 215, 232, .11), 0 0 18px rgba(32, 215, 232, .8); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: box-shadow .25s ease, background .25s ease; }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; transition: min-height .25s ease; }
.site-header::after { content: ""; position: absolute; inset: 34px 0 0; z-index: -1; background: rgba(6, 18, 37, .82); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(20px) saturate(150%); }
.site-header.is-scrolled { box-shadow: 0 12px 45px rgba(0,0,0,.18); }
.site-header.is-scrolled .nav-wrap { min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; flex: 0 0 auto; }
.brand img { width: 45px; height: 45px; }
.brand__copy { display: flex; align-items: baseline; gap: 6px; white-space: nowrap; }
.brand__copy strong { font-size: 16px; font-weight: 800; letter-spacing: -.025em; }
.brand__copy small { color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 36px); margin-left: auto; }
.desktop-nav a { position: relative; color: #c7d5e4; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: right .2s ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.nav-phone { display: flex; flex-direction: column; line-height: 1.2; text-align: right; color: #fff; }
.nav-phone span { color: #849ab2; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.nav-phone strong { font-size: 13px; }
.menu-toggle { width: 46px; height: 46px; display: none; place-items: center; gap: 4px; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.06); }
.menu-toggle span { width: 19px; height: 2px; display: block; border-radius: 5px; background: currentColor; }
.mobile-menu { color: #fff; background: rgba(6,18,37,.97); border-top: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(22px); }
.mobile-menu__inner { display: grid; gap: 5px; padding-block: 16px 22px; }
.mobile-menu a:not(.button) { padding: 12px 4px; color: #d4dfeb; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.06); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; font-weight: 800; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button--primary { color: #03111f; background: linear-gradient(135deg, var(--cyan), #58e8ef 45%, #56a9ff); box-shadow: 0 13px 30px rgba(31, 210, 228, .21), inset 0 1px rgba(255,255,255,.55); }
.button--primary:hover { box-shadow: 0 18px 38px rgba(31, 210, 228, .3), inset 0 1px rgba(255,255,255,.65); }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.button--ghost:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.09); }
.button--light { color: var(--navy); background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.14); }
.button--muted { color: var(--ink-2); border-color: var(--line); background: #f3f7fa; }
.button--small { min-height: 42px; padding-inline: 18px; border-radius: 13px; font-size: 12px; }
.button--large { min-height: 58px; padding-inline: 27px; border-radius: 18px; }
.button--block { width: 100%; }
.button-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.08); }
.button small { display: block; color: #91a7bd; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.button strong { display: block; margin-top: 3px; font-size: 13px; }
.button[disabled] { cursor: wait; opacity: .7; transform: none; }

.section { padding-block: clamp(78px, 9vw, 126px); }
.section-dark { color: #fff; background: var(--navy); }
.section-dark-soft { color: #fff; background: #07182d; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #167288; font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 3px; background: currentColor; }
.eyebrow--light { color: var(--cyan); }
.section-heading { max-width: 690px; margin-bottom: 48px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; }
.section-heading h2, .action-copy h2, .value-panel h2, .form-intro h2, .final-cta h2 { margin: 12px 0 15px; font-size: clamp(36px, 4.6vw, 62px); line-height: 1.04; letter-spacing: -.052em; }
.section-heading p, .action-copy > p, .form-intro > p, .final-cta p { margin: 0; color: var(--muted); font-size: 17px; }
.section-dark-soft .section-heading p { color: #9eb1c6; }

.hero { position: relative; min-height: 810px; overflow: hidden; padding: calc(var(--header-offset) + 55px) 0 80px; background: radial-gradient(circle at 75% 25%, rgba(25, 95, 151, .32), transparent 31%), radial-gradient(circle at 13% 84%, rgba(32, 215, 232, .09), transparent 30%), linear-gradient(135deg, #071326 0%, #07182c 55%, #061224 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(450px, .95fr); align-items: center; gap: 36px; }
.hero-copy { padding-block: 50px; }
.hero-badge { width: max-content; display: flex; align-items: center; gap: 10px; margin-bottom: 25px; padding: 8px 13px; color: #c8d8e8; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.045); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-badge i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(52px, 6vw, 82px); line-height: .98; letter-spacing: -.06em; }
.hero h1 em { color: transparent; font-style: normal; background: linear-gradient(100deg, #fff 0%, #73eef3 35%, #63a8ff 90%); -webkit-background-clip: text; background-clip: text; }
.hero-lede { max-width: 650px; margin: 26px 0 30px; color: #aec0d3; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #8fa5ba; font-size: 12px; font-weight: 700; }
.trust-points span { display: inline-flex; align-items: center; gap: 8px; }
.trust-points svg { width: 15px; height: 15px; fill: none; stroke: var(--cyan); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; z-index: 0; width: 86%; height: 68%; border-radius: 44px; background: linear-gradient(rgba(4,19,36,.25), rgba(4,19,36,.64)), url("/assets/img/hero-accident-scene.webp") center/cover; filter: blur(36px) saturate(125%); opacity: .28; transform: translate(14px, 26px) scale(1.04); }
.hero-photo-card { position: relative; z-index: 2; width: min(100%, 670px); aspect-ratio: 1.48 / 1; overflow: hidden; border: 1px solid rgba(93,214,239,.22); border-radius: 34px; background: #0b2038; box-shadow: 0 38px 80px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.12); animation: heroFloat 7s ease-in-out infinite; }
.hero-photo-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(103,222,255,.08), transparent 30%, transparent 70%, rgba(1,9,20,.24)); }
.hero-photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.04) contrast(1.03); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(77, 206, 230, .16); border-radius: 50%; }
.hero-orbit--one { width: 520px; height: 520px; }
.hero-orbit--two { width: 640px; height: 640px; border-style: dashed; animation: spin 35s linear infinite; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 13px 15px; color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(9, 29, 52, .72); box-shadow: 0 20px 50px rgba(0,0,0,.32); backdrop-filter: blur(18px); }
.floating-card--response { top: 115px; right: -7px; }
.floating-card--privacy { left: -12px; bottom: 94px; }
.floating-card__icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--cyan); border-radius: 11px; background: rgba(32,215,232,.11); }
.floating-card svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.floating-card small, .floating-card strong { display: block; line-height: 1.3; }
.floating-card small { color: #8ca3ba; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.floating-card strong { margin-top: 2px; font-size: 12px; }
.hero-edge { position: absolute; left: 0; right: 0; bottom: -1px; height: 70px; background: var(--paper); clip-path: polygon(0 72%, 42% 72%, 47% 35%, 53% 72%, 100% 72%, 100% 100%, 0 100%); }
@keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes spin { to { transform: rotate(360deg); } }

.trust-strip { position: relative; z-index: 5; margin-top: -8px; }
.trust-strip__grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; align-items: center; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.trust-strip__grid > div { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 23px 25px; border-right: 1px solid var(--line); }
.trust-strip__grid > div:last-child { border-right: 0; }
.metric-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: #19788d; border-radius: 14px; background: #eaf9fa; }
.metric-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-strip strong, .trust-strip small { display: block; line-height: 1.35; }
.trust-strip strong { font-size: 13px; }
.trust-strip small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.section-intro { padding-top: 105px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-card { position: relative; min-height: 320px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.process-card::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(42,112,255,.11), transparent 70%); }
.process-card--featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, #0c2745, #071528); box-shadow: var(--shadow-dark); transform: translateY(-12px); }
.process-number { position: absolute; right: 26px; top: 18px; color: rgba(15, 44, 72, .08); font-size: 72px; font-weight: 900; line-height: 1; letter-spacing: -.07em; }
.process-card--featured .process-number { color: rgba(255,255,255,.06); }
.process-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; color: #177b91; border-radius: 18px; background: #e8fafb; }
.process-card--featured .process-icon { color: var(--cyan); background: rgba(32,215,232,.11); }
.process-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.process-card h3 { position: relative; margin: 0 0 12px; font-size: 23px; letter-spacing: -.03em; }
.process-card p { position: relative; margin: 0; color: var(--muted); font-size: 14px; }
.process-card--featured p { color: #a9bbce; }

.section-cases { position: relative; overflow: hidden; }
.section-cases::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 100% 0, rgba(32,215,232,.08), transparent 33%), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: auto, 86px 100%; pointer-events: none; }
.section-cases .shell { position: relative; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.case-card { min-height: 154px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 21px; background: rgba(255,255,255,.045); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.case-card:hover { transform: translateY(-5px); border-color: rgba(32,215,232,.32); background: rgba(255,255,255,.07); }
.case-card--wide { grid-column: 1 / -1; min-height: 170px; padding-inline: 30px; background: linear-gradient(120deg, rgba(32,215,232,.09), rgba(42,112,255,.08)); }
.case-icon { width: 60px; height: 60px; display: grid; place-items: center; color: var(--cyan); border-radius: 19px; background: rgba(32,215,232,.1); }
.case-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.case-copy small { color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.case-copy h3 { margin: 2px 0 7px; font-size: 21px; letter-spacing: -.03em; }
.case-copy p { margin: 0; color: #9cb0c5; font-size: 13px; }
.case-card > a { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; transition: background .2s ease, color .2s ease; }
.case-card > a:hover { color: var(--navy); background: var(--cyan); }
.case-card > a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.action-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.action-copy { position: sticky; top: 150px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 24px; color: #116f83; font-size: 13px; font-weight: 900; }
.text-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.action-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.action-list li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 40px rgba(9,27,48,.055); }
.action-list li > span { width: 48px; height: 48px; display: grid; place-items: center; color: #166f83; border-radius: 15px; background: #e8f8fa; font-size: 16px; font-weight: 900; }
.action-list h3 { margin: 0 0 5px; font-size: 18px; letter-spacing: -.025em; }
.action-list p { margin: 0; color: var(--muted); font-size: 13px; }

.section-value { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0b213c 0%, #061326 100%); }
.section-value::before { content: ""; position: absolute; width: 500px; height: 500px; right: -80px; top: -150px; border-radius: 50%; background: rgba(32,215,232,.08); filter: blur(60px); }
.value-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.value-panel p { max-width: 600px; margin: 0; color: #a8bbce; }
.value-panel > small { display: block; margin-top: 22px; color: #7890a8; font-size: 10px; line-height: 1.6; }
.value-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.value-tags span { padding: 10px 13px; color: #d3dfeb; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.05); font-size: 11px; font-weight: 700; }
.value-visual { position: relative; min-height: 490px; display: grid; place-items: center; }
.value-ring { width: 300px; height: 300px; display: grid; place-items: center; border: 1px solid rgba(32,215,232,.28); border-radius: 50%; box-shadow: 0 0 0 34px rgba(32,215,232,.035), 0 0 0 68px rgba(32,215,232,.02); }
.value-ring::before { content: ""; position: absolute; width: 300px; height: 300px; border: 1px dashed rgba(32,215,232,.2); border-radius: 50%; animation: spin 24s linear infinite; }
.value-ring div { width: 190px; height: 190px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle at 30% 20%, rgba(32,215,232,.22), rgba(7,24,45,.9)); box-shadow: 0 25px 60px rgba(0,0,0,.3); }
.value-ring strong { color: var(--cyan); font-size: 54px; line-height: 1; letter-spacing: -.06em; }
.value-ring span { max-width: 120px; margin: 10px auto 0; color: #b6c7d7; font-size: 11px; line-height: 1.35; }
.value-card { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(9,28,50,.83); box-shadow: 0 20px 50px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.value-card--one { top: 60px; left: 0; }
.value-card--two { right: 0; top: 210px; }
.value-card--three { left: 15px; bottom: 50px; }
.value-card svg { width: 23px; height: 23px; fill: none; stroke: var(--cyan); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.value-card strong, .value-card small { display: block; }
.value-card strong { font-size: 12px; }
.value-card small { margin-top: 2px; color: #839bb2; font-size: 9px; }

.section-form { position: relative; overflow: hidden; background: #f2f7fa; }
.section-form::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(circle at 20% 10%, rgba(32,215,232,.13), transparent 26%), linear-gradient(rgba(12,47,77,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(12,47,77,.035) 1px, transparent 1px); background-size: auto, 60px 60px, 60px 60px; }
.form-layout { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 88px); align-items: start; }
.form-intro { position: sticky; top: 140px; }
.form-benefits { display: grid; gap: 15px; margin-top: 32px; }
.form-benefits > div { display: flex; gap: 13px; align-items: flex-start; }
.form-benefits svg { width: 24px; height: 24px; flex: 0 0 auto; padding: 5px; color: #14768a; border-radius: 8px; background: #dff5f7; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.form-benefits strong, .form-benefits small { display: block; }
.form-benefits strong { font-size: 14px; }
.form-benefits small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.form-callout { display: flex; align-items: center; gap: 13px; margin-top: 32px; padding: 16px; border: 1px solid #d7e6ed; border-radius: 17px; background: rgba(255,255,255,.7); }
.form-callout__icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--cyan); border-radius: 13px; background: var(--navy); }
.form-callout svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.form-callout small, .form-callout a { display: block; }
.form-callout small { color: var(--muted); font-size: 10px; }
.form-callout a { margin-top: 2px; font-size: 15px; font-weight: 900; }
.intake-card { overflow: hidden; border: 1px solid #dae5ec; border-radius: 28px; background: #fff; box-shadow: 0 30px 90px rgba(12,41,68,.14); }
.intake-card__top { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 28px; color: #fff; background: linear-gradient(135deg, #07172b, #102e4d); }
.intake-card__top span, .intake-card__top strong { display: block; }
.intake-card__top > div > span { color: #7feef4; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.intake-card__top strong { margin-top: 3px; font-size: 18px; }
.secure-pill { display: inline-flex !important; align-items: center; gap: 6px; padding: 7px 9px; color: #cfe0ec; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.06); font-size: 9px; font-weight: 800; }
.secure-pill svg { width: 13px; height: 13px; fill: none; stroke: var(--cyan); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.form-progress { padding: 20px 28px 0; }
.form-progress__bar { height: 6px; overflow: hidden; border-radius: 999px; background: #e7eef3; }
.form-progress__bar span { width: 33%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--blue)); transition: width .35s ease; }
.form-progress__labels { display: flex; justify-content: space-between; margin-top: 8px; color: #7b8c9d; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.form-progress__labels strong { color: #1a758a; }
#lead-form { padding: 24px 28px 30px; }
.form-step { animation: stepIn .3s ease both; }
@keyframes stepIn { from { opacity: 0; transform: translateX(10px); } }
.step-heading { margin-bottom: 25px; }
.step-heading > span { color: #157286; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.step-heading h3 { margin: 3px 0 4px; font-size: 25px; letter-spacing: -.04em; }
.step-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.field-group { min-width: 0; margin: 0 0 21px; padding: 0; border: 0; }
.field-group legend, .field > span { display: block; margin-bottom: 8px; color: #20374d; font-size: 11px; font-weight: 850; }
.field > span small { color: #7e8e9d; font-weight: 600; }
.choice-grid { display: grid; gap: 9px; }
.choice-grid--three { grid-template-columns: repeat(3, 1fr); }
.choice-grid--two { grid-template-columns: repeat(2, 1fr); }
.choice-card { cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card > span { min-height: 88px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 11px; text-align: center; border: 1px solid #dbe5eb; border-radius: 14px; background: #fbfdfe; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease; }
.choice-card:hover > span { transform: translateY(-2px); border-color: #a9dfe5; }
.choice-card input:checked + span { color: #0a6578; border-color: #21c9d9; background: #ebfbfc; box-shadow: 0 0 0 3px rgba(32,215,232,.1); }
.choice-card input:focus-visible + span { outline: 3px solid rgba(32,215,232,.32); }
.choice-card svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.choice-card b { font-size: 11px; }
.choice-grid--text .choice-card > span { min-height: 82px; }
.choice-grid--text small { margin-top: 1px; color: #75879a; font-size: 9px; line-height: 1.3; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.field { display: block; margin-bottom: 18px; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; color: var(--ink); border: 1px solid #dbe5eb; border-radius: 13px; background: #fbfdfe; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field textarea { min-height: 105px; resize: vertical; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #718295 50%), linear-gradient(135deg, #718295 50%, transparent 50%); background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 13px) calc(50% - 2px); background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #35cbd8; background: #fff; box-shadow: 0 0 0 3px rgba(32,215,232,.1); }
.field input::placeholder, .field textarea::placeholder { color: #a2aeba; }
.field-help { display: block; margin-top: 5px; color: #91a0ae; font-size: 9px; text-align: right; }
.field-error { min-height: 14px; display: block; margin-top: 4px; color: var(--danger); font-size: 9px; font-weight: 700; }
.has-error input, .has-error select, .has-error textarea, .field-group.has-error .choice-card > span { border-color: #e08a96; }
.consent-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; cursor: pointer; color: #687b8d; font-size: 9.5px; line-height: 1.55; }
.consent-check > input { position: absolute; opacity: 0; }
.checkmark { width: 20px; height: 20px; display: grid; place-items: center; color: transparent; border: 1px solid #cbd9e2; border-radius: 6px; background: #fff; transition: .2s ease; }
.checkmark svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.consent-check input:checked + .checkmark { color: #06202c; border-color: var(--cyan); background: var(--cyan); }
.consent-check a { color: #166f83; font-weight: 800; text-decoration: underline; }
.form-nav { display: flex; justify-content: space-between; gap: 10px; margin-top: 24px; }
.form-nav--end { justify-content: flex-end; }
.form-nav .button { min-width: 140px; }
.form-nav--end .button { width: 100%; }
.form-alert { margin-top: 14px; padding: 11px 13px; color: #8d2435; border: 1px solid #f0b7c0; border-radius: 11px; background: #fff1f3; font-size: 11px; font-weight: 700; }
.submission-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 15px; color: #8a99a8; font-size: 9px; text-align: center; }
.submission-note svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.faq-layout .section-heading { position: sticky; top: 145px; margin-bottom: 0; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(9,27,48,.045); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 21px 22px; color: var(--ink); border: 0; background: transparent; text-align: left; font-weight: 800; }
.faq-item button svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: #17768a; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-answer p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: 13px; }

.final-cta { padding-block: 72px; background: radial-gradient(circle at 75% 30%, rgba(32,215,232,.13), transparent 28%), linear-gradient(135deg, #07162a, #0d2946); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.final-cta h2 { max-width: 720px; margin-bottom: 10px; font-size: clamp(36px, 4.5vw, 58px); }
.final-cta p { color: #9fb3c7; }
.final-cta__actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 11px; }

.site-footer { color: #b9c9d9; background: #030c18; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr .9fr; gap: 55px; padding-block: 72px 50px; }
.brand--footer { margin-bottom: 20px; }
.footer-brand > p { max-width: 440px; margin: 0; color: #71879e; font-size: 12px; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 22px; }
.footer-contact a { color: #fff; font-size: 12px; font-weight: 800; }
.footer-grid h2 { margin: 0 0 18px; color: #fff; font-size: 13px; }
.footer-grid > div:not(.footer-brand):not(.footer-cta) > a { display: block; margin-bottom: 10px; color: #71879e; font-size: 11px; transition: color .2s ease; }
.footer-grid > div > a:hover { color: var(--cyan); }
.footer-cta { padding: 23px; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: rgba(255,255,255,.04); }
.footer-cta h2 { margin: 7px 0 17px; font-size: 21px; letter-spacing: -.03em; }
.footer-cta .eyebrow { font-size: 8px; }
.footer-cta .button { width: 100%; min-height: 45px; font-size: 11px; }
.footer-disclaimer { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-disclaimer p { margin: 0; color: #60758b; font-size: 9px; line-height: 1.7; }
.footer-disclaimer strong { color: #91a6ba; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #536a80; font-size: 9px; }
.mobile-call-bar { display: none; }

.legal-hero { padding: calc(var(--header-offset) + 85px) 0 85px; background: radial-gradient(circle at 80% 20%, rgba(32,215,232,.13), transparent 28%), linear-gradient(135deg, #071326, #0a223c); }
.legal-hero__inner { max-width: 850px; text-align: center; }
.legal-hero h1 { margin: 13px 0 10px; font-size: clamp(46px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }
.legal-hero p { margin: 0; color: #9db1c5; }
.legal-hero .eyebrow { justify-content: center; }
.legal-content { background: #f5f8fb; }
.legal-content__grid { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 65px; align-items: start; }
.legal-content aside { position: sticky; top: 135px; display: grid; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow-sm); }
.legal-content aside strong { margin-bottom: 12px; font-size: 12px; }
.legal-content aside a { padding: 8px 0; color: var(--muted); border-bottom: 1px solid #edf1f4; font-size: 10px; }
.legal-content article { padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.legal-content article h2 { margin: 38px 0 10px; font-size: 24px; letter-spacing: -.035em; }
.legal-content article h2:first-child { margin-top: 0; }
.legal-content article p { color: var(--muted); font-size: 14px; }
.legal-content article a { color: #136f84; font-weight: 800; }
.legal-note { margin-top: 36px !important; padding: 17px; color: #6f5b27 !important; border: 1px solid #eadba7; border-radius: 14px; background: #fff9e7; font-size: 11px !important; }
.thank-you-hero .success-mark { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 24px; color: #06202c; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), #62e3a7); box-shadow: 0 0 0 12px rgba(32,215,232,.08); }
.success-mark svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.reference-pill { display: inline-block; margin-top: 22px; padding: 8px 12px; color: #b9cadb; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.05); font-size: 10px; }
.thank-you-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.thank-you-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.thank-you-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; color: #126e82; border-radius: 12px; background: #e9f9fa; font-weight: 900; }
.thank-you-grid h2 { margin: 17px 0 9px; font-size: 19px; }
.thank-you-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.thank-you-grid a { color: #126e82; font-weight: 900; }
.thank-you-actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
.reveal.is-visible { opacity: 1; transform: none; }
@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; } }

@media (max-width: 1100px) {
    .desktop-nav { gap: 17px; }
    .nav-phone { display: none; }
    .hero-grid { grid-template-columns: 1fr .82fr; }
    .hero h1 { font-size: clamp(52px, 6vw, 72px); }
    .hero-visual { min-height: 550px; }
    .floating-card--response { right: -10px; }
    .floating-card--privacy { left: -25px; }
    .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .trust-strip__grid > div:nth-child(2) { border-right: 0; }
    .trust-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .form-layout { grid-template-columns: .62fr 1.38fr; gap: 45px; }
    .footer-grid { grid-template-columns: 1.3fr .6fr .6fr; }
    .footer-cta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; }
    .footer-cta h2 { margin: 0 auto 0 14px; }
    .footer-cta .button { width: auto; }
}

@media (max-width: 920px) {
    :root { --header-offset: 102px; }
    .desktop-nav, .nav-actions > .button, .nav-phone { display: none; }
    .menu-toggle { display: grid; }
    .hero { min-height: auto; padding-top: calc(var(--header-offset) + 35px); }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 760px; padding-block: 50px 0; text-align: center; margin-inline: auto; }
    .hero-badge { margin-inline: auto; }
    .hero h1 { margin-inline: auto; }
    .hero-lede { margin-inline: auto; }
    .hero-actions, .trust-points { justify-content: center; }
    .hero-visual { min-height: 520px; margin-top: -30px; }
    .hero-photo-card { width: min(82vw, 650px); }
    .floating-card--response { right: 8%; top: 95px; }
    .floating-card--privacy { left: 8%; bottom: 70px; }
    .process-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
    .process-card { min-height: 0; }
    .process-card--featured { transform: none; }
    .section-heading--split { grid-template-columns: 1fr; gap: 20px; }
    .action-grid, .value-grid, .form-layout, .faq-layout { grid-template-columns: 1fr; }
    .action-copy, .form-intro, .faq-layout .section-heading { position: static; }
    .value-panel { text-align: center; }
    .value-panel .eyebrow { justify-content: center; }
    .value-tags { justify-content: center; }
    .form-intro { max-width: 690px; }
    .form-benefits { grid-template-columns: repeat(3, 1fr); }
    .form-callout { width: max-content; max-width: 100%; }
    .intake-card { max-width: 760px; width: 100%; margin-inline: auto; }
    .faq-layout .section-heading { max-width: 760px; }
    .final-cta__inner { flex-direction: column; text-align: center; }
    .final-cta__actions { flex-direction: row; }
    .legal-content__grid { grid-template-columns: 1fr; }
    .legal-content aside { position: static; grid-template-columns: repeat(3, 1fr); gap: 0 15px; }
    .legal-content aside strong { grid-column: 1 / -1; }
    .thank-you-grid { grid-template-columns: 1fr; max-width: 720px; }
}

@media (max-width: 680px) {
    :root { --shell: min(100% - 28px, 1180px); --radius: 20px; }
    body { padding-bottom: 70px; }
    .notice-bar__inner { justify-content: center; }
    .notice-bar__inner > span { display: none; }
    .nav-wrap { min-height: 68px; }
    .brand img { width: 40px; height: 40px; }
    .brand__copy strong { font-size: 14px; }
    .brand__copy small { font-size: 9px; }
    .site-header::after { inset-top: 34px; }
    .section { padding-block: 78px; }
    .hero { padding-bottom: 75px; }
    .hero-copy { padding-top: 35px; }
    .hero h1 { font-size: clamp(44px, 13vw, 60px); }
    .hero-lede { margin-block: 21px 25px; font-size: 16px; }
    .hero-actions { display: grid; }
    .hero-actions .button { width: 100%; }
    .trust-points { display: grid; justify-content: start; max-width: 300px; margin-inline: auto; text-align: left; }
    .hero-visual { min-height: 410px; margin-top: 0; }
    .hero-photo-card { width: 106%; max-width: none; border-radius: 25px; }
    .hero-orbit--one { width: 330px; height: 330px; }
    .hero-orbit--two { width: 410px; height: 410px; }
    .floating-card { padding: 10px 11px; }
    .floating-card--response { right: 0; top: 60px; }
    .floating-card--privacy { left: 0; bottom: 45px; }
    .floating-card__icon { width: 30px; height: 30px; }
    .floating-card strong { font-size: 10px; }
    .floating-card small { font-size: 7px; }
    .trust-strip { margin-top: 10px; }
    .trust-strip__grid { grid-template-columns: 1fr; }
    .trust-strip__grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-strip__grid > div:last-child { border-bottom: 0; }
    .section-heading h2, .action-copy h2, .value-panel h2, .form-intro h2, .final-cta h2 { font-size: 38px; }
    .section-heading p, .action-copy > p, .form-intro > p { font-size: 15px; }
    .case-grid { grid-template-columns: 1fr; }
    .case-card--wide { grid-column: auto; }
    .case-card { min-height: 0; grid-template-columns: auto 1fr; }
    .case-card > a { display: none; }
    .action-list li { grid-template-columns: 42px 1fr; padding: 20px; gap: 15px; }
    .action-list li > span { width: 40px; height: 40px; }
    .value-visual { min-height: 430px; transform: scale(.88); margin-inline: -25px; }
    .form-benefits { grid-template-columns: 1fr; }
    .intake-card__top, .form-progress, #lead-form { padding-inline: 18px; }
    .field-row, .choice-grid--three, .choice-grid--two { grid-template-columns: 1fr; }
    .choice-grid--three { grid-template-columns: repeat(2, 1fr); }
    .choice-grid--text { grid-template-columns: 1fr; }
    .choice-card > span { min-height: 75px; }
    .form-nav .button { min-width: 0; flex: 1; padding-inline: 14px; font-size: 12px; }
    .faq-item button { padding: 18px; font-size: 13px; }
    .faq-answer p { padding-inline: 18px; }
    .final-cta__actions { width: 100%; flex-direction: column; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 22px; }
    .footer-brand, .footer-cta { grid-column: 1 / -1; }
    .footer-cta { display: block; }
    .footer-cta h2 { margin: 7px 0 17px; }
    .footer-cta .button { width: 100%; }
    .footer-bottom { flex-direction: column; justify-content: center; text-align: center; padding-block: 16px; }
    .mobile-call-bar { position: fixed; z-index: 120; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #03101d; border: 1px solid rgba(255,255,255,.7); border-radius: 17px; background: linear-gradient(135deg, var(--cyan), #6ee6f0 45%, #5da7ff); box-shadow: 0 16px 40px rgba(3,16,29,.28); }
    .mobile-call-bar svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
    .mobile-call-bar small, .mobile-call-bar strong { display: block; line-height: 1.2; }
    .mobile-call-bar small { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
    .mobile-call-bar strong { margin-top: 2px; font-size: 13px; }
    .legal-hero { padding-top: calc(var(--header-offset) + 55px); }
    .legal-content article { padding: 25px 20px; }
    .legal-content aside { grid-template-columns: 1fr; }
    .legal-content aside strong { grid-column: auto; }
    .thank-you-actions { display: grid; }
}
