/* VIN Recall Scan | shared site and two-dialog design system */
:root {
  --ink: #13213a;
  --muted: #64738a;
  --subtle: #7e8ba0;
  --paper: #ffffff;
  --page: #f8fafc;
  --line: #e0e6ef;
  --blue: #3157ed;
  --blue-hover: #2546d1;
  --blue-soft: #eef3ff;
  --mint: #109b80;
  --mint-soft: #e7f7f1;
  --navy: #13243d;
  --danger: #b83232;
  --ease: cubic-bezier(.22,1,.36,1);
  --font: "Inter", "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; scrollbar-gutter: stable; }
body { margin: 0; color: var(--ink); background: var(--page); font: 15px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img, svg { vertical-align: middle; }
img { max-width: 100%; }
button { color: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
::selection { background: #d7e2ff; color: var(--ink); }
:focus-visible { outline: 3px solid #6693ff; outline-offset: 4px; }
:focus:not(:focus-visible) { outline: none; }
.icon { display: inline-block; width: 22px; height: 22px; flex: 0 0 auto; }
.container { width: min(1184px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow { color: var(--blue); font-size: 11px; letter-spacing: .16em; line-height: 1.5; font-weight: 750; }
.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; left: 24px; top: -100px; z-index: 9999; padding: 12px 22px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 40; background: rgb(255 255 255 / 93%); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 44px; height: 44px; }
.brand > span { display: flex; flex-direction: column; }
.brand strong { font-size: 18px; font-weight: 750; letter-spacing: -.055em; line-height: 1.3; }
.brand-weight { font-weight: 500; }
.brand small { margin-top: 3px; font-size: 8px; font-weight: 650; letter-spacing: .14em; line-height: 1.5; color: var(--muted); }
.desktop-nav { display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 600; color: #59667a; }
.desktop-nav a { padding: 12px 0; transition: color .15s; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--blue); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid transparent; border-radius: 10px; padding: 15px 21px; min-height: 55px; line-height: 1.45; font-size: 14px; font-weight: 650; text-align: left; transition: background .2s, box-shadow .2s, transform .2s var(--ease); }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 18px rgb(49 87 237 / 13%); }
.button-primary:hover { background: var(--blue-hover); box-shadow: 0 10px 22px rgb(49 87 237 / 20%); }
.button-dark { background: var(--navy); color: #fff; }
.button-dark:hover { background: #253a5a; }
.button-secondary { background: white; border-color: var(--line); }
.button-secondary:hover { background: var(--blue-soft); }
.button-small { min-height: 44px; padding: 10px 16px; border-radius: 8px; font-size: 12px; gap: 20px; }
.button-small .icon { width: 17px; height: 17px; }
.button-full { width: 100%; }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 8px; width: 42px; height: 42px; align-items: center; justify-content: center; }
.mobile-nav { padding-block: 8px 18px; }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--line); font-weight: 600; font-size: 14px; }

/* Landing */
.hero { position: relative; background: linear-gradient(125deg, #fff 28%, #f1f5fe 100%); border-bottom: 1px solid #edf0f6; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 80px; padding-block: 70px 65px; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 11px; font-size: 10px; }
.eyebrow-line { width: 22px; height: 2px; background: var(--blue); flex: 0 0 auto; }
.hero h1 { font-size: clamp(52px, 5.8vw, 80px); line-height: 1.04; letter-spacing: -.061em; font-weight: 750; margin: 22px 0; }
.hero h1 > span { color: var(--blue); }
.hero-lead { max-width: 430px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 25px; font-size: 12px; font-weight: 600; color: #44536b; }
.hero-benefits span { display: flex; align-items: center; gap: 5px; }
.hero-benefits .icon { width: 16px; height: 16px; color: var(--mint); }
.hero-caption { display: flex; align-items: center; gap: 13px; padding-top: 27px; margin-top: 32px; border-top: 1px solid var(--line); max-width: 430px; }
.caption-mark { width: 38px; height: 38px; display: grid; place-items: center; background: #eff3fa; border-radius: 50%; color: #687d9b; flex: 0 0 auto; }
.hero-caption p { font-size: 11px; line-height: 1.8; color: var(--muted); }
.hero-caption strong { font-size: 12px; color: var(--ink); font-weight: 650; }
.hero-form-column { width: 100%; max-width: 510px; justify-self: end; }
.lookup-card { background: white; border-radius: 19px; border: 1px solid #dce4f0; box-shadow: 0 22px 54px rgb(27 51 94 / 9%), 0 3px 9px rgb(27 51 94 / 3%); overflow: hidden; scroll-margin-top: 110px; }
/* Compact form header. Keep decoration secondary to the input and CTA. */
.lookup-visual {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 29px;
  color: #415675;
  background: #f3f6fd;
  border-bottom: 1px solid #e2e9f5;
}
.lookup-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid #dbe5fa;
  border-radius: 9px;
  color: var(--blue);
  background: #fff;
}
.lookup-mark .icon { width: 19px; height: 19px; }
.lookup-label { font-size: 12px; line-height: 1.4; font-weight: 650; margin-right: auto; }
.lookup-format {
  flex: 0 0 auto;
  padding: 5px 7px;
  border: 1px solid #dce5f7;
  border-radius: 5px;
  font: 9px/1.4 var(--mono);
  letter-spacing: .025em;
  white-space: nowrap;
  color: #536d94;
  background: #fff;
}
/* Shared label used by the separate "Find your VIN" illustration below. */
.technical-label { position: relative; z-index: 1; font-family: var(--mono); font-size: 10px; letter-spacing: .18em; }
.lookup-body { padding: 28px 29px 25px; }
.lookup-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.compact-eyebrow { font-size: 9px; letter-spacing: .13em; display: block; }
.lookup-heading h2 { font-size: 25px; line-height: 1.3; letter-spacing: -.04em; margin-top: 5px; font-weight: 700; }
.lookup-icon { color: var(--blue); width: 37px; height: 37px; border-radius: 10px; display: grid; place-items: center; background: var(--blue-soft); flex-shrink: 0; }
.lookup-intro { color: var(--muted); font-size: 12px; margin: 8px 0 24px; }
#vinForm label { font-size: 12px; font-weight: 650; display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
#vinForm label span { font: 10px var(--mono); color: var(--subtle); }
.vin-input-wrap { position: relative; }
.vin-input-wrap input { width: 100%; min-height: 56px; background: #fafbfe; border: 1px solid #cdd6e6; border-radius: 9px; color: var(--ink); font: 16px var(--mono); letter-spacing: .025em; padding: 15px 62px 15px 14px; transition: border-color .2s, box-shadow .2s; }
.vin-input-wrap input::placeholder { text-transform: none; font: 12px var(--mono); color: #8591a5; }
.vin-input-wrap input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px #3157ed0e; outline: none; background: white; }
.vin-input-wrap input[aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 3px #b832320c; }
.vin-count { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: #7a88a0; font: 10px var(--mono); pointer-events: none; }
.vin-count.is-ready { color: var(--mint); }
.field-meta { display: flex; align-items: start; justify-content: space-between; gap: 10px; margin-top: 9px; font-size: 10px; }
.field-meta p { color: var(--muted); }
.field-meta a { color: var(--blue); white-space: nowrap; font-weight: 600; }
.field-meta a:hover { text-decoration: underline; }
.field-error { min-height: 22px; margin: 7px 0 5px; font-size: 11px; line-height: 1.5; color: var(--danger); }
.form-privacy { display: flex; gap: 6px; color: var(--muted); font-size: 10px; line-height: 1.65; margin-top: 15px; }
.form-privacy .icon { width: 13px; height: 13px; margin-top: 2px; }
.card-caption { text-align: center; color: #7a879a; font-size: 10px; margin-top: 13px; }
.noscript-note { margin-top: 18px; padding: 12px; border-radius: 8px; background: var(--blue-soft); font-size: 12px; }
.noscript-note a { color: var(--blue); text-decoration: underline; }
.quick-facts { display: grid; grid-template-columns: repeat(3,1fr); padding-block: 29px; border-bottom: 1px solid var(--line); }
.quick-facts > div { display: flex; align-items: center; justify-content: center; gap: 15px; }
.quick-facts > div + div { border-left: 1px solid var(--line); }
.fact-icon { width: 39px; height: 39px; border-radius: 11px; background: #edf2fb; color: #526c98; display: grid; place-items: center; }
.fact-icon .icon { width: 21px; height: 21px; }
.quick-facts p { display: flex; flex-direction: column; }
.quick-facts strong { font-size: 13px; font-weight: 650; }
.quick-facts p span { color: var(--muted); font-size: 11px; }
.section { padding-block: 100px; }
.section-heading { margin-bottom: 38px; }
h2 { font-weight: 700; }
.section-heading h2, .why-copy h2, .find-copy h2, .faq-heading h2, .final-cta h2 { font-size: clamp(34px,3.7vw,49px); line-height: 1.12; letter-spacing: -.048em; margin-top: 14px; }
.heading-split { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.heading-split > p { max-width: 390px; margin-bottom: 3px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.process-card { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 26px; display: flex; flex-direction: column; }
.process-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 35px; }
.step-number { color: var(--blue); font: 13px var(--mono); }
.process-top .icon { width: 28px; height: 28px; color: #7790bc; }
.process-card h3 { font-size: 19px; font-weight: 650; letter-spacing: -.025em; margin-bottom: 10px; }
.process-card p { font-size: 13px; color: var(--muted); line-height: 1.8; margin-bottom: 28px; }
.card-tag { font: 8px var(--mono); letter-spacing: .1em; color: #76879e; margin-top: auto; padding-top: 16px; border-top: 1px solid #eaf0f7; }
.why-section { background: var(--navy); color: #fff; padding-block: 80px; overflow: hidden; }
.why-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 90px; }
.why-copy { position: relative; }
.why-copy .eyebrow { color: #88a8ee; }
.why-copy h2 { font-size: 52px; }
.why-copy > p:not(.eyebrow) { color: #afbdd1; font-size: 14px; line-height: 1.8; max-width: 380px; margin-top: 20px; }
.button-outline-light { margin-top: 28px; border-color: #4c6383; color: #f5f8ff; background: transparent; min-height: 49px; font-size: 12px; }
.button-outline-light:hover { background: #ffffff0a; }
.why-decoration { position: absolute; width: 340px; height: 340px; right: 65px; bottom: -260px; border: 1px solid #435f891f; border-radius: 50%; box-shadow: 0 0 0 40px #435f890b,0 0 0 80px #435f8908; pointer-events: none; }
.use-cases article { display: flex; align-items: start; gap: 19px; padding: 25px 0; border-bottom: 1px solid #ffffff1f; }
.use-cases article:first-child { padding-top: 10px; }
.use-cases article:last-child { border-bottom: 0; padding-bottom: 0; }
.use-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; background: #283c5c; color: #9eb9ef; flex: 0 0 auto; }
.use-cases h3 { font-size: 18px; font-weight: 650; letter-spacing: -.02em; margin-bottom: 7px; }
.use-cases p { color: #afbdd1; font-size: 13px; line-height: 1.8; }
.use-number { font: 10px var(--mono); color: #7890b2; padding-top: 5px; }
.find-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.vin-reference-art { position: relative; border: 1px solid #d9e2f1; border-radius: 17px; padding: 38px 40px; background: linear-gradient(140deg,#ecf1fb,#f5f8ff); overflow: hidden; }
.vin-reference-art .technical-label { color: #6d7f9d; }
.sample-vin { font: 27px/1.5 var(--mono); letter-spacing: -.025em; margin-top: 44px; color: #304766; white-space: nowrap; }
.barcode { height: 51px; width: 100%; background: repeating-linear-gradient(90deg,#7990b1 0 2px,transparent 2px 6px,#7990b1 6px 7px,transparent 7px 9px,#7990b1 9px 12px,transparent 12px 15px,#7990b1 15px 16px,transparent 16px 21px); margin-top: 14px; opacity: .65; }
.art-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #d0dcef; padding-top: 29px; margin-top: 38px; font: 9px var(--mono); letter-spacing: .12em; color: #667e9f; }
.art-circle { width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--blue); }
.sample-label { display: block; position: absolute; bottom: 13px; left: 40px; color: #8b99ae; font: 7px var(--mono); letter-spacing: .13em; }
.find-copy > p:not(.eyebrow) { font-size: 14px; color: var(--muted); line-height: 1.85; margin-top: 18px; }
.location-list { margin: 21px 0; display: flex; flex-direction: column; gap: 9px; }
.location-list span { display: flex; gap: 13px; align-items: center; font-size: 13px; }
.location-list b { font: 10px var(--mono); color: var(--blue); background: #eaf0ff; padding: 5px 7px; border-radius: 5px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 650; color: var(--blue); }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link .icon { width: 17px; height: 17px; }
.faq-section { display: grid; grid-template-columns: .76fr 1.24fr; gap: 85px; border-top: 1px solid var(--line); padding-top: 83px; }
.faq-heading > p:not(.eyebrow) { margin: 22px 0 12px; font-size: 13px; color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 14px; font-weight: 650; line-height: 1.55; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 19px; height: 19px; color: #6c7e9d; transition: transform .25s var(--ease); }
.faq-list details[open] summary .icon { transform: rotate(45deg); color: var(--blue); }
.faq-list details p { color: var(--muted); font-size: 13px; line-height: 1.9; padding: 0 30px 23px 0; }
.faq-list details p a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.final-section { padding-bottom: 90px; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid #d9e3f6; border-radius: 17px; padding: 42px 50px; background: #edf3ff; }
.final-cta h2 { font-size: 39px; }
.final-cta > div:last-child { flex-shrink: 0; }
.final-cta > div:last-child p { text-align: center; margin-top: 10px; color: #7385a2; font-size: 11px; }

/* Real separate information pages */
.policy-page, .contact-page { padding-top: 37px; padding-bottom: 96px; }
.breadcrumb { display: inline-flex; gap: 8px; align-items: center; color: var(--muted); font-size: 12px; }
.breadcrumb:hover { color: var(--blue); }
.breadcrumb .icon { width: 16px; height: 16px; }
.page-heading { padding: 52px 0 48px; border-bottom: 1px solid var(--line); }
.page-heading h1 { font-size: clamp(42px,5.5vw,66px); letter-spacing: -.055em; line-height: 1.12; margin: 14px 0 17px; font-weight: 700; }
.page-heading > p:not(.eyebrow) { max-width: 635px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.updated-label { display: inline-block; margin-top: 22px; padding: 6px 11px; font-size: 10px; color: #6e809b; background: #edf2f9; border-radius: 5px; }
.policy-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 68px; padding-top: 42px; }
.policy-sidebar { position: sticky; top: 118px; align-self: start; }
.policy-sidebar > .eyebrow { color: #8090a9; font-size: 9px; }
.policy-sidebar nav { display: flex; flex-direction: column; gap: 0; margin-top: 17px; border-left: 1px solid #dce3f0; }
.policy-sidebar nav a { padding: 9px 0 9px 17px; font-size: 13px; color: #586b85; border-left: 2px solid transparent; margin-left: -1px; }
.policy-sidebar nav a:hover { border-left-color: var(--blue); color: var(--blue); background: linear-gradient(90deg,#edf3ff,transparent); }
.sidebar-note { background: #edf3fd; border-radius: 11px; padding: 18px; margin-top: 29px; }
.sidebar-note .icon { color: #5378b7; }
.sidebar-note p { font-size: 12px; color: #657a9a; margin-top: 10px; line-height: 1.8; }
.policy-body { min-width: 0; }
.policy-summary { display: flex; gap: 17px; padding: 24px; background: #edf3ff; border: 1px solid #dae5fa; border-radius: 13px; }
.summary-icon { width: 36px; height: 36px; flex-shrink: 0; display: grid; place-items: center; background: white; color: var(--blue); border-radius: 9px; }
.policy-summary h2 { font-size: 18px; letter-spacing: -.025em; margin-bottom: 7px; }
.policy-summary p { color: #5c7090; font-size: 13px; line-height: 1.9; }
.policy-body > section { position: relative; padding: 34px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 112px; }
.policy-index { font: 10px var(--mono); color: var(--blue); display: block; margin-bottom: 10px; }
.policy-body > section h2 { font-size: 24px; letter-spacing: -.03em; margin-bottom: 14px; }
.policy-body > section p { color: #596b84; font-size: 14px; line-height: 1.9; }
.policy-body > section p + p { margin-top: 13px; }
.policy-body > section a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.policy-body code { font: 12px var(--mono); color: #3c577c; background: #eef2f8; padding: 3px 6px; border-radius: 4px; overflow-wrap: anywhere; }
.preference-card { background: white; border: 1px solid var(--line); border-radius: 11px; margin-block: 20px 10px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.preference-card strong { font-size: 13px; }
.preference-card p { font-size: 11px !important; margin-top: 4px; }
.preference-card .button { font-size: 11px; min-height: 42px; padding: 11px 13px; flex: 0 0 auto; }
.preference-status { font-size: 12px !important; color: var(--mint) !important; }
.contact-page .page-heading { border-bottom: 0; padding-bottom: 39px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.contact-main { padding: 38px; background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 18px 45px #1b335e05; }
.contact-symbol { width: 58px; height: 58px; border-radius: 15px; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; margin-bottom: 28px; }
.contact-symbol .icon { width: 28px; height: 28px; }
.contact-main h2 { font-size: 40px; line-height: 1.15; letter-spacing: -.045em; margin-top: 14px; }
.contact-address { display: flex; gap: 10px; align-items: center; font-size: clamp(16px,1.6vw,22px); font-weight: 650; color: var(--blue); margin: 25px 0 12px; letter-spacing: -.035em; overflow-wrap: anywhere; }
.contact-address .icon { width: 18px; height: 18px; margin-left: auto; }
.contact-main > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.contact-main .button { margin-top: 29px; }
.email-note { display: block; color: var(--subtle); font-size: 10px; margin-top: 12px; }
.contact-details article { display: flex; align-items: start; gap: 17px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.contact-details article:last-child { border-bottom: 0; }
.contact-details article > .icon { color: #8096ba; width: 24px; height: 24px; }
.contact-details h3 { font-size: 17px; letter-spacing: -.025em; margin-bottom: 9px; }
.contact-details p { color: var(--muted); font-size: 13px; line-height: 1.9; }
.contact-policy-links { display: flex; align-items: center; gap: 30px; margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--line); font-size: 12px; }
.contact-policy-links > span { color: var(--muted); }
.contact-policy-links a { color: var(--blue); display: inline-flex; align-items: center; gap: 10px; }
.contact-policy-links .icon { width: 16px; height: 16px; }
.not-found { padding-block: 120px; min-height: 65vh; }
.not-found h1 { font-size: 60px; letter-spacing: -.055em; margin-block: 12px; }
.not-found > p:not(.eyebrow) { color: var(--muted); }
.not-found .button { margin-top: 26px; }

/* Footer */
.site-footer { background: #122139; color: #eff4fe; }
.footer-top { display: grid; grid-template-columns: 1.35fr .8fr .9fr 1.2fr; gap: 38px; padding: 52px 0 44px; }
.brand-inverse small { color: #91a5c2; }
.footer-about > p { color: #a0b1cb; font-size: 13px; line-height: 1.8; margin-top: 21px; }
.footer-column { display: flex; flex-direction: column; align-items: start; gap: 10px; min-width: 0; }
.footer-label { font-size: 9px; letter-spacing: .12em; color: #8197b7; font-weight: 650; margin: 4px 0 8px; }
.footer-column > a { font-size: 12px; color: #d1dced; }
.footer-column > a:hover, .footer-column > a[aria-current] { color: #a5bcff; }
.footer-email { display: inline-flex; align-items: center; gap: 9px; overflow-wrap: anywhere; }
.footer-email .icon { width: 13px; height: 13px; }
.footer-contact > p { color: #95a9c6; font-size: 11px; line-height: 1.8; }
.footer-bottom { border-top: 1px solid #ffffff12; display: flex; justify-content: space-between; gap: 45px; padding: 22px 0 29px; color: #8399ba; font-size: 10px; }
.footer-bottom p:first-child { white-space: nowrap; }
.footer-bottom p:last-child { max-width: 630px; text-align: right; }

/* Two real dialogs: preparation/ready, then next-step guide */
.vin-dialog { width: min(600px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; margin: auto; border: 1px solid #e4eaf4; border-radius: 22px; color: var(--ink); background: white; box-shadow: 0 32px 100px #10233d30; overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; overscroll-behavior: contain; }
.vin-dialog::backdrop { background: rgb(40 62 101 / 37%); backdrop-filter: blur(9px); }
.vin-dialog[open] { animation: dialog-in .28s var(--ease); }
.vin-dialog[open]::backdrop { animation: backdrop-in .25s ease; }
.modal-panel { position: relative; padding: 32px; }
.modal-close { position: absolute; top: 17px; right: 17px; width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; border: 1px solid transparent; background: #f3f6fd; z-index: 2; transition: background .2s,color .2s; }
.modal-close .icon { width: 17px; height: 17px; }
.modal-close:hover { background: #e8eeff; color: var(--blue); }
.modal-brand { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 650; margin-bottom: 24px; }
.modal-brand img { width: 30px; height: 30px; }
.modal-stage { position: relative; }
.modal-stage.is-transitioning { overflow: hidden; }
.scan-symbol, .result-symbol { width: 70px; height: 70px; border-radius: 21px; margin: 0 auto 20px; display: grid; place-items: center; position: relative; }
.scan-symbol { color: var(--blue); background: #edf2ff; isolation: isolate; overflow: hidden; }
.scan-symbol > .icon { width: 32px; height: 32px; z-index: 2; }
.scan-halo { position: absolute; inset: 7px; border: 1px solid #c9d8ff; border-radius: 15px; }
.scan-sweep { position: absolute; width: 52px; height: 16px; top: 4px; left: 9px; background: linear-gradient(transparent,#9fbaff45); border-bottom: 1px solid #537affaa; animation: scan-sweep 1.8s ease-in-out infinite; z-index: 3; }
.result-symbol { color: var(--mint); background: var(--mint-soft); }
.result-symbol .icon { width: 31px; height: 31px; stroke-width: 1.8; }
.result-symbol .icon path { stroke-dasharray: 26; stroke-dashoffset: 0; }
.ready-view:not([hidden]) .result-symbol .icon path { animation: draw-check .45s ease-out .05s both; }
.modal-heading .eyebrow { font-size: 10px; letter-spacing: .13em; margin-bottom: 11px; }
.modal-heading h2 { font-size: 31px; letter-spacing: -.04em; line-height: 1.18; font-weight: 700; margin: 0; }
.modal-heading > p:not(.eyebrow) { font-size: 14px; line-height: 1.75; margin-top: 14px; color: #6c7e9a; }
.centered { text-align: center; }
.modal-vin { width: fit-content; max-width: 100%; margin: 22px auto 21px; background: #f1f5ff; border: 1px solid transparent; border-radius: 9px; padding: 9px 14px; display: flex; align-items: center; justify-content: center; gap: 11px; color: #304463; font: 12px/1.7 var(--mono); }
.modal-vin > span, .modal-vin > label { font-size: 10px; letter-spacing: .08em; color: #6b7f9f; }
.modal-vin b { font-weight: 650; letter-spacing: .055em; overflow-wrap: anywhere; }
.progress-meta { display: flex; justify-content: space-between; align-items: center; font-size: 10px; color: #7587a4; margin-bottom: 8px; }
.progress-meta b { color: var(--blue); font: 11px var(--mono); font-variant-numeric: tabular-nums; }
.progress-track { height: 6px; border-radius: 4px; background: #e8eef8; overflow: hidden; }
.progress-bar { width: 100%; height: 100%; border-radius: inherit; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg,#3157ed,#6ca5fd); will-change: transform; }
.scan-steps { list-style: none; margin: 21px 0 0; padding: 0; }
.scan-steps li { display: flex; align-items: center; gap: 12px; min-height: 35px; color: #8190a8; font-size: 12px; line-height: 1.45; border-radius: 7px; padding: 4px 7px; margin-inline: -7px; transition: color .22s ease,background .25s ease; }
.scan-steps li small { font-size: 8px; color: #7286a8; margin-left: auto; padding-left: 6px; }
.scan-indicator { position: relative; display: grid; place-items: center; flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #d9e2f0; transition: background .22s, border-color .22s; }
.scan-indicator .icon { width: 12px; height: 12px; opacity: 0; transform: scale(.7); transition: opacity .2s,transform .24s var(--ease); stroke-width: 2.1; }
.scan-steps li.is-active { color: #304c7e; background: #f5f8ff; }
.scan-steps li.is-active .scan-indicator { border-color: transparent; }
.scan-steps li.is-active .scan-indicator::before { content: ""; position: absolute; inset: 2px; border: 1.7px solid #d5e1ff; border-top-color: var(--blue); border-right-color: var(--blue); border-radius: 50%; animation: spin .85s linear infinite; }
.scan-steps li.is-done { color: #263b5e; }
.scan-steps li.is-done .scan-indicator { color: var(--mint); border-color: transparent; background: #e8f8f2; }
.scan-steps li.is-done .scan-indicator .icon { opacity: 1; transform: scale(1); }
.scan-steps li.is-done small { color: #6a9c8f; }
.modal-footnote { display: flex; align-items: start; justify-content: center; gap: 6px; color: #7f8fa7; font-size: 10px; line-height: 1.6; margin-top: 20px; }
.modal-footnote .icon { width: 13px; height: 13px; margin-top: 1px; }
.centered-note { text-align: center; }
.result-summary { display: grid; grid-template-columns: 1fr .8fr 1.25fr; border: 1px solid #dce5f7; border-radius: 12px; background: #f3f6ff; margin: 25px 0 22px; overflow: hidden; }
.result-summary > div { padding: 16px 13px; min-width: 0; }
.result-summary > div + div { border-left: 1px solid #dce5f7; }
.result-summary span { display: block; font-size: 8px; color: #7387aa; line-height: 1.5; margin-bottom: 6px; }
.result-summary b { display: block; font-size: 11px; line-height: 1.7; font-weight: 650; }
.result-summary [data-vin] { font: 11px/1.7 var(--mono); overflow-wrap: anywhere; }
.ready-view .modal-footnote { margin-top: 13px; }
/* Reference composition with static, editable text cards. */
.summary-dialog .modal-panel { padding: 50px 42px 28px; }
.summary-dialog .result-symbol { width: 72px; height: 72px; margin: 0 auto 25px; border-radius: 22px; }
.summary-dialog .result-symbol .icon { width: 34px; height: 34px; }
.summary-dialog .modal-heading h2 { max-width: 500px; font-size: 32px; line-height: 1.15; text-wrap: wrap; }
.summary-dialog .modal-heading .eyebrow { margin-bottom: 14px; }
.summary-dialog .modal-heading > p:not(.eyebrow) { font-size: 15px; margin-top: 20px; line-height: 1.6; }
.summary-vin { margin: 24px auto; padding: 9px 14px; }
.summary-vin > label { font-size: 12px; color: #2b4266; }
.summary-vin input { width: 185px; min-width: 0; border: 0; padding: 1px 0; margin: 0; color: #2b4266; background: transparent; font: 12px/1.7 var(--mono); font-weight: 650; letter-spacing: .045em; }
.next-steps { margin: 0 0 25px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.next-steps > li { position: relative; display: flex; align-items: center; justify-content: center; background: #f3f6ff; border: 1px solid #dfe6f5; border-radius: 13px; min-height: 88px; padding: 16px 54px; box-shadow: 0 1px 2px #13213a03; }
.next-number { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 38px; height: 39px; display: grid; place-items: center; border-radius: 10px; background: white; color: var(--blue); font-size: 15px; font-weight: 650; }
.guide-step-text { display: block; min-width: 0; width: 100%; padding: 7px 4px; color: var(--ink); font-size: 14px; line-height: 1.5; font-weight: 650; text-align: center; overflow-wrap: anywhere; }
.guide-step-text-with-icon { display: grid; grid-template-columns: minmax(0, auto) 26px minmax(0, auto); align-items: center; justify-content: center; column-gap: 13px; }
.guide-step-text-with-icon > span { min-width: 0; }
.guide-step-text-with-icon .summary-inline-icon { width: 26px; height: 26px; color: var(--blue); display: block; }
.editable-summary-items > li { padding-inline: 66px; }
.report-unavailable, .report-unavailable:hover, .report-unavailable:active { display: block; width: 100%; min-height: 51px; padding: 12px 16px; border: 1px solid #d8dfe9; border-radius: 12px; background: #e9edf2; color: #8b96a6; font-size: 15px; line-height: 1.5; font-weight: 650; text-align: center; cursor: not-allowed; box-shadow: none; transform: none; opacity: 1; -webkit-text-fill-color: #8b96a6; }
.summary-dialog .modal-footnote { margin-top: 13px; font-size: 10px; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px) scale(.987); } to { opacity: 1; transform: none; } }
@keyframes backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scan-sweep { 0%,100% { transform: translateY(1px); opacity: .25; } 50% { transform: translateY(39px); opacity: 1; } }
@keyframes draw-check { from { stroke-dashoffset: 26; } to { stroke-dashoffset: 0; } }

/* Tablet and mobile */
@media (min-width: 1500px) { .hero-grid { padding-block: 87px 80px; } }
@media (max-width: 1120px) {
  .hero-grid { gap: 44px; }
  .desktop-nav { gap: 20px; }
  .hero h1 { font-size: 68px; }
  .lookup-body { padding-inline: 24px; }
  .lookup-heading h2 { font-size: 22px; }
  .hero-benefits { gap: 14px; }
  .why-grid, .find-section { gap: 55px; }
  .faq-section { gap: 50px; }
  .sample-vin { font-size: 23px; }
  .footer-top { gap: 22px; grid-template-columns: 1.1fr .7fr .8fr 1.2fr; }
  .footer-email { font-size: 11px !important; }
  .brand strong { font-size: 17px; }
}
@media (max-width: 940px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero-grid { gap: 34px; grid-template-columns: .95fr 1.05fr; }
  .hero h1 { font-size: 57px; }
  .hero-copy .eyebrow { font-size: 8px; gap: 7px; }
  .hero-lead { font-size: 15px; }
  .hero-benefits { gap: 10px; font-size: 10px; }
  .hero-caption { margin-top: 25px; padding-top: 22px; }
  .hero-caption strong { font-size: 10px; }
  .hero-caption p { font-size: 9px; }
  .lookup-body { padding-inline: 20px; }
  .lookup-icon { display: none; }
  .field-meta { display: block; }
  .field-meta a { display: inline-block; margin-top: 2px; }
  .lookup-intro { font-size: 11px; }
  .vin-input-wrap input { font-size: 13px; }
  .vin-input-wrap input::placeholder { font-size: 10px; }
  .button { font-size: 12px; }
  .process-card { padding: 22px; }
  .process-card h3 { font-size: 17px; }
  .process-card p { font-size: 12px; }
  .heading-split > p { max-width: 330px; font-size: 13px; }
  .why-copy h2 { font-size: 43px; }
  .why-grid { gap: 42px; }
  .find-section { gap: 42px; }
  .vin-reference-art { padding: 30px; }
  .sample-vin { font-size: 20px; }
  .sample-label { left: 30px; }
  .footer-top { grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; }
  .footer-contact { grid-column: 2 / -1; margin-top: -3px; }
  .footer-contact > p br { display: none; }
  .policy-layout { gap: 36px; grid-template-columns: 195px minmax(0,1fr); }
  .contact-grid { gap: 35px; }
  .contact-main { padding: 28px; }
  .contact-address { font-size: 16px; }
}
@media (max-width: 740px) {
  .container { width: calc(100% - 40px); }
  .header-inner { height: 73px; gap: 12px; }
  .brand img { width: 38px; height: 38px; }
  .brand { gap: 7px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 7px; }
  .header-actions .button { font-size: 10px; padding-inline: 12px; gap: 10px; min-height: 41px; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 48px; gap: 36px; }
  .hero-copy .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(52px,10.5vw,69px); margin-block: 19px; }
  .hero-lead { max-width: 510px; font-size: 16px; }
  .hero-benefits { gap: 20px; font-size: 12px; margin-top: 20px; }
  .hero-caption { display: none; }
  .hero-form-column { justify-self: stretch; max-width: none; }
  .lookup-body { padding: 27px; }
  .lookup-icon { display: grid; }
  .lookup-heading h2 { font-size: 25px; }
  .lookup-intro { font-size: 12px; }
  .field-meta { display: flex; }
  .field-meta a { margin-top: 0; }
  .vin-input-wrap input { font-size: 16px; }
  .vin-input-wrap input::placeholder { font-size: 12px; }
  .lookup-visual { min-height: 54px; padding: 10px 21px; gap: 9px; }
  .lookup-mark { width: 29px; height: 29px; border-radius: 8px; }
  .lookup-mark .icon { width: 18px; height: 18px; }
  .lookup-label { font-size: 11px; }
  .lookup-format { font-size: 8px; padding-inline: 6px; }
  .quick-facts { padding-block: 21px; gap: 15px; }
  .quick-facts > div { flex-direction: column; text-align: center; align-items: center; justify-content: start; gap: 8px; }
  .quick-facts > div + div { border-left: 0; }
  .fact-icon { width: 31px; height: 31px; border-radius: 8px; }
  .fact-icon .icon { width: 17px; height: 17px; }
  .quick-facts strong { font-size: 11px; }
  .quick-facts p span { font-size: 9px; max-width: 95px; }
  .section { padding-block: 66px; }
  .heading-split { display: block; }
  .heading-split > p { margin-top: 19px; max-width: 480px; }
  .section-heading { margin-bottom: 29px; }
  .process-grid { grid-template-columns: 1fr; gap: 14px; }
  .process-card { padding: 25px; }
  .process-top { margin-bottom: 20px; }
  .process-card h3 { font-size: 20px; }
  .process-card p { font-size: 13px; margin-bottom: 22px; }
  .why-section { padding-block: 63px; }
  .why-grid { grid-template-columns: 1fr; gap: 38px; }
  .why-copy h2 { font-size: 43px; }
  .why-copy > p:not(.eyebrow) { max-width: 500px; }
  .why-decoration { display: none; }
  .use-cases article { padding-block: 23px; }
  .use-cases article:first-child { border-top: 1px solid #ffffff1f; padding-top: 25px; }
  .find-section { grid-template-columns: 1fr; gap: 33px; }
  .vin-reference-art { max-width: none; padding: 30px; }
  .sample-vin { font-size: clamp(20px,5vw,28px); margin-top: 26px; }
  .barcode { max-width: 440px; }
  .art-bottom { margin-top: 23px; padding-top: 18px; }
  .faq-section { grid-template-columns: 1fr; gap: 27px; }
  .faq-heading > p:not(.eyebrow) { margin-top: 17px; }
  .faq-list summary { font-size: 13px; }
  .final-section { padding-bottom: 60px; }
  .final-cta { display: block; padding: 30px; }
  .final-cta h2 { font-size: 36px; }
  .final-cta > div:last-child { margin-top: 27px; display: inline-block; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 29px; padding-block: 38px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-about > p { margin-top: 13px; font-size: 12px; }
  .footer-about > p br { display: none; }
  .footer-contact { grid-column: 1 / -1; margin: 0; }
  .footer-email { font-size: 13px !important; }
  .footer-bottom { display: block; padding-block: 22px; }
  .footer-bottom p:last-child { text-align: left; margin-top: 10px; max-width: none; }
  .page-heading { padding-block: 35px; }
  .page-heading h1 { font-size: 47px; }
  .page-heading > p:not(.eyebrow) { font-size: 15px; }
  .policy-page, .contact-page { padding-top: 26px; padding-bottom: 58px; }
  .policy-layout { grid-template-columns: 1fr; padding-top: 28px; gap: 28px; }
  .policy-sidebar { position: static; }
  .policy-sidebar nav { display: grid; grid-template-columns: 1fr 1fr; }
  .policy-sidebar nav a { font-size: 12px; padding-block: 8px; }
  .sidebar-note { display: none; }
  .policy-summary { padding: 20px; }
  .policy-summary p { font-size: 12px; }
  .policy-body > section h2 { font-size: 22px; }
  .policy-body > section p { font-size: 13px; }
  .preference-card { align-items: start; flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; gap: 22px; }
  .contact-main { padding: 28px; }
  .contact-main h2 { font-size: 37px; }
  .contact-address { font-size: 20px; }
  .contact-policy-links { flex-wrap: wrap; gap: 15px 28px; }
  .contact-policy-links > span { width: 100%; }
}
@media (max-width: 500px) {
  .header-actions > .button { display: none; }
  .header-inner { height: 69px; }
  .lookup-body { padding: 23px 21px; }
  .lookup-heading h2 { font-size: 23px; }
  .field-meta { display: block; }
  .field-meta a { display: inline-block; margin-top: 4px; }
  .vin-input-wrap input { font-size: 14px; letter-spacing: 0; padding-left: 12px; }
  .vin-input-wrap input::placeholder { font-size: 11px; }
  .button { font-size: 13px; }
  .hero h1 { font-size: 57px; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: .1em; }
  .hero-benefits { gap: 15px; font-size: 11px; }
  .hero-lead { font-size: 15px; }
  .section-heading h2, .find-copy h2, .faq-heading h2 { font-size: 38px; }
  .contact-address { font-size: 18px; }
  .vin-dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); border-radius: 18px; }
  .modal-panel { padding: 23px 22px; }
  .modal-brand { margin-bottom: 22px; font-size: 11px; }
  .modal-brand img { width: 28px; height: 28px; }
  .modal-close { top: 14px; right: 14px; width: 33px; height: 33px; }
  .scan-symbol, .result-symbol { width: 62px; height: 62px; border-radius: 18px; margin-bottom: 18px; }
  .scan-sweep { width: 45px; }
  .modal-heading h2, .summary-dialog .modal-heading h2 { font-size: 27px; }
  .modal-heading > p:not(.eyebrow) { font-size: 12px; margin-top: 12px; }
  .modal-heading .eyebrow { font-size: 9px; }
  .modal-vin { margin-block: 18px; font-size: 11px; padding: 8px 11px; }
  .scan-steps { margin-top: 17px; }
  .scan-steps li { font-size: 10px; min-height: 34px; gap: 8px; }
  .scan-steps li small { display: none; }
  .scan-indicator { width: 18px; height: 18px; }
  .modal-footnote { font-size: 9px; margin-top: 16px; }
  .result-summary { grid-template-columns: 1fr 1fr; margin-block: 23px; }
  .result-summary > div { padding: 13px; }
  .result-summary > div:last-child { grid-column: 1 / -1; border-left: 0; border-top: 1px solid #dce5f7; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .result-summary > div:last-child span { margin: 0; }
  .result-summary [data-vin] { font-size: 11px; }
  .summary-dialog .modal-panel { padding: 37px 22px 22px; }
  .summary-dialog .result-symbol { width: 64px; height: 64px; border-radius: 20px; margin-bottom: 23px; }
  .summary-dialog .modal-heading > p:not(.eyebrow) { font-size: 13px; margin-top: 17px; }
  .next-steps > li { padding: 13px 36px; min-height: 82px; }
  .next-number { width: 29px; height: 34px; left: 10px; font-size: 12px; border-radius: 8px; }
  .guide-step-text { font-size: 12px; padding-inline: 0; }
  .guide-step-text-with-icon { grid-template-columns: minmax(0, auto) 22px minmax(0, auto); column-gap: 8px; }
  .guide-step-text-with-icon .summary-inline-icon { width: 22px; height: 22px; }
  .editable-summary-items > li { padding-left: 48px; padding-right: 16px; }
  .next-steps { gap: 10px; margin-bottom: 22px; }
  .summary-vin { padding-inline: 10px; gap: 8px; margin-block: 22px; }
  .summary-vin > label { font-size: 11px; }
  .summary-vin input { font-size: 11px; width: 168px; }
  .report-unavailable { font-size: 13px; min-height: 49px; }
  .summary-dialog .modal-footnote { font-size: 9px; }

}
@media (max-width: 360px) {
  .container { width: calc(100% - 30px); }
  .hero h1 { font-size: 49px; }
  .hero-benefits { gap: 10px; font-size: 10px; }
  .hero-copy .eyebrow { font-size: 7px; }
  .lookup-heading h2 { font-size: 21px; }
  .lookup-icon { display: none; }
  .vin-input-wrap input { font-size: 12px; }
  .vin-input-wrap input::placeholder { font-size: 10px; }
  .lookup-body { padding-inline: 17px; }
  .lookup-visual { padding-inline: 17px; gap: 7px; }
  .sample-vin { font-size: 19px; }
  .vin-reference-art { padding-inline: 24px; }
  .contact-main { padding-inline: 22px; }
  .contact-address { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
