:root {
    --navy: #0b1f33;
    --navy-2: #183b56;
    --blue: #2f6fed;
    --blue-dark: #2457bd;
    --blue-soft: #eaf1ff;
    --surface: #f6f8fb;
    --border: #e4eaf0;
    --text: #15202b;
    --muted: #667085;
    --white: #fff;
    --success: #176b45;
    --error: #a22626;
    --shadow-sm: 0 8px 30px rgba(11, 31, 51, .08);
    --shadow-lg: 0 28px 70px rgba(11, 31, 51, .14);
    --radius-sm: 10px;
    --radius: 18px;
    --radius-lg: 28px;
    --container: 1180px;
    --font: Inter, Manrope, Geist, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.cookie-modal-open { overflow: hidden; }
img, svg { max-width: 100%; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p, ul { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.15; letter-spacing: -.025em; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(2.5rem, 5vw, 4.65rem); }
h2 { margin-bottom: 18px; font-size: clamp(1.9rem, 3vw, 2.85rem); }
h3 { margin-bottom: 12px; font-size: 1.22rem; }
p { margin-bottom: 20px; }
ul { padding-left: 1.25rem; }
:focus-visible { outline: 3px solid #79a5ff; outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 780px; }
.section { padding: 100px 0; }
.section-sm { padding: 72px 0; }
.surface { background: var(--surface); }
.navy-section { color: rgba(255,255,255,.78); background: var(--navy); }
.navy-section h2, .navy-section h3 { color: var(--white); }
.section-heading { max-width: 740px; margin-bottom: 46px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 17px; color: var(--blue); font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 2px; background: currentColor; content: ""; }
.lead { max-width: 760px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.25rem); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--blue); border-radius: var(--radius-sm); color: var(--white); background: var(--blue); font-weight: 750; transition: .2s ease; }
.button:hover { color: var(--white); background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-1px); }
.button-secondary { color: var(--navy); background: transparent; border-color: #b9c5d0; }
.button-secondary:hover { color: var(--navy); background: var(--white); border-color: var(--navy); }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--navy); background: #eaf1ff; border-color: #eaf1ff; }
.button-small { min-height: 42px; padding: 8px 17px; font-size: .9rem; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 750; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: rgba(255,255,255,.96); transition: box-shadow .2s ease, border-color .2s ease; }
.site-header.is-scrolled { border-color: var(--border); box-shadow: 0 6px 24px rgba(11,31,51,.06); }
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; color: var(--navy); line-height: 1; }
.brand:hover { color: var(--navy); }
.brand img { width: 39px; height: 39px; }
.brand span { display: grid; gap: 5px; }
.brand strong { font-size: 1rem; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.primary-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: 22px; }
.primary-nav a { position: relative; color: #344455; font-size: .87rem; font-weight: 650; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a.is-active { color: var(--navy); }
.primary-nav a.is-active::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 2px; background: var(--blue); content: ""; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; border-radius: 8px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy); transition: .2s ease; }

.hero { position: relative; overflow: hidden; padding: 92px 0 96px; background: linear-gradient(120deg, #f8faff 0%, #fff 52%, #edf4ff 100%); }
.hero::before { position: absolute; top: -160px; right: -130px; width: 520px; height: 520px; border: 1px solid rgba(47,111,237,.12); border-radius: 50%; content: ""; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .8fr); align-items: center; gap: 74px; }
.hero-copy .lead { margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-line { display: flex; align-items: center; gap: 11px; margin-top: 32px; color: var(--navy-2); font-size: .92rem; font-weight: 700; }
.trust-line::before { width: 28px; height: 1px; background: var(--blue); content: ""; }
.workflow-card { position: relative; padding: 26px; border: 1px solid rgba(255,255,255,.65); border-radius: var(--radius-lg); color: var(--white); background: var(--navy); box-shadow: var(--shadow-lg); }
.workflow-card::after { position: absolute; right: -24px; bottom: -24px; width: 110px; height: 110px; border-radius: 24px; background: var(--blue); content: ""; opacity: .22; transform: rotate(12deg); }
.workflow-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; color: #bfd0e2; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.workflow-dot { width: 9px; height: 9px; border-radius: 50%; background: #74e0b2; box-shadow: 0 0 0 6px rgba(116,224,178,.12); }
.workflow-list { display: grid; gap: 12px; }
.workflow-item { display: grid; grid-template-columns: 41px 1fr auto; align-items: center; gap: 13px; padding: 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(255,255,255,.06); }
.workflow-item strong { font-size: .93rem; }
.workflow-item small { display: block; margin-top: 4px; color: #9db1c6; }
.workflow-icon, .card-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; color: var(--blue); background: var(--blue-soft); }
.workflow-check { color: #74e0b2; font-size: 1rem; }

.value-strip { border-block: 1px solid var(--border); background: var(--white); }
.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.value-item { display: flex; min-width: 0; min-height: 112px; align-items: center; gap: 14px; padding: 22px 28px; border-right: 1px solid var(--border); color: var(--navy); font-weight: 750; }
.value-item:first-child { border-left: 1px solid var(--border); }
.mini-icon { display: grid; flex: 0 0 auto; place-items: center; width: 37px; height: 37px; border-radius: 50%; color: var(--blue); background: var(--blue-soft); }
.mini-icon svg, .card-icon svg { width: 20px; height: 20px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { display: flex; min-width: 0; flex-direction: column; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover { border-color: #cbd8e6; box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.card .card-icon { margin-bottom: 22px; }
.card p { color: var(--muted); }
.card .text-link { margin-top: auto; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: var(--navy); font-weight: 650; }
.check-list li::before { position: absolute; top: .38em; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); content: "✓"; font-size: .75rem; }
.feature-panel { padding: 36px; border-radius: var(--radius-lg); background: var(--surface); }
.feature-panel blockquote { margin: 0; color: var(--navy); font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 750; line-height: 1.4; letter-spacing: -.025em; }
.feature-panel p { margin: 20px 0 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: step; }
.step { position: relative; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.16); counter-increment: step; }
.step:first-child { padding-left: 0; border-left: 0; }
.step:last-child { padding-right: 0; }
.step::before { display: grid; width: 43px; height: 43px; margin-bottom: 24px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--white); content: counter(step, decimal-leading-zero); font-size: .78rem; font-weight: 800; }
.step p { margin-bottom: 0; color: #b7c5d2; font-size: .93rem; }
.steps-light .step { border-color: var(--border); }
.steps-light .step::before { color: var(--blue); border-color: #b9cae1; background: var(--white); }
.steps-light .step p { color: var(--muted); }
.service-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 30px; padding: 38px 42px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.service-band p { max-width: 750px; margin-bottom: 0; color: var(--muted); }
.service-band + .service-band { margin-top: 24px; }
.reasons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--border); }
.reason { padding: 30px; background: var(--white); }
.reason strong { display: inline-block; margin-bottom: 13px; color: var(--blue); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.reason p { margin: 0; color: var(--muted); font-size: .95rem; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 54px 58px; border-radius: var(--radius-lg); background: var(--navy); }
.cta-panel h2 { color: var(--white); }
.cta-panel p { max-width: 680px; margin-bottom: 0; color: #b8c7d5; }

.page-hero { position: relative; overflow: hidden; padding: 88px 0 76px; border-bottom: 1px solid var(--border); background: var(--surface); }
.page-hero::after { position: absolute; top: -110px; right: -40px; width: 330px; height: 330px; border: 70px solid rgba(47,111,237,.06); border-radius: 50%; content: ""; }
.page-hero h1 { max-width: 920px; font-size: clamp(2.45rem, 5vw, 4.25rem); }
.page-hero .lead { margin-bottom: 0; }
.detail-stack { display: grid; gap: 25px; }
.detail-card { display: grid; grid-template-columns: 260px 1fr; gap: 48px; padding: 38px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.detail-card p, .detail-card li { color: var(--muted); }
.detail-card ul { display: grid; gap: 6px; margin-bottom: 0; }
.detail-label { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.notice { padding: 26px 30px; border-left: 4px solid var(--blue); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--blue-soft); }
.notice p:last-child { margin-bottom: 0; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-card { padding: 28px; border-top: 3px solid var(--blue); background: var(--surface); }

.accordion { border-top: 1px solid var(--border); }
.accordion-item { border-bottom: 1px solid var(--border); }
.accordion-button { display: grid; width: 100%; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 23px 0; border: 0; color: var(--navy); background: transparent; text-align: left; font-size: 1.06rem; font-weight: 750; }
.accordion-button::after { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); content: "+"; }
.accordion-button[aria-expanded="true"]::after { content: "−"; }
.accordion-panel { max-width: 820px; padding: 0 50px 22px 0; color: var(--muted); }
.accordion-panel p:last-child { margin-bottom: 0; }
.section-followup { margin-top: 28px; }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .7fr); align-items: start; gap: 48px; }
.form-card { padding: 38px; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .9rem; font-weight: 750; }
.field .optional { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cbd5df; border-radius: 9px; color: var(--text); background: var(--white); }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(47,111,237,.15); }
.field-error { color: var(--error); font-size: .82rem; }
.notice-at-collection { padding: 15px 17px; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); }
.notice-at-collection strong { color: var(--navy); font-size: .84rem; }
.notice-at-collection p { margin: 2px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.form-status { margin-bottom: 24px; padding: 14px 17px; border-radius: 8px; }
.form-status.success { color: var(--success); background: #eaf8f1; }
.form-status.error { color: var(--error); background: #fff0f0; }
.contact-aside { padding: 30px; border-radius: var(--radius); color: #c4d0dc; background: var(--navy); }
.contact-aside h2, .contact-aside h3 { color: var(--white); }
.contact-aside a { color: var(--white); font-weight: 700; }
.contact-list { display: grid; gap: 22px; margin-top: 28px; }
.contact-list p { margin: 4px 0 0; font-size: .92rem; }
.hp-field { position: absolute !important; left: -9999px !important; }

.policy { padding: 82px 0 100px; }
.policy-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); align-items: start; gap: 70px; }
.policy-nav { position: sticky; top: 110px; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.policy-nav strong { display: block; margin-bottom: 8px; color: var(--navy); }
.policy-nav a { display: block; padding: 6px 0; color: var(--muted); font-size: .9rem; }
.policy-nav-separator { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); }
.policy-content h2 { margin-top: 44px; font-size: 1.55rem; }
.policy-content { min-width: 0; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content h3 { margin-top: 30px; font-size: 1.1rem; }
.policy-content p, .policy-content li { color: #526171; }
.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.policy-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: .86rem; line-height: 1.5; }
.policy-table th, .policy-table td { padding: 14px 15px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.policy-table th { color: var(--navy); background: var(--surface); }
.policy-table td { color: #526171; }
.policy-table tbody tr:last-child td { border-bottom: 0; }
.policy-table code { color: var(--navy); font-size: .82rem; }
.updated { margin-bottom: 34px; color: var(--muted); font-size: .9rem; }

.site-footer { padding: 68px 0 26px; color: #aebdcc; background: #071727; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(4, 1fr); gap: 48px; }
.brand-light { margin-bottom: 20px; color: var(--white); }
.brand-light:hover { color: var(--white); }
.brand-light small { color: #91a4b6; }
.footer-brand p { max-width: 310px; margin: 8px 0; }
.site-footer h2 { margin-bottom: 17px; color: var(--white); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { display: block; margin-bottom: 9px; color: #aebdcc; font-size: .91rem; }
.site-footer a:hover { color: var(--white); }
.footer-link-button { display: block; margin: 0 0 9px; padding: 0; border: 0; color: #aebdcc; background: transparent; font-size: .91rem; text-align: left; }
.footer-link-button:hover { color: var(--white); }
.footer-bottom { display: grid; grid-template-columns: auto 1fr; gap: 55px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-disclaimer { justify-self: end; max-width: 710px; text-align: right; }

.cookie-banner { position: fixed; z-index: 300; right: 24px; bottom: 24px; left: 24px; display: grid; max-width: 1180px; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin-inline: auto; padding: 24px 26px; border: 1px solid #31475c; border-radius: 16px; color: #d4dee7; background: #081b2d; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.cookie-banner[hidden], .cookie-modal[hidden], .cookie-gpc[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 1.05rem; }
.cookie-banner p { max-width: 700px; margin: 0; font-size: .88rem; line-height: 1.55; }
.cookie-banner a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.button-cookie { min-height: 43px; padding: 9px 14px; border-color: #8193a4; color: var(--white); background: transparent; font-size: .81rem; }
.button-cookie:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.cookie-customize { grid-column: 1 / -1; padding: 3px; border: 0; color: #c3d1de; background: transparent; font-size: .8rem; text-decoration: underline; text-underline-offset: 3px; }
.cookie-modal { position: fixed; z-index: 400; inset: 0; display: grid; place-items: center; padding: 20px; }
.cookie-modal-backdrop { position: absolute; inset: 0; background: rgba(5,18,30,.72); }
.cookie-dialog { position: relative; z-index: 1; width: min(100%, 680px); max-height: calc(100vh - 40px); padding: 34px; overflow-y: auto; border-radius: 20px; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.cookie-dialog > p { color: var(--muted); }
.cookie-close { position: absolute; top: 16px; right: 16px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--navy); background: var(--white); font-size: 1.5rem; line-height: 1; }
.cookie-option { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 20px 0; border-top: 1px solid var(--border); cursor: pointer; }
.cookie-option strong { color: var(--navy); }
.cookie-option p { margin: 4px 0 0; color: var(--muted); font-size: .87rem; line-height: 1.5; }
.cookie-always { color: var(--success); font-size: .78rem; font-weight: 800; white-space: nowrap; }
.switch { position: relative; display: inline-flex; }
.switch input { position: absolute; opacity: 0; }
.switch span { position: relative; display: block; width: 48px; height: 27px; border-radius: 99px; background: #a9b5c0; transition: .2s ease; }
.switch span::after { position: absolute; top: 4px; left: 4px; width: 19px; height: 19px; border-radius: 50%; background: var(--white); content: ""; transition: .2s ease; }
.switch input:checked + span { background: var(--blue); }
.switch input:checked + span::after { transform: translateX(21px); }
.switch input:focus-visible + span { outline: 3px solid #79a5ff; outline-offset: 3px; }
.cookie-gpc { padding: 13px 15px; border-radius: 8px; color: var(--navy-2) !important; background: var(--blue-soft); font-size: .84rem; }
.cookie-dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 23px; }

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