@charset "UTF-8";

:root {
  --ink:#101828;
  --muted:#475467;
  --paper:#f7f8fc;
  --line:#e4e7ec;
  --lime:#5156d8;
  --white:#fff;
  --radius:20px;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none
}

* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:30px
}
body {
  margin:0
}
a {
  color:inherit;
  text-underline-offset:4px
}
button,input {
  font:inherit
}
button,a,input,summary {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible {
  outline:3px solid #5156d8;
  outline-offset:5px
}
h1,h2,h3,p {
  margin-top:0
}
p {
  line-height:1.65
}
h1,h2,h3 {
  font-weight:600
}
h1 {
  letter-spacing:-.065em;
  line-height:1.02
}
h2 {
  letter-spacing:-.045em;
  line-height:1.15
}
h3 {
  letter-spacing:-.025em;
  line-height:1.2
}
.wrap {
  width:min(1240px,calc(100% - 96px));
  margin-inline:auto
}
.site-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:104px
}
.wordmark {
  display:inline-flex;
  align-items:center;
  font-size:19px;
  font-weight:700;
  letter-spacing:-.7px;
  text-decoration:none;
  white-space:nowrap
}
.wordmark-dot {
  color:#5156d8
}
.brand-symbol {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  margin-right:10px;
  border-radius:9px;
  background:var(--ink);
  color:var(--lime);
  font-size:26px;
  font-weight:400
}
.site-header nav {
  display:flex;
  gap:30px;
  align-items:center;
  font-size:13px;
  font-weight:600
}
.site-header nav>a {
  text-decoration:none
}
.site-header nav>a:hover {
  text-decoration:underline
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:25px;
  min-height:54px;
  padding:15px 22px;
  border-radius:9px;
  border:1px solid transparent;
  text-decoration:none;
  font-size:14px;
  font-weight:650;
  line-height:1.4;
  transition:background .15s,transform .15s
}
.button:hover {
  transform:translateY(-1px)
}
.button-small {
  min-height:43px;
  padding:11px 17px
}
.button-outline {
  border-color:#b9c3b6;
  background:transparent
}
.button-lime {
  background:var(--lime);
  color:var(--ink)
}
.button-lime:hover {
  background:#4146c4
}
.button-dark {
  background:var(--ink);
  color:var(--white)
}
.button-dark:hover {
  background:#4146c4
}
.eyebrow {
  font-size:11px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase
}
.hero {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:60px;
  padding-top:57px;
  padding-bottom:77px
}
.hero-copy>.eyebrow {
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:27px
}
.status-dot {
  height:7px;
  width:7px;
  background:#5156d8;
  border-radius:50%
}
.hero h1 {
  font-size:clamp(60px,6.3vw,88px);
  margin-bottom:27px
}
.hero h1>span {
  color:#5156d8
}
.hero-description {
  color:var(--muted);
  font-size:17px;
  max-width:440px;
  margin-bottom:33px;
  line-height:1.6
}
.registration-form>label {
  display:block;
  font-size:12px;
  font-weight:650;
  margin-bottom:10px
}
.search-row {
  display:flex;
  gap:10px;
  align-items:stretch
}
.plate-input {
  display:flex;
  min-width:0;
  border:1px solid #a8b299;
  border-radius:9px;
  overflow:hidden;
  background:#f7e99a;
  flex:1;
  max-width:260px
}
.plate-country {
  background:#e1d481;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  font-size:10px;
  font-weight:700;
  border-right:1px solid #c9c07e
}
.plate-input input {
  min-width:0;
  width:100%;
  font-size:24px;
  padding:12px 12px 12px 10px;
  letter-spacing:.035em;
  font-weight:700;
  color:var(--ink);
  background:transparent;
  border:none;
  text-transform:uppercase;
  line-height:1.2
}
.plate-input input::placeholder {
  color:#657050;
  opacity:1
}
.plate-input:focus-within {
  outline:3px solid #5156d8;
  outline-offset:3px
}
.plate-input input:focus-visible {
  outline:none
}
.form-hint {
  font-size:11px;
  color:var(--muted);
  margin:11px 0 0
}
.field-error {
  display:block;
  color:#a01d20;
  font-size:13px;
  font-weight:600;
  margin-top:8px
}
.field-error:empty {
  display:none
}
.hero-footnote {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:11px;
  color:var(--muted);
  margin-top:27px
}
.hero-footnote>span {
  font-weight:700
}
.hero-footnote>span:nth-of-type(2) {
  margin-left:13px
}
.hero-visual {
  align-self:center;
  background:var(--ink);
  border-radius:26px;
  padding:29px 28px 24px;
  position:relative;
  box-shadow:0 24px 55px #10182816
}
.visual-topline {
  display:flex;
  justify-content:space-between;
  gap:10px;
  color:#cdd5ef;
  font-size:9px;
  letter-spacing:.13em;
  margin-bottom:28px
}
.identity-card {
  background:#fff;
  border-radius:16px;
  padding:27px 26px 0;
  box-shadow:0 8px 22px #0001
}
.card-topline {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:35px
}
.card-topline .eyebrow {
  font-size:9px;
  letter-spacing:.1em;
  color:var(--muted)
}
.pill {
  display:inline-block;
  font-size:9px;
  font-weight:600;
  border:1px solid var(--line);
  padding:6px 8px;
  border-radius:20px;
  white-space:nowrap;
  color:var(--muted)
}
.vehicle-make {
  font-size:12px;
  letter-spacing:.17em;
  margin-bottom:8px;
  font-weight:600
}
.identity-card h2 {
  font-size:49px;
  margin-bottom:5px
}
.identity-card h2>span {
  font-size:26px;
  font-weight:400;
  color:#475467;
  margin-left:6px
}
.vehicle-trim {
  color:var(--muted);
  font-size:15px;
  margin-bottom:25px
}
.display-plate {
  display:inline-block;
  background:#f6e99e;
  color:#222b21;
  border:1px solid #cabd75;
  border-radius:6px;
  font-size:25px;
  font-weight:750;
  letter-spacing:.055em;
  padding:8px 17px;
  line-height:1.2;
  white-space:nowrap
}
.identity-specs {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin:27px 0
}
.identity-specs dt,.vehicle-facts dt {
  font-size:11px;
  color:var(--muted);
  margin-bottom:8px
}
.identity-specs dd,.vehicle-facts dd {
  font-size:13px;
  margin:0;
  font-weight:600
}
.identity-specs>div+div {
  padding-left:15px;
  border-left:1px solid var(--line)
}
.card-bottom {
  display:flex;
  gap:13px;
  align-items:center;
  margin:0 -26px;
  padding:20px 26px;
  border-top:1px solid var(--line)
}
.round-icon {
  flex-shrink:0;
  display:inline-grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  font-size:22px;
  background:#eef0ff;
  color:var(--ink)
}
.card-bottom strong {
  font-size:11px
}
.card-bottom p {
  font-size:10px;
  color:var(--muted);
  margin:4px 0 0
}
.visual-caption {
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:24px;
  color:#d5dff8
}
.visual-caption p {
  font-size:11px;
  line-height:1.6;
  margin:0
}
.visual-caption strong {
  font-weight:500;
  color:#fff
}
.caption-line {
  width:28px;
  height:1px;
  background:var(--lime)
}
.promise-strip {
  background:#eef1fa;
  border-block:1px solid var(--line)
}
.promise-inner {
  display:flex;
  justify-content:space-between;
  gap:25px;
  align-items:center;
  padding-block:29px
}
.promise-inner p {
  font-size:9px;
  letter-spacing:.12em;
  color:var(--muted);
  margin:0
}
.promise-inner strong {
  font-weight:600;
  color:var(--ink)
}
.promise-inner>span {
  font-size:13px;
  font-weight:550
}
.section {
  padding-block:86px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:40px;
  gap:30px
}
.section h2,.evidence-section h2 {
  font-size:42px;
  margin-bottom:0
}
.section-heading>p {
  font-size:14px;
  color:var(--muted);
  margin:0
}
.steps-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}
.step-card {
  border:1px solid var(--line);
  border-radius:16px;
  padding:28px;
  display:flex;
  flex-direction:column;
  background:#fff
}
.step-number {
  font-size:12px;
  color:#5156d8;
  margin-bottom:38px;
  font-weight:650
}
.step-card h3 {
  font-size:23px;
  margin-bottom:16px
}
.step-card p {
  color:var(--muted);
  font-size:14px;
  flex:1
}
.step-state {
  font-size:11px;
  font-weight:600;
  margin-top:25px;
  display:flex;
  justify-content:space-between;
  gap:12px
}
.muted {
  color:var(--muted)
}
.evidence-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  background:#0b1020;
  padding:45px;
  border-radius:18px
}
.evidence-section>div>p:last-child {
  margin-bottom:0
}
.evidence-section>div+div>p:first-child {
  font-size:17px
}
.small {
  font-size:12px
}
.faq-section {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:70px
}
.faq-list details {
  border-bottom:1px solid var(--line)
}
.faq-list summary {
  padding:23px 25px 23px 0;
  font-size:15px;
  cursor:pointer;
  font-weight:550;
  list-style:none;
  position:relative
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary::after {
  content:'+';
  position:absolute;
  right:0;
  top:20px;
  font-size:22px;
  font-weight:400
}
.faq-list details[open] summary::after {
  content:'âˆ’'
}
.faq-list p {
  font-size:14px;
  color:var(--muted);
  max-width:95%
}
.site-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding-block:32px;
  border-top:1px solid var(--line);
  color:var(--muted)
}
.site-footer p {
  font-size:11px;
  margin:10px 0 0
}
.site-footer>div+div {
  text-align:right
}
.site-footer .wordmark {
  font-size:15px;
  color:var(--ink)
}
.skip-link {
  position:absolute;
  left:12px;
  top:-100px;
  padding:14px;
  background:var(--ink);
  color:white;
  z-index:100
}
.skip-link:focus {
  top:12px
}
.application-body {
  background:#f7f8fc
}
.application-body .site-header {
  border-bottom:1px solid var(--line)
}
.app-main {
  min-height:calc(100vh - 200px);
  padding-top:32px;
  padding-bottom:80px
}
.journey {
  display:flex;
  justify-content:center;
  list-style:none;
  padding:0;
  margin:0 0 32px;
  gap:50px;
  color:var(--muted)
}
.journey li {
  font-size:12px;
  display:flex;
  align-items:center;
  gap:9px
}
.journey li>span {
  display:inline-grid;
  place-items:center;
  width:27px;
  height:27px;
  border:1px solid #a5b29c;
  border-radius:50%;
  font-size:10px
}
.journey .active {
  color:var(--ink);
  font-weight:700
}
.journey .active>span {
  background:var(--ink);
  color:var(--lime);
  border-color:var(--ink)
}
.journey .complete>span {
  background:#e8eaff
}
.journey small {
  font-size:9px
}
.development-notice {
  display:flex;
  align-items:center;
  gap:15px;
  padding:13px 18px;
  border-radius:8px;
  border:1px solid #d8c781;
  background:#f7f0d8;
  color:#5b4e1b;
  font-size:12px;
  margin:0 0 37px
}
.development-notice strong {
  font-size:10px;
  letter-spacing:.06em;
  white-space:nowrap
}
.search-surface {
  max-width:740px;
  margin:70px auto 40px;
  text-align:center
}
.page-title {
  font-size:clamp(36px,4vw,56px);
  margin-bottom:20px
}
.lead {
  font-size:17px;
  color:var(--muted);
  line-height:1.65
}
.search-surface .lead {
  max-width:530px;
  margin:0 auto 30px
}
.app-search {
  max-width:520px;
  margin:30px auto;
  text-align:left
}
.app-search .plate-input {
  max-width:none
}
.sample-links {
  display:flex;
  gap:14px;
  justify-content:center;
  font-size:12px
}
.back-link {
  font-size:12px;
  color:var(--muted);
  text-decoration:none;
  display:inline-block;
  margin-bottom:30px
}
.back-link:hover {
  text-decoration:underline
}
.confirmation-heading {
  margin-bottom:34px
}
.confirmation-grid {
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:25px
}
.vehicle-panel {
  background:var(--white);
  border-radius:var(--radius);
  border:1px solid var(--line);
  padding:32px
}
.vehicle-panel h2 {
  font-size:36px;
  margin-bottom:10px
}
.vehicle-panel .card-topline {
  margin-bottom:27px
}
.vehicle-facts {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px 22px;
  margin:34px 0
}
.vehicle-facts dd {
  font-size:15px
}
.source-note {
  padding-top:22px;
  border-top:1px solid var(--line);
  display:flex;
  gap:12px;
  font-size:11px;
  color:var(--muted)
}
.source-note strong {
  font-weight:550
}
.source-note p {
  margin:5px 0 0;
  font-size:11px
}
.next-panel {
  padding:32px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#eef0ff;
  align-self:start
}
.next-panel>.round-icon {
  margin-bottom:25px;
  background:var(--ink);
  color:var(--lime)
}
.next-panel h2 {
  font-size:29px
}
.next-panel p {
  font-size:14px;
  color:#475467
}
.next-panel .small {
  font-size:12px
}
.next-panel hr {
  border:0;
  border-top:1px solid #d8dcf0;
  margin:28px 0 20px
}
.full-width {
  width:100%
}
.text-link {
  display:block;
  font-size:12px;
  text-align:center;
  margin-top:18px
}
.empty-state {
  max-width:690px;
  margin:55px auto;
  text-align:center
}
.empty-state>.round-icon {
  margin-bottom:25px
}
.empty-state .display-plate {
  display:table;
  margin:28px auto
}
.empty-state .button {
  margin-top:12px
}

@media(min-width:1600px) {
  .hero {
  padding-top:85px;
  padding-bottom:100px
}
.hero-visual {
  margin-left:25px
}

}

@media(max-width:1100px) {
  .wrap {
  width:calc(100% - 64px)
}
.hero {
  gap:30px
}
.hero h1 {
  font-size:68px
}
.hero-description {
  font-size:15px
}
.hero .search-row {
  flex-direction:column
}
.hero .plate-input {
  max-width:none;
  min-height:56px
}
.hero .search-row .button {
  min-height:48px
}
.hero-visual {
  padding:23px 20px
}
.identity-card {
  padding:23px 20px 0
}
.card-bottom {
  margin-inline:-20px;
  padding-inline:20px
}
.site-header nav {
  gap:20px
}
.section h2,.evidence-section h2 {
  font-size:36px
}
.step-card {
  padding:23px
}
.confirmation-grid {
  grid-template-columns:1.3fr 1fr
}
.vehicle-facts {
  grid-template-columns:repeat(2,1fr)
}
.journey {
  gap:30px
}

}

@media(max-width:760px) {
  .wrap {
  width:calc(100% - 40px)
}
.site-header {
  min-height:82px;
  gap:12px
}
.wordmark {
  font-size:16px
}
.brand-symbol {
  width:28px;
  height:28px;
  font-size:21px;
  margin-right:7px
}
.site-header nav {
  font-size:11px;
  gap:10px
}
.site-header nav>a:not(:last-child) {
  display:none
}
.site-header .button-small {
  font-size:10px;
  padding:9px 10px;
  gap:7px;
  min-height:36px
}
.hero {
  grid-template-columns:1fr;
  padding-top:38px;
  padding-bottom:45px;
  gap:38px
}
.hero h1 {
  font-size:68px
}
.hero-copy>.eyebrow {
  font-size:9px;
  margin-bottom:23px
}
.hero-description {
  font-size:16px;
  max-width:440px
}
.hero .search-row {
  flex-direction:row
}
.hero .search-row .button {
  font-size:12px;
  padding:12px 14px;
  gap:14px
}
.hero .plate-input {
  min-height:54px
}
.plate-input input {
  font-size:22px
}
.hero-visual {
  width:100%;
  max-width:460px;
  justify-self:center
}
.hero-footnote {
  font-size:10px
}
.promise-inner {
  flex-wrap:wrap;
  gap:20px;
  padding-block:24px
}
.promise-inner>p {
  width:100%
}
.promise-inner>span {
  font-size:11px
}
.section {
  padding-block:56px
}
.section-heading {
  display:block;
  margin-bottom:26px
}
.section-heading>p {
  margin-top:20px
}
.section h2,.evidence-section h2 {
  font-size:34px
}
.steps-grid {
  grid-template-columns:1fr;
  gap:14px
}
.step-card {
  padding:25px
}
.step-number {
  margin-bottom:22px
}
.step-card h3 {
  font-size:25px
}
.step-state {
  margin-top:10px
}
.evidence-section {
  grid-template-columns:1fr;
  gap:23px;
  padding:28px
}
.faq-section {
  grid-template-columns:1fr;
  gap:25px
}
.site-footer {
  align-items:start;
  flex-direction:column;
  padding-block:25px;
  gap:12px
}
.site-footer>div+div {
  text-align:left
}
.journey {
  gap:15px;
  justify-content:space-between;
  margin-bottom:25px
}
.journey li {
  font-size:10px;
  gap:5px;
  flex-wrap:wrap
}
.journey li>span {
  width:24px;
  height:24px
}
.journey small {
  display:none
}
.app-main {
  padding-top:25px;
  padding-bottom:45px
}
.development-notice {
  align-items:start;
  flex-direction:column;
  gap:7px;
  font-size:11px;
  margin-bottom:28px
}
.search-surface {
  margin:42px auto 20px
}
.page-title {
  font-size:40px
}
.lead {
  font-size:15px
}
.confirmation-grid {
  grid-template-columns:1fr;
  gap:18px
}
.vehicle-panel,.next-panel {
  padding:25px
}
.vehicle-panel h2 {
  font-size:31px
}
.back-link {
  margin-bottom:25px
}
.confirmation-heading {
  margin-bottom:25px
}
.vehicle-facts {
  gap:25px 15px
}
.source-note {
  font-size:10px
}
.app-search .search-row {
  flex-direction:column
}
.app-search .plate-input {
  min-height:58px
}
.sample-links {
  flex-wrap:wrap
}
.empty-state {
  margin-top:35px
}

}

@media(max-width:380px) {
  .wrap {
  width:calc(100% - 28px)
}
.wordmark {
  font-size:14px
}
.site-header .button-small {
  font-size:9px
}
.hero h1 {
  font-size:58px
}
.hero .search-row {
  flex-direction:column
}
.hero-footnote {
  gap:5px;
  font-size:9px
}
.journey li {
  font-size:9px
}
.card-topline {
  gap:6px
}
.pill {
  font-size:8px
}
.identity-card h2 {
  font-size:42px
}

}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
.button {
  transition:none
}
.button:hover {
  transform:none
}

}

@media print {
  .site-header nav,.registration-form,.button,.development-notice,.journey {
  display:none
}
.wrap {
  width:100%
}
.hero,.confirmation-grid {
  display:block
}
.hero-visual {
  box-shadow:none
}
.site-footer {
  margin-top:30px
}
body {
  background:white
}
.vehicle-panel {
  break-inside:avoid
}

}

/* Shared approved brand artwork. White backing also supports dark sections. */
:root {
  --brand-indigo:#5156D8;
  --brand-blue:#3B82F6;
  --brand-cyan:#22C7D9;
  --brand-violet:#9B8AFB;
  --brand-navy:#071426;
}
.wordmark { flex-shrink:0; max-width:100%; }
.brand-logo { display:block; width:260px; height:auto; aspect-ratio:1230 / 190; background:#fff; border-radius:6px; }
.brand-logo-full { width:300px; max-width:100%; height:auto; background:#fff; border-radius:8px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
@media(max-width:760px) {
  .site-header .brand-logo { width:200px; }
  .site-header nav { flex-shrink:0; }
}
@media(max-width:380px) {
  .site-header .brand-logo { width:180px; }
}
@media(forced-colors:active) {
  .wordmark { outline:1px solid LinkText; }
  .wordmark .sr-only { position:static; width:auto; height:auto; margin:0; clip-path:none; overflow:visible; }
  .brand-logo { display:none; }
}

/* Contemporary shared surfaces and product presentation. */
body { background:radial-gradient(ellipse at 88% 8%,#dcd9ff80,transparent 35%),radial-gradient(ellipse at 65% 0%,#b9f0f660,transparent 32%),var(--paper); }
.site-header { min-height:96px; }
.site-header nav>a { color:#344054; }
.site-header .button-outline { background:#fff; border-color:#e4e7ec; box-shadow:0 2px 6px #10182808; }
.site-header .wordmark {
  padding:6px 8px;
  background:#fff;
  border:1px solid #e4e7ec;
  border-radius:12px;
  box-shadow:0 2px 8px #10182806;
}
.hero { padding-top:70px; padding-bottom:96px; gap:64px; align-items:center; }
.hero h1 { font-size:clamp(48px,5.5vw,76px); line-height:1.06; letter-spacing:-.055em; }
.hero-copy>.eyebrow { color:#5156d8; letter-spacing:.09em; }
.hero h1>span { color:#5156d8; }
.hero-description { font-size:18px; max-width:470px; }
.button-lime,.button-dark { background:#5156d8; color:#fff; box-shadow:0 4px 12px #5156d826; }
.button-lime:hover,.button-dark:hover { background:#4146c4; }
.button { border-radius:10px; }
.plate-input { background:#fff; border-color:#c5cada; box-shadow:0 2px 5px #10182804; }
.plate-country { background:#eef0ff; color:#5156d8; border-color:#d8dcf0; }
.plate-input input::placeholder { color:#667085; }
.plate-input:focus-within { outline:3px solid #5156d84d; border-color:#5156d8; }
.hero-visual { background:linear-gradient(135deg,#131c38,#252455); border:1px solid #fff8; box-shadow:0 32px 70px -22px #302b6f66; padding:24px; border-radius:24px; }
.identity-card { padding-top:22px; box-shadow:0 8px 24px #0002; }
.identity-card .card-topline { margin-bottom:18px; }
.identity-card h2 { font-size:42px; }
.identity-card .vehicle-trim { margin-bottom:16px; }
.identity-specs { margin-block:20px; }
.pill { background:#f7f8fc; color:#475467; }
.visual-topline { margin-bottom:20px; }
.preview-timeline { background:#fff; margin-top:14px; border:1px solid #e4e7ec; border-radius:14px; padding:18px 20px; }
.preview-heading { display:flex; align-items:center; justify-content:space-between; gap:8px; font-size:12px; }
.preview-heading>span { color:#667085; font-size:10px; }
.preview-timeline ol { list-style:none; padding:0; margin:16px 0 0; }
.preview-timeline li { display:flex; align-items:center; gap:12px; position:relative; padding:0 0 17px; font-size:11px; }
.preview-timeline li:last-child { padding-bottom:0; }
.preview-timeline li>span:last-child { margin-left:auto; color:#667085; }
.preview-timeline p { font-size:10px; color:#667085; margin:3px 0 0; }
.timeline-dot { width:9px; height:9px; border-radius:50%; background:#5156d8; flex-shrink:0; box-shadow:0 0 0 4px #eef0ff; }
.timeline-dot.cyan { background:#16899b; }
.timeline-dot.violet { background:#8a65c7; }
.visual-caption { margin-top:18px; }
.promise-strip { background:#ffffffa8; }
.promise-inner { padding-block:26px; }
.section { padding-block:100px; }
.section .eyebrow { color:#5156d8; }
.step-card { border-radius:18px; padding:32px; box-shadow:0 10px 24px -16px #202c5540; transition:transform .2s,box-shadow .2s; }
.step-card:hover { transform:translateY(-4px); box-shadow:0 18px 34px -16px #202c5540; }
.step-number { display:grid; place-items:center; background:#eef0ff; width:38px; height:38px; border-radius:11px; margin-bottom:28px; }
.evidence-section { color:#fff; background:radial-gradient(ellipse at top right,#33326b,transparent 70%),#0b1020; padding:64px; border-radius:24px; }
.evidence-section .eyebrow { color:#a9baff; }
.evidence-section .small { color:#c6cde0; }
.faq-list details { padding-inline:18px; background:#ffffff80; }
.faq-list details[open] { background:#fff; }
.faq-list details[open] summary::after { content:'-'; }
.application-body { background:radial-gradient(ellipse at 50% 15%,#e9eaff,transparent 55%),#f7f8fc; }
.search-surface,.empty-state { background:#fff; padding:48px; border:1px solid #e4e7ec; border-radius:24px; box-shadow:0 24px 64px -32px #34407340; }
.search-surface { max-width:800px; margin-top:45px; }
.search-surface .eyebrow,.confirmation-heading .eyebrow { color:#5156d8; }
.journey { margin-top:8px; }
.journey li>span { border-color:#cbd0e2; }
.journey .active>span { background:#5156d8; border-color:#5156d8; color:#fff; }
.vehicle-panel { box-shadow:0 16px 48px -28px #34407340; }
.next-panel { background:linear-gradient(145deg,#fff,#edf0ff); }
.next-panel>.round-icon { background:#5156d8; color:#fff; }
.sample-links a { color:#4146c4; }
@media(max-width:1100px) { .hero { gap:32px; } .hero h1 { font-size:58px; } }
@media(max-width:760px) {
 .hero { padding-top:34px; padding-bottom:56px; gap:40px; }
 .hero h1 { font-size:48px; }
 .hero-description { font-size:16px; }
 .hero-visual { padding:18px; }
 .section { padding-block:60px; }
 .evidence-section { padding:30px 24px; }
 .search-surface,.empty-state { padding:30px 20px; margin-block:28px; }
 .preview-timeline { padding:16px; }
 .step-card { padding:26px; }
 .site-header { min-height:82px; }
}
@media(prefers-reduced-motion:reduce) { .step-card { transition:none; } .step-card:hover { transform:none; } }
button.text-link { appearance:none; background:transparent; border:0; padding:10px 12px; min-height:44px; margin-inline:auto; color:#4146c4; font-weight:600; text-decoration:underline; text-underline-offset:4px; }

/* Vehicle-story hero: one search control and an open, connected record preview. */
.hero-availability { color:var(--muted); font-size:12px; max-width:470px; margin:-16px 0 28px; }
.hero-search-row { background:#fff; border:1px solid #c5cada; border-radius:12px; padding:5px; gap:5px; max-width:550px; box-shadow:0 6px 20px #3440730a; }
.hero-search-row .plate-input { border:0; box-shadow:none; max-width:none; }
.hero-search-row .plate-country { background:transparent; border:0; }
.hero-search-row .button { flex-shrink:0; gap:12px; }
.hero-search-row:focus-within { outline:3px solid #5156d84d; }
.hero-search-row .plate-input:focus-within { outline:none; }
.hero .form-hint { line-height:1.8; max-width:520px; }
.story-visual { background:none; border:0; box-shadow:none; padding:0 30px; max-width:490px; width:100%; justify-self:center; }
.story-preview-label { display:flex; align-items:center; gap:12px; font-size:10px; color:var(--muted); margin-bottom:16px; }
.story-identity { padding:26px 30px; border:1px solid #e4e7ec; border-radius:18px; box-shadow:0 18px 50px -24px #34407350; position:relative; }
.story-identity h2 { font-size:44px; margin-bottom:20px; }
.story-specs { color:var(--muted); font-size:14px; margin:16px 0 0; }
.story-timeline { list-style:none; margin:0 0 0 30px; padding:30px 0 0; border-left:2px solid #d7dbed; }
.story-timeline li { position:relative; padding:0 0 24px 26px; }
.story-timeline li:last-child { padding-bottom:8px; }
.story-timeline .timeline-dot { position:absolute; left:-5px; top:5px; }
.story-timeline h3 { font-size:16px; margin:0 0 6px; }
.story-timeline p { margin:0 0 4px; color:#344054; font-size:14px; }
.story-source { color:var(--muted); font-size:12px; }
.story-mileage { margin:24px 0 0 30px; padding:16px 20px; border:1px solid #e4e7ec; border-radius:14px; background:#ffffffb0; }
.story-mileage svg { display:block; width:100%; height:auto; }
.mileage-grid { fill:none; stroke:#e4e7ec; stroke-width:1; }
.mileage-area { fill:#5156d80d; }
.mileage-line { fill:none; stroke:#5156d8; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }
.story-mileage figcaption { display:flex; flex-wrap:wrap; justify-content:space-between; gap:8px; margin-top:10px; font-size:12px; font-weight:600; }
.story-mileage figcaption span { color:var(--muted); font-size:10px; font-weight:400; }
@media(max-width:1100px) { .hero-search-row { flex-direction:column; } .hero-search-row .button { width:100%; } .story-visual { padding-inline:5px; } }
@media(max-width:760px) { .story-visual { padding-inline:0; } .hero-availability { margin-top:-12px; } }

.coverage-note { font-size:12px; color:var(--muted); margin:22px 0 0; max-width:800px; }
.audience-section { display:grid; grid-template-columns:1.3fr 1fr; gap:24px; }
.audience-section article { padding:42px; border-radius:22px; border:1px solid var(--line); }
.audience-section h2,.registration-cta h2 { font-size:36px; letter-spacing:-.04em; }
.audience-section p,.audience-section li { font-size:15px; color:var(--muted); line-height:1.7; }
.audience-section .eyebrow,.registration-cta .eyebrow { color:#5156d8; font-size:11px; }
.audience-primary { background:#fff; box-shadow:0 18px 45px -30px #34407340; }
.audience-primary ul { padding-left:20px; margin:24px 0; }
.audience-primary li { margin-bottom:8px; }
.audience-secondary { background:linear-gradient(145deg,#eef0ff,#f7f8fc); }
.audience-link { display:inline-block; margin-top:18px; color:#4146c4; font-weight:600; }
.registration-cta { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:42px; border:1px solid var(--line); border-radius:22px; background:#fff; margin-bottom:60px; }
.registration-cta h2 { margin-bottom:16px; }
.registration-cta p:last-child { color:var(--muted); margin:0; }
.registration-cta .button { flex-shrink:0; }
#registration-check { scroll-margin-top:32px; }
@media(max-width:1100px) { .site-header nav { gap:16px; } }
@media(max-width:900px) { .audience-section { grid-template-columns:1fr; } .registration-cta { align-items:start; flex-direction:column; } }
@media(max-width:760px) { .audience-section article,.registration-cta { padding:28px 24px; } .audience-section h2,.registration-cta h2 { font-size:30px; } }

.make-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; list-style:none; padding:0; margin:0; }
.make-grid li { display:grid; place-items:center; text-align:center; min-height:64px; padding:12px; background:#fff; border:1px solid var(--line); border-radius:12px; font-size:15px; font-weight:600; color:var(--ink); }
.coverage-section { padding-bottom:20px; }
@media(max-width:900px) { .make-grid { grid-template-columns:repeat(4,minmax(0,1fr)); } }
@media(max-width:600px) { .make-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; } .make-grid li { font-size:14px; } }
