:root {
  color-scheme: dark;
  --bg: #0d0e10;
  --surface: #131416;
  --surface-2: #1a1c20;
  --line: #303238;
  --muted: #9a9da5;
  --text: #f4f4f2;
  --orange: #ff4300;
  --orange-soft: #ff6a33;
  --cream: #eeeae3;
  --black: #090a0b;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 10% -10%, rgba(255, 67, 0, 0.13), transparent 27rem),
    var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
button, label { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.page-shell { max-width: 1440px; margin: 0 auto; padding: 0 44px; }
.site-header {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: block; width: 155px; text-decoration: none; }
.brand img { display: block; width: 100%; height: auto; }
.header-tag, .eyebrow, .panel-kicker, .summary-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}
.header-tag { color: var(--muted); }

.intro {
  min-height: 390px;
  padding: 80px 0 68px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  align-items: end;
  gap: 70px;
}
.eyebrow { color: var(--orange); margin: 0 0 16px; }
.intro h1 {
  margin: 0;
  font: 800 clamp(56px, 7.1vw, 104px)/.82 "Barlow Condensed", sans-serif;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.intro h1 span { color: transparent; -webkit-text-stroke: 1.4px rgba(244,244,242,.82); }
.intro-copy { padding-bottom: 4px; }
.intro-copy > p { max-width: 430px; margin: 0 0 30px; color: #c4c5c6; font-size: 17px; line-height: 1.65; }
.brand-line { padding-top: 20px; border-top: 1px solid var(--line); font: 700 12px/1 "Inter"; letter-spacing: .15em; }
.brand-line strong { color: var(--orange); }

.planner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  background: var(--cream);
  color: #141518;
  border-radius: var(--radius-lg);
  overflow: clip;
  box-shadow: var(--shadow);
}
.planner-main { min-width: 0; padding: 42px 48px 48px; }
.stepper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-bottom: 28px; border-bottom: 1px solid #d4d0c9; }
.step-tab {
  appearance: none;
  border: 0;
  padding: 0 0 14px;
  background: transparent;
  color: #8f8d88;
  border-bottom: 3px solid transparent;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}
.step-tab span { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: 7px; border-radius: 50%; border: 1px solid #c5c0b8; font-size: 10px; }
.step-tab.is-active { color: #111214; border-color: var(--orange); }
.step-tab.is-active span { background: var(--orange); color: white; border-color: var(--orange); }
.step-tab:disabled { cursor: default; }
.step-panel { padding-top: 42px; animation: panelIn .32s ease both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } }
.panel-heading { margin-bottom: 34px; }
.panel-kicker { color: var(--orange); margin: 0 0 8px; }
.panel-heading h2 { margin: 0 0 8px; font: 800 clamp(34px, 4vw, 48px)/.95 "Barlow Condensed"; text-transform: uppercase; }
.panel-heading > p:last-child { margin: 0; color: #696863; line-height: 1.55; }
fieldset { padding: 0; margin: 0 0 30px; border: 0; }
legend, .text-field > span { display: block; margin-bottom: 12px; font-size: 13px; font-weight: 700; }
legend::after { content: " *"; color: var(--orange); }
.choice-grid { display: grid; gap: 10px; }
.vehicle-grid { grid-template-columns: repeat(4, 1fr); }
.use-grid { grid-template-columns: repeat(3, 1fr); }
.choice-card { position: relative; display: block; cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card-inner {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid #ccc7bf;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.38);
  transition: .18s ease;
}
.use-grid .choice-card-inner { min-height: 82px; flex-direction: row; align-items: center; }
.choice-card:hover .choice-card-inner { border-color: #aaa59e; background: white; transform: translateY(-1px); }
.choice-card input:focus-visible + .choice-card-inner { outline: 3px solid rgba(255,67,0,.25); outline-offset: 2px; }
.choice-card input:checked + .choice-card-inner { border-color: var(--orange); background: #fff9f4; box-shadow: inset 0 0 0 1px var(--orange); }
.choice-icon { width: 48px; height: 40px; display: flex; align-items: center; color: #3d3d3a; }
.choice-icon > i { font-size: 30px; line-height: 1; }
.choice-icon-duo { display: flex; align-items: center; gap: 5px; }
.choice-icon-duo i { font-size: 20px; }
.choice-icon-duo i + i { padding-left: 6px; border-left: 1px solid #b8b4ad; }
.choice-card input:checked + .choice-card-inner .choice-icon { color: var(--orange); }
.choice-label { font: 700 18px/1 "Barlow Condensed"; text-transform: uppercase; letter-spacing: .015em; }
.choice-check { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #bdb8b0; border-radius: 50%; color: transparent; font-size: 11px; }
.choice-card input:checked + .choice-card-inner .choice-check { background: var(--orange); border-color: var(--orange); color: white; }
.field-error { min-height: 0; margin: 8px 0 0; color: #b53a18; font-size: 12px; font-weight: 600; }
.field-error:empty { display: none; }

.text-field { display: block; margin-top: 25px; }
.text-field small { color: #8b8983; font-weight: 500; }
.text-field input, .text-field textarea, .text-field select {
  width: 100%;
  border: 1px solid #c7c2ba;
  border-radius: 11px;
  background: rgba(255,255,255,.5);
  color: #17181a;
  padding: 14px 15px;
  outline: 0;
  resize: vertical;
  transition: .18s ease;
}
.text-field input:focus, .text-field textarea:focus, .text-field select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,67,0,.13); background: white; }
.text-field input::placeholder, .text-field textarea::placeholder { color: #96938d; }

.panel-actions { margin-top: 38px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.panel-actions.end { justify-content: flex-end; }
.button { min-height: 50px; padding: 0 20px; border-radius: 9px; border: 1px solid transparent; font-weight: 700; font-size: 13px; cursor: pointer; transition: .18s ease; }
.button span { padding-left: 9px; }
.button-primary { background: var(--orange); color: white; box-shadow: 0 9px 22px rgba(255,67,0,.24); }
.button-primary:hover { background: #d93900; transform: translateY(-1px); }
.button-secondary { background: transparent; color: #4b4a47; border-color: #c8c3bb; }
.button-secondary:hover { border-color: #85817b; background: white; }

.recommendation { padding: 13px 15px; margin: -10px 0 30px; border-left: 3px solid var(--orange); background: #f8e6d8; color: #5c3825; font-size: 13px; line-height: 1.5; }
.recommendation strong { color: #2b201a; }
.option-section { padding: 27px 0; border-top: 1px solid #d2cec7; }
.section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.section-number { color: var(--orange); font: 700 11px/1 "Inter"; }
.section-title h3 { margin: 0; font: 700 22px/1 "Barlow Condensed"; text-transform: uppercase; }
.section-title p { margin: 3px 0 0; color: #85827d; font-size: 11px; }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.option-card { position: relative; display: flex; cursor: pointer; }
.option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-card-inner { flex: 1; min-height: 66px; display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid #cbc6be; border-radius: 11px; background: rgba(255,255,255,.34); transition: .16s ease; }
.option-card:hover .option-card-inner { border-color: #aaa59e; background: white; }
.option-card input:focus-visible + .option-card-inner { outline: 3px solid rgba(255,67,0,.25); outline-offset: 2px; }
.option-card input:checked + .option-card-inner { border-color: var(--orange); background: #fff8f3; box-shadow: inset 0 0 0 1px var(--orange); }
.option-toggle { flex: 0 0 auto; width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid #b5b0a9; border-radius: 5px; color: transparent; font-size: 11px; }
input[type="radio"] + .option-card-inner .option-toggle { border-radius: 50%; }
.option-card input:checked + .option-card-inner .option-toggle { background: var(--orange); color: white; border-color: var(--orange); }
.option-text strong { display: block; font-size: 13px; line-height: 1.3; }
.option-text small { display: block; margin-top: 3px; color: #85827c; font-size: 10px; line-height: 1.3; }
.recommended-pill { margin-left: auto; align-self: flex-start; padding: 4px 6px; border-radius: 999px; background: #ffe1d6; color: #9c2f08; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.summary-card { position: relative; min-height: 640px; display: flex; flex-direction: column; padding: 42px 34px 28px; background:
  linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
  var(--surface);
  background-size: 28px 28px;
  color: var(--text);
}
.summary-card::before { content: ""; position: absolute; top: 0; left: 0; width: 5px; height: 86px; background: var(--orange); }
.summary-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.summary-label { margin: 0 0 6px; color: var(--orange); }
.summary-top h2 { margin: 0; font: 800 31px/1 "Barlow Condensed"; text-transform: uppercase; }
.summary-count { padding: 6px 9px; border: 1px solid #404249; border-radius: 999px; color: #b8bbc1; font-size: 10px; white-space: nowrap; }
.summary-content { flex: 1; padding: 24px 0; }
.summary-empty { min-height: 320px; display: grid; place-items: center; align-content: center; gap: 14px; text-align: center; color: #747780; }
.summary-empty svg { width: 76px; fill: none; stroke: #454850; stroke-width: 1.4; stroke-linejoin: round; }
.summary-empty p { max-width: 210px; margin: 0; font-size: 12px; line-height: 1.5; }
.summary-group { margin-bottom: 22px; }
.summary-group > span { display: block; margin-bottom: 8px; color: #73767e; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.summary-group p { margin: 0; color: #e8e8e6; font-size: 13px; line-height: 1.5; }
.summary-list { list-style: none; padding: 0; margin: 0; }
.summary-list li { position: relative; padding: 6px 0 6px 17px; color: #d2d3d4; font-size: 12px; line-height: 1.4; border-bottom: 1px solid rgba(255,255,255,.05); }
.summary-list li::before { content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.summary-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.summary-footer img { display: block; width: 126px; height: auto; }

.mobile-summary { display: none; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 14px; }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin-top: 24px; font-size: 12px; line-height: 1.5; color: #62605c; cursor: pointer; }
.consent-row input { accent-color: var(--orange); margin-top: 2px; }
.submit-note { margin: 12px 0 0; color: #87847e; text-align: right; font-size: 10px; }

.process-section { padding: 66px 0 76px; }
.process-heading { margin-bottom: 30px; }
.process-heading > p { margin: 0 0 9px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.process-heading h2 { margin: 0; font: 800 clamp(34px, 4vw, 50px)/.9 "Barlow Condensed"; letter-spacing: -.015em; text-transform: uppercase; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-step { min-height: 168px; display: flex; gap: 18px; padding: 28px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.015); }
.process-step:hover { background: rgba(255,67,0,.045); }
.process-step > span { flex: 0 0 auto; color: var(--orange); font: 700 10px/1 "Inter"; letter-spacing: .08em; }
.process-step h3 { margin: -3px 0 9px; color: #f0f0ee; font: 700 24px/1 "Barlow Condensed"; letter-spacing: .025em; text-transform: uppercase; }
.process-step p { max-width: 285px; margin: 0; color: #8f9298; font-size: 12px; line-height: 1.6; }
footer { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; padding: 35px 0 45px; border-top: 1px solid var(--line); }
.footer-logo { display: block; width: 150px; height: auto; }
footer p { margin: 8px 0 0; color: #72747a; font-size: 11px; }
footer a { color: #c7c8ca; font-size: 12px; text-decoration-color: #55575d; text-underline-offset: 4px; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 24px; transform: translate(-50%, 20px); padding: 12px 16px; background: #202227; color: white; border: 1px solid #3c3f46; border-radius: 10px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; font-size: 12px; transition: .2s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .page-shell { padding: 0 24px; }
  .intro { min-height: 340px; padding: 64px 0 54px; gap: 35px; }
  .planner { grid-template-columns: minmax(0, 1fr) 290px; }
  .planner-main { padding: 36px 30px 42px; }
  .summary-card { padding: 36px 25px 24px; }
  .vehicle-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .page-shell { padding: 0 16px; }
  .site-header { min-height: 90px; }
  .header-tag { font-size: 9px; }
  .brand { width: 120px; }
  .intro { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding: 52px 0 44px; }
  .intro h1 { font-size: clamp(50px, 15vw, 76px); }
  .intro-copy > p { margin-bottom: 20px; font-size: 15px; }
  .planner { display: block; border-radius: 18px; }
  .planner-main { padding: 26px 19px 30px; }
  .summary-card { display: none; }
  .stepper { padding-bottom: 19px; }
  .step-tab { font-size: 11px; text-align: center; }
  .step-tab span { display: grid; margin: 0 auto 6px; }
  .step-panel { padding-top: 30px; }
  .panel-heading { margin-bottom: 28px; }
  .panel-heading h2 { font-size: 36px; }
  .vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .use-grid { grid-template-columns: 1fr; }
  .choice-card-inner { min-height: 108px; }
  .use-grid .choice-card-inner { min-height: 84px; align-items: flex-start; flex-direction: column; gap: 10px; }
  .option-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .mobile-summary { display: block; padding: 20px; margin-bottom: 30px; border-radius: 13px; background: #18191c; color: white; }
  .mobile-summary .summary-top { align-items: center; }
  .mobile-summary .summary-content { padding-bottom: 0; }
  .panel-actions { align-items: stretch; }
  .button { flex: 1; padding: 0 13px; }
  .submit-note { text-align: left; }
  .process-section { padding: 48px 0 54px; }
  .process-heading { margin-bottom: 22px; }
  .process-heading h2 { font-size: 38px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 0; padding: 22px 19px; }
  .process-step p { max-width: none; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  .header-tag { display: none; }
  .vehicle-grid { grid-template-columns: 1fr 1fr; }
  .choice-card-inner { padding: 13px; }
  .choice-label { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
