:root {
  color-scheme: light;
  --ink: #151a17;
  --muted: #657067;
  --line: #d9dfda;
  --paper: #fff;
  --soft: #f2f5f2;
  --accent: #df3e2e;
  --accent-dark: #b92c20;
  --green: #17634b;
  --night: #101512;
  --shadow: 0 24px 70px rgba(21, 31, 24, .16);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); }
body.locked { overflow: hidden; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
a { color: inherit; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 14px; color: white; background: var(--night); }
.skip-link:focus { top: 10px; }

.claims-header { position: fixed; inset: 0 0 auto; z-index: 30; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 72px; padding: 0 clamp(18px, 4vw, 64px); border-bottom: 1px solid rgba(255,255,255,.18); color: white; transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.claims-header.scrolled { color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 5px 26px rgba(15,20,17,.09); backdrop-filter: blur(14px); }
.claims-brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; text-decoration: none; }
.claims-brand img, .footer-brand img { width: 154px; height: auto; filter: brightness(0) invert(1); }
.claims-header.scrolled .claims-brand img { filter: none; }
.claims-brand span { padding-left: 12px; border-left: 1px solid currentColor; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.claims-nav { display: flex; gap: 30px; }
.claims-nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.claims-nav a:hover { color: #ff7b6d; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 12px; }
.language-control { display: flex; align-items: center; gap: 9px; }
.language-prompt { color: rgba(255,255,255,.78); font-size: 10px; font-weight: 800; white-space: nowrap; }
.claims-header.scrolled .language-prompt { color: var(--muted); }
.language-switch { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid rgba(255,255,255,.55); border-radius: 6px; background: rgba(7,11,9,.24); backdrop-filter: blur(10px); }
.claims-header.scrolled .language-switch { border-color: var(--line); background: var(--soft); }
.language-switch button { min-width: 66px; height: 32px; padding: 0 10px; border: 0; border-radius: 4px; color: inherit; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.language-switch button:hover { background: rgba(255,255,255,.13); }
.language-switch button[aria-pressed="true"] { color: var(--ink); background: white; }
.claims-header.scrolled .language-switch button[aria-pressed="true"] { color: white; background: var(--ink); }
.header-call { min-height: 38px; display: inline-flex; align-items: center; padding: 0 16px; border-radius: 6px; color: white; background: var(--accent); font-size: 12px; font-weight: 800; text-decoration: none; }
.header-call:hover { background: var(--accent-dark); }

.claims-hero { position: relative; isolation: isolate; display: flex; min-height: max(620px, calc(100svh - 54px)); overflow: hidden; color: white; background: url("../assets/tesla-model-3/before/09.jpg") center 48% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,13,11,.91) 0%, rgba(9,13,11,.70) 42%, rgba(9,13,11,.12) 76%), linear-gradient(0deg, rgba(9,13,11,.6), transparent 48%); }
.hero-inner { width: min(1240px, calc(100% - 40px)); margin: auto; padding: 126px 0 74px; }
.eyebrow { margin: 0 0 15px; color: var(--accent); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.claims-hero .eyebrow { color: #ff7d70; }
.claims-hero h1 { max-width: 800px; margin: 0; font-size: 92px; line-height: .98; font-weight: 800; }
.hero-copy { max-width: 660px; margin: 26px 0 0; color: rgba(255,255,255,.84); font-size: 21px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 20px; border: 0; border-radius: 6px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button-primary, .button-next, .button-submit { color: white; background: var(--accent); }
.button-primary:hover, .button-next:hover, .button-submit:hover { background: var(--accent-dark); }
.button-quiet { color: white; background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.38); backdrop-filter: blur(8px); }
.button-quiet:hover { background: rgba(255,255,255,.2); }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin: 34px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 750; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: #7de2b5; }
.hero-scroll { position: absolute; right: clamp(22px, 5vw, 72px); bottom: 28px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.hero-scroll span { width: 9px; height: 9px; border-right: 2px solid white; border-bottom: 2px solid white; transform: translateY(-2px) rotate(45deg); animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(4px) rotate(45deg); } }

.trust-band { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0; border-bottom: 1px solid var(--line); }
.trust-band div { display: grid; gap: 4px; padding: 0 28px; border-right: 1px solid var(--line); }
.trust-band div:first-child { padding-left: 0; }
.trust-band div:last-child { border: 0; }
.trust-band strong { font-size: 18px; }
.trust-band span { color: var(--muted); font-size: 12px; }

.process-section, .intake-section, .faq-section { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-intro { max-width: 760px; }
.section-intro h2, .intake-heading h2 { margin: 0; font-size: 66px; line-height: 1.04; }
.section-intro > p:last-child, .intake-heading > p:last-child { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.process-list { margin: 70px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 110px minmax(0, 1fr); align-items: start; padding: 31px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--accent); font-size: 12px; font-weight: 900; }
.process-list h3 { margin: 0; font-size: 24px; }
.process-list p { max-width: 670px; margin: 9px 0 0; color: var(--muted); line-height: 1.6; }

.support-section { padding: 100px max(20px, calc((100% - 1240px) / 2)); color: white; background: var(--night); }
.section-intro.light .eyebrow { color: #ff7d70; }
.section-intro.light h2 { color: white; }
.support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 58px; background: #39403b; }
.support-grid article { min-height: 330px; padding: 32px; background: var(--night); }
.support-index { color: #7e8d83; font-size: 11px; font-weight: 900; }
.support-grid h3 { margin: 80px 0 12px; font-size: 22px; }
.support-grid p { margin: 0; color: #aab5ad; font-size: 14px; line-height: 1.65; }
.support-grid .deductible-offer { color: var(--ink); background: #e9f3ed; }
.deductible-offer .offer-label { display: inline-block; padding: 5px 8px; border-radius: 4px; color: #185842; background: #cce6d7; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.deductible-offer > strong { display: block; margin-top: 26px; color: var(--green); font-size: 42px; }
.deductible-offer h3 { margin: 8px 0 12px; }
.support-grid .deductible-offer p { color: #536259; }

.intake-section { padding-bottom: 130px; }
.intake-heading { max-width: 790px; }
.intake-tool { margin-top: 58px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.form-progress { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); padding: 26px 44px; border-bottom: 1px solid var(--line); background: var(--soft); }
.progress-line { position: absolute; top: 42px; left: calc(12.5% + 44px); right: calc(12.5% + 44px); height: 2px; background: #ccd4ce; }
.progress-line i { display: block; width: 0; height: 100%; background: var(--green); transition: width .35s ease; }
.form-progress button { position: relative; z-index: 1; display: grid; justify-items: center; gap: 6px; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.form-progress b { display: grid; place-items: center; width: 32px; height: 32px; border: 2px solid #ccd4ce; border-radius: 50%; color: var(--muted); background: var(--soft); }
.form-progress button.active, .form-progress button.complete { color: var(--green); }
.form-progress button.active b, .form-progress button.complete b { border-color: var(--green); color: white; background: var(--green); }
#claims-form { padding: 54px clamp(20px, 6vw, 80px) 34px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-step[hidden] { display: none; }
.form-step.active { animation: step-in .28s ease both; }
@keyframes step-in { from { opacity: 0; transform: translateX(16px); } }
.form-step legend { width: 100%; padding: 0; font-size: 42px; font-weight: 800; line-height: 1.12; }
.step-copy { max-width: 730px; margin: 12px 0 34px; color: var(--muted); line-height: 1.55; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.field-grid .wide { grid-column: 1 / -1; }
.field-grid label, .control-group { display: grid; align-content: start; gap: 8px; min-width: 0; }
.field-grid label > span, .control-group > span { font-size: 12px; font-weight: 800; }
.field-grid input, .field-grid select, .field-grid textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #cbd3cd; border-radius: 6px; color: var(--ink); background: white; outline: 0; }
.field-grid textarea { min-height: 118px; resize: vertical; line-height: 1.5; }
.field-grid input:focus, .field-grid select:focus, .field-grid textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,99,75,.12); }
.field-grid .invalid, .consent-row.invalid { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(223,62,46,.10); }
.field-grid small, .photo-error, .consent-error { min-height: 15px; color: var(--accent-dark); font-size: 10px; }
.vin-entry { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.vin-entry input { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-weight: 750; text-transform: uppercase; }
.vin-decode-button { min-width: 112px; min-height: 48px; padding: 0 14px; border: 0; border-radius: 6px; color: white; background: var(--green); font-size: 11px; font-weight: 850; cursor: pointer; }
.vin-decode-button:hover { background: #104c39; }
.vin-decode-button:disabled { cursor: wait; opacity: .62; }
.field-grid .vin-status { color: var(--muted); line-height: 1.45; }
.field-grid .vin-status.loading { color: #765d13; }
.field-grid .vin-status.success { color: var(--green); font-weight: 750; }
.field-grid .vin-status.error { color: var(--accent-dark); }
.address-field { position: relative; }
.address-combobox { position: relative; }
.address-suggestions { position: absolute; z-index: 12; top: calc(100% + 6px); left: 0; right: 0; max-height: 280px; overflow-y: auto; border: 1px solid #cbd3cd; border-radius: 6px; background: white; box-shadow: 0 16px 34px rgba(12, 24, 17, .16); }
.address-suggestions[hidden] { display: none; }
.address-suggestions button { display: grid; gap: 4px; width: 100%; padding: 12px 14px; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); background: white; text-align: left; cursor: pointer; }
.address-suggestions button:last-child { border-bottom: 0; }
.address-suggestions button:hover, .address-suggestions button.active { background: #e8f1ec; }
.address-suggestions strong { font-size: 12px; line-height: 1.35; }
.address-suggestions button small { min-height: 0; color: var(--muted); font-size: 9px; }
.address-message { padding: 13px 14px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.address-message.loading::before { content: ""; display: inline-block; width: 10px; height: 10px; margin-right: 8px; border: 2px solid #bcc8c0; border-top-color: var(--green); border-radius: 50%; animation: address-spin .7s linear infinite; vertical-align: -1px; }
.field-grid .address-hint { color: var(--muted); line-height: 1.45; }
.field-grid .address-attribution { min-height: 0; margin-top: 3px; color: var(--muted); font-size: 9px; font-weight: 500; line-height: 1.4; }
.address-attribution a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
@keyframes address-spin { to { transform: rotate(360deg); } }
.segmented { display: grid; grid-template-columns: repeat(2, 1fr); min-height: 48px; padding: 3px; border: 1px solid #cbd3cd; border-radius: 6px; background: var(--soft); }
.segmented.three { grid-template-columns: repeat(3, 1fr); }
.segmented label { display: block; }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented label span { display: grid; place-items: center; height: 40px; border-radius: 4px; color: var(--muted); font-size: 11px; font-weight: 800; cursor: pointer; }
.segmented input:checked + span { color: white; background: var(--green); }
.field-grid .check-row { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 12px; border: 1px solid #cbd3cd; border-radius: 6px; cursor: pointer; }
.check-row input, .consent-row input { width: 18px; height: 18px; min-height: 0; accent-color: var(--green); flex: 0 0 auto; }
.check-row span { font-size: 12px; }

.photo-guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 26px; }
.photo-guides figure { position: relative; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; border-radius: 6px; background: #dfe5e0; }
.photo-guides img { width: 100%; height: 100%; object-fit: cover; }
.photo-guides figcaption { position: absolute; inset: auto 0 0; padding: 28px 12px 10px; color: white; background: linear-gradient(transparent, rgba(8,12,10,.82)); font-size: 10px; font-weight: 800; }
.upload-zone { display: grid; justify-items: center; gap: 7px; min-height: 184px; padding: 28px; border: 2px dashed #acb8af; border-radius: 8px; background: var(--soft); text-align: center; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.upload-zone:hover, .upload-zone.dragging { border-color: var(--green); background: #e8f1ec; }
.upload-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: white; background: var(--green); font-size: 26px; line-height: 1; }
.upload-zone small { color: var(--muted); }
.photo-error { display: block; margin-top: 8px; }
.photo-preview { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.photo-item { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; background: var(--soft); }
.photo-item img { width: 100%; height: 100%; object-fit: cover; }
.photo-item .file-fallback { display: grid; place-items: center; width: 100%; height: 100%; padding: 12px; color: var(--muted); text-align: center; font-size: 10px; overflow-wrap: anywhere; }
.photo-item button { position: absolute; top: 6px; right: 6px; display: grid; place-items: center; width: 28px; height: 28px; border: 0; border-radius: 50%; color: white; background: rgba(12,16,13,.78); font-size: 18px; cursor: pointer; }
.photo-item small { position: absolute; inset: auto 6px 6px; max-width: calc(100% - 12px); padding: 4px 6px; border-radius: 4px; color: white; background: rgba(12,16,13,.72); font-size: 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.review-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 30px 0; border: 1px solid var(--line); border-radius: 6px; background: var(--line); overflow: hidden; }
.review-summary div { min-height: 86px; padding: 16px; background: var(--soft); }
.review-summary span, .reference-box span { display: block; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.review-summary strong { display: block; margin-top: 7px; font-size: 14px; overflow-wrap: anywhere; }
.consent-row { display: flex; align-items: flex-start; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 6px; color: #4e5c53; font-size: 11px; line-height: 1.55; }
.privacy-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.privacy-note a { color: var(--green); font-weight: 800; }
.form-actions { display: flex; align-items: center; gap: 12px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); }
.button-back { color: var(--ink); background: var(--soft); box-shadow: inset 0 0 0 1px var(--line); }
.button-next, .button-submit { margin-left: auto; }
.form-status { margin-left: auto; color: var(--accent-dark); font-size: 11px; }
.form-status.error {
  width: 100%;
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid #b42318;
  border-radius: 6px;
  color: #8a1c13;
  background: #fff1f0;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}
.form-status.restored {
  width: 100%;
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid #8b7428;
  border-radius: 6px;
  color: #604f16;
  background: #fff9df;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
.form-status:not(:empty) + .button-next, .form-status:not(:empty) + .button-submit { margin-left: 0; }
.upload-progress { margin-top: 18px; }
.upload-progress > span { display: block; height: 6px; overflow: hidden; border-radius: 3px; background: var(--soft); }
.upload-progress i { display: block; width: 4%; height: 100%; background: var(--green); transition: width .2s ease; }
.upload-progress small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; }

.faq-section { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 80px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 44px 25px 0; font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 21px; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -7px 44px 24px 0; color: var(--muted); line-height: 1.65; }

.claims-footer { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; padding: 70px max(20px, calc((100% - 1240px) / 2)) 34px; color: #bcc5be; background: var(--night); }
.footer-brand img { margin-bottom: 18px; }
.claims-footer p { max-width: 300px; color: #89958c; font-size: 12px; line-height: 1.6; }
.claims-footer > div { display: grid; align-content: start; gap: 10px; }
.claims-footer strong { color: white; font-size: 11px; text-transform: uppercase; }
.claims-footer a { font-size: 12px; line-height: 1.5; text-decoration: none; }
.claims-footer a:hover { color: white; }
.claims-footer > small { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid #343b36; color: #6f7c73; }
.mobile-action-bar { display: none; }

.success-overlay { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 18px; background: rgba(10,15,12,.66); backdrop-filter: blur(8px); }
.success-panel { position: relative; width: min(620px, 100%); padding: clamp(32px, 6vw, 62px); border-radius: 8px; background: white; box-shadow: 0 34px 100px rgba(0,0,0,.32); animation: success-rise .55s cubic-bezier(.2,.9,.25,1) both; }
@keyframes success-rise { from { opacity: 0; transform: translateY(44px) scale(.96); } }
.success-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--muted); background: var(--soft); font-size: 22px; cursor: pointer; }
.success-check { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 24px; border-radius: 50%; color: white; background: var(--green); font-size: 28px; }
.success-panel h2 { margin: 0; font-size: 48px; line-height: 1.06; }
.success-panel > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.reference-box { margin: 25px 0; padding: 16px; border-left: 3px solid var(--green); background: var(--soft); }
.reference-box strong { display: block; margin-top: 6px; font-size: 20px; letter-spacing: .04em; }
.success-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 980px) {
  .claims-header { grid-template-columns: 1fr auto; }
  .claims-nav { display: none; }
  .claims-hero h1 { font-size: 72px; }
  .section-intro h2, .intake-heading h2 { font-size: 52px; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-section { grid-template-columns: 1fr; gap: 44px; }
  .claims-footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 64px; }
  body { padding-bottom: 64px; }
  .claims-header { min-height: 64px; padding: 0 14px; }
  .claims-brand img { width: 122px; }
  .claims-brand span, .header-call { display: none; }
  .language-prompt { display: none; }
  .language-switch button { min-width: 64px; padding: 0 8px; }
  .claims-hero { min-height: calc(100svh - 34px); background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,13,11,.88), rgba(9,13,11,.46)), linear-gradient(0deg, rgba(9,13,11,.72), transparent 55%); }
  .hero-inner { width: calc(100% - 32px); padding: 106px 0 58px; }
  .claims-hero h1 { font-size: 54px; }
  .hero-copy { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 8px; }
  .hero-scroll { display: none; }
  .trust-band { grid-template-columns: 1fr; width: calc(100% - 32px); padding: 12px 0; }
  .trust-band div { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-band div:last-child { border-bottom: 0; }
  .process-section, .intake-section, .faq-section { width: calc(100% - 32px); padding: 78px 0; }
  .section-intro h2, .intake-heading h2 { font-size: 39px; }
  .section-intro > p:last-child, .intake-heading > p:last-child { font-size: 15px; }
  .process-list { margin-top: 42px; }
  .process-list li { grid-template-columns: 48px 1fr; padding: 24px 0; }
  .process-list h3 { font-size: 19px; }
  .process-list p { font-size: 14px; }
  .support-section { padding: 76px 16px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-grid article { min-height: 250px; }
  .support-grid h3 { margin-top: 46px; }
  .form-progress { padding: 18px 10px; }
  .progress-line { top: 34px; left: calc(12.5% + 10px); right: calc(12.5% + 10px); }
  .form-progress button span { display: none; }
  #claims-form { padding: 35px 16px 22px; }
  .form-step legend { font-size: 28px; }
  .field-grid { grid-template-columns: 1fr; gap: 18px; }
  .field-grid .wide { grid-column: auto; }
  .vin-entry { grid-template-columns: 1fr; }
  .vin-decode-button { width: 100%; }
  .photo-guides { grid-template-columns: 1fr; }
  .photo-guides figure { aspect-ratio: 2 / 1; }
  .photo-preview { grid-template-columns: repeat(2, 1fr); }
  .review-summary { grid-template-columns: 1fr; }
  .form-actions { flex-wrap: wrap; }
  .form-status { order: -1; width: 100%; margin: 0; }
  .button-next, .button-submit { margin-left: auto; }
  .claims-footer { grid-template-columns: 1fr; padding: 56px 20px 30px; }
  .claims-footer > small { grid-column: auto; }
  .mobile-action-bar { position: fixed; inset: auto 0 0; z-index: 45; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 64px; padding: 8px; border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
  .mobile-action-bar a { display: grid; place-items: center; border-radius: 6px; font-size: 12px; font-weight: 850; text-decoration: none; }
  .mobile-action-bar a:last-child { color: white; background: var(--accent); }
  .success-panel { padding: 38px 22px 26px; }
  .success-panel h2 { font-size: 36px; }
  .success-actions .button { width: 100%; }
}

@media (max-width: 360px) {
  .claims-header { padding: 0 10px; }
  .claims-brand img { width: 104px; }
  .language-switch button { min-width: 58px; padding: 0 6px; font-size: 10px; }
}

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