:root {
    --brand: #0666a4;
    --brand-dark: #044c7b;
    --brand-soft: #eaf5fb;
    --ink: #132536;
    --muted: #5a6c7d;
    --line: #dce7ee;
    --surface: #fff;
    --soft: #f5f9fb;
    --warning: #b85d16;
    --success: #26734f;
    --shadow: 0 18px 50px rgba(18, 55, 77, .09);
    --radius: 22px;
    --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--surface);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--brand); text-underline-offset: 3px; }
a:hover { color: var(--brand-dark); }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--warning); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 16px; background: #fff; }
.skip-link:focus { top: 12px; }
.site-header {
    position: sticky; top: 0; z-index: 20;
    border-bottom: 1px solid rgba(220,231,238,.9);
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 255px; max-width: 47vw; }
.button {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 50px; padding: 11px 22px; border: 2px solid var(--brand); border-radius: 999px;
    background: var(--brand); color: #fff; font-weight: 750; text-align: center; text-decoration: none;
    cursor: pointer; transition: .2s ease;
}
.button:hover { transform: translateY(-1px); background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.button-secondary { background: #fff; color: var(--brand); }
.button-secondary:hover { background: var(--brand-soft); color: var(--brand-dark); }
.button-large { padding: 14px 27px; min-height: 56px; }
.hero { overflow: hidden; padding: 92px 0 78px; background: linear-gradient(135deg, #fff 25%, #f0f8fc 100%); }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--brand); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.14; letter-spacing: -.025em; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(2.55rem, 5.5vw, 4.75rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { margin-bottom: 10px; font-size: 1.25rem; }
.hero-copy { max-width: 720px; color: var(--muted); font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 30px; }
.trust-note { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0 0; color: var(--muted); font-size: .94rem; }
.trust-note::before { content: "✓"; color: var(--success); font-weight: 900; }
.scan-card { position: relative; padding: 28px; border: 1px solid #d6e6ef; border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.scan-card::before { content: ""; position: absolute; width: 210px; height: 210px; right: -75px; top: -75px; border-radius: 50%; background: rgba(6,102,164,.08); }
.scan-top { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.scan-title { font-weight: 800; }
.status-pill { padding: 5px 11px; border-radius: 999px; color: var(--success); background: #e8f5ef; font-size: .78rem; font-weight: 800; }
.scan-list { position: relative; list-style: none; margin: 20px 0 0; padding: 0; }
.scan-list li { display: grid; grid-template-columns: 20px 1fr auto; gap: 10px; padding: 11px 0; border-bottom: 1px solid #edf2f5; font-size: .91rem; }
.scan-list li::before { content: "✓"; color: var(--brand); font-weight: 900; }
.scan-list span { color: var(--muted); }
.scan-caption { position: relative; margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-intro { max-width: 760px; margin-bottom: 42px; }
.section-intro p { color: var(--muted); }
.cards-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 28px rgba(18,55,77,.055); }
.card-number { display: inline-flex; width: 42px; height: 42px; margin-bottom: 20px; align-items: center; justify-content: center; border-radius: 13px; background: var(--brand-soft); color: var(--brand); font-weight: 850; }
.card p { margin-bottom: 0; color: var(--muted); }
.check-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: start; }
.check-list { display: grid; gap: 12px; list-style: none; margin: 28px 0 0; padding: 0; }
.check-list li { position: relative; padding-left: 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 900; }
.notice { padding: 30px; border: 1px solid #f0d1b5; border-left: 5px solid var(--warning); border-radius: 18px; background: #fffaf5; }
.notice strong { display: block; margin-bottom: 9px; color: #773b0d; font-size: 1.18rem; }
.notice p { margin: 0; color: #674f3d; }
.two-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.choice-card { display: flex; flex-direction: column; align-items: flex-start; padding: 36px; }
.choice-card p { margin: 0 0 16px; }
.choice-card .microcopy { font-size: .91rem; }
.choice-card .button { margin-top: auto; }
.audience-note { width: fit-content; padding: 9px 13px; border-radius: 10px; background: var(--brand-soft); color: var(--brand-dark) !important; font-size: .92rem; font-weight: 750; }
.price-block { display: grid; gap: 1px; margin: 4px 0 18px; }
.price { color: var(--brand); font-size: 1.65rem; line-height: 1.2; letter-spacing: -.02em; }
.price-tax { color: var(--muted); font-size: .84rem; }
.scope-note { margin-top: 24px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); }
.scope-note strong { display: block; margin-bottom: 5px; }
.scope-note p { margin: 0; color: var(--muted); font-size: .93rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 38px; counter-reset: steps; }
.step { position: relative; padding: 26px 23px; border-top: 3px solid var(--brand); background: #fff; border-radius: 0 0 16px 16px; box-shadow: 0 10px 28px rgba(18,55,77,.055); }
.step::before { counter-increment: steps; content: counter(steps); display: flex; width: 34px; height: 34px; margin-bottom: 16px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--brand); font-weight: 800; }
.step p { margin: 0; color: var(--muted); font-size: .93rem; }
.outcomes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.outcome { padding: 20px 22px; border-radius: 15px; background: #eaf5fb; }
.outcome strong { display: block; }
.provider-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.provider-box { padding: 32px; border-radius: var(--radius); background: var(--brand); color: #fff; }
.provider-box p { margin: 0; color: #d7e9f4; }
.separation-note { margin-top: 22px; padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #fff; color: var(--muted); }
.contact { background: linear-gradient(140deg, #eaf5fb, #f7fbfd); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.contact-copy { position: sticky; top: 112px; }
.contact-copy p { color: var(--muted); }
.form-card { padding: clamp(25px, 4vw, 44px); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field-full { grid-column: 1 / -1; }
label, legend { font-weight: 720; }
.required { color: var(--warning); }
input[type="text"], input[type="tel"], input[type="email"], input[type="url"], textarea {
    width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #b8c9d4; border-radius: 10px; color: var(--ink); background: #fff;
}
input:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(6,102,164,.12); outline: none; }
textarea { min-height: 130px; resize: vertical; }
fieldset { margin: 0; padding: 0; border: 0; }
.radio-group { display: grid; gap: 10px; margin-top: 10px; }
.radio-label, .privacy-label { display: flex; gap: 11px; align-items: flex-start; font-weight: 450; cursor: pointer; }
input[type="radio"], input[type="checkbox"] { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 4px; accent-color: var(--brand); }
.radio-label strong { display: block; }
.option-price { display: block; margin-top: 2px; color: var(--muted); font-size: .85rem; }
.privacy-label { font-size: .93rem; }
.form-note { color: var(--muted); font-size: .85rem; }
.form-message { margin-bottom: 25px; padding: 18px 20px; border-radius: 13px; }
.form-message.form-message--success { border: 1px solid #a8d5c0; background: #edf8f3; color: #185a3c; }
.form-message.form-message--success:focus-visible { outline-color: var(--success); }
.form-message.form-message--error { border: 1px solid #e5b9b9; background: #fff5f5; color: #7a2828; }
.form-message ul { margin: 6px 0 0; padding-left: 22px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(18,55,77,.04); }
.faq-list summary { position: relative; padding: 20px 58px 20px 22px; font-weight: 780; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 50%; translate: 0 -50%; color: var(--brand); font-size: 1.5rem; line-height: 1; }
.faq-list details[open] summary::after { content: "×"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }
.site-footer { padding: 55px 0 26px; background: var(--brand); color: #eef7fc; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: end; }
.footer-logo { width: 250px; filter: brightness(0) invert(1); }
.footer-tagline { margin: 12px 0 0; color: #e1f0f8; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { color: #fff; }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.28); color: #d8ebf5; font-size: .85rem; }
.footer-bottom p { margin: 5px 0; }

@media (max-width: 900px) {
    .hero-grid, .check-layout, .provider-grid, .contact-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 70px; }
    .hero-visual { max-width: 600px; }
    .cards-three { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr 1fr; }
    .contact-copy { position: static; }
}
@media (max-width: 680px) {
    body { font-size: 16px; }
    .container { width: min(calc(100% - 28px), var(--max)); }
    .header-inner { min-height: 68px; }
    .header-inner .button { min-height: 42px; padding: 8px 13px; font-size: .83rem; }
    .brand img { max-width: 48vw; }
    .hero { padding: 58px 0 60px; }
    h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
    .section { padding: 68px 0; }
    .two-cards, .steps, .outcomes, .form-grid, .footer-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .choice-card, .card { padding: 25px; }
    .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}
