:root {
  --blue: #087fc7;
  --blue-dark: #0d618b;
  --blue-soft: #dcedfb;
  --cyan: #25a8e4;
  --green: #19a44a;
  --ink: #3f4549;
  --muted: #6c7479;
  --line: #e4e9ec;
  --paper: #ffffff;
  --band: #f5f7f8;
  --charcoal: #303030;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: #fff; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
svg { display: block; }

.content-shell,
.nav-shell { width: min(1060px, calc(100% - 48px)); margin-inline: auto; }

.topbar { height: 40px; color: #e6e6e6; background: var(--charcoal); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-shell a { font-size: 12px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.nav-shell a:hover { color: #fff; }
.home-link svg { width: 16px; fill: currentColor; }
.login-link { display: inline-flex; align-items: center; gap: 7px; }
.login-link svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; height: 465px; overflow: hidden; background: linear-gradient(100deg, #f4f5f6 0%, #fff 65%); }
.hero-backdrop { position: absolute; inset: 0; background: url("./assets/vehicle-hero.png") center top/cover no-repeat; opacity: .92; }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,.2) 35%, rgba(255,255,255,.08) 58%, rgba(255,255,255,.28)); }
.hero-layout { position: relative; height: calc(100% - 50px); display: grid; grid-template-columns: 1fr 420px; align-items: start; }
.hero-copy { position: relative; z-index: 1; width: 470px; padding-top: 79px; text-align: center; text-shadow: 0 1px 0 #fff; }
.hero-copy::before { content: ""; position: absolute; z-index: -1; inset: 44px 6px -18px; border-radius: 50%; background: rgba(255,255,255,.64); filter: blur(24px); }
.hero-copy p { margin: 0; color: #63686c; }
.hero-copy .hero-kicker { font-size: 32px; line-height: 1.15; }
.hero-copy h1 { margin: 5px 0 8px; color: #555b5f; font-size: 31px; font-weight: 400; line-height: 1.15; }
.hero-copy > p:last-child { font-size: 14px; }

.lookup-wrap { width: 405px; justify-self: end; padding-top: 63px; }
.brand { width: fit-content; display: flex; align-items: center; gap: 7px; margin: 0 auto 16px; color: var(--blue-dark); text-decoration: none; }
.brand-gauge { width: 40px; height: 40px; display: grid; place-items: center; color: var(--green); }
.brand-gauge svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand-word { font-size: 32px; font-style: italic; font-weight: 800; letter-spacing: -.05em; }
.brand-word em { color: #86a5bb; font-style: inherit; font-weight: 600; }

.lookup-card { position: relative; min-height: 224px; padding: 58px 16px 32px; border-radius: 5px; background: #fff; box-shadow: 0 8px 22px rgba(36, 55, 70, .2); }
.lookup-tabs { position: absolute; inset: 0 0 auto 0; height: 48px; display: grid; grid-template-columns: 1fr 1fr; background: #f5f8fa; }
.lookup-tab { border: 0; color: var(--blue-dark); background: transparent; font-size: 16px; font-weight: 600; }
.lookup-tab.active { color: #fff; background: var(--blue-dark); }
.lookup-panel[hidden] { display: none; }
.lookup-card label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 600; }
.input-row { display: grid; grid-template-columns: 1fr 44px; }
.input-shell { position: relative; }
.input-shell input { padding-right: 40px; }
.input-shell svg { position: absolute; right: 13px; top: 50%; width: 20px; transform: translateY(-50%); fill: none; stroke: #95a0a7; stroke-width: 1.8; stroke-linecap: round; }
input, select { height: 42px; border: 1px solid #cdd4d8; outline: 0; color: #3e4448; background: #fff; font-size: 13px; }
input { width: 100%; padding: 0 12px; text-transform: uppercase; }
select { min-width: 80px; padding: 0 8px; }
input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,127,199,.12); }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #c34e45; }
.submit-button { height: 42px; padding: 0; display: grid; place-items: center; border: 0; color: #fff; background: var(--blue); }
.submit-button:hover { background: #006eb2; }
.submit-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.plate-row { grid-template-columns: minmax(100px, 1fr) 84px 44px; gap: 5px; }
.field-hint { margin: 9px 0 0; color: #777e83; font-size: 11px; }
.form-meta { min-height: 18px; }
.message { margin: 4px 0 0; color: #bc493e; font-size: 11px; font-weight: 600; }
.message.success { color: var(--green); }
.location-help { position: absolute; inset: auto 0 0; width: 100%; height: 30px; border: 0; color: var(--blue); background: #f8f9fa; font-size: 10px; }

.trust-strip { position: absolute; inset: auto 0 0; height: 50px; display: flex; align-items: center; background: rgba(232,234,235,.95); border-top: 1px solid #dadde0; border-bottom: 1px solid #dadde0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.trust-grid span { color: #555b5f; font-size: 11px; }

.source-strip { height: 96px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.source-layout { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 40px; }
.source-layout h2 { margin: 0; font-size: 24px; font-weight: 400; }
.source-items { display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #7894a6; }
.source-items span { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.source-items b { color: var(--cyan); font-size: 19px; }

.section { padding: 70px 0; }
.section-heading { margin-bottom: 34px; text-align: center; }
.section-heading h2 { margin: 0; color: var(--blue-dark); font-size: 29px; font-weight: 500; letter-spacing: -.03em; }
.section-heading p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 198px; padding: 23px 54px 22px 16px; border-radius: 5px; background: #fff; box-shadow: 0 6px 22px rgba(42, 65, 80, .11); }
.feature-card h3 { margin: 0 0 8px; color: var(--blue-dark); font-size: 14px; }
.feature-card p { margin: 0; color: #4c5256; font-size: 12px; line-height: 1.48; }
.feature-icon { position: absolute; right: 14px; top: 18px; color: var(--cyan); font-size: 30px; font-weight: 400; line-height: 1; }

.testimonial { margin-top: 72px; min-height: 186px; padding: 34px 28px; display: grid; grid-template-columns: 38% 62%; align-items: center; border-radius: 6px; background: var(--blue-soft); }
.testimonial-intro { padding-right: 28px; }
.testimonial h3 { margin: 0 0 12px; color: var(--green); font-size: 20px; font-weight: 500; }
.testimonial p { margin: 0; font-size: 12px; line-height: 1.5; }
.testimonial-intro button { margin-top: 18px; padding: 8px 12px; border: 1px solid #b8d4e6; border-radius: 3px; color: var(--blue); background: #fff; font-size: 11px; font-weight: 600; }
.testimonial-quote { display: grid; grid-template-columns: 52px 1fr; gap: 14px; }
.avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-dark); font-size: 13px; font-weight: 800; }
.quote-name { display: flex; align-items: center; gap: 12px; }
.quote-name span { color: var(--muted); font-size: 10px; }
.testimonial-quote .stars { color: #f6b800; font-size: 13px; letter-spacing: 2px; }

.process-section { position: relative; overflow: hidden; background: var(--band); }
.process-section::after { content: ""; position: absolute; inset: 0 0 0 50%; background: url("./assets/vehicle-hero.png") left center/cover no-repeat; opacity: .055; pointer-events: none; }
.process-section .content-shell { position: relative; z-index: 1; }
.process-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; }
.process-grid li { position: relative; min-height: 196px; padding: 22px 18px; border-radius: 6px; background: #fff; box-shadow: 0 6px 22px rgba(42,65,80,.14); }
.process-grid li:not(:last-child)::after { content: "›"; position: absolute; top: 63px; right: -42px; color: #b9c1c5; font-size: 42px; font-weight: 300; }
.process-grid span { color: var(--green); font-size: 12px; font-weight: 700; }
.process-grid h3 { margin: 15px 0 10px; color: var(--blue); font-size: 14px; }
.process-grid p { margin: 0; font-size: 12px; line-height: 1.5; }
.primary-cta { margin: 36px auto 0; padding: 11px 20px; display: block; border: 0; border-radius: 3px; color: #fff; background: var(--blue); font-size: 12px; font-weight: 700; box-shadow: 0 3px 8px rgba(0,106,170,.2); }

.directory-card { padding: 22px 26px 26px; border-radius: 6px; background: #fff; box-shadow: 0 6px 24px rgba(42,65,80,.14); }
.directory-tabs { display: flex; gap: 42px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.directory-tabs span { padding: 0 0 10px; color: #62a8cf; font-size: 11px; font-weight: 700; white-space: nowrap; }
.directory-tabs .active { color: var(--blue); border-bottom: 2px solid var(--blue); }
.directory-links { padding-top: 20px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px 24px; }
.directory-links a { color: #347fac; font-size: 10px; text-decoration: none; }

.support-section { padding-top: 20px; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 46px 20px; border-radius: 5px; background: var(--blue-soft); text-align: center; }
.support-grid div { min-height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.support-icon { color: var(--blue); font-size: 36px; line-height: 1; }
.support-grid strong { margin: 10px 0 5px; color: #343b40; font-size: 20px; }
.support-grid p { margin: 0; font-size: 11px; }

.faq-section { padding-top: 20px; }
.faq-shell { max-width: 850px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 44px 20px 0; color: #3d4347; font-size: 13px; font-weight: 600; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "⌄"; position: absolute; right: 0; top: 13px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 5px; color: #6f777b; background: #eef0f1; }
.faq-list details[open] summary::after { content: "⌃"; }
.faq-list details p { margin: -3px 50px 16px 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.bottom-cta { padding: 48px 0; background: #f1f5f7; }
.bottom-cta-layout { display: grid; grid-template-columns: 1fr 440px; align-items: center; gap: 80px; }
.bottom-cta h2 { margin: 0 0 10px; color: var(--blue-dark); font-size: 22px; font-weight: 600; }
.bottom-cta p { margin: 0 0 16px; font-size: 12px; }
.bottom-cta small { color: #70777b; font-size: 9px; }
.cta-control button { width: 100%; height: 52px; padding: 0 7px 0 17px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 5px; color: #9ba2a6; background: #fff; box-shadow: 0 2px 12px rgba(42,65,80,.16); font-size: 13px; text-align: left; }
.cta-control strong { padding: 11px 15px; border-radius: 3px; color: #fff; background: var(--blue); font-size: 12px; }
.cta-control small { display: block; margin-top: 8px; }

.site-footer { padding: 42px 0 24px; color: #c5c7c8; background: var(--charcoal); }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); gap: 42px; }
.footer-grid h2 { margin: 0 0 14px; color: #efefef; font-size: 12px; }
.footer-grid a:not(.brand) { display: block; margin: 0 0 10px; color: #c5c7c8; font-size: 10px; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-brand .brand { margin: 0 0 8px; }
.brand-inverse .brand-word { color: #fff; font-size: 22px; }
.footer-brand p { margin: 0 0 18px; font-size: 10px; }
.footer-social { display: flex; gap: 9px; margin-bottom: 14px; color: #d8d8d8; font-size: 12px; font-weight: 700; }
.privacy-seal { width: fit-content; padding: 7px 9px; border: 1px solid #62676a; border-radius: 3px; color: #e4e4e4; font-size: 9px; }
.payment-marks { display: flex; gap: 5px; margin-top: 14px; }
.payment-marks span { padding: 4px 5px; border: 1px solid #666a6c; border-radius: 2px; color: #babdbf; font-size: 7px; font-weight: 700; }
.footer-bottom { margin-top: 36px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid #56595b; font-size: 9px; }

/* Shared blocked-lookup route */
.blocked-page { min-height: 100vh; background: #f6f9f8; }
.blocked-page .site-header, .blocked-page footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.blocked-page .site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dbe6e3; }
.blocked-page .brand { margin: 0; font-weight: 800; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: #123b43; }
.brand-mark svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.internal-badge { padding: 7px 12px; border: 1px solid #dbe6e3; border-radius: 999px; color: #60767b; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.blocked-main { min-height: calc(100vh - 164px); display: grid; place-items: center; padding: 70px 24px; }
.blocked-card { width: min(560px, 100%); padding: 54px; border: 1px solid #dbe6e3; border-radius: 28px; background: #fff; box-shadow: 0 30px 90px rgba(21,66,70,.13); text-align: center; }
.blocked-icon { width: 66px; height: 66px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 20px; color: #b84237; background: #fff0ed; }
.blocked-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.blocked-card .eyebrow { margin: 0 0 12px; color: #b84237; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.blocked-card h1 { margin: 0; color: #102d35; font-size: clamp(34px, 5vw, 50px); }
.blocked-copy { max-width: 450px; margin: 19px auto 27px; color: #60767b; font-size: 16px; line-height: 1.65; }
.blocked-identifier { margin-bottom: 28px; padding: 18px 20px; display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; border: 1px solid #dbe6e3; border-radius: 14px; background: #f8fbfa; text-align: left; }
.blocked-identifier span { grid-column: 1/-1; color: #60767b; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.blocked-identifier strong { font-size: 22px; letter-spacing: .08em; }
.blocked-identifier i { padding: 5px 9px; border-radius: 7px; color: #087552; background: #c9f7df; font-size: 12px; font-style: normal; font-weight: 800; }
.back-button { height: 50px; padding: 0 19px; display: inline-flex; align-items: center; gap: 9px; border-radius: 11px; color: #fff; background: #087552; font-size: 14px; font-weight: 700; text-decoration: none; }
.back-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.blocked-page footer { min-height: 76px; display: flex; align-items: center; justify-content: space-between; color: #60767b; font-size: 12px; }

@media (max-width: 900px) {
  .nav-shell { justify-content: center; }
  .nav-shell a:not(.home-link):not(.login-link) { display: none; }
  .login-link { margin-left: auto; }
  .hero { height: auto; padding-bottom: 50px; }
  .hero-backdrop { background-position: 30% center; opacity: .25; }
  .hero-layout { height: auto; grid-template-columns: 1fr; padding-top: 42px; }
  .hero-copy { width: auto; padding: 0 0 28px; }
  .lookup-wrap { width: min(405px, 100%); justify-self: center; padding: 0; }
  .trust-strip { position: relative; margin-top: 40px; height: auto; padding: 16px 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .source-layout { grid-template-columns: 1fr; gap: 15px; }
  .source-items { justify-content: flex-start; flex-wrap: wrap; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { gap: 24px; }
  .process-grid li:not(:last-child)::after { display: none; }
  .bottom-cta-layout { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  .content-shell, .nav-shell { width: min(calc(100% - 28px), 1060px); }
  .home-page .topbar { height: 42px; }
  .hero-copy .hero-kicker { font-size: 23px; }
  .hero-copy h1 { font-size: 24px; }
  .brand-word { font-size: 27px; }
  .lookup-card { padding-inline: 12px; }
  .lookup-tab { font-size: 13px; }
  .source-strip { height: auto; padding: 25px 0; }
  .source-layout h2 { font-size: 20px; }
  .source-items { display: grid; grid-template-columns: 1fr 1fr; }
  .section { padding: 44px 0; }
  .section-heading h2 { font-size: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 145px; }
  .testimonial { margin-top: 40px; grid-template-columns: 1fr; gap: 28px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; }
  .directory-links { grid-template-columns: repeat(2, 1fr); }
  .support-grid { grid-template-columns: 1fr; gap: 18px; }
  .support-grid div { min-height: 85px; }
  .footer-grid { gap: 30px 20px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .blocked-card { padding: 34px 24px; }
  .blocked-page .site-header, .blocked-page footer { width: calc(100% - 28px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* License-plate blocked results page */
.plate-results-page { color: #41484e; background: #fff; }
.results-brandbar { height: 74px; border-bottom: 1px solid #e5e9ec; background: #fff; box-shadow: 0 2px 7px rgba(40,55,65,.05); }
.results-brandbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.results-brandbar .brand { margin: 0; }
.results-brandbar .brand-gauge { width: 33px; height: 33px; }
.results-brandbar .brand-gauge svg { width: 31px; }
.results-brandbar .brand-word { font-size: 25px; }
.lookup-progress { width: 470px; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; counter-reset: progress; }
.lookup-progress li { position: relative; padding-top: 24px; color: #9ba3a8; font-size: 9px; text-align: center; }
.lookup-progress li::before { content: ""; position: absolute; top: 6px; left: 50%; z-index: 2; width: 9px; height: 9px; border-radius: 50%; background: #dfe3e5; transform: translateX(-50%); }
.lookup-progress li:not(:last-child)::after { content: ""; position: absolute; top: 10px; left: 50%; width: 100%; height: 2px; background: #e7eaec; }
.lookup-progress .complete { color: var(--green); font-weight: 700; }
.lookup-progress .complete::before { background: var(--green); box-shadow: 0 0 0 3px rgba(25,164,74,.12); }

.results-hero { min-height: 260px; padding: 18px 0 26px; text-align: center; background: linear-gradient(120deg, #fafafa, #f4f6f7); border-bottom: 1px solid #eceff1; }
.breadcrumb { margin: 0 0 18px; color: #8a9196; font-size: 9px; text-align: left; }
.breadcrumb a { text-decoration: none; }
.breadcrumb span { margin: 0 8px; }
.results-hero h1 { margin: 0; color: #41484e; font-size: 34px; font-weight: 400; letter-spacing: -.035em; }
.results-subtitle { margin: 8px 0 16px; color: #697177; font-size: 14px; }
.results-search { width: min(560px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 150px 130px; gap: 8px; }
.results-search input, .results-search select { height: 46px; border-radius: 4px; background: #fff; font-weight: 600; }
.results-search select:disabled { opacity: 1; color: #3f464a; cursor: default; }
.results-search a { height: 46px; display: grid; place-items: center; border-radius: 4px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 700; text-decoration: none; box-shadow: 0 4px 10px rgba(8,127,199,.18); }
.results-search a:hover { background: #006eaf; }
.results-example { width: min(560px, 100%); margin: 7px auto 0; color: #777f84; font-size: 9px; text-align: left; }
.no-records { margin: 15px 0 5px; color: #dc5b58; font-size: 12px; font-weight: 600; }
.local-stop { margin: 0; color: #777f84; font-size: 10px; }

.plate-results-page .article-layout { width: min(1120px, calc(100% - 48px)); }
.article-layout { padding-top: 38px; padding-bottom: 64px; display: grid; grid-template-columns: minmax(0, 1fr) 245px; gap: 40px; align-items: start; }
.results-article { min-width: 0; color: #41484e; font-size: 13px; font-weight: 450; line-height: 1.58; }
.article-lede { margin: 0 0 28px; }
.results-article section { margin: 0 0 36px; scroll-margin-top: 30px; }
.results-article h2 { margin: 0 0 9px; color: #1477a9; font-size: 21px; font-weight: 650; letter-spacing: -.025em; }
.results-article h3 { margin: 14px 0 7px; color: #176e98; font-size: 14px; }
.results-article p { margin: 0 0 14px; }
.results-article ul { margin: 10px 0 0; padding-left: 20px; }
.results-article li { margin-bottom: 7px; }
.compare-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.check-list { padding: 0 !important; list-style: none; }
.check-list li { position: relative; padding-left: 22px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }

.info-callout, .quote-callout { margin: 4px 0 44px; padding: 20px 22px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 16px; border-left: 4px solid #3186bd; border-radius: 6px; background: #f0f7fc; box-shadow: 0 3px 12px rgba(40,70,90,.08); }
.info-callout > span { width: 30px; height: 30px; display: grid; place-items: center; border: 2px solid #3186bd; border-radius: 50%; color: #3186bd; font-family: Georgia, serif; font-size: 18px; font-weight: 700; }
.info-callout p, .quote-callout p { margin: 0; font-size: 12px; line-height: 1.55; }
.stats-callout > span { border: 0; border-radius: 0; font-family: inherit; }
.quote-callout { grid-template-columns: 38px 1fr; background: #edf5fb; }
.quote-callout > span { color: #267fb4; font: 700 38px/1 Georgia, serif; }

.source-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 30px; }
.source-list span { position: relative; padding-left: 18px; font-size: 13px; }
.source-list span::before { content: "+"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }
.report-table, .tool-table { margin-top: 18px; border-top: 1px solid #dbe4e9; font-size: 11px; line-height: 1.45; }
.report-table > div { min-height: 52px; padding: 10px 12px; display: grid; grid-template-columns: .8fr 1.15fr 1.2fr; gap: 16px; align-items: center; border-bottom: 1px solid #dbe4e9; }
.report-table .table-head, .tool-table > div:first-child { min-height: 38px; color: #3c515d; background: #eaf4fb; }
.report-table b { color: #3f474c; }
.compact-table > div { grid-template-columns: .65fr 1.2fr 1.4fr; }
.tool-table > div { min-height: 40px; padding: 8px 12px; display: grid; grid-template-columns: 1.45fr repeat(3, .65fr); gap: 12px; align-items: center; border-bottom: 1px solid #dbe4e9; }
.tool-table b { color: var(--green); text-align: center; }
.numbered-list { margin: 18px 0 0 !important; padding: 0 !important; list-style: none; }
.numbered-list li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; }
.numbered-list span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 11px; font-weight: 700; }
.numbered-list p { margin: 0; }
.three-step { margin-top: 24px; padding: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; background: #fafbfb; text-align: center; }
.three-step div { position: relative; display: flex; flex-direction: column; align-items: center; gap: 7px; }
.three-step div:not(:last-child)::after { content: "········"; position: absolute; top: 11px; right: -31px; color: #61a6cc; letter-spacing: 2px; }
.three-step span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #2379a8; background: #fff; box-shadow: 0 2px 9px rgba(40,70,90,.12); font-weight: 700; }
.three-step div:last-child span { color: #fff; background: #40aa70; }
.three-step strong { color: #276e94; font-size: 12px; }
.three-step p { margin: 0; font-size: 10px; }
.state-grid { margin-top: 16px; padding: 16px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; border-radius: 6px; background: #eef7fd; }
.state-grid span { padding: 6px 8px; border-radius: 3px; color: #2779a5; background: #fff; font-size: 10px; box-shadow: 0 1px 4px rgba(40,70,90,.07); }
.article-faq { padding: 22px; border-left: 4px solid #3186bd; background: #f7fafc; }
.article-faq details { border-bottom: 1px solid #dfe5e8; }
.article-faq details:last-child { border: 0; }
.article-faq summary { position: relative; padding: 13px 30px 13px 0; font-size: 12px; font-weight: 600; list-style: none; cursor: pointer; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary::after { content: "⌄"; position: absolute; right: 3px; top: 10px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 4px; background: #e9edef; }
.article-faq details p { color: #687177; font-size: 12px; }
.helpful-row { margin: -18px 0 34px; padding: 14px 18px; display: flex; align-items: center; gap: 10px; border: 1px solid #edf0f2; background: #fbfbfb; color: #596167; font-size: 10px; }
.helpful-row span { margin-right: 8px; }
.helpful-row button { padding: 5px 9px; border: 1px solid #72acd0; border-radius: 3px; color: #247aa9; background: #fff; font-size: 9px; }
.read-more { padding: 20px 0 0; border-top: 1px solid #e8ecee; }
.read-more div { display: flex; flex-wrap: wrap; gap: 24px; }
.read-more a { color: #2081b7; font-size: 10px; text-decoration: none; }

.article-sidebar { position: sticky; top: 20px; display: grid; gap: 22px; }
.article-sidebar nav { padding: 22px 20px; border-left: 3px solid #51a8d7; background: #fafbfb; }
.article-sidebar h2 { margin: 0 0 13px; padding-bottom: 11px; border-bottom: 1px solid #dfe4e7; color: #4b5256; font-size: 12px; text-transform: uppercase; }
.article-sidebar nav a { display: block; margin: 0 0 10px; color: #1682bf; font-size: 10px; text-decoration: none; }
.article-sidebar nav a:hover { text-decoration: underline; }
.review-card { padding: 16px; display: grid; gap: 10px; border-left: 3px solid #4ab173; background: #fafbfb; color: #526067; font-size: 10px; }
.review-card span::first-letter { color: var(--green); }
.plate-illustration { position: relative; height: 118px; padding: 23px 15px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 10px solid #f3c869; border-radius: 21px; color: #38414b; background: linear-gradient(#2aa6dc 0 22%, #f7f7f1 22% 78%, #2aa6dc 78%); box-shadow: inset 0 0 0 3px #fff; }
.plate-illustration span { position: absolute; left: 15px; top: 3px; color: #fff; font-size: 9px; font-weight: 800; }
.plate-illustration strong { max-width: 100%; overflow: hidden; font: 800 27px/1 "Inter", sans-serif; letter-spacing: .06em; text-overflow: ellipsis; white-space: nowrap; }
.plate-illustration i { margin-top: 15px; color: #fff; font-size: 7px; font-style: normal; font-weight: 700; }

.plate-results-page .site-footer { margin-top: 0; padding-top: 54px; }
.plate-results-page .footer-grid { gap: 52px; }
.plate-results-page .footer-bottom { margin-top: 44px; }

@media (max-width: 900px) {
  .results-brandbar { height: auto; padding: 15px 0; }
  .results-brandbar-inner { align-items: flex-start; }
  .lookup-progress { width: 380px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; grid-row: auto; grid-template-columns: 1fr 1fr; }
  .article-sidebar nav { grid-column: 1 / -1; }
  .plate-illustration { max-width: 280px; }
}

@media (max-width: 620px) {
  .results-brandbar-inner { display: block; }
  .results-brandbar .brand { margin: 0 auto 10px; }
  .lookup-progress { width: 100%; }
  .results-hero { min-height: 0; padding: 16px 0 32px; }
  .breadcrumb { margin-bottom: 24px; }
  .results-hero h1 { font-size: 31px; }
  .results-subtitle { font-size: 14px; line-height: 1.5; }
  .results-search { grid-template-columns: 1fr 90px; }
  .results-search a { grid-column: 1 / -1; }
  .article-layout { padding-top: 32px; padding-bottom: 48px; gap: 30px; }
  .results-article { font-size: 13px; }
  .results-article h2 { font-size: 20px; }
  .compare-columns, .source-list { grid-template-columns: 1fr; gap: 4px; }
  .report-table > div { grid-template-columns: 1fr; gap: 4px; }
  .report-table .table-head { display: none; }
  .tool-table { overflow-x: auto; }
  .tool-table > div { min-width: 580px; }
  .three-step { grid-template-columns: 1fr; }
  .three-step div:not(:last-child)::after { display: none; }
  .state-grid { grid-template-columns: repeat(2, 1fr); }
  .article-sidebar { grid-template-columns: 1fr; }
  .article-sidebar nav { grid-column: auto; }
  .plate-illustration { width: 100%; }
}
