:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #f4f6f8;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --slate: #5b6470;
  --cobalt: #2457f5;
  --white: #ffffff;
  --soft: #f4f6f8;
  --border: #d8dee6;
  --charcoal: #172033;
  --secondary: #6b7280;
  --muted: #98a2b3;
  --info: #2563eb;
  --success: #16855b;
  --warning: #d97706;
  --risk: #c9362b;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--soft); -webkit-font-smoothing: antialiased; }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(36, 87, 245, .24); outline-offset: 3px; }

.global-header { height: 100px; position: sticky; top: 0; z-index: 40; background: var(--white); border-bottom: 1px solid var(--border); }
.global-header__inner { width: min(100% - 40px, 1180px); height: 100%; margin: 0 auto; display: flex; align-items: center; gap: 30px; }
.global-brand { flex: 0 0 auto; width: 270px; height: 88px; padding: 0; border: 0; background: transparent; cursor: pointer; display: grid; place-items: center start; overflow: hidden; }
.global-brand img { width: 258px; height: 84px; object-fit: contain; object-position: left center; transform: scale(1.25); transform-origin: left center; }
.global-nav { margin-left: auto; display: flex; align-items: stretch; gap: 3px; }
.global-nav__item { min-height: 44px; padding: 0 12px; border: 0; border-radius: 6px; background: transparent; color: var(--secondary); display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 650; cursor: pointer; }
.global-nav__item:hover { color: var(--charcoal); background: var(--soft); }
.global-nav__item--active { color: var(--cobalt); background: #eef3ff; }
.global-header__actions { display: flex; align-items: center; gap: 10px; }
.header-cta { min-height: 42px; padding: 0 16px; border: 1px solid var(--cobalt); border-radius: 6px; color: var(--white); background: var(--cobalt); font-size: 12px; font-weight: 750; cursor: pointer; white-space: nowrap; }
.header-cta:hover { background: #1748de; }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--border); border-radius: 6px; color: var(--charcoal); background: var(--white); place-items: center; cursor: pointer; }

.intake-hero { color: var(--white); background: var(--charcoal); border-bottom: 1px solid #26334b; }
.intake-hero__inner { width: min(100% - 40px, 1100px); min-height: 520px; margin: 0 auto; padding: 64px 0; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: center; gap: 72px; }
.intake-hero__copy h1 { max-width: 720px; margin: 0; font-size: clamp(42px, 6vw, 68px); line-height: 1.02; font-weight: 720; }
.intake-hero__copy h1 span { color: #a9bcff; }
.intake-hero__copy > p:not(.kicker) { max-width: 650px; margin: 22px 0 0; color: #c5cedb; font-size: 18px; line-height: 1.55; }
.hero-actions { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary, .btn-secondary { min-height: 48px; padding: 0 18px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; font-weight: 750; cursor: pointer; }
.btn-primary { border: 1px solid var(--cobalt); color: var(--white); background: var(--cobalt); }
.btn-secondary { border: 1px solid #59667a; color: var(--white); background: transparent; }
.btn-primary:hover { background: #1748de; }
.btn-secondary:hover { border-color: #8fa2be; background: rgba(255,255,255,.05); }
.intake-hero__summary { padding: 26px; border: 1px solid #41506a; border-radius: 8px; background: #202b40; }
.summary-mark { width: 54px; height: 54px; border-radius: 7px; color: #a9bcff; background: rgba(36,87,245,.18); display: grid; place-items: center; }
.intake-hero__summary > span { display: block; margin-top: 20px; color: #9eb1d0; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.intake-hero__summary > strong { display: block; margin-top: 6px; font-size: 22px; line-height: 1.25; }
.intake-hero__summary ul { margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.11); list-style: none; display: grid; gap: 13px; }
.intake-hero__summary li { color: #c9d2df; display: flex; align-items: center; gap: 9px; font-size: 13px; }
.intake-hero__summary li svg { color: #8fb2ff; }

.workflow-band { background: var(--white); border-bottom: 1px solid var(--border); }
.workflow-band__inner { width: min(100% - 40px, 1100px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.workflow-band__inner > div { min-height: 180px; padding: 28px 30px; position: relative; border-right: 1px solid var(--border); display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 13px; }
.workflow-band__inner > div:first-child { border-left: 1px solid var(--border); }
.workflow-band__inner > div > span { position: absolute; top: 17px; right: 19px; color: #c5ccd7; font-size: 11px; font-weight: 800; }
.workflow-band__inner svg { grid-row: 1 / 3; color: var(--cobalt); }
.workflow-band__inner strong { font-size: 14px; }
.workflow-band__inner p { margin: 6px 0 0; color: var(--secondary); font-size: 12px; line-height: 1.45; }

.intake-section { width: min(100% - 40px, 1100px); margin: 0 auto; padding: 64px 0 72px; scroll-margin-top: 104px; }
.intake-section__intro { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.intake-section__intro h2, .other-paths h2 { margin: 0; font-size: 32px; line-height: 1.15; }
.intake-section__intro > div:first-child > p:not(.kicker) { max-width: 620px; margin: 10px 0 0; color: var(--secondary); line-height: 1.55; }
.scope-chip { min-width: 260px; padding: 13px 14px; border: 1px solid #c8d5ff; border-radius: 7px; color: var(--cobalt); background: #f4f7ff; display: flex; align-items: center; gap: 11px; }
.scope-chip > span { color: var(--secondary); display: flex; flex-direction: column; font-size: 11px; line-height: 1.35; }
.scope-chip strong { color: var(--charcoal); font-size: 12px; }
.intake-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); align-items: start; gap: 20px; }
.intake-progress { position: sticky; top: 110px; padding: 20px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); }
.intake-progress__label { display: block; margin-bottom: 15px; color: var(--secondary); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.progress-step { min-height: 48px; display: flex; align-items: center; gap: 11px; color: var(--muted); border-bottom: 1px solid var(--border); }
.progress-step > span { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--border); display: grid; place-items: center; font-size: 10px; font-weight: 800; }
.progress-step strong { font-size: 12px; }
.progress-step--complete { color: var(--success); }
.progress-step--complete > span { color: var(--white); border-color: var(--success); background: var(--success); }
.progress-help { margin-top: 18px; padding: 13px 0 0; display: flex; align-items: flex-start; gap: 8px; color: var(--secondary); }
.progress-help svg { flex: 0 0 auto; color: var(--warning); }
.progress-help p { margin: 0; font-size: 11px; line-height: 1.45; }

.intake-form { border: 1px solid var(--border); border-radius: 8px; background: var(--white); overflow: hidden; }
.form-group { padding: 28px; border-bottom: 1px solid var(--border); }
.form-group__heading { margin-bottom: 22px; display: flex; align-items: flex-start; gap: 14px; }
.form-group__heading > span { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 6px; color: var(--cobalt); background: #eef3ff; display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.form-group__heading h3 { margin: 0; font-size: 18px; }
.form-group__heading p { margin: 5px 0 0; color: var(--secondary); font-size: 12px; line-height: 1.4; }
.form-field { margin-top: 18px; display: flex; flex-direction: column; gap: 7px; }
.form-group__heading + .form-field { margin-top: 0; }
.form-field__label { color: var(--charcoal); font-size: 13px; font-weight: 700; }
.form-field__label b { margin-left: 3px; color: var(--risk); }
.form-field > small { margin-top: -3px; color: var(--secondary); font-size: 11px; line-height: 1.4; }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 6px; color: var(--charcoal); background: #fbfcfd; font: inherit; font-size: 14px; outline: none; }
.form-field textarea { resize: vertical; min-height: 116px; line-height: 1.45; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--cobalt); box-shadow: 0 0 0 3px rgba(36,87,245,.11); background: var(--white); }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.input-with-icon { position: relative; }
.input-with-icon svg { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.input-with-icon input { padding-left: 42px; }
.photo-fill { margin-top: 20px; padding: 18px; border: 1px solid #cfd8e6; border-radius: 7px; background: var(--soft); }
.photo-fill__heading { display: flex; align-items: flex-start; gap: 11px; }
.photo-fill__heading > svg { color: var(--cobalt); }
.photo-fill__heading > div { display: flex; flex-direction: column; gap: 3px; }
.photo-fill__heading strong { font-size: 13px; }
.photo-fill__heading span { color: var(--secondary); font-size: 11px; }
.upload-row { margin-top: 16px; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.upload-button, .fill-button { min-height: 44px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-size: 12px; font-weight: 700; }
.upload-button { min-width: 0; padding: 0 14px; border: 1px dashed #aeb8c7; color: var(--slate); background: var(--white); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fill-button { padding: 0 16px; border: 1px solid var(--cobalt); color: var(--white); background: var(--cobalt); }
.inline-status { margin: 13px 0 0; padding: 10px 12px; border-left: 3px solid var(--info); color: #35425a; background: #edf3ff; font-size: 11px; line-height: 1.4; }
.inline-status--success { border-left-color: var(--success); background: #ebf7f1; }
.evidence-upload { margin-top: 18px; }
.evidence-upload > button { width: 100%; min-height: 82px; padding: 15px; border: 1px dashed #aeb8c7; border-radius: 6px; color: var(--slate); background: #fbfcfd; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; text-align: left; cursor: pointer; }
.evidence-upload span { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.evidence-upload strong { color: var(--charcoal); font-size: 12px; }
.evidence-upload small { color: var(--secondary); font-size: 11px; line-height: 1.35; }
.form-confirm { padding: 24px 28px 28px; }
.check-control { width: 100%; padding: 0; border: 0; color: var(--secondary); background: transparent; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; text-align: left; cursor: pointer; }
.check-control > span { width: 26px; height: 26px; margin-top: 1px; border: 1px solid #aeb8c7; border-radius: 6px; background: var(--white); display: grid; place-items: center; }
.check-control p { margin: 0; font-size: 12px; line-height: 1.5; }
.check-control--checked > span { color: var(--white); border-color: var(--cobalt); background: var(--cobalt); }
.form-error { margin: 14px 0 0; padding: 10px 12px; border-left: 3px solid var(--risk); color: #87251f; background: #fff1f0; font-size: 12px; }
.run-button { width: 100%; min-height: 52px; margin-top: 20px; border: 0; border-radius: 6px; color: var(--white); background: var(--cobalt); display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; font-weight: 800; cursor: pointer; }
.run-button:hover { background: #1748de; }
.form-confirm > small { display: block; margin-top: 10px; color: var(--secondary); font-size: 11px; text-align: center; }
.intake-result { display: none; margin: 0 28px 28px; padding: 16px; border: 1px solid #b9dfce; border-radius: 7px; color: var(--success); background: #eef9f4; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.intake-result--visible { display: grid; }
.intake-result > div { display: flex; flex-direction: column; gap: 3px; }
.intake-result strong { color: var(--charcoal); font-size: 13px; }
.intake-result span { color: var(--secondary); font-size: 11px; line-height: 1.4; }
.intake-result button { padding: 0; border: 0; color: var(--cobalt); background: transparent; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 750; cursor: pointer; white-space: nowrap; }

.auto-xray-selector { width: min(100% - 40px, 1100px); margin: 0 auto; padding: 64px 0; }
.auto-xray-selector .other-paths__intro { max-width: 760px; }
.auto-xray-selector .other-paths__intro > p:not(.kicker), .other-paths__intro > p:not(.kicker) { margin: 11px 0 0; color: var(--secondary); font-size: 14px; line-height: 1.55; }
.auto-xray-selector h2, .other-paths h2 { margin: 0; font-size: 32px; line-height: 1.14; }
.other-paths { width: min(100% - 40px, 1100px); margin: 0 auto; padding: 0 0 72px; scroll-margin-top: 104px; }
.other-paths__intro { max-width: 640px; margin-bottom: 20px; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.path-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.path-grid article { min-height: 230px; padding: 24px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); display: flex; flex-direction: column; }
.path-grid article > svg { color: var(--cobalt); }
.path-grid article > span { display: block; margin-top: 20px; color: var(--secondary); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.path-grid h3 { margin: 6px 0 0; font-size: 20px; }
.path-grid p { margin: 10px 0 20px; color: var(--secondary); font-size: 13px; line-height: 1.5; }
.path-grid a, .path-grid button { padding: 0; border: 0; color: var(--cobalt); background: transparent; display: inline-flex; align-items: center; gap: 7px; font: inherit; font-size: 12px; font-weight: 750; text-decoration: none; cursor: pointer; }

.global-footer { color: #d6dce6; background: var(--charcoal); }
.global-footer__main { width: min(100% - 40px, 1100px); min-height: 218px; margin: 0 auto; padding: 40px 0; display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 56px; }
.footer-brand img { width: 205px; height: 70px; padding: 3px 6px; border-radius: 4px; background: var(--white); object-fit: contain; object-position: left center; }
.footer-brand p { margin: 16px 0 0; color: var(--white); font-size: 14px; font-weight: 700; }
.footer-brand span { display: block; margin-top: 5px; color: #aeb8c7; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links strong { margin-bottom: 5px; color: var(--white); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.footer-links button, .footer-links a { padding: 0; border: 0; color: #aeb8c7; background: transparent; font: inherit; font-size: 12px; text-decoration: none; cursor: pointer; }
.footer-links button:hover, .footer-links a:hover { color: var(--white); }
.global-footer__legal { width: min(100% - 40px, 1100px); min-height: 64px; margin: 0 auto; border-top: 1px solid #334057; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8f9aad; font-size: 10px; }
.global-footer__legal > div { display: flex; gap: 18px; }
.global-footer__legal a { color: #aeb8c7; text-decoration: none; }

@media (max-width: 1080px) {
  .global-header__inner { width: min(100% - 28px, 1000px); gap: 14px; }
  .global-brand { width: 220px; }
  .global-brand img { width: 214px; }
  .menu-button { display: grid; }
  .global-nav { position: absolute; top: calc(100% + 1px); right: 14px; width: min(300px, calc(100vw - 28px)); padding: 8px; border: 1px solid var(--border); border-radius: 0 0 7px 7px; background: var(--white); box-shadow: 0 14px 32px rgba(23,32,51,.14); display: none; flex-direction: column; align-items: stretch; }
  .global-nav--open { display: flex; }
  .global-nav__item { width: 100%; min-height: 48px; padding: 0 13px; }
}

.auction-hero { color: var(--white); background: var(--charcoal); border-bottom: 1px solid #26334b; }
.auction-hero__inner { width: min(100% - 40px, 1100px); min-height: 470px; margin: 0 auto; padding: 64px 0; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: 72px; }
.auction-hero h1 { max-width: 680px; margin: 0; font-size: clamp(43px, 6vw, 64px); line-height: 1.03; }
.auction-hero__inner > div > p:not(.kicker) { max-width: 650px; margin: 20px 0 28px; color: #c5cedb; font-size: 17px; line-height: 1.58; }
.auction-hero__aside { padding: 26px; border: 1px solid #41506a; border-radius: 8px; background: #202b40; }
.auction-hero__aside > div { width: 52px; height: 52px; border-radius: 7px; color: #a9bcff; background: rgba(36,87,245,.18); display: grid; place-items: center; }
.auction-hero__aside > span { display: block; margin-top: 20px; color: #9eb1d0; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.auction-hero__aside > strong { display: block; margin-top: 7px; font-size: 20px; line-height: 1.3; }
.auction-hero__aside > p { margin: 13px 0 0; color: #b9c4d3; font-size: 12px; line-height: 1.5; }
.auction-overview { width: min(100% - 40px, 1100px); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-right: 1px solid var(--border); border-left: 1px solid var(--border); }
.auction-overview > div { min-height: 130px; padding: 24px; border-right: 1px solid var(--border); display: flex; align-items: center; gap: 12px; }
.auction-overview > div:last-child { border-right: 0; }
.auction-overview svg { flex: 0 0 auto; color: var(--cobalt); }
.auction-overview span { color: var(--secondary); display: flex; flex-direction: column; gap: 4px; font-size: 11px; line-height: 1.35; }
.auction-overview strong { color: var(--charcoal); font-size: 13px; }
.auction-intake { width: min(100% - 40px, 1100px); margin: 0 auto; padding: 68px 0 76px; scroll-margin-top: 104px; }
.auction-intake__heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 34px; }
.auction-intake__heading h2 { margin: 0; font-size: 34px; line-height: 1.14; }
.auction-intake__heading > div:first-child > p:not(.kicker) { max-width: 700px; margin: 11px 0 0; color: var(--secondary); font-size: 14px; line-height: 1.55; }
.auction-form { border: 1px solid var(--border); border-radius: 8px; background: var(--white); overflow: hidden; }
.auction-form-section { padding: 28px; border-bottom: 1px solid var(--border); }
.auction-form-section__heading { margin-bottom: 23px; display: flex; align-items: flex-start; gap: 14px; }
.auction-form-section__heading > span { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 6px; color: var(--cobalt); background: #eef3ff; display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.auction-form-section__heading h3 { margin: 0; font-size: 18px; }
.auction-form-section__heading p { margin: 5px 0 0; color: var(--secondary); font-size: 12px; line-height: 1.4; }
.auction-field-grid { display: grid; gap: 14px; }
.auction-field-grid--two { grid-template-columns: 1fr 1fr; }
.auction-field-grid--three { grid-template-columns: 1fr 1fr 1fr; }
.auction-field-grid .form-field, .auction-year-grid .form-field { margin-top: 0; }
.auction-options { border-top: 1px solid var(--border); }
.auction-option { padding: 25px 0; border-bottom: 1px solid var(--border); }
.auction-option:last-child { padding-bottom: 0; border-bottom: 0; }
.auction-option__title { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.auction-option__title strong { font-size: 14px; }
.auction-option__title span { color: var(--secondary); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.auction-year-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px; background: var(--soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.auction-option .auction-field-grid { margin-top: 16px; }
.auction-other-vehicle { margin-top: 14px; }
.auction-other-vehicle .form-field { margin-top: 0; }
.auction-range-error { margin: 10px 0 0; color: var(--risk); font-size: 11px; font-weight: 650; }
.auction-submit { padding: 25px 28px 29px; }
.auction-result { display: none; margin: 0 28px 28px; padding: 16px; border: 1px solid #b9dfce; border-radius: 7px; color: var(--success); background: #eef9f4; grid-template-columns: auto 1fr; align-items: center; gap: 12px; }
.auction-result--visible { display: grid; }
.auction-result > div { display: flex; flex-direction: column; gap: 3px; }
.auction-result strong { color: var(--charcoal); font-size: 13px; }
.auction-result span { color: var(--secondary); font-size: 11px; }
.auction-alt-path { margin: 20px auto 0; padding: 0; border: 0; color: var(--cobalt); background: transparent; display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 750; cursor: pointer; }

.home-hero { position: relative; min-height: 650px; overflow: hidden; color: var(--white); background: var(--charcoal); }
.home-hero__backdrop { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(23, 32, 51, .98) 0%, rgba(23, 32, 51, .93) 43%, rgba(23, 32, 51, .48) 70%, rgba(23, 32, 51, .2) 100%), url('/auto-x-ray-report-preview.png'); background-size: cover; background-position: center top; filter: saturate(.9); transform: scale(1.01); }
.home-hero__inner { position: relative; z-index: 1; width: min(100% - 40px, 1180px); min-height: 650px; margin: 0 auto; padding: 92px 0 72px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.home-eyebrow { margin: 0 0 20px; color: #c7d3ff; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 750; }
.home-hero h1 { max-width: 700px; margin: 0; font-size: clamp(48px, 7vw, 78px); line-height: 1.02; font-weight: 740; }
.home-hero__inner > p:not(.home-eyebrow, .home-hero__guide) { max-width: 640px; margin: 24px 0 0; color: #d1d8e3; font-size: 19px; line-height: 1.55; }
.home-hero__actions { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.home-button { min-height: 48px; padding: 0 19px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; font-weight: 750; cursor: pointer; }
.home-button--primary { border: 1px solid var(--cobalt); color: var(--white); background: var(--cobalt); }
.home-button--primary:hover { background: #1748de; }
.home-button--glass { border: 1px solid rgba(255, 255, 255, .45); color: var(--white); background: rgba(23, 32, 51, .28); backdrop-filter: blur(8px); }
.home-button--glass:hover { background: rgba(255, 255, 255, .09); }
.home-button--outline { border: 1px solid var(--border); color: var(--charcoal); background: var(--white); }
.home-button--outline:hover { color: var(--cobalt); border-color: rgba(36, 87, 245, .5); }
.home-button--light { border: 1px solid var(--white); color: var(--cobalt); background: var(--white); }
.home-hero__guide { max-width: 660px; margin: 30px 0 0; padding-top: 21px; border-top: 1px solid rgba(255, 255, 255, .2); color: #c6cfdd; display: inline-flex; align-items: center; gap: 9px; font-size: 13px; line-height: 1.45; }
.home-hero__guide svg { flex: 0 0 auto; color: #9fb5ff; }

.home-paths, .home-process { width: min(100% - 40px, 1180px); margin: 0 auto; padding: 80px 0; }
.home-section-heading { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.home-section-heading--left { margin-left: 0; text-align: left; }
.home-section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 42px); line-height: 1.14; }
.home-section-heading > p:not(.kicker) { margin: 14px 0 0; color: var(--secondary); font-size: 15px; line-height: 1.6; }
.home-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.home-path-card { min-height: 330px; padding: 26px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); display: flex; flex-direction: column; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.home-path-card:hover { transform: translateY(-2px); border-color: rgba(36, 87, 245, .42); box-shadow: 0 9px 24px rgba(23, 32, 51, .07); }
.home-path-card__icon { width: 50px; height: 50px; border-radius: 7px; color: var(--cobalt); background: #eef3ff; display: grid; place-items: center; }
.home-path-card > span { margin-top: 25px; color: var(--secondary); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.home-path-card h3 { margin: 7px 0 0; font-size: 22px; }
.home-path-card p { margin: 12px 0 24px; color: var(--secondary); font-size: 13px; line-height: 1.55; }
.home-path-card button { margin-top: auto; padding: 0; border: 0; color: var(--cobalt); background: transparent; display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; font-size: 12px; font-weight: 750; cursor: pointer; }
.home-path-card button:disabled { cursor: default; }

.home-product-band { padding: 82px 0; background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.home-product-band__inner { width: min(100% - 40px, 1180px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 70px; }
.home-product-visual { position: relative; min-width: 0; }
.home-product-visual > img { width: 100%; max-height: 650px; border: 1px solid var(--border); border-radius: 8px; object-fit: cover; object-position: top center; box-shadow: 0 22px 60px rgba(23, 32, 51, .12); }
.home-product-visual__label { position: absolute; right: 22px; bottom: 22px; max-width: 330px; padding: 15px; border: 1px solid #c8d5ff; border-radius: 7px; color: var(--cobalt); background: rgba(255, 255, 255, .96); display: flex; align-items: flex-start; gap: 11px; box-shadow: 0 12px 30px rgba(23, 32, 51, .12); }
.home-product-visual__label svg { flex: 0 0 auto; }
.home-product-visual__label span { color: var(--secondary); display: flex; flex-direction: column; gap: 3px; font-size: 11px; line-height: 1.4; }
.home-product-visual__label strong { color: var(--charcoal); font-size: 12px; }
.home-product-copy h2 { margin: 0; font-size: clamp(31px, 4vw, 45px); line-height: 1.12; }
.home-product-copy > p:not(.kicker, .home-scope-note) { margin: 18px 0 0; color: var(--secondary); font-size: 15px; line-height: 1.65; }
.home-product-copy ul { margin: 25px 0 28px; padding: 0; list-style: none; display: grid; gap: 13px; }
.home-product-copy li { color: var(--charcoal); display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 650; }
.home-product-copy li svg { flex: 0 0 auto; color: var(--success); }
.home-scope-note { margin: 20px 0 0; padding-left: 13px; border-left: 3px solid var(--slate); color: var(--secondary); font-size: 11px; line-height: 1.5; }

.home-review { background: var(--soft); border-bottom: 1px solid var(--border); }
.home-review__inner { width: min(100% - 40px, 1180px); min-height: 280px; margin: 0 auto; padding: 64px 0; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.home-review h2 { max-width: 500px; margin: 0; font-size: clamp(30px, 4vw, 43px); line-height: 1.14; }
.home-review__inner > div:last-child > p { margin: 0; color: var(--secondary); font-size: 15px; line-height: 1.65; }
.home-review__inner button { margin-top: 20px; padding: 0; border: 0; color: var(--cobalt); background: transparent; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 750; cursor: pointer; }

.home-pro-preview { background: var(--white); border-bottom: 1px solid var(--border); }
.home-pro-preview__inner { width: min(100% - 40px, 1060px); min-height: 220px; margin: 0 auto; padding: 46px 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.home-pro-preview__icon { width: 58px; height: 58px; border-radius: 7px; color: var(--cobalt); background: #eef3ff; display: grid; place-items: center; }
.home-pro-preview__icon .ph-duotone { font-size: 30px; }
.home-pro-preview h2 { margin: 0; font-size: 30px; line-height: 1.15; }
.home-pro-preview__inner > div:nth-child(2) > p:not(.kicker) { max-width: 720px; margin: 10px 0 0; color: var(--secondary); font-size: 14px; line-height: 1.6; }

.home-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.home-process-grid article { min-height: 205px; padding: 28px 24px; border-right: 1px solid var(--border); }
.home-process-grid article:first-child { padding-left: 0; }
.home-process-grid article:last-child { padding-right: 0; border-right: 0; }
.home-process-grid span { color: var(--cobalt); font-size: 11px; font-weight: 800; }
.home-process-grid h3 { margin: 35px 0 0; font-size: 19px; }
.home-process-grid p { margin: 9px 0 0; color: var(--secondary); font-size: 12px; line-height: 1.55; }

.home-auction { color: var(--white); background: var(--charcoal); }
.home-auction__inner { width: min(100% - 40px, 1180px); min-height: 390px; margin: 0 auto; padding: 72px 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 30px; }
.home-auction__icon { width: 70px; height: 70px; border-radius: 8px; color: #b4c4ff; background: rgba(36, 87, 245, .18); display: grid; place-items: center; }
.home-auction .kicker { color: #aabfff; }
.home-auction h2 { max-width: 720px; margin: 0; font-size: clamp(31px, 4vw, 44px); line-height: 1.12; }
.home-auction__inner > div:nth-child(2) > p:not(.kicker) { max-width: 760px; margin: 17px 0 0; color: #c5cedb; font-size: 14px; line-height: 1.65; }
.home-auction__checks { margin-top: 23px; display: flex; gap: 18px; flex-wrap: wrap; }
.home-auction__checks span { color: #d8dfea; display: inline-flex; align-items: center; gap: 7px; font-size: 12px; }
.home-auction__checks svg { color: #9fb5ff; }

.home-final-cta { width: min(100% - 40px, 1180px); min-height: 360px; margin: 0 auto; padding: 70px 0; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.home-final-cta > div:first-child > svg { margin-bottom: 18px; color: var(--cobalt); }
.home-final-cta h2 { max-width: 760px; margin: 0; font-size: clamp(31px, 4vw, 45px); line-height: 1.14; }
.home-final-cta > div:first-child > p:last-child { margin: 14px 0 0; color: var(--secondary); font-size: 15px; }
.home-final-cta__actions { flex: 0 0 auto; display: flex; flex-direction: column; gap: 10px; }

.app-shell { min-height: 100vh; }
.site-header { height: 74px; background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 20; }
.site-header__inner { max-width: 1140px; height: 100%; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 18px; }
.brand-logo { width: 172px; height: 48px; object-fit: contain; object-position: left center; }
.site-header__label { padding-left: 18px; border-left: 1px solid var(--border); display: flex; flex-direction: column; line-height: 1.2; }
.site-header__label span { color: var(--secondary); font-size: 12px; }
.site-header__label strong { font-size: 14px; }
.icon-button { margin-left: auto; width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 6px; color: var(--slate); background: var(--white); display: grid; place-items: center; cursor: pointer; }
.icon-button:hover { color: var(--cobalt); border-color: rgba(36,87,245,.45); background: #f8faff; }

.report-page { width: min(100% - 32px, 1100px); margin: 30px auto 56px; }
.report-hero { color: var(--white); background: var(--charcoal); border-radius: 8px; overflow: hidden; }
.report-hero__topline { min-height: 44px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.13); color: #d7dfed; font-size: 12px; }
.report-id { font-weight: 750; color: #aabfff; }
.report-date { display: inline-flex; align-items: center; gap: 7px; }
.report-hero__content { padding: 30px 28px 26px; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.kicker { margin: 0 0 9px; color: #aabfff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.kicker--blue { color: var(--cobalt); }
.report-hero h1 { margin: 0; font-size: clamp(30px, 5vw, 47px); line-height: 1.06; font-weight: 720; }
.vehicle-meta { margin: 12px 0 0; color: #c9d1dc; font-size: 14px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.vehicle-meta span { width: 3px; height: 3px; border-radius: 50%; background: #8390a2; }
.hero-verdict { width: 280px; padding: 17px; border: 1px solid rgba(106,143,255,.48); border-radius: 7px; background: rgba(36,87,245,.11); display: flex; align-items: center; gap: 13px; }
.hero-verdict > div { display: flex; flex-direction: column; gap: 4px; }
.hero-verdict span { color: #b5c2d7; font-size: 11px; text-transform: uppercase; font-weight: 700; letter-spacing: .06em; }
.hero-verdict strong { font-size: 16px; }
.identity-strip { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); background: #202b40; border-top: 1px solid rgba(255,255,255,.08); }
.identity-strip > div { min-height: 72px; padding: 15px 20px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border-right: 1px solid rgba(255,255,255,.1); }
.identity-strip > div:last-child { border-right: 0; }
.identity-strip span { color: #9eabbd; font-size: 11px; }
.identity-strip strong { font-size: 13px; overflow-wrap: anywhere; }

.glance-section { padding: 34px 0 0; }
.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 16px; }
.section-intro h2 { margin: 0; font-size: 26px; line-height: 1.15; }
.section-intro > p { width: 360px; margin: 0; color: var(--secondary); font-size: 13px; line-height: 1.55; }
.glance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.glance-card { position: relative; min-height: 158px; padding: 18px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); text-align: left; color: var(--charcoal); cursor: pointer; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.glance-card:hover { transform: translateY(-2px); border-color: rgba(36,87,245,.45); box-shadow: 0 9px 24px rgba(23,32,51,.07); }
.glance-card__label { display: block; margin-top: 15px; color: var(--secondary); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.glance-card strong { display: block; margin-top: 4px; font-size: 17px; }
.glance-card small { display: block; margin-top: 6px; padding-right: 20px; color: var(--secondary); font-size: 12px; line-height: 1.38; }
.glance-card__arrow { position: absolute; right: 17px; bottom: 18px; color: var(--cobalt); }
.status-icon { flex: 0 0 auto; width: 45px; height: 45px; border-radius: 7px; display: grid; place-items: center; }
.status-icon--info { color: var(--info); background: #eaf0ff; }
.status-icon--success { color: var(--success); background: #e8f6f0; }
.status-icon--warning { color: var(--warning); background: #fff3df; }
.status-icon--neutral { color: var(--slate); background: #eef1f4; }

.priority-callout { margin: 18px 0 28px; padding: 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; border: 1px solid #f0c98e; border-left: 4px solid var(--warning); border-radius: 7px; background: #fffaf2; }
.priority-callout > div { display: flex; flex-direction: column; gap: 3px; }
.priority-callout span { color: #98620c; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.priority-callout strong { font-size: 16px; }
.priority-callout p { margin: 2px 0 0; color: var(--secondary); font-size: 13px; line-height: 1.45; }
.priority-callout button { border: 0; background: transparent; color: var(--cobalt); font-size: 13px; font-weight: 750; display: inline-flex; align-items: center; gap: 7px; cursor: pointer; white-space: nowrap; }

.report-section { margin-top: 22px; border: 1px solid var(--border); border-radius: 8px; background: var(--white); overflow: hidden; scroll-margin-top: 92px; }
.section-heading { width: 100%; min-height: 76px; padding: 14px 18px; border: 0; background: var(--charcoal); color: var(--white); display: grid; grid-template-columns: auto 1fr minmax(190px, 360px) auto; align-items: center; gap: 14px; text-align: left; cursor: pointer; }
.section-heading__icon { width: 40px; height: 40px; border-radius: 6px; color: #b8c8ff; background: rgba(36,87,245,.18); display: grid; place-items: center; }
.section-heading__copy { display: flex; flex-direction: column; gap: 2px; }
.section-heading__eyebrow { color: #aabfff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.section-heading__title { font-size: 17px; font-weight: 720; }
.section-heading__description { color: #b7c0ce; font-size: 12px; line-height: 1.45; }
.section-body { padding: 22px; }

.comparison-table { border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.comparison-row { min-height: 58px; display: grid; grid-template-columns: .7fr 1fr 1fr .6fr; align-items: center; gap: 14px; padding: 10px 15px; border-bottom: 1px solid var(--border); font-size: 13px; }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row:nth-child(odd):not(.comparison-row--head) { background: #fafbfc; }
.comparison-row--head { min-height: 42px; background: var(--soft); color: var(--secondary); font-size: 10px; text-transform: uppercase; font-weight: 750; }
.status-pill { width: fit-content; padding: 5px 8px; border-radius: 999px; display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 750; }
.status-pill--match { color: var(--success); background: #e8f6f0; }
.status-pill--check { color: var(--warning); background: #fff3df; }
.source-note { margin: 15px 0 0; display: flex; align-items: flex-start; gap: 8px; color: var(--secondary); font-size: 12px; line-height: 1.45; }
.source-note svg { flex: 0 0 auto; color: var(--info); }

.notice { padding: 15px; border-radius: 6px; display: flex; gap: 12px; align-items: flex-start; }
.notice--warning { color: #75470a; background: #fff7ea; border: 1px solid #f3d2a3; }
.notice--info { color: #173a9d; background: #edf2ff; border: 1px solid #c8d5ff; }
.notice > div { display: flex; flex-direction: column; gap: 3px; }
.notice span { color: #8b683d; font-size: 12px; line-height: 1.45; }
.notice--info span { color: var(--secondary); }
.detail-list { margin-top: 14px; border-top: 1px solid var(--border); }
.detail-list article { min-height: 88px; padding: 16px 4px; display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 15px; border-bottom: 1px solid var(--border); }
.detail-list article:last-child { border-bottom: 0; }
.detail-list__date { width: 48px; height: 50px; border: 1px solid var(--border); border-radius: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.detail-list__date span { color: var(--secondary); font-size: 9px; font-weight: 750; }
.detail-list__date strong { color: var(--cobalt); font-size: 13px; }
.detail-list h3, .issue-card h3 { margin: 0; font-size: 14px; }
.detail-list p, .issue-card p { margin: 5px 0 0; color: var(--secondary); font-size: 12px; line-height: 1.45; }
.tag { width: fit-content; padding: 5px 8px; border-radius: 4px; font-size: 10px; font-weight: 750; white-space: nowrap; }
.tag--warning { color: #9a5c08; background: #fff0d8; }
.tag--success { color: var(--success); background: #e8f6f0; }

.claim-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.claim-grid article { min-height: 110px; padding: 17px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--border); }
.claim-grid article:last-child { border-right: 0; }
.claim-grid span { color: var(--secondary); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.claim-grid strong { margin-top: 7px; font-size: 15px; }
.claim-grid small { margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.35; }

.issue-stack { display: grid; gap: 10px; }
.issue-card { min-height: 84px; padding: 14px 15px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; border: 1px solid var(--border); border-radius: 6px; }
.issue-card--high { border-left: 4px solid var(--warning); }
.issue-card__rank { width: 40px; height: 40px; border-radius: 6px; color: var(--cobalt); background: #eef3ff; display: grid; place-items: center; font-size: 12px; font-weight: 800; }
.issue-card > span:last-child { color: var(--secondary); font-size: 11px; font-weight: 700; }

.beta-state { min-height: 142px; padding: 22px; display: flex; align-items: flex-start; gap: 16px; border: 1px solid #c8d5ff; border-radius: 7px; background: #f7f9ff; }
.beta-state h3 { margin: 0; font-size: 16px; }
.beta-state p { max-width: 700px; margin: 7px 0 0; color: var(--secondary); font-size: 13px; line-height: 1.55; }
.beta-badge { flex: 0 0 auto; padding: 6px 9px; border-radius: 4px; color: #173a9d; background: #dfe7ff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.readiness-intro { padding: 4px 0 18px; display: flex; align-items: flex-start; gap: 14px; }
.readiness-intro h3 { margin: 1px 0 0; font-size: 15px; }
.readiness-intro p { max-width: 760px; margin: 6px 0 0; color: var(--secondary); font-size: 13px; line-height: 1.55; }
.readiness-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.readiness-grid article { min-height: 112px; padding: 16px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--border); }
.readiness-grid article:last-child { border-right: 0; }
.readiness-grid span { color: var(--cobalt); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.readiness-grid strong { margin-top: 7px; font-size: 15px; }
.readiness-grid small { margin-top: 6px; color: var(--secondary); font-size: 11px; line-height: 1.4; }
.readiness-note { margin-top: 14px; }

.checklist { border-top: 1px solid var(--border); }
.checklist-row { min-height: 74px; padding: 13px 4px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; border-bottom: 1px solid var(--border); }
.checklist-row__icon { width: 38px; height: 38px; border-radius: 6px; color: var(--slate); background: var(--soft); display: grid; place-items: center; }
.checklist-row > div { display: flex; flex-direction: column; gap: 4px; }
.checklist-row strong { font-size: 13px; }
.checklist-row div span { color: var(--secondary); font-size: 12px; line-height: 1.4; }
.message-card { margin-top: 18px; padding: 17px; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: start; color: #173a9d; background: #edf2ff; border: 1px solid #c8d5ff; border-radius: 6px; }
.message-card > div { display: flex; flex-direction: column; gap: 3px; }
.message-card span { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.message-card p { margin: 0; color: var(--charcoal); font-size: 13px; line-height: 1.48; }
.message-card button { padding: 7px 10px; border: 1px solid #adc0ff; border-radius: 5px; color: var(--cobalt); background: var(--white); font-weight: 750; font-size: 11px; cursor: pointer; }

.upgrade-band { margin-top: 26px; padding: 24px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; border-radius: 8px; color: var(--white); background: var(--cobalt); }
.upgrade-band__icon { width: 54px; height: 54px; border-radius: 7px; display: grid; place-items: center; background: rgba(255,255,255,.15); }
.upgrade-band span { color: #d8e0ff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.upgrade-band h2 { margin: 3px 0 0; font-size: 20px; }
.upgrade-band p { margin: 6px 0 0; color: #e8ecff; font-size: 12px; line-height: 1.45; }
.upgrade-band button { padding: 11px 15px; border: 0; border-radius: 6px; color: var(--cobalt); background: var(--white); display: inline-flex; align-items: center; gap: 8px; font-weight: 750; font-size: 12px; cursor: pointer; white-space: nowrap; }
.scope-note { margin-top: 14px; padding: 18px; display: flex; align-items: flex-start; gap: 13px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); }
.scope-note svg { flex: 0 0 auto; color: var(--slate); }
.scope-note strong { font-size: 13px; }
.scope-note p { margin: 5px 0 0; color: var(--secondary); font-size: 12px; line-height: 1.5; }

.site-footer { min-height: 132px; padding: 30px max(24px, calc((100vw - 1100px) / 2)); color: #d4dae3; background: var(--charcoal); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.site-footer > div { display: flex; align-items: center; gap: 18px; }
.site-footer img { width: 130px; height: 44px; object-fit: contain; padding: 4px; background: white; border-radius: 4px; }
.site-footer span, .site-footer p { color: #aeb8c7; font-size: 12px; }
.site-footer p { margin: 0; }

@media (max-width: 800px) {
  .global-header__inner { width: min(100% - 28px, 760px); }
  .auction-hero__inner { min-height: 0; padding: 52px 0; grid-template-columns: 1fr; gap: 34px; }
  .auction-overview { grid-template-columns: 1fr 1fr; }
  .auction-overview > div:nth-child(2) { border-right: 0; }
  .auction-overview > div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .auction-intake__heading { align-items: flex-start; flex-direction: column; }
  .auction-field-grid--three { grid-template-columns: 1fr 1fr; }
  .home-hero, .home-hero__inner { min-height: 600px; }
  .home-hero__backdrop { background-image: linear-gradient(90deg, rgba(23, 32, 51, .98) 0%, rgba(23, 32, 51, .9) 62%, rgba(23, 32, 51, .58) 100%), url('/auto-x-ray-report-preview.png'); background-position: 55% top; }
  .home-path-grid { grid-template-columns: 1fr; }
  .path-grid--three { grid-template-columns: 1fr 1fr; }
  .home-path-card { min-height: 245px; }
  .home-product-band__inner { grid-template-columns: 1fr; gap: 48px; }
  .home-product-visual { max-width: 660px; }
  .home-review__inner { grid-template-columns: 1fr; gap: 24px; }
  .home-pro-preview__inner { grid-template-columns: auto minmax(0, 1fr); }
  .home-pro-preview__inner > .planning-status { grid-column: 2; justify-self: start; }
  .home-process-grid { grid-template-columns: 1fr 1fr; }
  .home-process-grid article { min-height: 180px; border-bottom: 1px solid var(--border); }
  .home-process-grid article:nth-child(2) { border-right: 0; }
  .home-process-grid article:nth-child(odd) { padding-left: 0; }
  .home-process-grid article:nth-child(even) { padding-right: 0; }
  .home-process-grid article:nth-child(n+3) { border-bottom: 0; }
  .home-auction__inner { grid-template-columns: auto 1fr; }
  .home-auction__inner > button { grid-column: 2; justify-self: start; }
  .home-final-cta { align-items: flex-start; flex-direction: column; gap: 30px; }
  .home-final-cta__actions { width: 100%; flex-direction: row; }
  .intake-hero__inner { min-height: auto; padding: 52px 0; grid-template-columns: 1fr; gap: 34px; }
  .intake-hero__copy h1 { max-width: 650px; font-size: clamp(40px, 9vw, 58px); }
  .workflow-band__inner { grid-template-columns: 1fr; }
  .workflow-band__inner > div { min-height: 132px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .workflow-band__inner > div:last-child { border-bottom: 0; }
  .intake-section__intro { align-items: flex-start; flex-direction: column; }
  .scope-chip { min-width: 0; width: 100%; }
  .intake-layout { grid-template-columns: 1fr; }
  .intake-progress { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 14px; }
  .intake-progress__label, .progress-help { grid-column: 1 / -1; }
  .progress-help { padding-top: 14px; }
  .global-footer__main { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .report-page { width: min(100% - 24px, 680px); margin-top: 18px; }
  .report-hero__content { align-items: flex-start; flex-direction: column; }
  .hero-verdict { width: 100%; }
  .identity-strip { grid-template-columns: 1fr 1fr; }
  .identity-strip > div:nth-child(2) { border-right: 0; }
  .identity-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .glance-grid { grid-template-columns: 1fr 1fr; }
  .claim-grid { grid-template-columns: 1fr 1fr; }
  .readiness-grid { grid-template-columns: 1fr 1fr; }
  .readiness-grid article:nth-child(2) { border-right: 0; }
  .readiness-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .claim-grid article:nth-child(2) { border-right: 0; }
  .claim-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .section-heading { grid-template-columns: auto 1fr auto; }
  .section-heading__description { display: none; }
}

@media (max-width: 560px) {
  .global-header { height: 76px; }
  .global-header__inner { width: calc(100% - 24px); }
  .global-brand { width: 205px; height: 66px; }
  .global-brand img { width: 200px; height: 66px; }
  .header-cta { display: none; }
  .global-nav { right: 12px; width: calc(100vw - 24px); }
  .auction-hero__inner { width: calc(100% - 32px); padding: 44px 0; }
  .auction-hero h1 { font-size: 40px; }
  .auction-hero__inner > div > p:not(.kicker) { font-size: 15px; }
  .auction-hero__aside { padding: 21px; }
  .auction-overview { width: calc(100% - 24px); grid-template-columns: 1fr; }
  .auction-overview > div { min-height: 98px; border-right: 0; border-bottom: 1px solid var(--border); }
  .auction-overview > div:last-child { border-bottom: 0; }
  .auction-intake { width: calc(100% - 24px); padding: 50px 0 56px; }
  .auction-intake__heading h2 { font-size: 28px; }
  .auction-form-section { padding: 22px 18px; }
  .auction-field-grid--two, .auction-field-grid--three, .auction-year-grid { grid-template-columns: 1fr; }
  .auction-year-grid { padding: 16px; }
  .auction-option__title { align-items: flex-start; flex-direction: column; gap: 4px; }
  .auction-submit { padding: 22px 18px 25px; }
  .auction-result { margin: 0 18px 22px; }
  .home-hero, .home-hero__inner { min-height: 580px; }
  .home-hero__backdrop { background-image: linear-gradient(180deg, rgba(23, 32, 51, .92) 0%, rgba(23, 32, 51, .96) 67%, rgba(23, 32, 51, 1) 100%), url('/auto-x-ray-report-preview-mobile.png'); background-position: center top; opacity: .98; }
  .home-hero__inner { width: calc(100% - 32px); padding: 64px 0 44px; justify-content: flex-end; }
  .home-hero h1 { font-size: 45px; }
  .home-hero__inner > p:not(.home-eyebrow, .home-hero__guide) { margin-top: 17px; font-size: 16px; }
  .home-hero__actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .home-button { width: 100%; }
  .home-hero__guide { margin-top: 22px; align-items: flex-start; }
  .home-paths, .home-process { width: calc(100% - 32px); padding: 54px 0; }
  .home-section-heading { margin-bottom: 23px; text-align: left; }
  .home-section-heading h2 { font-size: 31px; }
  .home-path-card { min-height: 255px; padding: 22px; }
  .home-product-band { padding: 54px 0; }
  .home-product-band__inner { width: calc(100% - 32px); gap: 38px; }
  .home-product-visual > img { max-height: 520px; }
  .home-product-visual__label { position: relative; right: auto; bottom: auto; max-width: none; margin-top: 10px; box-shadow: none; }
  .home-product-copy h2, .home-review h2, .home-auction h2, .home-final-cta h2 { font-size: 31px; }
  .home-product-copy > p:not(.kicker, .home-scope-note), .home-review__inner > div:last-child > p { font-size: 14px; }
  .home-review__inner { width: calc(100% - 32px); min-height: 0; padding: 54px 0; }
  .home-process-grid { grid-template-columns: 1fr; }
  .home-process-grid article { min-height: 148px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .home-process-grid article:nth-child(n+3) { border-bottom: 1px solid var(--border); }
  .home-process-grid article:last-child { border-bottom: 0; }
  .home-process-grid h3 { margin-top: 20px; }
  .home-auction__inner { width: calc(100% - 32px); min-height: 0; padding: 56px 0; grid-template-columns: 1fr; gap: 22px; }
  .home-auction__inner > button { grid-column: auto; }
  .home-auction__checks { flex-direction: column; gap: 10px; }
  .home-final-cta { width: calc(100% - 32px); min-height: 0; padding: 56px 0; }
  .home-final-cta__actions { flex-direction: column; }
  .intake-hero__inner { width: calc(100% - 32px); padding: 40px 0; }
  .intake-hero__copy h1 { font-size: 40px; }
  .intake-hero__copy > p:not(.kicker) { margin-top: 16px; font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn-primary, .btn-secondary { width: 100%; }
  .intake-hero__summary { padding: 20px; }
  .workflow-band__inner { width: calc(100% - 24px); }
  .workflow-band__inner > div { min-height: 124px; padding: 24px 20px; }
  .intake-section { width: calc(100% - 24px); padding: 44px 0 52px; }
  .intake-section__intro h2, .other-paths h2 { font-size: 27px; }
  .intake-progress { grid-template-columns: 1fr; padding: 16px; }
  .intake-progress__label, .progress-help { grid-column: auto; }
  .form-group { padding: 22px 18px; }
  .form-group__heading { gap: 11px; }
  .field-grid, .upload-row { grid-template-columns: 1fr; }
  .fill-button { width: 100%; }
  .evidence-upload > button { grid-template-columns: auto 1fr; }
  .evidence-upload > button > svg:last-child { display: none; }
  .form-confirm { padding: 22px 18px 24px; }
  .intake-result { margin: 0 18px 22px; grid-template-columns: auto 1fr; }
  .intake-result button { grid-column: 2; justify-self: start; white-space: normal; }
  .auto-xray-selector { width: calc(100% - 24px); padding: 48px 0; }
  .other-paths { width: calc(100% - 24px); padding-bottom: 52px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-grid article { min-height: 210px; padding: 21px; }
  .home-pro-preview__inner { width: calc(100% - 32px); min-height: 0; padding: 42px 0; grid-template-columns: 1fr; gap: 16px; }
  .home-pro-preview__inner > .planning-status { grid-column: auto; }
  .global-footer__main { width: calc(100% - 32px); padding: 34px 0; grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: auto; }
  .footer-brand img { width: 190px; height: 64px; }
  .global-footer__legal { width: calc(100% - 32px); padding: 18px 0; align-items: flex-start; flex-direction: column; }
  .site-header { height: 66px; }
  .site-header__inner { padding: 0 14px; gap: 10px; }
  .brand-logo { width: 128px; height: 42px; }
  .site-header__label { padding-left: 10px; }
  .site-header__label span { display: none; }
  .site-header__label strong { font-size: 12px; }
  .report-page { width: min(100% - 20px, 440px); margin-bottom: 36px; }
  .report-hero__topline { padding: 0 17px; }
  .report-date { font-size: 0; }
  .report-date svg { width: 18px; height: 18px; }
  .report-hero__content { padding: 24px 18px 20px; gap: 20px; }
  .report-hero h1 { font-size: 32px; }
  .identity-strip > div { min-height: 68px; padding: 13px 14px; }
  .identity-strip strong { font-size: 12px; }
  .section-intro { align-items: flex-start; flex-direction: column; gap: 8px; }
  .section-intro > p { width: auto; }
  .glance-grid { grid-template-columns: 1fr; }
  .glance-card { min-height: 134px; }
  .priority-callout { grid-template-columns: auto 1fr; }
  .priority-callout button { grid-column: 2; padding: 4px 0; justify-self: start; }
  .section-heading { min-height: 70px; padding: 12px 13px; gap: 10px; }
  .section-heading__icon { width: 38px; height: 38px; }
  .section-heading__title { font-size: 14px; }
  .section-body { padding: 14px; }
  .comparison-row { grid-template-columns: 1fr 1fr; gap: 7px 12px; padding: 12px; }
  .comparison-row--head { display: none; }
  .comparison-row > span:nth-child(3) { color: var(--secondary); font-size: 12px; }
  .status-pill { justify-self: end; }
  .detail-list article { grid-template-columns: 48px 1fr; align-items: start; }
  .detail-list article > .tag { grid-column: 2; }
  .claim-grid { grid-template-columns: 1fr; }
  .claim-grid article { min-height: 94px; border-right: 0; border-bottom: 1px solid var(--border); }
  .claim-grid article:last-child { border-bottom: 0; }
  .issue-card { grid-template-columns: 42px 1fr; align-items: start; }
  .issue-card > span:last-child { grid-column: 2; }
  .beta-state { min-height: 0; padding: 17px; flex-direction: column; gap: 11px; }
  .readiness-grid { grid-template-columns: 1fr; }
  .readiness-grid article { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--border); }
  .readiness-grid article:nth-child(2) { border-right: 0; }
  .readiness-grid article:last-child { border-bottom: 0; }
  .checklist-row { grid-template-columns: 38px 1fr; align-items: start; }
  .checklist-row > .tag { grid-column: 2; }
  .message-card { grid-template-columns: auto 1fr; }
  .message-card button { grid-column: 2; justify-self: start; }
  .upgrade-band { grid-template-columns: auto 1fr; align-items: start; padding: 20px 17px; }
  .upgrade-band button { grid-column: 1 / -1; justify-content: center; }
  .site-footer { padding: 24px 18px; align-items: flex-start; flex-direction: column; }
}

@media print {
  .global-header, .global-footer, .site-header, .site-footer, .icon-button { display: none; }
  body { background: white; }
  .report-page { width: 100%; margin: 0; }
  .report-section, .report-hero { break-inside: avoid; }
}
