:root {
  --paper: #f3f0ea;
  --paper-deep: #e9e5dc;
  --ink: #17160f;
  --ink-soft: #57544b;
  --line: rgba(23, 22, 15, 0.14);
  --blue: #2e63a6;
  --blue-dark: #234c80;
  --blue-pale: #e7edf5;
  --white: #fdfcf9;
  --good: #16764b;
  --warning: #8d5c08;
  --danger: #a22a2a;
  --shadow: 0 26px 70px -42px rgba(23, 22, 15, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: var(--blue-dark); text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, label, summary, select { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 12px 16px; border-radius: 5px; color: #fff; background: var(--ink); font-weight: 750; transition: top .2s ease; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.site-header { position: relative; z-index: 30; border-top: 4px solid var(--blue); border-bottom: 1px solid var(--line); background: rgba(243, 240, 234, .94); backdrop-filter: blur(18px); }
.header-inner { width: min(1240px, calc(100% - 40px)); height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; color: var(--ink); }
.brand img { width: 190px; height: auto; filter: brightness(0); }
.header-actions { display: flex; align-items: center; gap: 14px; font-size: 14px; }
.header-note { color: var(--ink-soft); }
.header-link { display: inline-flex; min-height: 44px; align-items: center; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); text-decoration: none; font-weight: 750; background: rgba(255, 255, 255, .35); }
.header-link:hover { border-color: var(--blue); color: var(--blue-dark); }

.hero { position: relative; overflow: hidden; background: radial-gradient(900px 420px at 92% 0%, rgba(46, 99, 166, .14), transparent 66%), var(--paper); }
.hero::after { content: ""; position: absolute; right: -120px; bottom: -180px; width: 420px; height: 420px; border: 1px solid rgba(46, 99, 166, .18); border-radius: 50%; box-shadow: 0 0 0 54px rgba(46, 99, 166, .035), 0 0 0 108px rgba(46, 99, 166, .025); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 32px 0 76px; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; color: #69655d; font-size: 13px; }
.breadcrumbs a { color: inherit; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .72fr); gap: clamp(42px, 7vw, 100px); align-items: end; margin-top: clamp(48px, 7vw, 88px); }
.eyebrow, .step-eyebrow, .progress-kicker, .result-kicker, .hero-card-kicker { margin: 0; color: var(--blue); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { max-width: 860px; margin: 17px 0 0; font-size: clamp(42px, 6.8vw, 86px); line-height: .96; letter-spacing: -.045em; font-weight: 860; text-wrap: balance; }
.hero h1 span { color: var(--blue); }
.hero-copy { max-width: 700px; margin: 28px 0 0; color: #454238; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.62; text-wrap: pretty; }
.hero-start { margin-top: 27px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: #454238; font-size: 14px; font-weight: 700; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.trust-list li::before { content: "✓"; width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: var(--good); font-size: 11px; }
.hero-card { position: relative; padding: 30px; border: 1px solid rgba(23, 22, 15, .13); border-radius: 16px; background: rgba(253, 252, 249, .72); box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(145deg, rgba(255, 255, 255, .55), transparent 48%); pointer-events: none; }
.hero-card ol { position: relative; margin: 22px 0 0; padding: 0; list-style: none; }
.hero-card li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 18px 0; border-top: 1px solid var(--line); }
.hero-card li > span { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.hero-card strong { display: block; font-size: 15px; }
.hero-card small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 13.5px; line-height: 1.5; }

.wizard-section { padding: 0 0 clamp(72px, 10vw, 140px); background: linear-gradient(to bottom, var(--paper) 0 120px, #e8edf3 120px 100%); }
.wizard-wrap { width: min(1240px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 270px minmax(0, 1fr); align-items: start; border: 1px solid rgba(23, 22, 15, .13); border-radius: 18px; overflow: clip; background: var(--white); box-shadow: 0 38px 90px -58px rgba(23, 22, 15, .6); }
.wizard-progress { position: sticky; top: var(--public-shell-header-height, 74px); min-height: 100%; padding: 38px 30px; color: #f6f3ec; background: linear-gradient(160deg, #1b1a14, #11100c); }
.progress-kicker { color: #9fb4cc; }
.progress-count { margin: 12px 0 18px; font-size: 13px; color: rgba(246, 243, 236, .6); }
.progress-count span:first-child { color: #fff; font-size: 26px; font-weight: 800; }
.progress-track { height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, .14); }
.progress-track span { display: block; width: 25%; height: 100%; background: #79a2d2; transition: width .35s ease; }
.wizard-progress ol { margin: 28px 0 0; padding: 0; list-style: none; }
.wizard-progress li { position: relative; min-height: 46px; color: rgba(246, 243, 236, .5); font-size: 13.5px; font-weight: 680; transition: color .25s; }
.wizard-progress li::after { content: ""; position: absolute; left: 13px; top: 35px; width: 1px; height: 20px; background: rgba(255, 255, 255, .12); }
.wizard-progress li:last-child::after { display: none; }
.progress-step-button { width: 100%; min-height: 46px; display: flex; align-items: center; gap: 13px; padding: 0; border: 0; color: inherit; background: transparent; font: inherit; text-align: left; }
.progress-step-button:disabled { cursor: default; }
.progress-step-button:not(:disabled) { cursor: pointer; }
.progress-step-button:not(:disabled):hover { color: #fff; }
.progress-step-button:focus-visible { border-radius: 5px; outline: 3px solid #9fc3ec; outline-offset: 3px; }
.wizard-progress .progress-number { width: 27px; height: 27px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; font-size: 11px; }
.wizard-progress .progress-step-button[aria-current="step"] { color: #fff; }
.wizard-progress .progress-step-button[aria-current="step"] .progress-number { border-color: #79a2d2; color: #fff; background: var(--blue); box-shadow: 0 0 0 4px rgba(46, 99, 166, .22); }
.wizard-progress li.is-complete { color: rgba(246, 243, 236, .76); }
.wizard-progress li.is-complete .progress-number { border-color: var(--good); color: #fff; background: var(--good); }
.privacy-promise { display: flex; gap: 11px; margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(246, 243, 236, .58); font-size: 11.5px; line-height: 1.55; }
.privacy-promise svg { flex: 0 0 auto; fill: #9fb4cc; }

html:not(.js) .wizard-wrap { grid-template-columns: 1fr; }
html:not(.js) .wizard-progress { display: none; }
html:not(.js) [data-next], html:not(.js) [data-back] { display: none; }
.js .wizard-step:not([data-active="true"]) { display: none; }
.wizard-panel { min-width: 0; padding: clamp(32px, 5vw, 66px); }
.draft-controls { margin: 0 0 34px; border: 1px solid var(--line); border-radius: 9px; background: #f7f5f0; }
.draft-controls > summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 17px; border-radius: 8px; color: #4e4a41; cursor: pointer; font-size: 13px; font-weight: 750; line-height: 1.4; list-style: none; transition: color .18s, background .18s; }
.draft-controls > summary::-webkit-details-marker { display: none; }
.draft-controls > summary::marker { content: ""; }
.draft-controls > summary::after { content: ""; width: 9px; height: 9px; flex: 0 0 auto; margin: -4px 3px 0 0; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(45deg); transition: transform .18s ease, margin .18s ease; }
.draft-controls > summary:hover { color: var(--blue-dark); background: #f0ede6; }
.draft-controls[open] > summary { border-radius: 8px 8px 0 0; color: var(--ink); }
.draft-controls[open] > summary::after { margin-top: 4px; transform: rotate(225deg); }
.draft-controls > summary:focus-visible { outline-offset: -3px; }
.draft-controls__body { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 17px; padding: 15px 0 16px; border-top: 1px solid var(--line); }
.draft-controls .check-row { margin: 0; }
.draft-controls .text-button { flex: 0 0 auto; }
.wizard-step { min-width: 0; margin: 0; padding: 0; border: 0; animation: step-in .32s ease both; }
.wizard-step + .wizard-step { margin-top: 70px; padding-top: 60px; border-top: 1px solid var(--line); }
.js .wizard-step + .wizard-step { margin-top: 0; padding-top: 0; border-top: 0; }
@keyframes step-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.wizard-step legend { display: block; width: 100%; padding: 0; }
.wizard-step legend > span:last-child { display: block; max-width: 820px; margin-top: 12px; font-size: clamp(28px, 4vw, 48px); line-height: 1.06; letter-spacing: -.035em; font-weight: 830; text-wrap: balance; }
.step-intro { max-width: 720px; margin: 18px 0 32px; color: var(--ink-soft); font-size: 16px; line-height: 1.62; text-wrap: pretty; }
.optional { margin-left: 4px; color: #777166; font-size: .76em; font-weight: 560; }
.field-group-label { margin: 0 0 8px; color: #302e27; font-size: 13.5px; font-weight: 750; }

label:not(.choice-card):not(.check-row):not(.upload-zone) { display: block; margin: 0 0 8px; color: #302e27; font-size: 13.5px; font-weight: 750; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="month"], select, textarea { width: 100%; min-height: 50px; border: 1px solid rgba(23, 22, 15, .2); border-radius: 7px; padding: 12px 14px; color: var(--ink); background: #fff; outline: none; transition: border-color .18s, box-shadow .18s, background .18s; }
textarea { min-height: 92px; resize: vertical; line-height: 1.5; }
input::placeholder, textarea::placeholder { color: #777166; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(46, 99, 166, .13); }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--danger); background: #fff8f8; }
.form-grid { display: grid; gap: 24px; }
.form-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.span-two { grid-column: 1 / -1; }
.conditional { margin-top: 24px; padding: 20px; border-left: 3px solid var(--blue); border-radius: 0 8px 8px 0; background: var(--blue-pale); }
.form-grid > .conditional { margin-top: 0; }
.field-help { margin: 8px 0 0; color: #706b60; font-size: 12.5px; line-height: 1.5; }
.input-unit { display: grid; grid-template-columns: 1fr 100px; }
.input-unit input { border-radius: 7px 0 0 7px; }
.input-unit select { border-left: 0; border-radius: 0 7px 7px 0; background: #f5f3ee; }
.money-input { display: grid; grid-template-columns: 46px 1fr; }
.money-input > span { display: grid; place-items: center; border: 1px solid rgba(23, 22, 15, .2); border-right: 0; border-radius: 7px 0 0 7px; color: var(--ink-soft); background: #f1eee8; font-weight: 750; }
.money-input input { border-radius: 0 7px 7px 0; }

.choice-grid { display: grid; gap: 14px; margin: 0 0 28px; }
.choice-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.choice-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice-card { position: relative; min-height: 180px; display: flex; flex-direction: column; align-items: flex-start; padding: 23px; border: 1px solid rgba(23, 22, 15, .16); border-radius: 11px; background: #fff; cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s, background .2s; }
.choice-card:hover { transform: translateY(-2px); border-color: rgba(46, 99, 166, .48); box-shadow: 0 16px 30px -24px rgba(23, 22, 15, .5); }
.choice-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-card:focus-within { outline: 3px solid rgba(46, 99, 166, .3); outline-offset: 2px; }
.choice-card.is-selected, .choice-card:has(input:checked) { border-color: var(--blue); background: #f4f7fb; box-shadow: inset 0 0 0 1px var(--blue); }
.choice-card.is-selected::after, .choice-card:has(input:checked)::after { content: "✓"; position: absolute; right: 14px; top: 14px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 12px; font-weight: 800; }
.choice-icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: auto; border-radius: 50%; color: var(--blue); background: var(--blue-pale); font-size: 18px; font-weight: 850; }
.choice-card strong { display: block; margin-top: 24px; font-size: 16px; }
.choice-card small { display: block; margin-top: 6px; color: var(--ink-soft); line-height: 1.45; }
.choice-card.compact { min-height: 126px; justify-content: flex-end; }
.choice-card.compact strong { margin-top: 0; }
.condition-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.condition-fields { margin-top: 34px; }

.vehicle-details { padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: #f7f5f0; }
.quick-bike-fields { margin-top: 32px; }
.vehicle-details .field-help { margin: -4px 0 0; }
.plate-row { display: grid; grid-template-columns: minmax(240px, 1fr) auto; gap: 12px; align-items: stretch; }
.number-plate { min-height: 66px; display: grid; grid-template-columns: 38px 1fr; overflow: hidden; border: 3px solid #111; border-radius: 8px; background: #f8d83b; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3); }
.number-plate > span { display: grid; place-items: center; color: #fff; background: #164a9c; font-size: 11px; font-weight: 850; writing-mode: vertical-rl; transform: rotate(180deg); }
.number-plate input { min-width: 0; min-height: 60px; padding: 5px 14px; border: 0; border-radius: 0; color: #111; background: transparent; font-family: "Arial Black", Impact, sans-serif; font-size: clamp(25px, 4vw, 37px); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: none; }
.number-plate input:focus { box-shadow: inset 0 0 0 3px rgba(46, 99, 166, .5); }
.registration-echo { display: flex; align-items: center; gap: 9px; margin: 10px 0 0; padding: 9px 12px; border-left: 3px solid rgba(46, 99, 166, .45); border-radius: 0 6px 6px 0; color: var(--blue-dark); background: #eef4fb; font-size: 12.5px; font-weight: 750; line-height: 1.45; }
.registration-echo.is-valid { border-left-color: var(--good); color: #125c3d; background: #eaf6ef; }
.registration-echo.is-valid::before { content: "\2713"; width: 18px; height: 18px; display: inline-grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--good); font-size: 10px; }
.lookup-status { margin-top: 14px; padding: 13px 15px; border-radius: 7px; color: var(--blue-dark); background: var(--blue-pale); font-size: 13.5px; line-height: 1.5; }
.lookup-status.is-error { color: #6f3c00; background: #fff2d8; }
.lookup-status.is-loading::before { content: ""; width: 14px; height: 14px; display: inline-block; margin-right: 9px; border: 2px solid rgba(46, 99, 166, .3); border-top-color: var(--blue); border-radius: 50%; vertical-align: -2px; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.vehicle-result, .mot-card { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; margin-top: 2px; padding: 24px; border: 1px solid rgba(22, 118, 75, .25); border-radius: 12px; background: #f2faf6; }
.vehicle-result { transition: border-color .2s, background .2s, box-shadow .2s; }
.vehicle-result.is-confirmed { border-color: rgba(22, 118, 75, .58); box-shadow: inset 0 0 0 1px rgba(22, 118, 75, .16); }
.vehicle-result.is-corrected { border-color: rgba(46, 99, 166, .34); background: #f2f6fb; }
.vehicle-result h3, .mot-card h3 { margin: 7px 0 0; font-size: 25px; line-height: 1.15; }
.vehicle-result dl { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 15px 0 0; }
.vehicle-result dl div { display: flex; gap: 5px; font-size: 13px; }
.vehicle-result dt { color: #716d64; }
.vehicle-result dd { margin: 0; font-weight: 750; }
.result-source { margin: 14px 0 0; color: #716d64; font-size: 11.5px; line-height: 1.55; }
.result-actions { flex: 0 0 210px; display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
.manual-bike-details { margin-top: 2px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.manual-bike-details > summary { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 17px; cursor: pointer; list-style: none; }
.manual-bike-details > summary::-webkit-details-marker { display: none; }
.manual-bike-details > summary::marker { content: ""; }
.manual-bike-details > summary::after { content: "+"; flex: 0 0 auto; color: var(--blue); font-size: 22px; font-weight: 600; }
.manual-bike-details[open] > summary::after { content: "−"; }
.manual-bike-details > summary strong, .manual-bike-details > summary small { display: block; }
.manual-bike-details > summary strong { font-size: 14px; }
.manual-bike-details > summary small { margin-top: 4px; color: var(--ink-soft); font-size: 12px; font-weight: 560; }
.manual-bike-grid { margin: 0 17px; padding: 20px 0 18px; border-top: 1px solid var(--line); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; cursor: pointer; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .18s, box-shadow .18s, border-color .18s, background .18s, opacity .18s; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .text-button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(46, 99, 166, .42); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 26px -17px rgba(35, 76, 128, .8); }
.button-primary:hover { color: #fff; background: var(--blue-dark); }
.button-secondary { border-color: rgba(23, 22, 15, .2); color: var(--ink); background: #fff; }
.button-secondary:hover { border-color: var(--ink); }
.button-dark { min-height: 66px; color: #fff; background: var(--ink); }
.button-dark:hover { color: #fff; background: #302e27; }
.button[disabled] { cursor: wait; opacity: .62; transform: none; }
.text-button { min-height: 36px; padding: 4px; border: 0; color: var(--blue-dark); background: transparent; cursor: pointer; font-size: 12.5px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.step-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.final-actions { margin-top: 26px; }
.button-submit { min-width: 280px; }

.info-box, .submit-note { display: flex; gap: 8px; margin-top: 25px; padding: 16px 18px; border-radius: 8px; color: #51472f; background: #f5edda; font-size: 13px; line-height: 1.5; }
.info-box { flex-direction: column; }
.mileage-discrepancy { padding: 20px; border-left: 3px solid var(--warning); border-radius: 0 8px 8px 0; color: #51472f; background: #fff3dc; }
.mileage-discrepancy > p { margin: 7px 0 0; font-size: 13px; line-height: 1.5; }
.mot-card { margin: 0 0 28px; border-color: rgba(46, 99, 166, .22); background: var(--blue-pale); }
.mot-card h3 { font-size: 20px; }
.mot-card p { max-width: 680px; margin: 7px 0 0; color: var(--ink-soft); line-height: 1.55; }
.mot-card > a { flex: 0 0 auto; font-size: 13px; font-weight: 750; }
.mot-advisory-list { max-width: 720px; margin: 13px 0 0; padding-left: 20px; color: #4d4a42; font-size: 12.5px; line-height: 1.55; }
.subsection { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.subsection h3 { margin: 0 0 15px; font-size: 18px; }
.segmented { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 520px; margin-bottom: 22px; }
.segmented label { position: relative; }
.segmented input { position: absolute; opacity: 0; }
.segmented span { min-height: 48px; display: grid; place-items: center; border: 1px solid rgba(23, 22, 15, .2); background: #fff; cursor: pointer; font-size: 13px; font-weight: 750; }
.segmented label:first-child span { border-radius: 7px 0 0 7px; }
.segmented label:last-child span { border-radius: 0 7px 7px 0; }
.segmented label + label span { border-left: 0; }
.segmented input:checked + span { color: #fff; background: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.segmented input:focus-visible + span { outline: 3px solid rgba(46, 99, 166, .35); outline-offset: 2px; }

.photo-block { margin-top: 30px; padding: clamp(20px, 3vw, 28px); border: 1px solid rgba(46, 99, 166, .2); border-radius: 14px; background: #f8fafc; }
.photo-block > .field-group-label { margin-bottom: 11px; color: var(--blue-dark); font-size: 15px; }
.photo-angle-label { margin-top: 13px; }
.shot-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 22px; padding: 0; list-style: none; }
.shot-list li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #555147; background: #fff; font-size: 12px; font-weight: 700; }
.upload-zone { position: relative; min-height: 230px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border: 2px dashed rgba(46, 99, 166, .38); border-radius: 14px; color: var(--ink); background: #f5f8fb; cursor: pointer; text-align: center; transition: border-color .2s, background .2s; }
.upload-zone:hover, .upload-zone.is-dragging { border-color: var(--blue); background: #edf3fa; }
.upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-zone:focus-within { outline: 3px solid rgba(46, 99, 166, .35); outline-offset: 3px; }
.upload-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 29px; font-weight: 300; }
.upload-zone strong { font-size: 17px; }
.upload-zone small { margin-top: 7px; color: var(--ink-soft); line-height: 1.5; }
.photo-summary { display: flex; justify-content: space-between; align-items: center; margin-top: 13px; color: var(--ink-soft); font-size: 13px; }
.photo-previews { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.photo-preview { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 8px; background: var(--paper-deep); }
.photo-preview img { width: 100%; height: 100%; object-fit: cover; }
.photo-preview__fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 18px; color: var(--ink-soft); font-size: 11px; font-weight: 750; line-height: 1.4; text-align: center; overflow-wrap: anywhere; }
.photo-preview__fallback[hidden] { display: none; }
.photo-preview button { position: absolute; z-index: 1; right: 5px; top: 5px; width: 30px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(23, 22, 15, .8); cursor: pointer; }
.trust-inline { display: flex; align-items: baseline; gap: 8px 12px; margin-top: 16px; padding: 13px 16px; border-left: 3px solid var(--blue); border-radius: 0 7px 7px 0; color: var(--ink-soft); background: var(--blue-pale); font-size: 12.5px; line-height: 1.5; }
.trust-inline strong { flex: 0 0 auto; color: var(--blue-dark); }
.check-row { display: flex; gap: 13px; align-items: flex-start; margin-top: 20px; cursor: pointer; }
.check-row input { width: 20px; height: 20px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--blue); }
.check-row span { color: #37342c; font-size: 13.5px; line-height: 1.45; }
.check-row strong, .check-row small { display: block; }
.check-row small { margin-top: 4px; color: var(--ink-soft); }
.check-row.small { margin-top: 11px; }

.review-card { margin-top: 36px; padding: 24px; border: 1px solid rgba(46, 99, 166, .24); border-radius: 12px; background: #f4f7fb; }
.review-heading-row { display: flex; justify-content: space-between; gap: 20px; }
.review-card h3 { margin: 6px 0 0; font-size: 24px; }
.review-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 26px; margin: 22px 0 0; }
.review-card dl div { padding-top: 12px; border-top: 1px solid rgba(46, 99, 166, .15); }
.review-card dt { color: #706b60; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.review-card dd { margin: 5px 0 0; font-size: 14px; font-weight: 680; line-height: 1.45; }
.declarations { margin-top: 28px; }
.form-alert { margin-bottom: 24px; padding: 16px 18px; border-left: 4px solid var(--danger); border-radius: 4px 8px 8px 4px; color: #681d1d; background: #fff0f0; line-height: 1.55; }
.form-alert a { color: inherit; font-weight: 800; }
.form-alert .form-fallback-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 14px; }
.form-alert .form-fallback-status { width: 100%; margin: 0; font-size: 13px; }
.handoff-resume { margin: 0 0 24px; padding: 16px 18px; border-left: 4px solid var(--blue); border-radius: 4px 8px 8px 4px; background: #eef4fb; color: var(--ink-soft); }
.handoff-resume p { margin: 0 0 12px; line-height: 1.55; }
.notice { margin-bottom: 26px; padding: 16px 18px; border-radius: 8px; line-height: 1.5; }
.notice-warning { color: #624413; background: #fff2d9; }
#pipeline-readiness-notice strong:first-child { display: block; margin-bottom: 3px; }

.submission-result { min-height: 620px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; animation: step-in .35s ease both; }
.success-mark { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; color: #fff; background: var(--good); font-size: 28px; }
.submission-result h2 { max-width: 720px; margin: 12px 0 0; font-size: clamp(32px, 5vw, 56px); line-height: 1.02; letter-spacing: -.04em; }
.submission-result > p:not(.step-eyebrow):not(.success-small):not(.success-email-updates) { max-width: 680px; margin: 20px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.submission-result .success-email-updates { max-width: 680px; margin: 18px 0 0; padding: 13px 15px; border-left: 3px solid var(--blue); color: var(--blue-dark); background: #edf4fc; font-size: 14px; line-height: 1.55; }
.reference-box { display: inline-flex; flex-direction: column; margin-top: 24px; padding: 14px 18px; border-radius: 8px; background: var(--blue-pale); }
.reference-box span { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.reference-box strong { margin-top: 4px; color: var(--blue-dark); font-size: 19px; letter-spacing: .04em; }
.portal-receipt { width: min(680px, 100%); margin-top: 22px; padding: 20px; border: 1px solid rgba(46, 99, 166, .24); border-radius: 10px; background: #f3f7fc; }
.portal-receipt > p:not(.result-kicker) { margin: 10px 0 0; color: var(--ink-soft); line-height: 1.55; }
.portal-receipt .button { margin-top: 16px; }
.portal-claim-code { display: flex; flex-direction: column; gap: 6px; margin-top: 14px; padding: 13px 15px; border-radius: 7px; background: var(--white); overflow-wrap: anywhere; }
.portal-claim-code span { color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.portal-claim-code strong { color: var(--blue-dark); font: 700 16px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.portal-claim-code .button { align-self: flex-start; margin-top: 5px; }
.portal-claim-code p { min-height: 1.4em; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.4; }
.portal-handoff-form { margin-top: 14px; }
.next-steps { max-width: 720px; margin: 28px 0 0; padding-left: 24px; color: #454238; }
.next-steps li { margin: 9px 0; padding-left: 5px; line-height: 1.5; }
.success-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.success-small { max-width: 700px; margin: 25px 0 0; color: #777166; font-size: 12px; line-height: 1.55; }

.process-section { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: clamp(72px, 9vw, 120px) 0 clamp(62px, 8vw, 104px); }
.process-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: clamp(30px, 7vw, 92px); align-items: end; }
.process-heading h2 { max-width: 720px; margin: 15px 0 0; font-size: clamp(36px, 5.2vw, 66px); line-height: 1; letter-spacing: -.045em; text-wrap: balance; }
.process-heading > p { max-width: 450px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; text-wrap: pretty; }
.process-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(24px, 4vw, 52px); align-items: stretch; margin-top: clamp(38px, 6vw, 70px); }
.process-steps { margin: 0; padding: 0; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); list-style: none; counter-reset: none; }
.process-steps li { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 19px; min-height: 124px; padding: 25px 30px; }
.process-steps li + li { border-top: 1px solid var(--line); }
.process-steps li > span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(46, 99, 166, .28); border-radius: 50%; color: var(--blue-dark); background: #f2f6fb; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.process-steps li:not(:last-child)::after { content: ""; position: absolute; left: 51px; top: 68px; bottom: -18px; width: 1px; background: rgba(46, 99, 166, .22); }
.process-steps strong { display: block; margin-top: 2px; font-size: 17px; }
.process-steps p { max-width: 680px; margin: 7px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.58; }
.proof-card { position: relative; overflow: hidden; padding: clamp(28px, 4vw, 42px); border-radius: 15px; color: rgba(253, 252, 249, .8); background: linear-gradient(155deg, #234c80 0%, #172d49 62%, #111b27 100%); box-shadow: 0 30px 70px -44px rgba(14, 32, 53, .9); }
.proof-card::after { content: ""; position: absolute; right: -105px; bottom: -120px; width: 260px; height: 260px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255, 255, 255, .025), 0 0 0 76px rgba(255, 255, 255, .018); pointer-events: none; }
.proof-card > * { position: relative; z-index: 1; }
.proof-card .result-kicker { color: #b7cee8; }
.proof-rating { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 24px; color: #fff; text-decoration: none; }
.proof-rating:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.proof-rating span { color: #f4c84b; font-size: 19px; letter-spacing: .08em; }
.proof-rating strong { font-size: clamp(20px, 2.3vw, 27px); line-height: 1.15; }
.proof-card ul { margin: 29px 0 0; padding: 25px 0 0; border-top: 1px solid rgba(255, 255, 255, .15); list-style: none; }
.proof-card li { position: relative; margin-top: 13px; padding-left: 25px; font-size: 13.5px; line-height: 1.5; }
.proof-card li:first-child { margin-top: 0; }
.proof-card li::before { content: "\2713"; position: absolute; left: 0; top: 1px; color: #a8d8bd; font-weight: 900; }
.proof-card > p:last-child { margin: 27px 0 0; color: rgba(253, 252, 249, .58); font-size: 11.5px; line-height: 1.55; }

.explain-section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: clamp(70px, 10vw, 140px) 0; border-top: 1px solid var(--line); }
.explain-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(34px, 8vw, 110px); }
.explain-grid h2 { max-width: 540px; margin: 16px 0 0; font-size: clamp(34px, 4.6vw, 58px); line-height: 1; letter-spacing: -.04em; }
.explain-copy p { margin: 0 0 18px; color: #4c4940; font-size: 17px; line-height: 1.68; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; margin-top: 62px; border-top: 1px solid var(--line); }
.faq-grid details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq-grid summary { cursor: pointer; font-weight: 780; line-height: 1.4; }
.faq-grid p { margin: 12px 0 0; color: var(--ink-soft); line-height: 1.6; }
.data-note { width: min(1240px, calc(100% - 40px)); display: grid; grid-template-columns: 1.4fr .6fr; gap: 38px; margin: 0 auto 80px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 12px; background: #eae6dd; }
.data-note strong { font-size: 13px; }
.data-note p { margin: 7px 0 0; color: #625e55; font-size: 11.5px; line-height: 1.6; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 42px max(20px, calc((100vw - 1240px) / 2)); color: rgba(245, 242, 236, .72); background: var(--ink); }
.footer-brand { display: inline-flex; }
.footer-brand img { width: 200px; height: auto; }
.site-footer p { margin: 11px 0 0; font-size: 12.5px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer nav a { color: rgba(245, 242, 236, .75); font-size: 13px; }

.standalone-main { min-height: calc(100vh - 80px); display: grid; place-items: center; padding: 60px 20px; background: radial-gradient(700px 380px at 85% 0%, rgba(46, 99, 166, .15), transparent), var(--paper); }
.standalone-card { width: min(820px, 100%); padding: clamp(32px, 7vw, 72px); border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.standalone-card h1 { max-width: 700px; margin: 13px 0 0; font-size: clamp(35px, 6vw, 62px); line-height: 1.02; letter-spacing: -.04em; }
.standalone-card > p:not(.step-eyebrow):not(.success-small) { color: var(--ink-soft); font-size: 17px; line-height: 1.6; }

.legal-main { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 52px 0 110px; }
.legal-main > .eyebrow { margin-top: 72px; }
.legal-main > h1 { margin: 13px 0 0; font-size: clamp(44px, 8vw, 82px); line-height: .98; letter-spacing: -.05em; }
.legal-lead { max-width: 780px; margin: 24px 0 0; color: var(--ink-soft); font-size: 19px; line-height: 1.65; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 27px; color: #716d64; font-size: 12.5px; }
.legal-main section { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.legal-main h2 { margin: 0 0 15px; font-size: clamp(23px, 3vw, 32px); letter-spacing: -.025em; }
.legal-main section p, .legal-main section li { color: #4c4940; font-size: 16px; line-height: 1.72; }
.legal-main section p { margin: 12px 0; }
.legal-main section ul { padding-left: 22px; }
.legal-main section li { margin: 7px 0; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; align-items: start; }
  .hero-card { max-width: 720px; }
  .wizard-wrap { grid-template-columns: 1fr; overflow: visible; }
  .wizard-progress { position: static; min-height: auto; padding: 25px 28px; }
  .wizard-progress ol, .privacy-promise { display: none; }
  .progress-count { float: right; margin: -21px 0 10px; }
  .progress-track { clear: both; }
  .process-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: 360px; }
}

@media (max-width: 760px) {
  .header-inner { width: min(100% - 30px, 1240px); height: 68px; }
  .brand img { width: 155px; }
  .header-note { display: none; }
  .header-link { padding: 0 13px; font-size: 12.5px; }
  .hero-inner, .wizard-wrap, .process-section, .explain-section, .data-note { width: calc(100% - 28px); }
  .hero-inner { padding-bottom: 54px; }
  .hero-grid { margin-top: 42px; gap: 34px; }
  .hero h1 { font-size: clamp(40px, 12vw, 62px); }
  .trust-list { flex-direction: column; gap: 10px; }
  .wizard-section { background: linear-gradient(to bottom, var(--paper) 0 80px, #e8edf3 80px 100%); }
  .wizard-panel { padding: 30px 20px 35px; }
  .draft-controls__body { align-items: flex-start; flex-direction: column; }
  .choice-grid-three { grid-template-columns: 1fr; }
  .condition-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choice-grid-two, .form-grid-two { grid-template-columns: 1fr; }
  .span-two { grid-column: auto; }
  .choice-card { min-height: 130px; }
  .choice-card .choice-icon { margin-bottom: 5px; }
  .choice-card strong { margin-top: 12px; }
  .vehicle-details { padding: 20px; }
  .plate-row { grid-template-columns: 1fr; }
  .button-dark { min-height: 52px; }
  .vehicle-result, .mot-card { flex-direction: column; }
  .result-actions { width: 100%; flex-basis: auto; }
  .photo-previews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-inline { align-items: flex-start; flex-direction: column; }
  .review-card dl { grid-template-columns: 1fr; }
  .step-actions { align-items: stretch; }
  .step-actions .button { flex: 1; padding-inline: 15px; }
  .button-submit { min-width: 0; }
  .process-heading, .explain-grid, .data-note { grid-template-columns: 1fr; }
  .process-heading > p { max-width: 680px; }
  .process-steps li { min-height: 0; padding: 23px 22px; }
  .process-steps li:not(:last-child)::after { left: 43px; }
  .proof-card { min-height: 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .header-link { min-height: 40px; }
  .brand img { width: 132px; }
  .hero-card { padding: 23px; }
  .wizard-progress { padding-inline: 20px; }
  .number-plate input { font-size: 27px; }
  .photo-block { margin-inline: -4px; padding: 18px; }
  .upload-zone { min-height: 205px; padding: 23px 16px; }
  .process-steps li { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding-inline: 17px; }
  .process-steps li > span { width: 38px; height: 38px; }
  .process-steps li:not(:last-child)::after { left: 35px; top: 63px; }
  .segmented { grid-template-columns: 1fr; }
  .segmented label span, .segmented label:first-child span, .segmented label:last-child span { border: 1px solid rgba(23, 22, 15, .2); border-radius: 6px; }
  .segmented label + label { margin-top: 7px; }
  .step-actions { flex-direction: column; }
  .step-actions .button { width: 100%; }
  .success-actions { width: 100%; }
  .success-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
