:root {
    --ink: #182c3a; --muted: #5c6b76; --subtle: #71808b; --primary: #2659d9; --primary-hover: #1945b5;
    --canvas: #f3f6f8; --paper: #fff; --line: #dce3e9; --soft-blue: #eaf0fd; --success: #207249; --success-bg: #e6f3eb;
    --dark: #182c3a; --error: #b02c35; --disabled: #e2e6e9; --radius: 14px; --radius-sm: 8px;
    --shadow: 0 18px 54px -28px rgba(18,43,68,.3); --modal-shadow: 0 32px 100px rgba(4,18,30,.25);
    --space: 24px; --content: 1184px; --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    --mono: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
a, button, summary { touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
button { color: inherit; }
img, svg { vertical-align: middle; }
img { max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.045em; font-weight: 650; }
h2 { font-size: 44px; }
h3 { font-size: 21px; letter-spacing: -.03em; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 4px; }
[hidden] { display: none !important; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.container { width: min(var(--content), calc(100% - 64px)); margin-inline: auto; }
.eyebrow, .micro-label, .small-label { display: block; font-size: 10px; line-height: 1.5; font-weight: 700; letter-spacing: .14em; }
.micro-label { font-size: 9px; letter-spacing: .1em; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 13px 21px; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: 14px; font-weight: 650; line-height: 1.4; transition: background-color .18s, border-color .18s, box-shadow .18s; }
.button-primary { background: var(--primary); color: #fff; }
.button-primary:hover:not(:disabled) { background: var(--primary-hover); box-shadow: 0 5px 15px rgba(38,89,217,.15); }
.button-primary:disabled { background: #607ba8; }
.button-outline { border-color: #a5b3bf; background: transparent; }
.button-outline:hover { border-color: var(--ink); background: #edf2f7; }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 13px; gap: 20px; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--soft-blue); }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex: 0 0 40px; padding: 0; border: 1px solid var(--line); background: var(--paper); border-radius: 50%; }
.icon-button:hover { background: var(--canvas); }
.icon-button .icon { width: 19px; height: 19px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-weight: 650; font-size: 14px; line-height: 1.5; }
.text-link:hover { color: var(--primary); }
.text-link .icon { width: 18px; height: 18px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 10px; transform: translateY(-150%); padding: 10px 20px; color: #fff; background: var(--ink); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.site-header { position: relative; z-index: 5; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; font-size: 17px; font-weight: 700; line-height: 1.2; letter-spacing: -.045em; }
.brand img { flex: 0 0 auto; }
.brand span { overflow-wrap: anywhere; }
.primary-nav { display: flex; gap: 32px; align-items: center; font-size: 13px; font-weight: 600; }
.primary-nav > a:not(.button):hover { color: var(--primary); }
.menu-toggle { display: none; }
.hero { background: var(--canvas); border-bottom: 1px solid var(--line); }
.hero-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px; border-bottom: 1px solid var(--line); }
.hero-topline .eyebrow { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 9px; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--primary); border-radius: 50%; }
.topline-note { color: var(--muted); font-size: 11px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 68px; align-items: center; padding-block: 56px 50px; }
.small-label { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; font-size: 10px; color: var(--muted); }
.label-dash { width: 25px; height: 2px; background: var(--primary); }
.hero h1 { font-size: clamp(48px, 4.8vw, 68px); line-height: 1.04; letter-spacing: -.057em; }
.hero h1 > span { color: var(--primary); }
.hero-description { max-width: 440px; color: var(--muted); font-size: 16px; line-height: 1.8; margin-block: 26px; }
.hero-link { font-size: 14px; }
.hero-footnote { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; margin-top: 27px; }
.small-check { color: var(--primary); }
.small-check .icon { width: 15px; height: 15px; }
.form-wrap { min-width: 0; scroll-margin-top: 28px; }
.vin-card { border: 1px solid var(--line); background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.form-ribbon { height: 64px; display: flex; align-items: center; gap: 12px; padding-inline: 24px; background: var(--ink); color: #fff; }
.ribbon-icon { width: 33px; color: #b3caff; }
.ribbon-icon .icon { width: 27px; height: 27px; }
.ribbon-caption { display: block; color: #d2dce6; font-size: 12px; margin-top: 2px; }
.form-ribbon .micro-label { color: #eaf0f8; font-size: 8px; letter-spacing: .13em; }
.local-badge { margin-left: auto; border: 1px solid #4b6071; border-radius: 4px; padding: 3px 5px; font: 8px/1.3 var(--mono); letter-spacing: .06em; color: #dbe6f2; }
.form-body { padding: 26px 27px 18px; }
.form-eyebrow { color: var(--primary); font-size: 9px; margin-bottom: 8px; }
.form-body h2 { font-size: 29px; letter-spacing: -.04em; }
.form-description { color: var(--muted); font-size: 13px; margin-block: 7px 24px; }
.input-label-row, .input-help-row { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.input-label-row { margin-bottom: 9px; }
.input-label-row label { font-size: 12px; font-weight: 600; }
.vin-count { font: 11px/1.5 var(--mono); color: var(--muted); white-space: nowrap; }
.vin-input { display: block; width: 100%; height: 54px; min-width: 0; padding: 12px 13px; font: 15px/1.4 var(--mono); letter-spacing: .035em; color: var(--ink); border: 1px solid #a6b5c4; border-radius: 7px; background: #fff; appearance: none; }
.vin-input::placeholder { font-size: 13px; color: #6b7a88; letter-spacing: .01em; }
.vin-input:focus { border-color: var(--primary); outline: 3px solid rgba(38,89,217,.13); outline-offset: 1px; }
.vin-input[aria-invalid="true"] { border-color: var(--error); }
.input-help-row { font-size: 10px; line-height: 1.5; margin-top: 9px; }
.input-help-row p { color: var(--muted); }
.input-help-row a { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.field-error { color: var(--error); font-size: 12px; line-height: 1.5; margin-top: 10px; }
.prepare-button { width: 100%; justify-content: space-between; margin-top: 21px; }
.local-note { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 10px; color: var(--muted); margin-top: 14px; }
.local-note .icon { width: 13px; height: 13px; }
.form-disclaimer { display: flex; align-items: center; justify-content: center; gap: 7px; border-top: 1px solid var(--line); padding: 12px 10px; background: #f9fafc; color: var(--muted); font-size: 10px; }
.form-disclaimer .icon { width: 13px; height: 13px; }
.under-form { text-align: center; color: var(--muted); font-size: 10px; margin-top: 12px; }
.noscript-note { background: #fff2df; color: #6a450b; padding: 12px; font-size: 12px; margin-top: 12px; border-radius: 6px; }
.feature-strip { border-top: 1px solid var(--line); padding-block: 25px 27px; display: grid; grid-template-columns: repeat(3,1fr); }
.feature { display: flex; gap: 14px; align-items: center; padding-inline: 25px; border-right: 1px solid var(--line); }
.feature:first-child { padding-left: 0; }
.feature:last-child { border: 0; }
.feature-icon { display: flex; width: 39px; height: 39px; align-items: center; justify-content: center; border-radius: 10px; background: #e6edf6; color: #335b8c; }
.feature-icon .icon { width: 21px; height: 21px; }
.feature strong { display: block; font-size: 12px; font-weight: 650; }
.feature p { color: var(--muted); font-size: 10px; margin-top: 2px; }
.section { padding-block: 88px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-kicker { color: var(--primary); }
.section-heading h2, .faq-intro h2 { margin-top: 15px; }
.section-heading > p { color: var(--muted); font-size: 14px; max-width: 355px; line-height: 1.8; padding-bottom: 2px; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.process-card { background: var(--canvas); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.step-top { display: flex; width: 100%; justify-content: space-between; align-items: center; margin-bottom: 33px; }
.step-number { font: 15px/1 var(--mono); color: var(--primary); }
.step-top > .icon { color: var(--subtle); }
.process-card p { margin-top: 13px; margin-bottom: 26px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.step-caption { margin-top: auto; font-size: 8px; font-weight: 700; color: var(--muted); letter-spacing: .11em; }
.process-card .text-link { color: var(--primary); margin-top: auto; font-size: 12px; }
.why-section { background: var(--dark); color: #fff; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.why-copy > .eyebrow { color: #b7c8de; }
.why-copy h2 { font-size: 47px; line-height: 1.14; margin-top: 22px; }
.why-copy h2 span { color: #a7c5ff; }
.why-copy > p { color: #c0ccd6; font-size: 14px; line-height: 1.9; margin-block: 24px 28px; max-width: 420px; }
.why-copy .button { font-size: 12px; gap: 14px; }
.scope-panel { border-top: 1px solid #50606f; }
.scope-heading { display: flex; align-items: center; gap: 12px; padding-block: 19px; border-bottom: 1px solid #405361; font-size: 10px; letter-spacing: .12em; font-weight: 650; color: #c6d3e1; }
.scope-heading .icon { color: #a7c5ff; }
.scope-panel article { display: flex; gap: 20px; padding-block: 25px; border-bottom: 1px solid #405361; }
.scope-number { color: #99baff; font: 11px/1.8 var(--mono); }
.scope-panel h3 { font-size: 19px; }
.scope-panel article p { margin-top: 8px; font-size: 13px; color: #c0ccd6; line-height: 1.8; }
.source-note { margin-top: 15px; color: #b4c6d7; font-size: 10px; }
.source-note a { text-decoration: underline; text-underline-offset: 3px; }
.source-note .icon { width: 11px; height: 11px; margin-left: 3px; }
.locations-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.location-card { padding: 8px 22px 20px 0; }
.location-icon { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; background: var(--soft-blue); color: var(--primary); border-radius: var(--radius); margin-bottom: 25px; }
.location-icon .icon { width: 29px; height: 29px; }
.location-card .micro-label { color: var(--muted); }
.location-card h3 { margin-top: 10px; }
.location-card p { margin-top: 12px; font-size: 13px; line-height: 1.85; color: var(--muted); }
.light-source { color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; }
.faq-section { background: var(--canvas); border-block: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .9fr 1.2fr; gap: 100px; }
.faq-intro > p { margin-top: 24px; color: var(--muted); font-size: 13px; }
.faq-intro > .text-link { color: var(--primary); margin-top: 10px; }
.faq-list { border-top: 1px solid #c5d0da; }
.faq-list details { padding-block: 21px; border-bottom: 1px solid #c5d0da; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; font-size: 15px; font-weight: 650; list-style: none; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 18px; height: 18px; color: var(--primary); transition: transform .18s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 13px; line-height: 1.85; margin-top: 14px; padding-right: 32px; }
.faq-list details a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.cta-section { padding-block: 64px; background: #eaf0fd; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner .eyebrow { color: var(--primary); }
.cta-inner h2 { margin-top: 12px; font-size: 34px; }
.cta-inner p { color: var(--muted); font-size: 13px; margin-top: 12px; }
.cta-inner > .button { flex: 0 0 auto; }
.site-footer { padding-top: 42px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 30px; }
.footer-identity > p { color: var(--muted); font-size: 11px; margin-top: 14px; }
.footer-nav { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; column-gap: 26px; row-gap: 16px; font-size: 12px; max-width: 360px; }
.footer-nav a:hover, .footer-nav [aria-current] { color: var(--primary); }
.footer-email { flex-basis: 100%; text-align: right; overflow-wrap: anywhere; }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 19px; display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 10px; }
/* Independent server pages */
.inner-hero { padding: 35px 0 57px; background: var(--canvas); border-bottom: 1px solid var(--line); }
.back-link { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; margin-bottom: 36px; }
.back-link .icon { width: 14px; height: 14px; transform: rotate(180deg); }
.inner-hero .eyebrow { color: var(--primary); }
.inner-hero h1 { font-size: 57px; margin-top: 15px; }
.inner-hero p { margin-top: 19px; color: var(--muted); line-height: 1.8; }
.policy-section { padding-block: 58px 90px; }
.policy-grid { display: grid; grid-template-columns: 250px minmax(0,720px); justify-content: space-between; gap: 65px; }
.policy-aside { color: var(--muted); }
.policy-aside > p { font-size: 11px; margin-top: 6px; }
.policy-callout { display: flex; flex-direction: column; align-items: flex-start; padding: 22px; margin-top: 25px; background: var(--canvas); border-radius: var(--radius); }
.policy-callout .icon { color: var(--primary); margin-bottom: 15px; }
.policy-callout strong { color: var(--ink); font-size: 14px; line-height: 1.5; }
.policy-callout span { font-size: 12px; margin-top: 8px; }
.policy-body h2 { font-size: 24px; margin-top: 34px; }
.policy-body h2:first-child { margin-top: 0; }
.policy-body p { margin-top: 14px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.policy-body a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.policy-body code { font-size: 12px; overflow-wrap: anywhere; }
.policy-notice { background: var(--canvas); border-left: 3px solid #9cafc3; color: var(--muted); padding: 20px; margin-top: 35px; font-size: 12px; line-height: 1.9; }
.analytics-preferences { background: var(--canvas); padding: 20px; margin-top: 20px; border-radius: var(--radius); }
.analytics-preferences p { margin: 0 0 12px; }
.preference-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.preference-actions .button { font-size: 12px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 95px; align-items: center; }
.contact-card { background: var(--canvas); padding: 38px; border-radius: var(--radius); border: 1px solid var(--line); }
.contact-icon { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; color: #fff; background: var(--primary); border-radius: 14px; margin-bottom: 26px; }
.contact-icon .icon { width: 27px; height: 27px; }
.contact-card .eyebrow { color: var(--primary); }
.contact-card h2 { font-size: 30px; margin-top: 10px; }
.contact-address { display: inline-flex; gap: 10px; align-items: center; margin-block: 20px; font-size: 18px; font-weight: 600; letter-spacing: -.03em; color: var(--primary); overflow-wrap: anywhere; }
.contact-address .icon { width: 17px; height: 17px; }
.contact-card > p { color: var(--muted); font-size: 13px; line-height: 1.9; }
.contact-card > .button { margin-top: 24px; }
.contact-card > .contact-note { margin-top: 16px; font-size: 10px; }
.contact-help h2 { font-size: 37px; margin-block: 15px 26px; }
.contact-help > div:not(.eyebrow) { padding-block: 24px; border-top: 1px solid var(--line); }
.contact-help h3 { font-size: 18px; }
.contact-help p { margin-top: 10px; color: var(--muted); font-size: 13px; }
.contact-help .text-link { margin-top: 12px; color: var(--primary); font-size: 12px; }
.not-found { background: var(--canvas); padding-block: 130px; }
.error-code { font: 11px/1.5 var(--mono); color: var(--primary); }
.not-found h1 { margin-top: 18px; font-size: 56px; }
.not-found p { margin-top: 20px; color: var(--muted); }
.not-found .button { margin-top: 28px; }
/* Exactly two native dialogs. Content scrolls inside the dialog, close stays visible. */
.modal { width: min(592px, calc(100% - 40px)); max-width: none; max-height: calc(100dvh - 40px); padding: 0; margin: auto; border: 1px solid #dbe2e8; border-radius: 17px; color: var(--ink); background: var(--paper); box-shadow: var(--modal-shadow); overflow: hidden; }
.modal::backdrop { background: rgba(17,35,49,.53); backdrop-filter: blur(5px); }
.modal[open] { animation: modal-enter .22s ease-out; }
.modal-close { position: absolute; right: 19px; top: 19px; z-index: 3; width: 36px; height: 36px; box-shadow: 0 2px 8px rgba(0,0,0,.02); }
.modal-scroll { max-height: calc(100dvh - 42px); overflow-y: auto; overscroll-behavior: contain; padding: 29px 30px 27px; scrollbar-width: thin; scrollbar-color: #c0ceda transparent; }
.modal-brand { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 650; padding: 0 40px 21px 0; border-bottom: 1px solid var(--line); margin-bottom: 25px; min-height: 49px; }
.modal-brand img { flex: 0 0 auto; }
.modal-brand > span:first-of-type { overflow-wrap: anywhere; }
.modal-local { margin-left: auto; font: 8px/1.3 var(--mono); letter-spacing: .04em; font-weight: 400; color: var(--muted); white-space: nowrap; }
.modal h2 { font-size: 34px; letter-spacing: -.045em; line-height: 1.12; }
.modal-description { color: var(--muted); font-size: 12px; line-height: 1.9; margin-top: 15px; }
.preparing-label { display: flex; align-items: center; gap: 8px; margin-bottom: 15px; color: var(--primary); font-size: 8px; }
.spinner { width: 16px; height: 16px; border: 2px solid #dbe5fc; border-top-color: var(--primary); border-radius: 50%; animation: spin 1s linear infinite; }
.vin-reference { display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid var(--line); border-radius: 7px; padding: 13px 14px; background: var(--canvas); margin-block: 22px; }
.vin-reference > span { font-size: 8px; font-weight: 700; letter-spacing: .1em; flex: 0 0 auto; }
.vin-reference > code { font: 12px/1.5 var(--mono); letter-spacing: .055em; white-space: nowrap; }
.progress-label { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 10px; margin-bottom: 9px; }
.progress-label strong { color: var(--ink); font: 11px/1 var(--mono); }
.progress-track { height: 4px; background: #e5ebf1; border-radius: 4px; overflow: hidden; }
.progress-track > span { display: block; height: 100%; width: 100%; background: var(--primary); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.preparation-steps { list-style: none; padding: 0; margin: 19px 0 0; display: flex; flex-direction: column; gap: 0; }
.preparation-steps li { display: grid; grid-template-columns: 15px minmax(0,1fr) 49px; gap: 10px; align-items: center; min-height: 31px; padding-block: 5px; color: var(--subtle); font-size: 10px; line-height: 1.5; }
.step-indicator { display: flex; width: 13px; height: 13px; align-items: center; justify-content: center; border: 1px solid #c9d4de; border-radius: 50%; transition: background-color .2s, border-color .2s; }
.step-indicator .icon { color: #fff; width: 9px; height: 9px; stroke-width: 2.5; opacity: 0; transform: scale(.65); transition: opacity .2s, transform .2s; }
.preparation-steps li[data-state="active"] { color: var(--ink); }
.preparation-steps li[data-state="active"] .step-indicator { border: 4px solid var(--primary); }
.preparation-steps li[data-state="active"] .step-state { color: var(--primary); }
.preparation-steps li[data-state="done"] .step-indicator { background: var(--success); border-color: var(--success); }
.preparation-steps li[data-state="done"] .step-indicator .icon { opacity: 1; transform: scale(1); }
.preparation-steps li[data-state="done"] { color: #466256; }
.step-state { text-align: right; font-size: 8px; }
.preparation-steps li[data-state="done"] .step-state { color: var(--success); }
.modal-footnote { display: flex; gap: 7px; align-items: center; justify-content: center; color: var(--muted); font-size: 9px; margin-top: 21px; }
.modal-footnote .icon { width: 12px; height: 12px; }
.success-mark { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; color: var(--success); background: var(--success-bg); border-radius: 13px; }
.success-mark .icon { width: 26px; height: 26px; stroke-width: 1.7; }
.ready-label { margin-block: 18px 11px; color: var(--success); font-size: 8px; }
.reference-summary { display: grid; grid-template-columns: .95fr 1fr 1.35fr; background: var(--canvas); border: 1px solid var(--line); border-radius: 8px; padding: 18px 12px; margin: 24px 0; gap: 0; }
.reference-summary > div { min-width: 0; padding-inline: 10px; border-right: 1px solid var(--line); }
.reference-summary > div:first-child { padding-left: 0; }
.reference-summary > div:last-child { border: 0; padding-right: 0; }
.reference-summary dt { font-size: 7px; font-weight: 650; letter-spacing: .04em; color: var(--muted); margin-bottom: 8px; }
.reference-summary dd { margin: 0; font-size: 11px; font-weight: 650; white-space: nowrap; }
.reference-summary dd code { font: 10px/1.4 var(--mono); letter-spacing: -.03em; }
.reference-summary dd.valid-format { color: var(--success); }
.reference-summary dd .icon { width: 12px; height: 12px; margin-right: 2px; }
.review-button { width: 100%; justify-content: space-between; }
.ready-note { font-size: 10px; color: var(--muted); text-align: center; margin-top: 13px; }
.details-scroll { padding: 31px; }
.details-success { margin: 0 auto 23px; }
.details-label { font-size: 9px; color: var(--success); margin-bottom: 13px; }
.details-modal .modal-description { font-size: 12px; line-height: 1.9; }
.details-modal .vin-reference { margin-block: 20px 18px; }
.summary-items { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.summary-card { display: grid; grid-template-columns: 24px minmax(0,1fr); align-items: center; column-gap: 14px; min-height: 83px; padding: 16px; background: #f7f9fb; border: 1px solid var(--line); border-radius: 9px; }
.summary-number { display: flex; align-items: center; justify-content: center; width: 23px; height: 23px; border: 1px solid #cad5df; color: var(--muted); border-radius: 50%; font: 10px/1 var(--mono); }
.summary-content { min-width: 0; text-align: center; color: #435663; font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.summary-first { display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 9px; }
.summary-first > span { min-width: 0; flex: 0 1 auto; overflow-wrap: anywhere; }
.windows-icon { width: 26px; height: 26px; flex: 0 0 26px; object-fit: contain; }
.full-report-button { width: 100%; background: var(--disabled); color: #626f79; border-color: var(--disabled); margin-top: 20px; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes modal-enter { from { opacity: 0; transform: translateY(8px) scale(.99); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 1050px) {
    .hero-grid { gap: 34px; grid-template-columns: 1fr 1fr; }
    .hero h1 { font-size: 54px; }
    .form-ribbon { padding-inline: 20px; }
    .form-body { padding-inline: 22px; }
    .local-badge { display: none; }
    .feature { padding-inline: 16px; gap: 10px; }
    .process-card { padding: 22px; }
    .why-grid, .faq-grid, .contact-grid { gap: 48px; }
    .policy-grid { gap: 45px; grid-template-columns: 210px minmax(0,1fr); }
    .contact-card { padding: 27px; }
    .contact-address { font-size: 16px; }
}
@media (max-width: 800px) {
    .container { width: calc(100% - 48px); }
    .header-inner { min-height: 72px; gap: 16px; }
    .primary-nav { gap: 20px; font-size: 12px; }
    .brand { font-size: 16px; }
    .hero-grid { gap: 28px; padding-block: 42px; }
    .hero h1 { font-size: 43px; }
    .small-label { font-size: 8px; margin-bottom: 19px; }
    .hero-description { font-size: 14px; margin-block: 21px; }
    .hero-footnote { font-size: 9px; align-items: flex-start; }
    .form-ribbon { padding-inline: 17px; gap: 10px; }
    .ribbon-caption { font-size: 10px; }
    .form-body { padding: 21px 17px 16px; }
    .form-body h2 { font-size: 25px; }
    .form-description { font-size: 11px; margin-bottom: 21px; }
    .input-label-row label { font-size: 10px; }
    .vin-count { font-size: 10px; }
    .vin-input { font-size: 13px; padding-inline: 10px; }
    .vin-input::placeholder { font-size: 11px; }
    .input-help-row { font-size: 9px; }
    .prepare-button { font-size: 12px; padding-inline: 16px; gap: 10px; }
    .feature strong { font-size: 11px; }
    .feature-icon { background: transparent; width: 25px; }
    .feature p { font-size: 9px; }
    h2 { font-size: 37px; }
    .section { padding-block: 65px; }
    .section-heading > p { font-size: 12px; max-width: 280px; }
    .process-grid { gap: 14px; }
    .process-card { padding: 22px 18px; }
    .process-card h3 { font-size: 19px; }
    .process-card p { font-size: 12px; }
    .why-grid { gap: 36px; }
    .why-copy h2 { font-size: 39px; }
    .why-copy > p { font-size: 13px; }
    .scope-panel h3 { font-size: 17px; }
    .scope-panel article { gap: 12px; }
    .scope-panel article p { font-size: 12px; }
    .why-copy .button { padding-inline: 15px; font-size: 11px; }
    .faq-grid { gap: 45px; grid-template-columns: .8fr 1.2fr; }
    .faq-list summary { font-size: 14px; }
    .locations-grid { gap: 18px; }
    .location-card { padding-right: 0; }
    .location-card h3 { font-size: 19px; }
    .cta-inner h2 { font-size: 29px; }
    .cta-inner > .button { font-size: 12px; padding-inline: 16px; gap: 12px; }
    .policy-grid { grid-template-columns: 180px minmax(0,1fr); gap: 35px; }
    .inner-hero h1 { font-size: 47px; }
    .contact-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .contact-card { padding: 23px; }
    .contact-card h2 { font-size: 27px; }
    .contact-help h2 { font-size: 31px; }
    .contact-address { font-size: 14px; }
}
@media (max-width: 680px) {
    .container { width: calc(100% - 40px); }
    .header-inner { min-height: 68px; flex-wrap: wrap; }
    .brand { font-size: 16px; gap: 9px; max-width: calc(100% - 55px); }
    .brand img { width: 33px; height: 33px; }
    .menu-toggle:not([hidden]) { display: inline-flex; }
    .primary-nav { width: 100%; flex-wrap: wrap; gap: 12px 22px; padding-bottom: 18px; }
    .js-enabled .primary-nav { display: none; }
    .js-enabled .primary-nav.is-open { display: flex; }
    .primary-nav .button { margin-left: auto; }
    .hero-topline { padding-block: 17px; }
    .hero-topline .eyebrow { font-size: 8px; letter-spacing: .1em; }
    .topline-note { display: none; }
    .hero-grid { grid-template-columns: minmax(0,1fr); padding-block: 33px 28px; gap: 29px; }
    .hero h1 { font-size: clamp(44px, 10.7vw, 64px); line-height: 1.06; }
    .small-label { font-size: 8px; margin-bottom: 17px; gap: 9px; }
    .label-dash { width: 20px; }
    .hero-description { font-size: 14px; line-height: 1.8; max-width: 430px; margin-block: 19px 17px; }
    .hero-link { font-size: 12px; }
    .hero-footnote { margin-top: 17px; font-size: 9px; }
    .form-ribbon { height: 54px; padding-inline: 20px; }
    .ribbon-icon .icon { width: 25px; height: 25px; }
    .ribbon-caption { font-size: 11px; }
    .form-body { padding: 22px 21px 16px; }
    .form-body h2 { font-size: 27px; }
    .form-description { font-size: 12px; margin-block: 7px 22px; }
    .form-eyebrow { font-size: 8px; }
    .input-label-row label { font-size: 11px; }
    .vin-input { font-size: 16px; letter-spacing: .015em; height: 52px; }
    .vin-input::placeholder { font-size: 12px; }
    .input-help-row { font-size: 9px; }
    .prepare-button { font-size: 13px; margin-top: 18px; }
    .feature-strip { grid-template-columns: minmax(0,1fr); gap: 18px; padding-block: 23px 26px; }
    .feature, .feature:first-child { border: 0; padding: 0; gap: 12px; }
    .feature-icon { background: #e6edf6; width: 37px; height: 37px; }
    .feature strong { font-size: 12px; }
    .feature p { font-size: 10px; }
    .section { padding-block: 53px; }
    h2 { font-size: 34px; }
    .section-heading { display: block; margin-bottom: 27px; }
    .section-heading > p { margin-top: 18px; max-width: none; font-size: 13px; }
    .section-heading h2, .faq-intro h2 { margin-top: 12px; }
    .process-grid { grid-template-columns: 1fr; gap: 12px; }
    .process-card { padding: 24px; }
    .step-top { margin-bottom: 24px; }
    .process-card h3 { font-size: 22px; }
    .process-card p { font-size: 13px; margin-bottom: 20px; }
    .why-grid, .faq-grid, .contact-grid { grid-template-columns: minmax(0,1fr); gap: 34px; }
    .why-copy h2 { font-size: 39px; }
    .why-copy .button { font-size: 12px; }
    .scope-panel article { gap: 18px; }
    .scope-panel h3 { font-size: 19px; }
    .scope-panel article p { font-size: 13px; }
    .locations-grid { grid-template-columns: 1fr; gap: 21px; }
    .location-card { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
    .location-card:last-child { border: 0; padding-bottom: 0; }
    .location-icon { margin-bottom: 17px; width: 48px; height: 48px; }
    .location-card h3 { font-size: 21px; }
    .faq-intro > p { margin-top: 18px; }
    .faq-list details p { padding-right: 4px; }
    .faq-list summary { gap: 15px; font-size: 14px; }
    .cta-section { padding-block: 43px; }
    .cta-inner { display: block; }
    .cta-inner h2 { font-size: 32px; }
    .cta-inner > .button { margin-top: 23px; font-size: 13px; }
    .footer-top { display: block; }
    .footer-nav { justify-content: flex-start; margin-top: 26px; gap: 13px 25px; }
    .footer-email { text-align: left; }
    .footer-bottom { flex-direction: column; gap: 8px; font-size: 9px; }
    .inner-hero { padding-block: 24px 39px; }
    .back-link { margin-bottom: 28px; }
    .inner-hero h1 { font-size: 39px; }
    .inner-hero p { font-size: 13px; }
    .policy-grid { grid-template-columns: 1fr; gap: 34px; }
    .policy-callout { margin-top: 16px; }
    .policy-body h2 { font-size: 24px; }
    .policy-body p { font-size: 13px; }
    .contact-card { padding: 27px 23px; }
    .contact-address { font-size: 17px; }
    .not-found { padding-block: 75px; }
    .not-found h1 { font-size: 43px; }
    .not-found p { font-size: 14px; }
}
@media (max-width: 480px) {
    .modal { width: calc(100% - 24px); max-height: calc(100dvh - 24px); border-radius: 14px; }
    .modal-scroll { padding: 23px 21px 23px; max-height: calc(100dvh - 26px); }
    .modal-close { top: 13px; right: 13px; width: 36px; height: 36px; }
    .modal-brand { font-size: 11px; margin-bottom: 22px; padding-right: 25px; }
    .modal-local { display: none; }
    .modal h2 { font-size: 29px; }
    .modal-description, .details-modal .modal-description { font-size: 11px; }
    .preparing-label { font-size: 8px; }
    .vin-reference { padding: 11px 10px; gap: 7px; margin-block: 18px; }
    .vin-reference > span { font-size: 7px; letter-spacing: .04em; }
    .vin-reference > code { font-size: 10px; letter-spacing: .01em; }
    .preparation-steps li { gap: 8px; font-size: 9px; grid-template-columns: 13px minmax(0,1fr) 42px; min-height: 31px; }
    .step-state { font-size: 7px; }
    .modal-footnote { font-size: 8px; }
    .reference-summary { grid-template-columns: .9fr .95fr 1.45fr; padding: 13px 9px; margin-block: 21px; }
    .reference-summary > div { padding-inline: 6px; }
    .reference-summary dt { font-size: 6px; letter-spacing: -.015em; margin-bottom: 6px; }
    .reference-summary dd { font-size: 8px; letter-spacing: -.04em; }
    .reference-summary dd .icon { width: 9px; height: 9px; margin-right: 0; }
    .reference-summary dd code { font-size: 7.3px; letter-spacing: -.075em; }
    .review-button { font-size: 13px; padding-inline: 15px; }
    .ready-note { font-size: 9px; }
    .success-mark { width: 47px; height: 47px; border-radius: 12px; }
    .details-success { margin-top: 3px; margin-bottom: 26px; }
    .details-label { font-size: 7px; letter-spacing: .11em; margin-bottom: 13px; }
    .details-modal .vin-reference { margin-block: 18px; }
    .summary-card { min-height: 83px; padding: 13px 11px; column-gap: 9px; grid-template-columns: 22px minmax(0,1fr); }
    .summary-number { width: 22px; height: 22px; font-size: 9px; }
    .summary-content { font-size: 11px; }
    .summary-first { gap: 7px; }
    .windows-icon { width: 22px; height: 22px; flex-basis: 22px; }
    .full-report-button { margin-top: 19px; font-size: 13px; }
}
@media (max-width: 360px) {
    .container { width: calc(100% - 32px); }
    .hero h1 { font-size: 43px; }
    .form-body { padding-inline: 16px; }
    .form-ribbon { padding-inline: 16px; }
    .form-body h2 { font-size: 26px; }
    .input-label-row label { font-size: 10px; }
    .input-help-row { font-size: 8px; gap: 5px; }
    .hero-footnote { font-size: 8px; }
    .contact-address { font-size: 14px; }
    .modal-scroll { padding-inline: 18px; }
    .modal h2 { font-size: 27px; }
    .modal-description, .details-modal .modal-description { font-size: 10px; }
    .reference-summary { padding-inline: 7px; grid-template-columns: .9fr .95fr 1.5fr; }
    .reference-summary > div { padding-inline: 4px; }
    .reference-summary dt { font-size: 5.6px; }
    .reference-summary dd { font-size: 7.4px; }
    .reference-summary dd code { font-size: 6.6px; }
    .vin-reference > code { font-size: 9px; }
    .summary-content { font-size: 10px; }
    .summary-card { padding-inline: 10px; column-gap: 7px; }
    .summary-first { gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .spinner { animation: none; }
    .progress-track > span { will-change: auto; }
}
@media (max-width: 480px) {
    .reference-summary { grid-template-columns: .95fr .95fr 1.2fr; }
    .reference-summary dt { font-size: 7px; letter-spacing: 0; }
    .reference-summary dd { font-size: 9px; letter-spacing: -.025em; white-space: normal; }
    .reference-summary dd code { display: block; font-size: 9px; line-height: 1.5; letter-spacing: 0; overflow-wrap: anywhere; }
    .reference-summary dd .icon { display: none; }
}
