@charset "UTF-8";

:root {
  --ink:#142a2b;
  --muted:#5c6b69;
  --paper:#f8f9f5;
  --line:#dce2d9;
  --lime:#d6f477;
  --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 #496d0e;
  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:#628020
}
.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:#c9ed59
}
.button-dark {
  background:var(--ink);
  color:var(--white)
}
.button-dark:hover {
  background:#254a47
}
.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:#6f8b3c;
  border-radius:50%
}
.hero h1 {
  font-size:clamp(60px,6.3vw,88px);
  margin-bottom:27px
}
.hero h1>span {
  color:#748765
}
.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 #496d0e;
  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 #142a2b16
}
.visual-topline {
  display:flex;
  justify-content:space-between;
  gap:10px;
  color:#c6d9ca;
  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:#5c6b69;
  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:#edf3e5;
  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:#d2e4d6
}
.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:#edf0e8;
  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:#71865c;
  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:#e7eddc;
  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:#f3f5ef
}
.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:#e3edce
}
.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:#e8edde;
  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:#43574e
}
.next-panel .small {
  font-size:12px
}
.next-panel hr {
  border:0;
  border-top:1px solid #c9d2bd;
  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
}

}
