:root {
  --ink: #102c3d;
  --navy: #0c2638;
  --navy-deep: #071d2b;
  --blue: #0b66e4;
  --blue-dark: #0753bd;
  --sky: #eaf4fb;
  --paper: #f8fbfd;
  --line: #dbe7ed;
  --muted: #657985;
  --green: #16835d;
  --green-soft: #e5f6ef;
  --yellow: #f4bd35;
  --white: #fff;
  --shadow: 0 22px 65px rgba(17, 49, 69, 0.12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
svg { display: block; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 84px); border-bottom: 1px solid rgba(15, 47, 65, .08); background: rgba(255,255,255,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 11px; font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -.6px; }
.brand-mark { width: 33px; height: 38px; display: grid; place-items: center; color: var(--blue); }
.brand-mark svg { width: 100%; fill: #e6f1ff; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); font-size: 14px; font-weight: 600; color: #455d6b; }
.main-nav a, .text-button { transition: color .2s ease; }
.main-nav a:hover, .text-button:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.text-button { border: 0; background: none; color: #455d6b; font-size: 14px; font-weight: 600; cursor: pointer; }
.button { border: 0; border-radius: 9px; min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: var(--white); font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 0 18px; font-size: 13px; }
.button-dark { background: var(--navy); }
.button-primary { background: var(--blue); box-shadow: 0 10px 25px rgba(11,102,228,.2); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 13px 30px rgba(11,102,228,.28); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 8px; background: #eef5f8; padding: 11px; }
.menu-button span { display: block; height: 2px; background: var(--navy); margin: 4px 0; }

.hero { min-height: 680px; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); align-items: center; gap: 40px; padding: 66px clamp(24px, 7vw, 118px) 76px; background: linear-gradient(112deg, #f8fbfd 0%, #f8fbfd 52%, #edf6fb 100%); }
.hero:after { content: ""; position: absolute; right: -190px; top: -130px; width: 710px; height: 710px; border: 1px solid rgba(65,151,205,.1); border-radius: 50%; }
.hero-decoration { position: absolute; border-radius: 50%; border: 1px solid rgba(65,151,205,.1); }
.hero-decoration-one { width: 480px; height: 480px; right: -20px; top: -45px; }
.hero-decoration-two { width: 330px; height: 330px; right: 290px; bottom: -220px; }
.hero-copy { position: relative; z-index: 2; max-width: 670px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--blue); font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: 1.35px; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 2px; background: currentColor; }
.hero h1, .section-intro h2, .audience-section h2 { margin: 0; font: 700 clamp(45px, 5.2vw, 75px)/1.05 "Manrope", sans-serif; letter-spacing: -3.9px; color: var(--navy); }
.hero h1 em, .section-intro h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 610px; margin: 26px 0 30px; color: #586f7d; font-size: 18px; line-height: 1.63; }
.search-card { background: var(--white); border: 1px solid #dce8ee; border-radius: 14px; padding: 20px; box-shadow: 0 18px 50px rgba(12, 44, 62, .1); }
.search-card > label { display: block; font-size: 12px; font-weight: 700; color: #516978; margin-bottom: 9px; }
.search-row { display: grid; grid-template-columns: minmax(190px, 1fr) auto; gap: 11px; }
.plate-input-wrap { height: 57px; display: flex; border: 2px solid #b9cad3; border-radius: 8px; background: #fff; overflow: hidden; transition: border .2s, box-shadow .2s; }
.plate-input-wrap:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(11,102,228,.1); }
.plate-input-wrap.invalid { border-color: #d83d43; box-shadow: 0 0 0 4px rgba(216,61,67,.08); }
.eu-strip { width: 34px; flex: 0 0 34px; background: #1557a5; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 8px; }
.eu-strip span { color: #fbd345; line-height: 1; }
.eu-strip b { font-size: 11px; margin-top: 4px; }
.plate-input-wrap input { width: 100%; min-width: 0; padding: 0 16px; border: 0; outline: 0; text-align: center; font: 700 24px/1 "Manrope", sans-serif; color: #182c38; letter-spacing: 3px; text-transform: uppercase; }
.plate-input-wrap input::placeholder { color: #a5b2ba; opacity: 1; }
.search-button { min-width: 205px; height: 57px; }
.search-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.search-button.loading span { opacity: .75; }
.search-button.loading:after { content: ""; width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.45); border-top-color: white; border-radius: 50%; animation: spin .7s linear infinite; }
.search-button.loading svg { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.search-meta { min-height: 22px; display: flex; justify-content: space-between; gap: 12px; align-items: flex-end; }
.search-meta p { margin: 9px 0 -2px; color: #7a8c97; font-size: 11px; }
.example-plate { border: 0; background: none; padding: 0; color: var(--blue); text-decoration: underline; cursor: pointer; font-weight: 700; }
.search-message { text-align: right; }
.search-message.error { color: #bf3038; }
.trust-row { display: flex; gap: 24px; margin-top: 23px; color: #607783; font-size: 11px; font-weight: 600; }
.trust-row span { display: flex; gap: 7px; align-items: center; }
.trust-row svg { width: 16px; fill: none; stroke: var(--green); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.hero-visual { min-height: 535px; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; }
.report-card { width: min(450px, 88%); padding: 23px; border: 1px solid rgba(38,89,117,.12); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 34px 70px rgba(16,51,71,.17); transform: rotate(1.5deg); }
.report-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e8eef1; padding-bottom: 16px; }
.mini-brand { font: 800 13px "Manrope"; display: flex; align-items: center; gap: 6px; }
.mini-shield { width: 20px; height: 22px; display: grid; place-items: center; color: white; background: var(--blue); clip-path: polygon(50% 0, 92% 15%, 86% 72%, 50% 100%, 14% 72%, 8% 15%); font-size: 10px; }
.report-pill { padding: 6px 8px; background: #edf3f6; color: #77909e; border-radius: 4px; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.vehicle-heading { display: flex; justify-content: space-between; align-items: flex-end; padding-top: 18px; }
.muted-label { font-size: 8px; font-weight: 800; letter-spacing: 1px; color: #8ba0ac; }
.vehicle-heading h2 { margin: 4px 0 1px; font: 800 22px "Manrope"; letter-spacing: -.7px; }
.vehicle-heading p { margin: 0; font-size: 10px; color: #7c909b; }
.mini-plate { display: flex; height: 28px; border: 1px solid #bdc9cf; border-radius: 4px; overflow: hidden; background: white; }
.mini-plate i { width: 18px; display: grid; place-items: center; background: #1557a5; color: white; font-size: 7px; font-style: normal; }
.mini-plate b { display: grid; place-items: center; padding: 0 8px; font: 800 10px "Manrope"; letter-spacing: 1px; }
.vehicle-illustration { height: 175px; display: flex; align-items: center; }
.vehicle-illustration svg { width: 100%; }
.risk-summary { min-height: 75px; padding: 13px 16px; border-radius: 9px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; background: var(--green-soft); border: 1px solid #cbe9de; }
.risk-icon { width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: white; font-weight: 800; }
.risk-summary div:nth-child(2) { display: flex; flex-direction: column; }
.risk-summary span { font-size: 7px; letter-spacing: .7px; font-weight: 800; color: #68877b; }
.risk-summary strong { color: var(--green); font: 800 18px "Manrope"; }
.score-ring { width: 49px; height: 49px; border: 4px solid var(--green); border-left-color: #b9dfd2; border-radius: 50%; display: flex; align-items: baseline; justify-content: center; padding-top: 10px; transform: rotate(10deg); }
.score-ring span, .score-ring small { transform: rotate(-10deg); color: var(--ink); }
.score-ring span { font: 800 14px "Manrope"; }
.score-ring small { font-size: 6px; }
.report-checks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 13px; }
.report-checks > div { border: 1px solid #e1eaee; border-radius: 8px; min-height: 53px; padding: 9px; display: flex; align-items: center; gap: 7px; }
.check-dot { width: 19px; height: 19px; flex: 0 0 19px; border-radius: 50%; display: grid; place-items: center; color: var(--green); background: var(--green-soft); font-size: 9px; font-weight: 800; }
.check-dot.warning { color: #a36b00; background: #fff3d5; }
.report-checks p { margin: 0; display: flex; flex-direction: column; }
.report-checks b { font-size: 8px; }
.report-checks small { color: #83949d; font-size: 7px; margin-top: 2px; }
.floating-note { position: absolute; min-width: 190px; padding: 13px 15px; display: flex; align-items: center; gap: 10px; background: white; box-shadow: 0 15px 35px rgba(16,51,71,.16); border: 1px solid #e3ebef; border-radius: 10px; z-index: 3; animation: float 4s ease-in-out infinite; }
.floating-note > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-soft); font-size: 12px; font-weight: 800; }
.floating-note p { margin: 0; display: flex; flex-direction: column; }
.floating-note b { font-size: 10px; }
.floating-note small { margin-top: 2px; color: #81939d; font-size: 8px; }
.note-one { top: 54px; right: -10px; }
.note-two { bottom: 38px; left: -15px; animation-delay: -2s; }
.note-two > span { color: var(--blue); background: #e7f1ff; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.client-strip { min-height: 128px; padding: 28px clamp(24px, 8vw, 130px); display: flex; align-items: center; justify-content: space-between; gap: 40px; border-top: 1px solid #e4ecef; border-bottom: 1px solid #e4ecef; }
.client-strip p { color: #8899a2; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; }
.client-strip div { width: min(710px, 70%); display: flex; justify-content: space-between; gap: 30px; color: #526a78; }
.client-strip span { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px; }
.client-strip b { color: #89a0ac; font-size: 21px; }

.how-section { padding: 110px clamp(24px, 8vw, 130px) 120px; }
.section-intro { max-width: 700px; }
.section-intro h2 { font-size: clamp(40px, 4vw, 59px); letter-spacing: -3px; }
.section-intro > p { max-width: 560px; margin: 20px 0 0; color: var(--muted); line-height: 1.65; }
.steps-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps-grid article { min-height: 260px; position: relative; padding: 32px; background: var(--paper); border: 1px solid #e2ebef; border-radius: 13px; transition: transform .25s, box-shadow .25s; }
.steps-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-number { position: absolute; top: 22px; right: 25px; color: #d4e0e6; font: 800 29px "Manrope"; }
.step-icon { width: 49px; height: 49px; display: grid; place-items: center; background: #e7f1ff; color: var(--blue); border-radius: 10px; }
.step-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.steps-grid h3 { margin: 29px 0 10px; font: 800 19px "Manrope"; letter-spacing: -.4px; }
.steps-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.checks-section { padding: 110px clamp(24px, 8vw, 130px); background: #f4f9fc; }
.checks-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.checks-heading h2, .preview-copy h2, .faq-intro h2 { margin: 0; font: 700 clamp(36px, 3.6vw, 53px)/1.14 "Manrope"; letter-spacing: -2.6px; color: var(--navy); }
.checks-heading > p { margin: 0 0 6px; color: var(--muted); line-height: 1.7; }
.check-list-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d9e6ec; border-left: 1px solid #d9e6ec; }
.check-list-grid article { min-height: 190px; padding: 26px 22px; display: flex; gap: 15px; border-right: 1px solid #d9e6ec; border-bottom: 1px solid #d9e6ec; background: rgba(255,255,255,.62); }
.check-list-grid article > span { width: 39px; height: 39px; flex: 0 0 39px; border-radius: 9px; display: grid; place-items: center; color: var(--blue); background: #e6f1ff; }
.check-list-grid svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.check-list-grid h3 { margin: 4px 0 9px; font: 800 14px "Manrope"; letter-spacing: -.25px; }
.check-list-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.source-caveat { margin: 22px 0 0; color: #6b7e89; font-size: 11px; line-height: 1.6; }
.report-preview-section { padding: 110px clamp(24px, 10vw, 160px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; background: #0b2a3c; overflow: hidden; }
.preview-copy h2 { color: white; }
.preview-copy > p { margin: 22px 0; color: #a9bdc9; line-height: 1.72; }
.preview-copy ul { padding: 0; margin: 26px 0 32px; list-style: none; }
.preview-copy li { margin: 13px 0; display: flex; align-items: center; gap: 10px; color: #d5e2e8; font-size: 13px; }
.preview-copy li span { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: rgba(47,190,138,.15); color: #51d7a6; font-size: 10px; }
.preview-button { color: var(--navy); background: white; }
.preview-document { position: relative; padding: 32px; border-radius: 15px; background: white; box-shadow: 0 35px 70px rgba(0,0,0,.28); transform: rotate(2deg); }
.preview-document:before { content: ""; position: absolute; inset: 14px -22px -22px 22px; border-radius: 15px; background: rgba(255,255,255,.12); z-index: -1; }
.document-head { display: flex; align-items: center; gap: 9px; padding-bottom: 19px; border-bottom: 1px solid #e2eaee; font: 800 15px "Manrope"; }
.document-head small { margin-left: auto; color: #a87808; background: #fff1c5; padding: 5px 8px; border-radius: 4px; font-size: 8px; }
.document-vehicle { padding: 24px 0; display: flex; justify-content: space-between; align-items: center; }
.document-vehicle div { display: flex; flex-direction: column; }
.document-vehicle small, .document-score small { color: #8da0aa; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.document-vehicle strong { margin-top: 5px; font: 800 23px "Manrope"; letter-spacing: 2px; }
.risk-label { padding: 8px 11px; color: var(--green); background: var(--green-soft); border-radius: 5px; font-size: 9px; font-weight: 800; }
.document-score { padding: 20px; border: 1px solid #cbe5db; border-radius: 9px; background: #edf8f4; display: flex; align-items: center; gap: 18px; }
.big-ring { width: 65px; height: 65px; flex: 0 0 65px; border-radius: 50%; border: 6px solid var(--green); border-left-color: #b9ded1; display: grid; place-content: center; grid-template-columns: auto auto; align-items: end; }
.big-ring b { font: 800 19px "Manrope"; }
.big-ring small { font-size: 7px; margin-bottom: 4px; }
.document-score > div:last-child { display: flex; flex-direction: column; }
.document-score > div:last-child b { margin-top: 5px; font-size: 13px; }
.document-score p { margin: 4px 0 0; color: #71877e; font-size: 9px; }
.document-lines { padding: 23px 0 13px; }
.document-lines i { display: block; height: 5px; width: 100%; margin: 9px 0; border-radius: 4px; background: #eaf0f3; }
.document-lines i:nth-child(2) { width: 86%; }.document-lines i:nth-child(3) { width: 93%; }.document-lines i:nth-child(4) { width: 62%; }
.document-statuses { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.document-statuses span { padding: 10px; border: 1px solid #e2eaee; border-radius: 7px; color: var(--green); font-size: 9px; font-weight: 700; }
.document-statuses span:last-child { color: #aa7600; }

.audience-section { padding: 100px clamp(24px, 8vw, 130px); background: var(--navy); display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; color: white; }
.eyebrow.light { color: #6eafff; }
.audience-section h2 { color: white; font-size: clamp(38px, 4vw, 57px); letter-spacing: -2.9px; }
.audience-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: center; }
.audience-cards article { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.045); }
.audience-cards span { color: #66a9fc; font: 800 12px "Manrope"; }
.audience-cards h3 { margin: 38px 0 10px; font: 700 20px "Manrope"; }
.audience-cards p { margin: 0; color: #a9bcc8; line-height: 1.65; font-size: 13px; }
.security-section { padding: 70px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: auto 1.2fr 1fr; align-items: center; gap: 35px; background: #edf6fb; }
.security-badge { width: 70px; height: 77px; clip-path: polygon(50% 0, 92% 15%, 86% 72%, 50% 100%, 14% 72%, 8% 15%); display: grid; place-items: center; background: var(--blue); color: white; font-size: 24px; font-weight: 800; }
.kicker { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: 1.2px; }
.security-section h2 { margin: 8px 0 0; font: 700 27px/1.3 "Manrope"; letter-spacing: -1px; }
.security-section p { color: var(--muted); line-height: 1.7; font-size: 13px; }
.faq-section { padding: 110px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro > p { margin-top: 20px; color: var(--muted); line-height: 1.7; font-size: 13px; }
.faq-list { border-top: 1px solid #dbe6eb; }
.faq-list details { border-bottom: 1px solid #dbe6eb; }
.faq-list summary { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font: 700 15px "Manrope"; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 45px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.bottom-cta { padding: 70px clamp(24px, 8vw, 130px); display: flex; justify-content: space-between; align-items: center; gap: 30px; background: #e7f2ff; }
.bottom-cta span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: 1.2px; }
.bottom-cta h2 { margin: 7px 0 0; font: 700 clamp(29px, 3vw, 42px) "Manrope"; letter-spacing: -1.8px; }

footer { padding: 55px clamp(24px, 8vw, 130px) 35px; background: var(--navy-deep); color: white; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-brand .brand-mark { width: 28px; height: 31px; background: var(--blue); color: white; clip-path: polygon(50% 0, 92% 15%, 86% 72%, 50% 100%, 14% 72%, 8% 15%); font-size: 11px; }
footer p { color: #8fa6b4; font-size: 12px; }
footer > div { display: flex; gap: 22px; color: #b8c7cf; font-size: 11px; }
footer > div a:hover { color: white; }
footer small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); color: #66808f; font-size: 10px; }

.result-dialog { width: min(500px, calc(100% - 28px)); padding: 34px; border: 0; border-radius: 18px; color: var(--ink); text-align: center; box-shadow: 0 35px 90px rgba(2,20,32,.32); }
.result-dialog::backdrop { background: rgba(5,25,38,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 12px; right: 15px; width: 34px; height: 34px; border: 0; background: #edf3f6; border-radius: 50%; color: #607580; font-size: 23px; cursor: pointer; }
.dialog-success { margin: 10px auto 15px; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--green-soft); color: var(--green); font-size: 25px; font-weight: 800; }
.dialog-kicker { margin: 0; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: 1.2px; }
.result-dialog h2 { margin: 8px 0 12px; font: 800 28px "Manrope"; letter-spacing: -1px; }
.result-plate { display: inline-block; padding: 7px 14px; border: 2px solid #aebcc4; border-radius: 5px; font: 800 17px "Manrope"; letter-spacing: 2px; }
.result-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 23px 0 18px; }
.result-facts div { padding: 13px 8px; border-radius: 8px; background: #f4f8fa; display: flex; flex-direction: column; gap: 4px; }
.result-facts span { color: #7f929d; font-size: 9px; }
.result-facts b { font-size: 12px; }
.status-good { color: var(--green); }
.dialog-notice { padding: 13px; border-radius: 8px; background: #fff8df; color: #76642a; font-size: 11px; line-height: 1.5; text-align: left; }
.dialog-action { width: 100%; margin-top: 18px; }

@media (max-width: 1080px) {
  .main-nav { display: none; }
  .menu-button { display: block; }
  .header-actions { margin-left: auto; margin-right: 15px; }
  .hero { grid-template-columns: 1fr 460px; padding-left: 45px; padding-right: 45px; }
  .hero h1 { font-size: 54px; }
  .floating-note { display: none; }
  .client-strip { flex-direction: column; gap: 12px; }
  .client-strip div { width: 100%; }
}

@media (max-width: 850px) {
  .site-header { height: 70px; padding: 0 20px; }
  .header-actions { display: none; }
  .hero { grid-template-columns: 1fr; padding: 65px 24px; }
  .hero-copy { max-width: 680px; margin: auto; }
  .hero-visual { min-height: 450px; }
  .report-card { max-width: 440px; }
  .client-strip div { flex-wrap: wrap; justify-content: center; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 220px; }
  .audience-section { grid-template-columns: 1fr; gap: 50px; }
  .checks-heading { grid-template-columns: 1fr; gap: 20px; }
  .check-list-grid { grid-template-columns: repeat(2, 1fr); }
  .report-preview-section { grid-template-columns: 1fr; gap: 60px; }
  .security-section { grid-template-columns: auto 1fr; }
  .security-section p { grid-column: 2; margin-top: 0; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }
  footer { grid-template-columns: 1fr; }
  footer small { grid-column: 1; }
}

@media (max-width: 560px) {
  .brand { font-size: 18px; }
  .brand-mark { width: 29px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 41px; letter-spacing: -2.7px; }
  .hero-lead { font-size: 16px; }
  .search-card { padding: 14px; }
  .search-row { grid-template-columns: 1fr; }
  .search-button { width: 100%; }
  .search-meta { display: block; }
  .search-message { text-align: left; }
  .trust-row { flex-direction: column; gap: 10px; }
  .hero-visual { min-height: 370px; margin: 10px -12px -20px; }
  .report-card { width: 100%; padding: 16px; }
  .vehicle-illustration { height: 135px; }
  .report-checks { grid-template-columns: 1fr; }
  .report-checks > div { min-height: 43px; }
  .client-strip { padding: 28px 20px; }
  .client-strip p { white-space: normal; text-align: center; }
  .client-strip div { display: grid; grid-template-columns: 1fr 1fr; }
  .how-section { padding-top: 80px; padding-bottom: 80px; }
  .section-intro h2, .audience-section h2 { font-size: 38px; letter-spacing: -2px; }
  .audience-cards { grid-template-columns: 1fr; }
  .check-list-grid { grid-template-columns: 1fr; }
  .check-list-grid article { min-height: 145px; }
  .preview-document { padding: 19px; }
  .document-statuses { grid-template-columns: 1fr; }
  .security-section { grid-template-columns: 1fr; text-align: center; }
  .security-badge { margin: auto; }
  .security-section p { grid-column: 1; }
  footer > div { flex-wrap: wrap; }
  .bottom-cta { align-items: flex-start; flex-direction: column; }
  .result-dialog { padding: 30px 17px 20px; }
  .result-facts { grid-template-columns: 1fr; }
}
