/* VIN Recall Scan — Field Notes. Системные шрифты; внешних зависимостей нет. */
:root {
    --paper: #f6f5ef;
    --surface: #fffefa;
    --ink: #243d36;
    --muted: #616d65;
    --green: #234d45;
    --green-hover: #193c34;
    --sage: #e9ede3;
    --line: #dadfd5;
    --accent: #9b6242;
    --success: #267342;
    --success-soft: #eaf4e6;
    --error: #a0352e;
    --error-soft: #fbede7;
    --radius: 12px;
    --radius-small: 6px;
    --shadow: 0 15px 42px rgba(31, 51, 41, .065);
    --space: 8px;
    --container: 1184px;
    --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    --serif: Georgia, "Times New Roman", serif;
    --mono: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 28px; scrollbar-gutter: stable; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open { position: fixed; width: 100%; overflow: hidden; }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
input:focus-visible { outline-offset: 2px; }
img, svg { vertical-align: middle; }
img { max-width: 100%; }
button svg, a svg { pointer-events: none; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: 1.08; }
h3 { font-size: 18px; font-weight: 620; line-height: 1.3; letter-spacing: -.02em; }
em { font-style: italic; color: var(--accent); }
::selection { background: #dce6d8; color: var(--ink); }
.container { width: min(var(--container), calc(100% - 96px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex-shrink: 0; }
.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: 500; top: 10px; left: 16px; padding: 10px 18px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { font-family: var(--sans); font-size: 10px; font-weight: 650; letter-spacing: .17em; line-height: 1.4; color: var(--accent); }
.eyebrow-line { display: inline-block; width: 27px; height: 1px; background: var(--accent); vertical-align: middle; margin-right: 11px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 14px 23px; background: var(--green); color: #fffefa; border: 1px solid transparent; border-radius: var(--radius-small); font-size: 14px; font-weight: 600; line-height: 1.4; transition: background .18s, box-shadow .18s; }
.button:not(:disabled):hover { background: var(--green-hover); box-shadow: 0 4px 15px rgba(20, 46, 36, .12); }
.button .icon { width: 19px; height: 19px; }
.button-small { min-height: 41px; padding: 10px 16px; font-size: 12px; gap: 18px; }
.button-light { background: var(--paper); color: var(--green); }
.button-light:not(:disabled):hover { background: #e2e8dc; }
.full-width { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.text-link .icon { width: 15px; height: 15px; }
.text-link:hover { text-decoration: underline; }
.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { display: flex; align-items: center; gap: 36px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 650; letter-spacing: -.04em; white-space: nowrap; }
.brand img { flex: 0 0 auto; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 500; }
.primary-nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
.primary-nav a:hover, .primary-nav [aria-current] { border-bottom-color: var(--accent); }
.menu-toggle { display: none; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; background: transparent; color: var(--muted); border: 1px solid transparent; border-radius: 50%; }
.icon-button:hover { background: var(--sage); color: var(--ink); }
.menu-toggle.icon-button { display: none; }
.hero-grid { display: grid; grid-template-columns: 1.14fr 1fr; align-items: center; gap: 90px; padding-top: 68px; padding-bottom: 59px; }
.hero h1 { font-size: clamp(56px, 5.1vw, 76px); line-height: 1.02; margin: 25px 0 23px; }
.hero-description { max-width: 414px; font-size: 16px; line-height: 1.75; color: var(--muted); }
.hero-notes { display: flex; flex-wrap: wrap; align-items: center; column-gap: 12px; row-gap: 6px; margin-top: 29px; font-size: 10px; color: var(--muted); }
.hero-notes > span { display: inline-flex; align-items: center; gap: 6px; }
.hero-notes .icon { width: 13px; height: 13px; }
.hero-notes .note-separator { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); }
.form-column { scroll-margin-top: 28px; }
.vin-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.form-ribbon { height: 64px; padding: 0 27px; display: flex; align-items: center; justify-content: space-between; gap: 10px; background: var(--sage); border-bottom: 1px solid var(--line); }
.ribbon-title { display: flex; align-items: center; gap: 10px; font-size: 9px; font-weight: 600; letter-spacing: .1em; }
.ribbon-title .icon { width: 24px; height: 24px; }
.ribbon-index { font-family: var(--mono); font-size: 9px; color: var(--muted); white-space: nowrap; }
.vin-form { padding: 27px; }
.vin-form h2 { font-family: var(--sans); font-size: 24px; font-weight: 620; letter-spacing: -.035em; line-height: 1.2; }
.form-intro { font-size: 12px; color: var(--muted); margin-top: 9px; }
.label-row { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin: 25px 0 9px; }
.label-row label { font-size: 11px; font-weight: 600; }
.vin-counter { font-family: var(--mono); font-size: 11px; color: var(--muted); white-space: nowrap; }
#vin-input { width: 100%; height: 52px; padding: 0 14px; border-radius: var(--radius-small); border: 1px solid #9faea1; background: #fffefa; font-family: var(--mono); font-size: 17px; letter-spacing: .045em; color: var(--ink); transition: border-color .15s; }
#vin-input::placeholder { font-family: var(--sans); font-size: 13px; letter-spacing: .015em; color: #758076; }
#vin-input:focus { border-color: var(--green); }
#vin-input[aria-invalid="true"] { border-color: var(--error); }
.input-hint { font-size: 10px; color: var(--muted); margin-top: 8px; }
.field-error { font-size: 12px; line-height: 1.5; color: var(--error); padding: 9px 11px; margin-top: 10px; background: var(--error-soft); border-radius: 4px; }
.submit-button { width: 100%; margin-top: 21px; justify-content: space-between; }
.form-disclosure { display: flex; align-items: flex-start; justify-content: center; gap: 6px; margin-top: 13px; font-size: 9px; color: var(--muted); line-height: 1.5; }
.form-disclosure .icon { width: 13px; height: 13px; }
.vin-location-link { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 18px; font-size: 11px; color: var(--muted); }
.vin-location-link .icon { width: 14px; height: 14px; }
.vin-location-link:hover { color: var(--green); text-decoration: underline; }
.feature-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature { display: flex; align-items: center; justify-content: center; gap: 15px; }
.feature + .feature { border-left: 1px solid var(--line); }
.feature:first-child { justify-content: flex-start; }
.feature:last-child { justify-content: flex-end; }
.feature > .icon { width: 27px; height: 27px; color: var(--green); }
.feature h3 { font-size: 13px; letter-spacing: -.015em; }
.feature p { font-size: 11px; color: var(--muted); margin-top: 4px; }
.section { padding: 88px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 38px; }
.section h2 { font-size: 43px; margin-top: 16px; }
.section-heading > p, .section-lead { color: var(--muted); font-size: 13px; line-height: 1.8; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.process-card { position: relative; padding: 25px 24px 24px; border-top: 1px solid var(--green); background: #eeefe7; }
.step-number { display: block; font-family: var(--serif); color: var(--accent); font-size: 38px; line-height: 1; margin-bottom: 25px; }
.process-card h3 { font-size: 18px; margin-bottom: 11px; }
.process-card > p { font-size: 13px; color: var(--muted); line-height: 1.8; min-height: 72px; }
.step-tag { display: inline-block; font-family: var(--mono); font-size: 9px; color: var(--muted); letter-spacing: .07em; margin-top: 23px; }
.process-card .text-link { margin-top: 22px; }
.why-section { background: var(--sage); }
.why-grid { display: grid; grid-template-columns: 1fr 1.06fr; gap: 110px; }
.why-copy h2 { font-size: 57px; margin-top: 22px; }
.why-copy > p:not(.eyebrow) { max-width: 300px; margin-top: 20px; font-size: 14px; color: var(--muted); }
.editorial-note { display: flex; align-items: center; gap: 12px; margin-top: 30px; font-family: var(--serif); font-style: italic; font-size: 16px; }
.mini-line { width: 32px; height: 1px; background: var(--accent); }
.why-points { padding-top: 8px; }
.why-points article { display: flex; gap: 22px; padding: 25px 0; border-bottom: 1px solid #c7d0c2; }
.why-points article:first-child { padding-top: 0; }
.why-points article:last-child { border-bottom: 0; }
.point-number { padding-top: 3px; font-family: var(--mono); font-size: 10px; color: var(--accent); }
.why-points p { font-size: 13px; color: var(--muted); margin-top: 10px; line-height: 1.8; max-width: 410px; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.location-card { padding: 0 20px 0 0; }
.location-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: var(--sage); border-radius: 50%; margin-bottom: 21px; }
.location-card h3 { font-size: 17px; }
.location-card p { margin-top: 10px; font-size: 13px; color: var(--muted); max-width: 270px; line-height: 1.8; }
.source-note { margin-top: 34px; font-size: 10px; color: var(--muted); }
.source-note a { text-decoration: underline; }
.faq-section { padding-top: 20px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; padding-top: 55px; border-top: 1px solid var(--line); }
.faq-grid h2 { font-size: 48px; }
.faq-grid .section-lead { margin-top: 20px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 0; font-size: 14px; font-weight: 550; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 17px; height: 17px; transition: transform .18s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details > div { padding: 0 30px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-list a { text-decoration: underline; color: var(--green); }
.final-cta { padding: 53px 0; background: var(--green); color: var(--surface); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta .eyebrow { color: #d4ddc8; }
.final-cta h2 { font-size: 43px; margin-top: 15px; }
.final-cta p:not(.eyebrow) { font-size: 13px; color: #d6dfd0; margin-top: 12px; }
.final-cta .button { flex-shrink: 0; min-width: 186px; }
.site-footer { padding: 38px 0 19px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 30px; }
.footer-brand-block .brand { font-size: 17px; }
.footer-brand-block p { font-size: 11px; color: var(--muted); margin-top: 10px; }
.footer-links { display: flex; gap: 28px; font-size: 12px; }
.footer-links a:hover, .footer-email:hover { text-decoration: underline; }
.footer-email { font-size: 12px; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 9px; color: var(--muted); }
/* Информационные страницы */
.document-hero { padding: 40px 0 55px; border-bottom: 1px solid var(--line); }
.back-link { display: inline-block; font-size: 11px; color: var(--muted); margin-bottom: 44px; }
.back-link:hover { text-decoration: underline; }
.document-hero h1 { font-size: 64px; margin: 18px 0; }
.document-hero p:not(.eyebrow) { color: var(--muted); font-size: 15px; }
.document-grid { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 96px; padding-top: 55px; padding-bottom: 80px; }
.aside-label { font-size: 10px; font-weight: 600; letter-spacing: .15em; color: var(--accent); }
.document-aside p { font-size: 13px; color: var(--muted); margin: 16px 0 24px; }
.document-body { max-width: 710px; }
.document-body section + section { margin-top: 33px; }
.document-body h2 { font-family: var(--sans); font-size: 21px; font-weight: 600; letter-spacing: -.02em; line-height: 1.4; margin-bottom: 13px; }
.document-body p { font-size: 14px; color: var(--muted); line-height: 1.9; overflow-wrap: anywhere; }
.document-body p + p { margin-top: 12px; }
.document-body a { color: var(--green); text-decoration: underline; }
.document-body code { font-size: 12px; }
.document-callout { display: flex; gap: 14px; padding: 20px; background: var(--sage); border-radius: var(--radius-small); margin-top: 36px; }
.document-callout p { font-size: 12px; }
.preference-control { display: flex; align-items: center; gap: 10px; padding: 18px 0; font-size: 13px; }
.preference-control input { accent-color: var(--green); width: 18px; height: 18px; }
.contact-section { padding: 40px 0 100px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact-copy h1 { font-size: 70px; margin: 22px 0; }
.contact-copy > p:not(.eyebrow) { max-width: 360px; color: var(--muted); }
.contact-copy .small-text { margin-top: 22px; }
.small-text { font-size: 12px; line-height: 1.8; color: var(--muted); }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.contact-icon { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; color: var(--green); background: var(--sage); border-radius: 50%; margin-bottom: 27px; }
.contact-card h2 { font-size: 32px; margin: 14px 0 22px; }
.contact-address { display: block; color: var(--green); text-decoration: underline; font-size: 18px; overflow-wrap: anywhere; margin-bottom: 22px; }
.contact-card > p:not(.eyebrow) { font-size: 13px; color: var(--muted); }
.contact-divider { height: 1px; background: var(--line); margin: 26px 0; }
.not-found { text-align: center; padding: 110px 0 130px; }
.not-found h1 { font-size: 64px; margin: 24px 0; }
.not-found p:not(.eyebrow) { color: var(--muted); margin-bottom: 30px; }
/* Ровно два окна. Прокручивается панель, а не фон страницы. */
.modal { position: fixed; inset: 0; z-index: 100; padding: 24px; display: flex; align-items: center; justify-content: center; background: rgba(24, 40, 32, .54); backdrop-filter: blur(5px); overscroll-behavior: contain; }
.modal-panel { position: relative; width: 100%; max-width: 566px; max-height: calc(100dvh - 48px); overflow-y: auto; overscroll-behavior: contain; background: var(--surface); border-radius: 16px; border: 1px solid #e9ecdf; padding: 25px 32px 24px; box-shadow: 0 25px 80px rgba(17, 32, 22, .2); scrollbar-width: thin; }
.modal-panel:focus { outline: none; }
.modal-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.brand-small { font-size: 14px; gap: 8px; }
.modal-close { flex-shrink: 0; }
.modal-close .icon { width: 19px; height: 19px; }
.preparation-content { overflow: hidden; }
.preparation-heading { text-align: center; }
.loading-orbit { display: flex; position: relative; align-items: center; justify-content: center; margin: 0 auto 17px; width: 43px; height: 43px; color: var(--green); }
.loading-orbit::before { position: absolute; inset: 0; content: ""; border: 2px solid var(--sage); border-top-color: var(--green); border-radius: 50%; animation: orbit 1.3s linear infinite; }
.loading-orbit > .icon { width: 20px; height: 20px; }
@keyframes orbit { to { transform: rotate(360deg); } }
.preparation-heading h2 { font-size: 38px; line-height: 1.04; margin-top: 12px; }
.preparation-heading > p:not(.eyebrow) { margin-top: 13px; font-size: 12px; color: var(--muted); line-height: 1.7; }
.vin-chip { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 15px; background: var(--sage); border-radius: var(--radius-small); margin-top: 22px; }
.vin-chip > span { font-size: 9px; font-weight: 600; color: var(--muted); letter-spacing: .1em; white-space: nowrap; }
.vin-chip > code { font-family: var(--mono); font-size: 13px; letter-spacing: .04em; overflow-wrap: anywhere; }
.progress-label { display: flex; justify-content: space-between; gap: 12px; font-size: 10px; margin: 18px 0 7px; color: var(--muted); }
#preparation-percent { font-family: var(--mono); color: var(--green); }
.progress-track { height: 5px; background: var(--sage); border-radius: 10px; overflow: hidden; }
#progress-fill { display: block; width: 100%; height: 100%; background: var(--green); transform: scaleX(0); transform-origin: left; will-change: transform; }
.preparation-steps { margin: 17px 0 0; padding: 0; list-style: none; }
.preparation-steps li { display: flex; align-items: center; gap: 9px; min-height: 32px; font-size: 11px; }
.step-dot { display: inline-flex; align-items: center; justify-content: center; width: 17px; height: 17px; flex: 0 0 17px; border: 1px solid #ccd4c8; border-radius: 50%; transition: background .2s, border-color .2s; }
.step-dot .icon { width: 11px; height: 11px; opacity: 0; transform: scale(.65); transition: opacity .2s, transform .2s; }
.step-text { min-width: 0; }
.step-status { margin-left: auto; color: #69756a; font-size: 9px; white-space: nowrap; }
[data-state="preparing"] .step-dot { background: #d7e3cc; border-color: var(--green); }
[data-state="preparing"] .step-status { color: var(--green); }
[data-state="done"] .step-dot { background: var(--success-soft); border-color: #c4d9ba; color: var(--success); }
[data-state="done"] .step-dot .icon { opacity: 1; transform: scale(1); }
[data-state="done"] .step-status { color: var(--success); }
.modal-footnote { display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 10px; color: var(--muted); margin-top: 17px; text-align: center; }
.modal-footnote .icon { width: 12px; height: 12px; }
.success-badge { display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; background: var(--success-soft); color: var(--success); border-radius: 15px; margin: 4px auto 22px; }
.success-badge .icon { width: 29px; height: 29px; stroke-width: 2; }
.ready-state { text-align: center; padding-top: 12px; }
.ready-state h2 { font-size: 44px; margin-top: 15px; }
.ready-state > p:not(.eyebrow):not(.modal-footnote) { max-width: 330px; font-size: 13px; color: var(--muted); margin: 17px auto 0; line-height: 1.75; }
.ready-summary { display: grid; grid-template-columns: 1fr 1fr 1.3fr; padding: 18px 12px; margin: 26px 0; text-align: left; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); gap: 14px; }
.ready-summary div { min-width: 0; }
.ready-summary dt { font-size: 8px; color: var(--muted); letter-spacing: .075em; }
.ready-summary dd { margin: 8px 0 0; font-size: 11px; font-weight: 550; line-height: 1.6; }
.ready-summary .format-valid { color: var(--success); display: flex; align-items: flex-start; gap: 3px; }
.format-valid .icon { width: 12px; height: 16px; }
.ready-summary .summary-vin { font-family: var(--mono); font-size: 10px; overflow-wrap: anywhere; }
.summary-panel { max-width: 558px; padding: 30px 32px 29px; }
.summary-close { position: absolute; top: 15px; right: 15px; }
.summary-panel > .success-badge { margin: 5px auto 23px; }
.summary-panel h2 { font-size: 43px; margin-top: 12px; }
.summary-panel > p:not(.eyebrow) { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.summary-panel .vin-chip { margin-top: 18px; }
.summary-cards { padding: 0; margin: 18px 0 20px; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.summary-card { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 13px; min-height: 84px; padding: 16px 16px 16px 13px; border: 1px solid var(--line); border-radius: 8px; background: #fafaf4; }
.card-number { align-self: center; display: inline-flex; justify-content: center; align-items: center; width: 27px; height: 27px; border: 1px solid #d2daca; border-radius: 50%; font-size: 11px; font-family: var(--mono); color: var(--green); }
.summary-card-content { text-align: center; font-size: 14px; line-height: 1.9; overflow-wrap: anywhere; min-width: 0; }
.windows-icon { display: inline-block; width: 26px; height: 26px; object-fit: contain; margin-inline: 10px; vertical-align: middle; }
.disabled-report, .disabled-report:disabled { background: #e1e3dc; border-color: #d5d8cf; color: #70796f; box-shadow: none; }
@media (max-width: 1100px) {
    .header-inner { gap: 22px; }
    .primary-nav { gap: 20px; }
    .hero-grid { gap: 48px; }
    .ribbon-index { display: none; }
    .hero h1 { font-size: 65px; }
    .hero-notes { max-width: 260px; }
    .hero-notes .note-separator { display: none; }
    .why-grid, .contact-grid { gap: 60px; }
    .feature p { font-size: 10px; }
    .feature { gap: 10px; }
    .feature > .icon { width: 23px; height: 23px; }
    .footer-main { flex-wrap: wrap; }
    .document-grid { gap: 55px; }
}
@media (max-width: 899px) {
    .container { width: calc(100% - 64px); }
    .header-inner { min-height: 76px; flex-wrap: wrap; position: relative; gap: 0; }
    .brand { font-size: 18px; }
    .menu-toggle.icon-button { display: inline-flex; margin-left: auto; }
    .header-cta { display: none; }
    .primary-nav { display: flex; width: 100%; order: 4; justify-content: space-between; padding: 7px 0 14px; margin: 0; }
    .menu-enhanced .primary-nav:not(.is-open) { display: none; }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 27px; padding-top: 50px; padding-bottom: 45px; }
    .hero h1 { font-size: 51px; }
    .hero-description { font-size: 14px; }
    .hero-copy > .eyebrow { font-size: 8px; letter-spacing: .12em; }
    .eyebrow-line { width: 16px; margin-right: 5px; }
    .vin-form { padding: 21px; }
    .form-ribbon { padding: 0 20px; }
    .ribbon-title { font-size: 8px; letter-spacing: .05em; }
    .vin-form h2 { font-size: 21px; }
    .form-intro { font-size: 11px; }
    .label-row label { font-size: 10px; }
    #vin-input { padding-inline: 10px; font-size: 14px; }
    #vin-input::placeholder { font-size: 11px; }
    .submit-button { font-size: 12px; padding-inline: 15px; gap: 10px; }
    .form-disclosure { text-align: left; font-size: 9px; }
    .feature { align-items: flex-start; gap: 10px; padding-inline: 14px; }
    .feature:first-child { padding-left: 0; }
    .feature:last-child { padding-right: 0; }
    .feature h3 { font-size: 11px; }
    .feature p { line-height: 1.6; }
    .section { padding: 65px 0; }
    .section h2 { font-size: 37px; }
    .section-heading { gap: 25px; }
    .section-heading > p { font-size: 11px; }
    .process-grid { gap: 16px; }
    .process-card { padding-inline: 18px; }
    .process-card h3 { font-size: 16px; }
    .process-card > p { font-size: 12px; min-height: 108px; }
    .process-card .text-link { font-size: 11px; }
    .why-grid { gap: 50px; }
    .why-copy h2 { font-size: 47px; }
    .why-points h3 { font-size: 16px; }
    .why-points p { font-size: 12px; }
    .location-grid { gap: 24px; }
    .faq-grid { gap: 45px; grid-template-columns: .7fr 1.3fr; }
    .faq-list summary { font-size: 12px; }
    .final-cta h2 { font-size: 36px; }
    .footer-bottom { font-size: 8px; }
    .document-grid { grid-template-columns: 180px minmax(0, 1fr); gap: 38px; }
    .document-hero h1 { font-size: 54px; }
    .contact-copy h1 { font-size: 55px; }
    .contact-card { padding: 25px; }
    .contact-grid { gap: 35px; }
    .contact-address { font-size: 15px; }
}
@media (max-width: 639px) {
    html { scroll-padding-top: 18px; }
    .container { width: calc(100% - 40px); }
    .header-inner { min-height: 68px; }
    .brand { font-size: 17px; }
    .brand img { width: 32px; height: 32px; }
    .primary-nav { gap: 12px; font-size: 11px; flex-wrap: wrap; }
    .hero-grid { grid-template-columns: 1fr; gap: 32px; padding-top: 36px; padding-bottom: 35px; }
    .hero-copy > .eyebrow { font-size: 8px; }
    .hero h1 { font-size: clamp(46px, 13.6vw, 63px); line-height: 1.01; margin: 22px 0 19px; }
    .hero h1 br:nth-of-type(2) { display: none; }
    .hero h1 em::before { content: " "; }
    .hero-description { font-size: 14px; max-width: 380px; }
    .hero-notes { margin-top: 18px; font-size: 9px; max-width: none; gap: 10px; }
    .hero-notes .note-separator { display: inline-block; }
    .form-ribbon { height: 54px; padding-inline: 21px; }
    .ribbon-title { font-size: 8px; letter-spacing: .08em; }
    .ribbon-index { display: inline; font-size: 8px; }
    .vin-form { padding: 23px 21px 20px; }
    .vin-form h2 { font-size: 23px; }
    .form-intro { font-size: 11px; }
    .label-row { margin-top: 23px; }
    .label-row label { font-size: 10px; }
    #vin-input { font-size: 16px; height: 50px; }
    #vin-input::placeholder { font-size: 12px; }
    .submit-button { font-size: 13px; min-height: 50px; margin-top: 18px; }
    .form-disclosure { font-size: 9px; }
    .vin-location-link { margin-top: 15px; font-size: 10px; }
    .feature-strip { grid-template-columns: 1fr; gap: 17px; padding-block: 23px; }
    .feature { padding: 0; gap: 13px; align-items: center; justify-content: flex-start; }
    .feature + .feature { border: 0; }
    .feature:last-child { justify-content: flex-start; }
    .feature h3 { font-size: 12px; }
    .feature p { font-size: 10px; margin-top: 2px; }
    .section { padding: 52px 0; }
    .section-heading { display: block; margin-bottom: 29px; }
    .section h2 { font-size: 36px; margin-top: 15px; }
    .section-heading > p { margin-top: 18px; font-size: 12px; }
    .section-heading > p br { display: none; }
    .process-grid { grid-template-columns: 1fr; gap: 18px; }
    .process-card { padding: 24px; }
    .step-number { font-size: 35px; margin-bottom: 18px; }
    .process-card h3 { font-size: 18px; }
    .process-card > p { min-height: 0; font-size: 13px; }
    .process-card .text-link { font-size: 13px; }
    .step-tag { margin-top: 18px; }
    .why-grid { grid-template-columns: 1fr; gap: 35px; }
    .why-copy h2 { font-size: 48px; }
    .why-copy > p:not(.eyebrow) { max-width: 320px; }
    .why-points article { padding: 22px 0; }
    .why-points h3 { font-size: 17px; }
    .why-points p { font-size: 13px; }
    .location-grid { grid-template-columns: 1fr; gap: 29px; }
    .location-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 18px; padding: 0; }
    .location-icon { grid-row: span 2; margin: 0; }
    .location-card h3 { padding-top: 2px; font-size: 16px; }
    .location-card p { font-size: 12px; margin-top: 7px; }
    .source-note { font-size: 9px; line-height: 1.8; }
    .faq-section { padding-top: 0; }
    .faq-grid { grid-template-columns: 1fr; gap: 29px; padding-top: 45px; }
    .faq-grid h2 br, .section-lead br { display: none; }
    .faq-grid .section-lead { margin-top: 15px; font-size: 12px; }
    .faq-list summary { font-size: 13px; }
    .faq-list details > div { font-size: 12px; padding-right: 15px; }
    .final-cta { padding: 42px 0; }
    .cta-inner { flex-direction: column; align-items: flex-start; gap: 26px; }
    .final-cta h2 { font-size: 35px; }
    .final-cta .button { width: 100%; justify-content: space-between; }
    .footer-main { align-items: flex-start; flex-direction: column; gap: 24px; padding-bottom: 25px; }
    .footer-links { gap: 30px; }
    .footer-email { font-size: 12px; }
    .footer-bottom { flex-direction: column; gap: 10px; font-size: 9px; }
    .document-hero { padding: 26px 0 36px; }
    .back-link { margin-bottom: 32px; }
    .document-hero h1 { font-size: 44px; }
    .document-hero p:not(.eyebrow) { font-size: 13px; }
    .document-grid { grid-template-columns: 1fr; gap: 33px; padding-top: 30px; padding-bottom: 50px; }
    .document-aside { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
    .document-aside p { margin-block: 10px 14px; }
    .document-body p { font-size: 13px; }
    .document-body h2 { font-size: 20px; }
    .contact-section { padding-top: 26px; padding-bottom: 50px; }
    .contact-grid { grid-template-columns: 1fr; gap: 32px; }
    .contact-copy h1 { font-size: 54px; }
    .contact-copy > p:not(.eyebrow) { font-size: 14px; }
    .contact-copy > p.small-text { font-size: 12px; }
    .contact-card { padding: 25px; }
    .contact-address { font-size: 16px; }
    .not-found { padding: 70px 0 85px; }
    .not-found h1 { font-size: 46px; }
    .not-found p:not(.eyebrow) { font-size: 13px; }
    .modal { padding: 12px; }
    .modal-panel { padding: 17px 20px 22px; max-height: calc(100dvh - 24px); border-radius: 13px; }
    .brand-small { font-size: 12px; gap: 6px; }
    .brand-small img { width: 25px; height: 25px; }
    .modal-brand-row { margin-bottom: 15px; }
    .preparation-heading h2 { font-size: 33px; }
    .preparation-heading > p:not(.eyebrow) { font-size: 11px; }
    .loading-orbit { margin-bottom: 15px; }
    .vin-chip { padding: 10px 12px; gap: 8px; }
    .vin-chip > code { font-size: 12px; letter-spacing: .01em; }
    .vin-chip > span { font-size: 8px; }
    .preparation-steps li { font-size: 10px; min-height: 33px; gap: 7px; }
    .step-status { font-size: 8px; }
    .step-dot { flex-basis: 15px; height: 15px; width: 15px; }
    .ready-state h2 { font-size: 38px; }
    .ready-state > p:not(.eyebrow):not(.modal-footnote) { font-size: 12px; }
    .ready-summary { padding-inline: 0; grid-template-columns: 1fr 1fr 1.15fr; gap: 8px; margin-block: 23px; }
    .ready-summary dt { font-size: 7px; letter-spacing: .025em; }
    .ready-summary dd { font-size: 10px; }
    .ready-summary .summary-vin { font-size: 9px; }
    .summary-panel { padding: 25px 20px 22px; }
    .summary-close { top: 9px; right: 9px; }
    .summary-panel > .success-badge { width: 56px; height: 56px; margin: 4px auto 19px; border-radius: 13px; }
    .summary-panel h2 { font-size: 36px; }
    .summary-panel > p:not(.eyebrow) { font-size: 11px; }
    .summary-card { min-height: 82px; padding: 14px 11px; grid-template-columns: 25px minmax(0, 1fr); gap: 8px; }
    .summary-card-content { font-size: 12px; }
    .card-number { width: 24px; height: 24px; font-size: 10px; }
    .windows-icon { width: 22px; height: 22px; margin-inline: 7px; }
    .summary-cards { gap: 9px; margin-block: 17px; }
}
@media (max-width: 359px) {
    .container { width: calc(100% - 32px); }
    .brand { font-size: 16px; gap: 8px; }
    .hero h1 { font-size: 45px; }
    .hero-notes { column-gap: 7px; font-size: 8px; }
    .hero-description { font-size: 13px; }
    .vin-form { padding-inline: 17px; }
    .form-ribbon { padding-inline: 17px; }
    .ribbon-index { display: none; }
    .form-intro { font-size: 10px; }
    .label-row label { font-size: 9px; }
    .label-row .vin-counter { font-size: 10px; }
    #vin-input::placeholder { font-size: 11px; }
    .form-disclosure { font-size: 8px; }
    .modal-panel { padding-inline: 16px; }
    .brand-small { font-size: 11px; }
    .vin-chip > code { font-size: 10px; }
    .preparation-steps li { font-size: 9px; }
    .step-status { font-size: 7px; }
    .summary-card-content { font-size: 11px; }
    .windows-icon { margin-inline: 5px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
