.quote-page {
  --lime: #c6f04a;
  --lime-hover: #b7e633;
  --lime-deep: #8fcf00;
  --lime-text: #6e9a10;
  --lime-tint: #f7fde9;
  --ink: #0e0e0e;
  --muted: #6b6b70;
  --line: #e6e6e6;
  --paper: #ffffff;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.quote-page *,
.quote-page *::before,
.quote-page *::after { box-sizing: border-box; }

.quote-page [hidden] { display: none !important; }
.quote-page button,
.quote-page input,
.quote-page textarea,
.quote-page select { font: inherit; }
.quote-page button,
.quote-page label[for] { -webkit-tap-highlight-color: transparent; }
.quote-page button:focus-visible,
.quote-page a:focus-visible,
.quote-page input:focus-visible,
.quote-page textarea:focus-visible,
.quote-page select:focus-visible,
.quote-page label[for]:focus-within {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}

.visually-hidden,
.visually-hidden-control,
.visually-hidden-file {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.quote-page .site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  padding: 0 40px;
  border-bottom: 1px solid #ececec;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.quote-brand-logo { display: block; width: auto; height: 34px; }
.quote-page .primary-nav { justify-self: center; display: flex; flex-wrap: nowrap; align-items: center; gap: 34px; }
.quote-page .primary-nav a { color: #3a3a3a; font-size: 15px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.quote-page .primary-nav a:hover { color: var(--ink); }
.quote-page .header-actions { display: flex; align-items: center; gap: 10px; }
.quote-page .nav-toggle { display: none; border: 0; background: transparent; }
.header-quote-button { min-height: 44px; padding: 0 21px !important; border-radius: 12px !important; }
.quote-page .page-main { min-height: 70vh; }
.quote-shell { width: min(100%, 1420px); margin: 0 auto; padding-inline: 40px; }

.quote-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

.quote-primary,
.quote-page .button.primary {
  min-height: 56px;
  padding: 0 30px;
  border-radius: 14px;
  color: var(--ink);
  background: var(--lime);
  font-size: 17px;
  font-weight: 800;
}

.quote-primary:hover,
.quote-page .button.primary:hover { background: var(--lime-hover); }
.quote-secondary { min-height: 56px; padding: 0 26px; border: 1px solid #dcdcdc !important; border-radius: 14px; color: var(--ink); background: #fff; font-size: 17px; font-weight: 650; }
.quote-secondary:hover { border-color: var(--ink) !important; }
.quote-secondary.compact { min-height: 42px; padding: 0 17px; border-radius: 11px; font-size: 14px; font-weight: 750; }

.quote-landing { padding: 64px 0 96px; }
.landing-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.landing-heading-row > *,
.landing-workspace > * { min-width: 0; max-width: 100%; }
.quote-eyebrow { margin: 0 0 20px; color: var(--lime-text); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; }
.landing-heading-row h1 { margin: 0; max-width: 760px; font-size: clamp(52px, 5.6vw, 88px); font-weight: 850; letter-spacing: -0.045em; line-height: 0.92; }
.landing-lede { max-width: 52ch; margin: 22px 0 0; color: #57575a; font-size: 20px; line-height: 1.55; text-wrap: pretty; }
.landing-actions { display: flex; gap: 14px; flex-wrap: wrap; padding-bottom: 6px; }
.landing-workspace { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 44px; }

.hero-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 540px;
  padding: 44px 32px;
  cursor: pointer;
  text-align: center;
  border: 2px dashed #cfcfcf;
  border-radius: 24px;
  background: #fbfcf7;
  transition: border-color 160ms ease, background-color 160ms ease;
}
.hero-dropzone:hover,
.hero-dropzone:focus-within,
.hero-dropzone.is-dragging { border-color: var(--lime-deep); background: #f5fce4; }
.upload-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 20px; border-radius: 18px; background: var(--lime); font-size: 30px; font-weight: 850; }
.hero-dropzone > strong { font-size: 28px; font-weight: 850; letter-spacing: -0.03em; }
.hero-dropzone > strong + span { max-width: 530px; margin-top: 10px; color: #78787c; font-size: 16px; line-height: 1.5; }
.browse-button { margin-top: 24px; padding: 14px 26px; border-radius: 12px; color: #fff; background: var(--ink); font-size: 16px; font-weight: 750; }
.landing-format-chips { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; margin-top: 24px; }
.landing-format-chips span { padding: 5px 8px; border: 1px solid #e4e4e4; border-radius: 6px; color: #8a8a8a; background: #fff; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.08em; }
.confidential-line { display: flex; align-items: center; gap: 9px; margin-top: 26px; color: #78787c; font-size: 13px; }
.confidential-line i,
.review-notice i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 999px; background: var(--lime-deep); }

.part-preview-card { min-width: 0; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.landing-preview-card { display: flex; min-height: 540px; flex-direction: column; }
.preview-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.preview-card-heading h2 { margin: 0; font-size: 19px; font-weight: 850; letter-spacing: -0.025em; }
.preview-card-heading > span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 7px; color: #8a8a8a; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 11px; letter-spacing: 0.08em; }
.example-part-stage { position: relative; display: grid; flex: 1; place-items: center; min-height: 380px; overflow: hidden; border-radius: 18px; background-color: #fafafa; background-image: linear-gradient(#ededed 1px, transparent 1px), linear-gradient(90deg, #ededed 1px, transparent 1px); background-size: 30px 30px; }
.example-part-stage img { width: 86%; height: 86%; object-fit: contain; }
.example-controls { position: absolute; right: 14px; bottom: 14px; display: flex; gap: 6px; }
.example-controls span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 10px; color: #6b6b70; background: #fff; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.06em; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; padding-top: 32px; border-top: 1px solid #ececec; }
.trust-strip div { display: flex; flex-direction: column; gap: 6px; }
.trust-strip strong { font-size: 28px; font-weight: 850; letter-spacing: -0.03em; }
.trust-strip span { color: #78787c; font-size: 14px; line-height: 1.4; }

.quote-wizard { padding: 30px 0 180px; }
.wizard-topline { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.wizard-back { padding: 6px 0; border: 0; cursor: pointer; color: #78787c; background: transparent; font-size: 14px; font-weight: 650; }
.wizard-back:hover { color: var(--ink); }
#wizard-step-count { color: #9a9a9a; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
.step-rail { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-bottom: 38px; }
.step-rail button { min-width: 0; padding: 14px 16px; cursor: pointer; text-align: left; border: 1px solid var(--line); border-radius: 14px; color: #9a9aa0; background: #fff; }
.step-rail button small { display: block; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 11px; letter-spacing: 0.1em; opacity: 0.65; }
.step-rail button span { display: block; margin-top: 5px; overflow: hidden; font-size: 14px; font-weight: 750; letter-spacing: -0.01em; text-overflow: ellipsis; white-space: nowrap; }
.step-rail button.is-complete { border-color: #dcefad; color: #43600a; background: #f4fbe4; }
.step-rail button.is-active { border-color: var(--ink); color: #fff; background: var(--ink); }
.wizard-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr); gap: 36px; align-items: start; }
.quote-form { min-width: 0; }
.wizard-panel { min-width: 0; margin: 0; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.wizard-panel > h2 { margin: 0; font-size: 34px; font-weight: 850; letter-spacing: -0.035em; }
.wizard-panel > h2[tabindex="-1"],
.quote-confirmation h1[tabindex="-1"] { outline: 0; }
.step-intro { max-width: 52ch; margin: 10px 0 26px; color: var(--muted); font-size: 16px; line-height: 1.5; }
.field-label,
.choice-label { display: block; margin: 0 0 10px; color: #242426; font-size: 15px; font-weight: 750; letter-spacing: -0.01em; }
.wizard-panel input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),
.wizard-panel textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px 16px;
  border: 1px solid #dedede;
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.wizard-panel textarea { min-height: 110px; resize: vertical; }
.wizard-panel .field-label:not(:first-of-type) { margin-top: 22px; }
.required-callout { display: none; margin-left: 5px; color: #a33b27; font-size: 12px; font-weight: 750; }
.required-callout.is-visible { display: inline; }
.optional { color: #97979c; font-size: 12px; font-weight: 500; }
[aria-invalid="true"] { border-color: #b94c38 !important; }

.attached-files-block { margin-top: 28px; padding-top: 26px; border-top: 1px solid #efefef; }
.attached-files-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.attached-files-heading > div { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.attached-files-heading strong { font-size: 15px; }
.attached-files-heading span,
.field-hint { color: #78787c; font-size: 13px; line-height: 1.5; }
.attached-files-block .field-hint { margin: 14px 0 0; }
.upload-status-panel { margin-top: 16px; }
.progress-track { height: 4px; overflow: hidden; border-radius: 99px; background: #ececec; }
.progress-track span { display: block; width: 0; height: 100%; background: var(--lime-deep); transition: width 200ms ease; }
.file-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); gap: 8px; max-height: 23rem; margin: 12px 0 0; padding: 0 4px 0 0; overflow-y: auto; list-style: none; scrollbar-gutter: stable; }
.file-row { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr) auto; gap: 7px 12px; align-items: center; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fafafa; }
.file-row__name { overflow: hidden; font-size: 14px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.file-row__meta { display: flex; align-items: baseline; gap: 6px; color: #85858a; font-size: 12px; }
.file-row__ready { color: #416205; font-size: 12px; font-weight: 750; }
.file-row__remove { grid-column: 2; grid-row: 1 / span 2; padding: 6px; cursor: pointer; border: 0; color: #8a8a8f; background: transparent; font-size: 12px; }
.file-row__remove:hover { color: var(--ink); }
.choice-section { margin-top: 28px; }
.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-group button,
.radio-chips label > span { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; cursor: pointer; border: 1px solid #dedede; border-radius: 999px; color: #39393d; background: #fff; font-size: 14px; font-weight: 650; }
.chip-group button:hover,
.radio-chips label:hover > span { border-color: var(--ink); }
.chip-group button.is-selected,
.radio-chips label:has(input:checked) > span { border-color: var(--lime); color: #243200; background: var(--lime); }
.radio-chips input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.compact-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; padding-top: 20px; border-top: 1px solid #efefef; }
.compact-options label { display: flex; align-items: flex-start; gap: 8px; color: #5f5f64; font-size: 13px; line-height: 1.45; }

.material-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.material-grid button { display: flex; min-width: 0; align-items: center; gap: 14px; padding: 14px; cursor: pointer; text-align: left; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.material-grid button:hover { border-color: #bdbdbd; }
.material-grid button.is-selected { border-color: var(--lime); background: var(--lime-tint); }
.material-grid button > span { min-width: 0; }
.material-grid strong,
.material-grid small { display: block; }
.material-grid strong { font-size: 14px; }
.material-grid small { margin-top: 3px; color: #82828a; font-size: 12px; line-height: 1.3; }
.swatch { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }
.swatch.unsure { background: repeating-linear-gradient(135deg, #e4e4e4 0 6px, #f0f0f0 6px 12px); }
.swatch.fdm { background: linear-gradient(145deg, #f2f2f2, #cfcfcf); }
.swatch.resin { background: linear-gradient(145deg, #3a3a3a, #111); }
.swatch.nylon { background: linear-gradient(145deg, #f2e9d2, #d8c9a6); }
.swatch.aluminum { background: linear-gradient(145deg, #ededed, #a9aeb2); }
.swatch.stainless { background: linear-gradient(145deg, #d8dde0, #8e969b); }
.swatch.titanium { background: linear-gradient(145deg, #c9c6c2, #8a8579); }

.quantity-date-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 16px; }
.quantity-card,
.date-card { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fbfbfb; }
.quantity-card { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.quantity-card output { color: var(--lime-deep); font-size: 72px; font-weight: 850; letter-spacing: -0.05em; line-height: 1; }
.quantity-card output + span { margin-top: 4px; color: var(--muted); font-size: 15px; font-weight: 650; }
.quantity-stepper { display: grid; grid-template-columns: 52px 1px 52px; gap: 10px; margin-top: 20px; }
.quantity-stepper button { width: 52px; height: 44px; cursor: pointer; border: 1px solid #dedede; border-radius: 12px; background: #fff; font-size: 20px; font-weight: 750; }
.quantity-stepper input { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0; }
.quantity-presets { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; margin-top: 16px; }
.quantity-presets button { min-width: 36px; padding: 7px 10px; cursor: pointer; border: 1px solid #e2e2e2; border-radius: 999px; color: #6b6b70; background: #fff; font-size: 12px; font-weight: 750; }
.date-card { background: #fff; }
.date-card input[type="date"] { min-height: 68px !important; font-size: 19px !important; font-weight: 750; }
.date-card small { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.urgency-note { margin-top: 18px; padding: 14px; border: 1px solid #e4a11b; border-radius: 12px; background: #fff8e8; font-size: 13px; line-height: 1.45; }
.urgency-note p { margin: 6px 0; }

.delivery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.delivery-grid > label { position: relative; display: block; cursor: pointer; }
.delivery-grid input { position: absolute; inset: 0; opacity: 0; }
.delivery-grid label > span { display: flex; min-height: 142px; flex-direction: column; justify-content: center; gap: 8px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.delivery-grid label:has(input:checked) > span { border-color: var(--lime); background: var(--lime-tint); box-shadow: inset 0 0 0 1px var(--lime); }
.delivery-grid strong { font-size: 18px; font-weight: 850; }
.delivery-grid small { color: var(--muted); font-size: 14px; line-height: 1.5; }
.shipping-details { display: block; margin-top: 24px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fbfbf8; }
.shipping-details__intro p { margin: 0; }
.shipping-details__intro > p:last-child { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.shipping-details__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 16px 12px; margin-top: 18px; }
.shipping-details__grid .field-label { margin-bottom: 8px !important; }
.shipping-details__address { grid-column: 1 / -1; }
.shipping-details__account { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.shipping-details__account a { color: var(--ink); font-weight: 750; }

.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
.contact-grid .field-label { margin-bottom: 8px !important; }
.account-option { margin-top: 26px; padding-top: 22px; border-top: 1px solid #efefef; }
.account-option__toggle { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 650; }
.account-option__fields { margin-top: 16px; }
.account-option__help { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 12px; }
.review-notice { display: flex; align-items: flex-start; gap: 13px; margin-top: 26px; padding: 20px 22px; border-radius: 16px; background: #f6f6f6; }
.review-notice i { margin-top: 7px; }
.review-notice p { margin: 0; color: #5c5c62; font-size: 14px; line-height: 1.55; }
.verification-fieldset { margin: 16px 0 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fafafa; }
.verification-fieldset legend { padding: 0; font-size: 15px; font-weight: 750; }
.verification-fieldset p { color: var(--muted); font-size: 13px; }
.submit-status { display: block; min-height: 24px; margin-top: 16px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.submit-status.error { color: #9e3725; }
.submit-status.ok { color: #416205; }

.wizard-aside { position: sticky; top: 100px; display: flex; min-width: 0; flex-direction: column; gap: 16px; }
.wizard-example { min-height: 310px; }
.wizard-example img { opacity: 0.34; }
.wizard-example.has-customer-files img { opacity: 1; }
.part-preview-card:has(.model-preview:not([hidden])) .wizard-example { display: none; }
.preview-unavailable { position: absolute; z-index: 1; right: 14px; bottom: 14px; left: 14px; display: flex; flex-wrap: wrap; gap: 0 0.35rem; margin: 0; color: #69696f; font-size: 12px; line-height: 1.35; }
.preview-unavailable strong { color: #48484d; font-weight: 750; }
.preview-unavailable span { color: #7a7a80; }
.example-badge { position: absolute; z-index: 1; top: 14px; left: 14px; padding: 6px 8px; border: 1px solid var(--line); border-radius: 7px; color: #727278; background: #fff; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.05em; }
.preview-caption { margin: 15px 0 0; color: #737378; font-size: 13px; line-height: 1.5; }
.model-preview { margin: 0; padding: 0; border: 0; background: transparent; }
.model-preview__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.model-preview__heading .quote-eyebrow { margin-bottom: 5px; font-size: 10px; }
.model-preview__heading h3 { margin: 0; font-size: 18px; }
.model-preview__status { color: var(--muted); font-size: 13px; }
.model-preview__stage { min-height: 250px; overflow: hidden; border-radius: 18px; background: #fafafa; }
#model-preview-canvas { display: block; width: 100%; min-height: 230px; }
.model-preview__controls { padding: 12px; }
.model-preview__control-group { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.model-preview__control-group + .model-preview__control-group { margin-top: 8px; }
.model-preview__control-group > span { min-width: 46px; font-size: 12px; font-weight: 750; }
.model-preview__control-group button { padding: 7px 9px; cursor: pointer; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 11px; }
.model-preview__control-group button[aria-pressed="true"] { border-color: var(--lime-deep); background: var(--lime-tint); }
.field-help { color: var(--muted); font-size: 12px; line-height: 1.45; }
.next-card { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fafafa; }
.next-card h2 { margin: 0; font-size: 18px; }
.next-card ol { display: grid; gap: 14px; margin: 18px 0; padding: 0; list-style: none; }
.next-card li { display: grid; grid-template-columns: 28px 1fr; gap: 8px; color: #5c5c62; font-size: 14px; line-height: 1.5; }
.next-card li span { color: var(--lime-text); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 12px; font-weight: 750; }
.next-card a { color: var(--ink); font-size: 14px; font-weight: 750; text-decoration-color: var(--lime-deep); text-decoration-thickness: 2px; text-underline-offset: 4px; }

.quote-summary-bar { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; color: #fff; background: var(--ink); }
.summary-inner { display: flex; width: min(100%, 1420px); min-height: 108px; align-items: center; justify-content: space-between; gap: 28px; margin: 0 auto; padding: 18px 40px; }
.summary-inner dl { display: grid; grid-template-columns: repeat(4, minmax(100px, auto)); gap: 16px 34px; margin: 0; }
.summary-inner dl div { min-width: 0; }
.summary-inner dt { color: #8b8b8b; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }
.summary-inner dd { margin: 5px 0 0; overflow: hidden; font-size: 16px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.summary-action { display: flex; flex: 0 0 auto; flex-direction: column; align-items: stretch; gap: 6px; }
.summary-action small { color: #8b8b8b; font-size: 12px; text-align: center; }
.summary-action .quote-primary:disabled { cursor: not-allowed; opacity: 0.48; }

.quote-confirmation { width: min(100%, 820px); margin: 0 auto; padding: 110px 40px 140px; text-align: center; }
.confirmation-mark { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 28px; border-radius: 18px; background: var(--lime); font-size: 30px; font-weight: 850; }
.quote-confirmation .quote-eyebrow { margin-bottom: 14px; }
.quote-confirmation h1 { margin: 0; font-size: clamp(38px, 5vw, 64px); font-weight: 850; letter-spacing: -0.04em; }
.quote-confirmation > p:not(.quote-eyebrow) { margin: 20px auto 30px; color: #57575a; font-size: 19px; line-height: 1.55; }
.quote-confirmation > div { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.quote-page .site-footer { border-top: 1px solid #ececec; }
.quote-page .site-footer .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 24px; }
.quote-page .site-footer p { margin: 0; color: #737378; font-size: 13px; }
.quote-page .site-footer nav { display: flex; gap: 20px; }
.quote-page .site-footer a { color: #505054; font-size: 13px; }

@media (max-width: 1100px) {
  .quote-page .primary-nav { gap: 18px; }
  .wizard-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr); gap: 22px; }
  .material-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .summary-inner dl { gap: 16px; }
}

@media (max-width: 860px) {
  .quote-page .site-header { padding-inline: 24px; }
  .quote-page .primary-nav { display: none; position: absolute; top: 75px; right: 16px; left: 16px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.12); }
  .quote-page .nav-open .primary-nav { display: flex; }
  .quote-page .primary-nav a { padding: 12px; }
  .quote-page .nav-toggle { display: inline-grid; place-items: center; width: 44px; height: 44px; }
  .quote-shell { padding-inline: 24px; }
  .landing-workspace,
  .wizard-grid { grid-template-columns: 1fr; }
  .landing-preview-card { min-height: 500px; }
  .wizard-aside { position: static; }
  .summary-inner { align-items: stretch; flex-direction: column; gap: 14px; }
  .summary-inner dl { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .summary-action { flex-direction: row; align-items: center; }
  .summary-action small { text-align: left; }
  .quote-wizard { padding-bottom: 205px; }
}

@media (max-width: 640px) {
  .quote-page .site-header { min-height: 68px; padding-inline: 16px; }
  .quote-brand-logo { height: 29px; }
  .header-quote-button { display: none !important; }
  .quote-shell { padding-inline: 16px; }
  .quote-landing { padding: 42px 0 64px; }
  .landing-heading-row h1 { font-size: clamp(48px, 15vw, 68px); }
  .landing-lede { font-size: 17px; }
  .landing-actions { width: 100%; }
  .landing-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .landing-actions .button { min-width: 0; width: 100%; padding-inline: 10px; font-size: 14px; white-space: nowrap; }
  .landing-workspace { margin-top: 30px; }
  .hero-dropzone { min-height: 430px; padding: 32px 20px; }
  .landing-preview-card { min-height: 420px; padding: 18px; }
  .example-part-stage { min-height: 300px; }
  .trust-strip { grid-template-columns: 1fr; gap: 22px; margin-top: 38px; }
  .quote-wizard { padding-top: 20px; padding-bottom: 248px; }
  .step-rail { display: flex; gap: 8px; margin-inline: -16px; padding: 2px 16px 10px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .step-rail button { min-width: 145px; }
  .wizard-panel { padding: 24px 18px; border-radius: 18px; }
  .wizard-panel > h2 { font-size: 30px; }
  .material-grid,
  .quantity-date-grid,
  .delivery-grid,
  .shipping-details__grid,
  .contact-grid,
  .compact-options { grid-template-columns: 1fr; }
  .attached-files-heading { align-items: flex-start; flex-direction: column; }
  .material-grid button { min-height: 74px; }
  .delivery-grid label > span { min-height: 116px; }
  .part-preview-card { padding: 18px; }
  .wizard-example { min-height: 280px; }
  .summary-inner { min-height: 0; padding: 13px 16px 15px; }
  .summary-inner dl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 16px; }
  .summary-inner dt { font-size: 9px; }
  .summary-inner dd { margin-top: 2px; font-size: 13px; }
  .summary-action { justify-content: space-between; }
  .summary-action .quote-primary { min-height: 48px; padding-inline: 22px; font-size: 15px; }
  .summary-action small { max-width: 150px; font-size: 10px; line-height: 1.35; }
  .quote-confirmation { padding: 78px 20px 100px; }
  .quote-confirmation > div .button { width: 100%; }
  .quote-page .site-footer .footer-bottom { align-items: flex-start; flex-direction: column; padding-inline: 16px; }
  .quote-page .site-footer nav { width: 100%; flex-wrap: wrap; gap: 10px 16px; }
}

@media (max-width: 380px) {
  .landing-heading-row h1 { font-size: 44px; }
  .hero-dropzone { min-height: 390px; }
  .summary-action { align-items: stretch; flex-direction: column; }
  .summary-action small { max-width: none; text-align: center; }
  .quote-wizard { padding-bottom: 284px; }
}

@media (prefers-reduced-motion: reduce) {
  .quote-page *,
  .quote-page *::before,
  .quote-page *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
