:root {
  color-scheme: light;
  --ink: #101513;
  --ink-soft: #1e2421;
  --muted: #5c6561;
  --line: #dde3dd;
  --line-strong: #c8d3cb;
  --soft: #f4f6f3;
  --surface: #ffffff;
  --brand: #0f6b4f;
  --brand-dark: #084a38;
  --brand-text: var(--brand);
  --brand-glow: rgba(15, 107, 79, .14);
  --warn: #9a4d10;
  --danger: #9b1c1c;
  --white: #ffffff;
  --radius: 20px;
  --radius-sm: 14px;
  --shadow: 0 1px 2px rgba(16, 21, 19, .04), 0 12px 40px rgba(16, 21, 19, .07);
  --shadow-hover: 0 2px 4px rgba(16, 21, 19, .05), 0 20px 52px rgba(16, 21, 19, .11);
  --on-brand: #ffffff;
  --meta: #3d4a44;
  --accent: #b5cfc2;
  --accent-hover: #a8c9b8;
  --accent-border: #c8ddd2;
  --accent-icon-border: #c8ddd2;
  --zone-title: #5c6a63;
  --bg-body-accent-1: rgba(15, 107, 79, .07);
  --bg-body-accent-2: rgba(30, 36, 33, .04);
  --surface-panel: #f8faf9;
  --surface-elevated: #ffffff;
  --surface-hover: #f8fbf9;
  --surface-selected: #f4faf7;
  --surface-selected-soft: #f3faf6;
  --surface-brand-tint: #f1faf5;
  --surface-brand-subtle: #edf5f0;
  --surface-brand-chip: #eef7f2;
  --surface-muted-chip: #e8f3ec;
  --surface-inline: #f8fbf9;
  --surface-options: #fbfdfb;
  --surface-section: #f3f6f2;
  --border-panel: #e2ebe6;
  --border-elevated: #e3ebe6;
  --border-interactive: #d8e4dd;
  --border-card: #d7e4dc;
  --border-section: #d4e4db;
  --border-chip: #c5ddd2;
  --border-selected-soft: #9ec4b4;
  --border-divider: #dde8e1;
  --border-divider-soft: #edf2ef;
  --border-photo: #c5d5cb;
  --border-photo-done: #b8d4c8;
  --gradient-hero: linear-gradient(145deg, #ffffff 0%, #f8faf7 48%, #f0f4f0 100%);
  --gradient-card: linear-gradient(180deg, #ffffff 0%, #fafcfa 100%);
  --gradient-card-selected: linear-gradient(165deg, #f0f8f4 0%, #ffffff 55%);
  --gradient-card-goal-selected: linear-gradient(165deg, #f5faf7 0%, #ffffff 60%);
  --gradient-card-recommended: linear-gradient(165deg, #f5faf7 0%, #ffffff 60%);
  --gradient-icon: linear-gradient(145deg, #edf5f0, #e4eee8);
  --gradient-icon-goal-selected: linear-gradient(145deg, #e8f3ed, #dfece5);
  --gradient-section: linear-gradient(165deg, #f6faf8 0%, #ffffff 65%);
  --gradient-section-upsell: linear-gradient(165deg, #f8faf8 0%, #ffffff 72%);
  --gradient-section-recommended: linear-gradient(165deg, #f3f8f5 0%, #ffffff 72%);
  --gradient-condition-panel: linear-gradient(180deg, #fafcfa 0%, #ffffff 100%);
  --gradient-wash-selected: linear-gradient(165deg, #f5faf7 0%, #ffffff 70%);
  --gradient-condition-selected: linear-gradient(180deg, #ffffff 0%, #f3faf6 100%);
  --gradient-photos: linear-gradient(180deg, #f5faf7 0%, #ffffff 42%);
  --gradient-photo-upload: linear-gradient(180deg, #fafcfa 0%, #ffffff 100%);
  --shadow-card: 0 1px 2px rgba(16, 21, 19, .03);
  --shadow-card-hover: 0 8px 22px rgba(16, 21, 19, .06);
  --shadow-selected: 0 10px 24px rgba(15, 107, 79, .1);
  --shadow-section: 0 10px 28px rgba(15, 107, 79, .06);
  --shadow-upsell: 0 6px 20px rgba(16, 21, 19, .04);
  --shadow-condition: 0 8px 24px rgba(16, 21, 19, .04);
  --shadow-condition-hover: 0 10px 28px rgba(16, 21, 19, .07);
  --shadow-condition-selected: 0 14px 34px rgba(15, 107, 79, .1);
  --shadow-preset-hover: 0 8px 20px rgba(16, 21, 19, .06);
  --shadow-preset-selected: 0 10px 22px rgba(15, 107, 79, .08);
  --shadow-factors: 0 6px 20px rgba(16, 21, 19, .03);
  --shadow-section-muted: 0 10px 28px rgba(16, 21, 19, .04);
  --notice-bg: #edf5f0;
  --notice-border: #c5ddd2;
  --notice-warn-bg: #fff8ed;
  --notice-warn-border: #f3cf9b;
  --notice-amber-bg: #fbf8f1;
  --notice-amber-border: #e8ddc7;
  --notice-amber-text: #6b5430;
  --notice-fullcar-bg: #f8f4ee;
  --notice-fullcar-border: #eadfce;
  --notice-fullcar-text: #6a5a42;
  --notice-promo-bg: #fff4e8;
  --notice-promo-border: #f0c995;
  --notice-promo-text: #9a4b00;
  --feedback-error-bg: #fff4f4;
  --feedback-error-border: #efb3b3;
  --feedback-warning-bg: #fff8ed;
  --feedback-warning-border: #f3cf9b;
  --feedback-error-surface-bg: #fff5f5;
  --feedback-error-surface-border: rgba(155, 28, 28, .2);
  --feedback-success-bg: #effaf3;
  --feedback-success-border: #a9d9be;
  --feedback-success-surface-bg: #f0faf5;
  --feedback-success-surface-border: rgba(15, 107, 79, .2);
  --input-bg: #ffffff;
  --input-focus-bg: #f8fbf9;
  --input-disabled-bg: #f8faf9;
  --check-bg: #3a8f72;
  --backdrop: rgba(16, 21, 19, .45);
  --sticky-bar-bg: rgba(255, 255, 255, .98);
  --sticky-bar-shadow: 0 -4px 24px rgba(16, 21, 19, .08);
  --control-shadow: 0 6px 18px rgba(16, 21, 19, .06);
  --control-shadow-focus: 0 0 0 3px rgba(15, 107, 79, .08);
  --dropdown-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
  --stepper-done-bg: #e8f3ed;
  --border-input: #dde5df;
  --border-success: #d4e8dc;
  --border-condition-photos: #b8d4c8;
  --border-photos-divider: #dce9e2;
  --gradient-services-step: linear-gradient(180deg, #f9f7f2 0%, var(--surface-elevated) 120px);
  --gradient-seat-selected: linear-gradient(180deg, #f3faf6 0%, var(--white) 100%);
  --surface-menu-hover: #e4f2eb;
  --surface-promo-teaser: #fff8ef;
  --surface-chip-selected-soft: #eef6f1;
  --surface-success-mark: #d4eddc;
  --surface-success-contact: rgba(255, 255, 255, .72);
  --surface-search: #fafbfc;
  --surface-field: #fafbfa;
  --surface-sheet-handle: #d8e3dc;
  --gradient-seat-panel: linear-gradient(180deg, #f7fbf8 0%, var(--white) 100%);
  --gradient-contact-priority: linear-gradient(145deg, #e8f5ef, #d9eee4);
  --badge-priority-bg: #e8f5ef;
  --badge-priority-border: #b5cfc2;
  --sheet-backdrop: rgba(16, 21, 19, .38);
  --sheet-shadow: 0 -20px 60px rgba(16, 21, 19, .18);
  --shadow-condition-photos: 0 10px 28px rgba(15, 107, 79, .07);
  --shadow-services-accordion: 0 4px 16px rgba(16, 21, 19, .03);
  --shadow-modal: 0 18px 50px rgba(17, 69, 52, .22);
  --brand-bright: #1a8a68;
  --gradient-brand-btn: linear-gradient(180deg, #12805f 0%, var(--brand) 45%, var(--brand-dark) 100%);
  --gradient-brand-stepper: linear-gradient(90deg, var(--brand), var(--brand-bright));
  --btn-shadow: 0 2px 8px rgba(15, 107, 79, .28);

  /* Typography — primary UI font + limited accent display font */
  --font-primary: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-accent: "Instrument Serif", var(--font-primary);
  --font-body: var(--font-primary);
  --font-display: var(--font-accent);

  --type-heading-xl-size: clamp(26px, 3vw, 34px);
  --type-heading-xl-weight: 700;
  --type-heading-xl-tracking: -0.025em;
  --type-heading-xl-leading: 1.15;

  --type-heading-lg-size: clamp(18px, 2vw, 22px);
  --type-heading-lg-weight: 700;
  --type-heading-lg-tracking: -0.02em;
  --type-heading-lg-leading: 1.25;

  --type-heading-md-size: 17px;
  --type-heading-md-weight: 700;
  --type-heading-md-tracking: -0.02em;
  --type-heading-md-leading: 1.3;

  --type-title-sm-size: 17px;
  --type-title-sm-weight: 700;
  --type-title-sm-leading: 1.3;

  --type-body-md-size: 16px;
  --type-body-md-leading: 1.55;

  --type-body-sm-size: 14px;
  --type-body-sm-leading: 1.5;

  --type-label-sm-size: 11px;
  --type-label-sm-weight: 700;
  --type-label-sm-tracking: 0.1em;

  --type-chip-sm-size: 13px;
  --type-chip-sm-weight: 600;
}

body.picker-open { overflow: hidden; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
.contact-choice-card:focus-visible,
.card:focus-visible,
.stepper__btn:focus-visible {
  outline: 3px solid var(--brand-glow);
  outline-offset: 2px;
}

body {
  margin: 0;
  font-family: var(--font-primary);
  font-size: var(--type-body-md-size);
  line-height: var(--type-body-md-leading);
  color: var(--ink);
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(15, 107, 79, .07), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(30, 36, 33, .04), transparent 50%),
    var(--soft);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Shared typography utilities */
.type-heading-xl,
.step h2,
.services-step h2,
.condition-step h2 {
  font-family: var(--font-primary);
  font-size: var(--type-heading-xl-size);
  font-weight: var(--type-heading-xl-weight);
  letter-spacing: var(--type-heading-xl-tracking);
  line-height: var(--type-heading-xl-leading);
  color: var(--ink-soft);
}

.type-heading-lg,
.section-title,
.services-step .services-section-title,
.contact-section-title,
.wash-recency__title,
.summary-modal-header h3,
.privacy-modal-header h3,
.selection-conflict-modal-header h3,
.summary-empty h3 {
  font-family: var(--font-primary);
  font-size: var(--type-heading-lg-size);
  font-weight: var(--type-heading-lg-weight);
  letter-spacing: var(--type-heading-lg-tracking);
  line-height: var(--type-heading-lg-leading);
  color: var(--ink-soft);
}

.type-heading-md,
.condition-section__title,
.upholstery-panel__title,
.condition-photos__title,
.vehicle-sheet__title {
  font-family: var(--font-primary);
  font-size: var(--type-heading-md-size);
  font-weight: var(--type-heading-md-weight);
  letter-spacing: var(--type-heading-md-tracking);
  line-height: var(--type-heading-md-leading);
  color: var(--ink-soft);
}

.type-title-sm,
.card strong,
.condition-card__title {
  font-family: var(--font-primary);
  font-size: var(--type-title-sm-size);
  font-weight: var(--type-title-sm-weight);
  line-height: var(--type-title-sm-leading);
  color: var(--ink-soft);
}

.type-body-md { font-size: var(--type-body-md-size); line-height: var(--type-body-md-leading); }
.type-body-sm,
.card span,
.hint { font-size: var(--type-body-sm-size); line-height: var(--type-body-sm-leading); color: var(--muted); }

.type-label-sm,
.configurator-label,
.summary-quote__label,
.hero__eyebrow,
.hero__example-tag {
  font-family: var(--font-primary);
  font-size: var(--type-label-sm-size);
  font-weight: var(--type-label-sm-weight);
  letter-spacing: var(--type-label-sm-tracking);
  text-transform: uppercase;
}

.type-chip-sm,
.badge,
.chip {
  font-family: var(--font-primary);
  font-size: var(--type-chip-sm-size);
  font-weight: var(--type-chip-sm-weight);
}

.stepper__label {
  font-family: var(--font-primary);
}

/* Accent display font — landing hero headline only */
.type-accent-display,
.hero__copy h1 {
  font-family: var(--font-accent);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.summary-quote__price,
.quote-card .summary-quote__price,
.success-quote__price {
  font-family: var(--font-primary);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.shell :where(button, input, textarea, select, optgroup) {
  font-family: inherit;
}

/* Force one UI font across the whole configurator surface */
.shell,
.shell :where(
  h1, h2, h3, h4, h5, h6,
  p, span, strong, small, label, li, summary, dt, dd
) {
  font-family: var(--font-primary);
}

.shell { max-width: 1160px; margin: 0 auto; padding: 48px 18px 48px; }
.shell--success { padding-bottom: 48px; }
.configurator-label {
  margin: 0;
  color: var(--muted);
  letter-spacing: .14em;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 36px 36px 32px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  background: var(--gradient-hero);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero__glow {
  position: absolute;
  top: -40%;
  right: -10%;
  width: 55%;
  height: 140%;
  background: radial-gradient(circle, rgba(15, 107, 79, .09), transparent 68%);
  pointer-events: none;
}
.hero__eyebrow {
  margin: 0 0 12px;
  letter-spacing: .14em;
  color: var(--brand-text);
}
.hero__copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; }
.hero__copy h1 { margin: 0 0 14px; font-size: clamp(32px, 4.5vw, 52px); line-height: 1.05; color: var(--ink); }
.hero__lead { margin: 0 0 24px; color: var(--muted); max-width: 540px; font-size: 17px; line-height: 1.6; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__example, .hero__visual {
  position: relative;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(160deg, #2a322e 0%, #141a17 55%, #0a0f0d 100%);
  color: #eef2ee;
  padding: 28px 24px 20px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}
.hero__example-tag {
  font-size: 10px;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .45);
  margin-bottom: 8px;
}
.hero__example strong {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  max-width: 220px;
  color: #eef2ee;
}
.hero__example-price { font-size: 28px; font-weight: 700; color: #7dccb0; margin-top: 6px; }
.hero__example-duration { color: rgba(255, 255, 255, .5); font-size: 14px; margin-bottom: 8px; }
.hero__car { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; pointer-events: none; }
.hero__visual-inner {
  flex: 1;
  position: relative;
  border-radius: 12px;
  background: linear-gradient(160deg, #2a322e, #0a0f0d);
  min-height: 180px;
}
.hero__visual-inner .hero__car { opacity: .7; }
.hero__aside {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.hero__promo-mobile { display: none; margin-top: 16px; }
.hero__promo-desktop { display: block; }
.hero__promo-stack {
  display: grid;
  gap: 12px;
}

.service-promo-teaser {
  border: 1px solid var(--notice-promo-border);
  border-radius: var(--radius);
  background: var(--surface-promo-teaser);
  color: var(--ink);
}
.service-promo-teaser--hero {
  padding: 14px 18px 16px;
}
.service-promo-teaser--compact {
  padding: 12px 16px;
  display: grid;
  gap: 8px;
}
.service-promo-teaser__label {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--notice-promo-text);
}
.service-promo-teaser__title {
  margin: 0 0 8px;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
}
.service-promo-teaser__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.service-promo-teaser__price {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--notice-promo-border);
  background: var(--surface-elevated);
  color: var(--notice-promo-text);
  font-size: 14px;
  font-weight: 700;
}
.service-promo-teaser__badge {
  font-size: 13px;
  font-weight: 600;
  color: var(--notice-promo-text);
}
.service-promo-teaser__main {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink);
}
.service-promo-teaser__helper {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--muted);
}
.service-promo-teaser--compact .service-promo-teaser__title {
  margin: 0;
  font-size: 14px;
}

.seasonal-promo {
  border: 1px solid rgba(15, 107, 79, .18);
  border-radius: var(--radius);
  background: var(--surface-panel);
  color: var(--ink);
}
.seasonal-promo--hero {
  padding: 16px 18px 18px;
}
.seasonal-promo--compact {
  padding: 14px 16px;
  display: grid;
  gap: 10px;
}
.seasonal-promo--summary {
  margin-top: 14px;
  padding: 12px 14px;
  background: var(--surface-elevated);
}
.seasonal-promo__label {
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brand-text);
}
.seasonal-promo__title {
  margin: 0 0 10px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}
.seasonal-promo__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.seasonal-promo__code {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 107, 79, .22);
  background: var(--surface-brand-tint);
  color: var(--brand-text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}
.seasonal-promo__discount {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-text);
}
.seasonal-promo__main {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
}
.seasonal-promo__helper,
.seasonal-promo__teaser {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}
.seasonal-promo__apply-later {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--brand-text);
}
.seasonal-promo__copy {
  margin-top: 4px;
  padding: 8px 14px;
  border: 1px solid rgba(15, 107, 79, .28);
  border-radius: 999px;
  background: var(--surface-elevated);
  color: var(--brand-text);
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}
.seasonal-promo__copy:hover {
  background: var(--surface-brand-tint);
  border-color: rgba(15, 107, 79, .4);
}
.seasonal-promo__copy--copied {
  background: var(--surface-brand-tint);
  border-color: rgba(15, 107, 79, .35);
  color: var(--brand-text);
}
.seasonal-promo--compact .seasonal-promo__compact-head {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.seasonal-promo--compact .seasonal-promo__title {
  margin: 0;
  font-size: 15px;
}
.seasonal-promo--compact .seasonal-promo__compact-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}
.seasonal-promo--compact .seasonal-promo__row {
  margin: 0;
}
.seasonal-promo--compact .seasonal-promo__helper {
  margin: 0;
  flex: 1 1 180px;
  font-size: 12px;
}
.seasonal-promo--compact .seasonal-promo__copy {
  margin: 0;
  flex-shrink: 0;
}
.seasonal-promo--summary .seasonal-promo__teaser {
  margin-bottom: 4px;
}
.summary-discount__note {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}
.trust-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}
.trust-item__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--gradient-icon);
  color: var(--brand-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--border-chip);
}
.trust-item__icon svg { width: 16px; height: 16px; }
.trust-item strong { display: block; font-size: 14px; margin-bottom: 2px; }
.trust-item span { color: var(--muted); font-size: 13px; line-height: 1.35; }
.topbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 6px; }
.topbar-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 6px;
}
.topbar-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  padding: 0;
  box-shadow: 0 6px 18px rgba(17, 69, 52, .08);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.theme-toggle:hover {
  border-color: var(--line-strong);
  background: var(--soft);
}
.theme-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.topbar h1 { margin: 0 0 6px; font-size: clamp(28px, 4vw, 44px); letter-spacing: 0; }
.intro-copy { margin: 0 0 22px; color: var(--muted); max-width: 760px; }
.language-switcher {
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-width: 92px;
}
.language-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 86px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  padding: 9px 12px 9px 14px;
  font-weight: 800;
  box-shadow: var(--control-shadow);
}
.language-switcher.open .language-trigger {
  border-color: var(--brand);
  box-shadow: var(--control-shadow-focus);
}
.language-chevron {
  color: var(--muted);
  font-size: 15px;
  transform: translateY(-1px);
}
.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 40;
  display: grid;
  gap: 4px;
  width: 96px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(17, 69, 52, .16);
}
.language-menu button {
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--muted);
  padding: 9px 10px;
  text-align: left;
  font-weight: 800;
}
.language-menu button:hover,
.language-menu button.active {
  background: var(--surface-menu-hover);
  color: var(--brand-dark);
}
.layout {
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(260px, 280px);
  gap: 28px;
  align-items: start;
  justify-content: center;
}
.panel { min-width: 0; max-width: 720px; }
.summary-sidebar { min-width: 0; max-width: 300px; }
.panel, .summary, .quote-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.panel {
  padding: 32px 32px 0;
}
.summary { position: sticky; top: 20px; padding: 24px; }
.quote-card .summary-quote__price {
  font-size: clamp(28px, 3.5vw, 36px);
  color: var(--brand-dark);
  line-height: 1.1;
  margin: 0;
}
.summary-quote__label {
  letter-spacing: .1em;
  color: var(--brand-text);
}
.summary-quote__label, .summary-quote__duration, .summary-quote__note { margin: 0; color: var(--muted); }
.summary-quote__coating-note { margin: 0; color: var(--muted); white-space: pre-line; }
.summary-quote__duration { font-weight: 700; color: var(--ink); margin-top: 4px; }
.summary-empty h3 { margin: 0 0 8px; font-size: var(--type-heading-md-size); }
.summary-empty p { margin: 0; color: var(--muted); line-height: 1.5; }
.summary-checklist { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 8px; }
.summary-checklist__item { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 14px; }
.summary-checklist__item.done { color: var(--brand-dark); font-weight: 700; }
.summary-confidence { margin: 14px 0 0; padding: 12px; border-radius: 12px; background: var(--notice-bg); color: var(--ink); font-size: 13px; line-height: 1.45; }
.summary-estimate-data {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border-elevated);
  background: var(--surface-panel);
}
.summary-estimate-data__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--ink-soft);
}
.summary-estimate-data__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
  font-size: 13px;
  color: var(--ink-soft);
}
.summary-estimate-data__hint {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted);
}
.summary-estimate-data__cta {
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.summary-estimate-data__cta:hover { color: var(--brand-text); }
.summary-breakdown {
  margin-top: 14px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.summary-breakdown__summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-dark);
  list-style: none;
  padding: 10px 0;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.summary-breakdown__summary::-webkit-details-marker { display: none; }
.summary-breakdown__sections { margin-top: 10px; display: grid; gap: 12px; }
.summary-breakdown__section-title {
  margin: 0 0 6px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--muted, #667085);
}
.summary-breakdown .breakdown { margin-top: 0; }
.summary-breakdown .breakdown + .breakdown { margin-top: 10px; }
.summary-row span {
  color: var(--ink-soft);
  font-weight: 600;
  text-align: right;
  overflow-wrap: anywhere;
  word-break: break-word;
}
/* Premium stepper */
.stepper { margin-bottom: 28px; padding-bottom: 4px; }
.stepper__track {
  height: 2px;
  background: var(--line);
  border-radius: 999px;
  margin: 0 16px 18px;
  overflow: hidden;
}
.stepper__fill {
  height: 100%;
  background: var(--gradient-brand-stepper);
  border-radius: 999px;
  transition: width .35s ease;
}
.stepper__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
}
.stepper__item { min-width: 0; }
.stepper__btn {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  cursor: pointer;
  text-align: center;
}
.stepper__dot {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1.5px solid var(--line-strong);
  background: var(--surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s ease;
}
.stepper__label {
  font-size: var(--type-label-sm-size);
  font-weight: var(--type-chip-sm-weight);
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stepper__item.active .stepper__dot {
  border-color: var(--brand);
  background: var(--brand);
  color: var(--on-brand);
  box-shadow: 0 0 0 4px var(--brand-glow);
}
.stepper__item.active .stepper__label { color: var(--ink); font-weight: 700; }
.stepper__item.done .stepper__dot {
  border-color: var(--brand);
  background: var(--surface-brand-subtle);
  color: var(--brand-dark);
}
.stepper__item.done .stepper__label { color: var(--muted); }
.stepper__btn:hover .stepper__dot { border-color: var(--border-selected-soft); }

.step { padding-bottom: 8px; }
.step h2 { margin: 0 0 8px; }
.step > p { color: var(--muted); margin: 0 0 24px; font-size: var(--type-body-md-size); max-width: 640px; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.goal-grid .card { min-height: 148px; }
.package-grid .card { min-height: 200px; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card {
  text-align: left;
  border: 1px solid var(--line);
  background: var(--gradient-card);
  border-radius: var(--radius-sm);
  padding: 20px;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), box-shadow .22s ease, border-color .22s ease;
  position: relative;
  box-shadow: var(--shadow-card);
}
.card:hover:not(.disabled) {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: var(--accent);
}
.card.selected {
  border-color: var(--brand);
  box-shadow: 0 0 0 1px var(--brand), 0 8px 28px var(--brand-glow);
  background: var(--gradient-card-selected);
}
.goal-grid .card.selected {
  box-shadow: 0 0 0 1px var(--brand), 0 4px 18px rgba(36, 92, 68, .12);
  background: var(--gradient-card-goal-selected);
}
.card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gradient-icon);
  border: 1px solid var(--accent-icon-border);
  color: var(--brand-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card__icon svg { width: 22px; height: 22px; }
.card.selected .card__icon {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--on-brand);
}
.goal-grid .card.selected .card__icon {
  background: var(--gradient-icon-goal-selected);
  border-color: var(--accent);
  color: var(--brand-dark);
}
.card.selected::after {
  content: "✓";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.goal-grid .card.selected::after {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 800;
}
.package-card.recommended {
  border-color: var(--accent-hover);
  background: var(--gradient-card-goal-selected);
}
.package-card.recommended::before {
  content: "";
  position: absolute;
  top: 0; left: 20px; right: 20px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand), transparent);
  border-radius: 999px;
}
.package-card__price {
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 700;
  color: var(--brand-dark);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.package-card__duration { color: var(--muted); font-weight: 600; font-size: 13px; }
.package-card__price-meta { color: var(--muted); font-size: 12px; line-height: 1.35; }
.wash-recency {
  margin: 24px 0 28px;
  padding: 20px;
  border-radius: 16px;
  background: var(--surface-panel);
  border: 1px solid var(--border-panel);
}
.wash-recency__title { margin: 0 0 6px; }
.wash-recency__subtitle {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.wash-recency__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.wash-recency-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--border-interactive);
  border-radius: 12px;
  background: var(--surface-elevated);
  text-align: left;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.wash-recency-card:hover {
  border-color: var(--accent-hover);
  box-shadow: 0 2px 8px rgba(26, 77, 58, .06);
}
.wash-recency-card.selected {
  border-color: var(--brand);
  background: var(--gradient-wash-selected);
  box-shadow: 0 0 0 1px rgba(42, 120, 88, .12);
}
.wash-recency-card__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-soft);
  line-height: 1.4;
}
.wash-recency-card__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--brand-dark);
  background: var(--surface-muted-chip);
}
.hint { color: var(--muted); }
.suggest-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--notice-bg);
  border: 1px solid var(--notice-border);
}
.suggest-banner p { margin: 0; flex: 1 1 220px; color: var(--ink); }
.suggest-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1 1 100%;
  min-width: 0;
}
.suggest-banner__actions .btn {
  flex: 1 1 160px;
  min-width: 0;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}
.suggest-banner--required { background: var(--notice-warn-bg); border-color: var(--notice-warn-border); }
.suggest-banner--required p { color: var(--warn); font-weight: 600; }

.card.disabled { opacity: .55; cursor: not-allowed; }
.badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: var(--surface-brand-subtle);
  color: var(--brand-dark);
  padding: 4px 10px;
  font-size: var(--type-label-sm-size);
  font-weight: var(--type-label-sm-weight);
  letter-spacing: 0;
  border: 1px solid var(--border-chip);
}
.badge--promo {
  background: var(--notice-promo-bg);
  color: var(--notice-promo-text);
  border-color: var(--notice-promo-border);
}
.package-card--promo {
  border-color: var(--notice-promo-border);
}
.summary-promotion {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.summary-row--promotion span:last-child {
  color: var(--notice-promo-text);
  font-weight: 600;
}
.vehicle-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  margin-top: 8px;
}
.vehicle-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.vehicle-picker__error { margin: 0; color: var(--danger); font-size: 14px; }
.vehicle-picker__summary { margin-top: 16px; }
.vehicle-combobox {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vehicle-combobox.open {
  z-index: 45;
}
.vehicle-combobox__panel--desktop {
  display: block;
}
.vehicle-combobox.invalid .vehicle-combobox__trigger {
  border-color: var(--danger);
  box-shadow: 0 0 0 1px rgba(198, 40, 40, 0.12);
}
.vehicle-combobox.is-disabled .vehicle-combobox__trigger {
  opacity: .55;
  cursor: not-allowed;
  background: var(--input-disabled-bg);
}
.vehicle-combobox.is-disabled .vehicle-combobox__trigger:hover,
.vehicle-combobox.is-disabled.open .vehicle-combobox__trigger {
  border-color: var(--line);
  box-shadow: none;
}
.vehicle-combobox__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-elevated);
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.vehicle-combobox__trigger:hover,
.vehicle-combobox.open .vehicle-combobox__trigger {
  border-color: rgba(15, 107, 79, 0.45);
  box-shadow: 0 0 0 3px rgba(15, 107, 79, 0.08);
}
.vehicle-combobox__value.is-placeholder { color: var(--muted); }
.vehicle-combobox__chevron {
  color: var(--muted);
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}
.vehicle-combobox__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  max-height: min(360px, 52vh);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface-elevated);
  box-shadow: var(--dropdown-shadow);
}
.vehicle-combobox__search-wrap {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 12px;
  background: var(--surface-elevated);
  border-bottom: 1px solid var(--line);
}
.vehicle-combobox__search {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  font-size: 17px;
  color: var(--ink);
  background: var(--surface-search);
}
.vehicle-combobox__search:focus {
  outline: none;
  border-color: rgba(15, 107, 79, 0.45);
  box-shadow: 0 0 0 3px rgba(15, 107, 79, 0.08);
}
.vehicle-combobox__group { padding: 4px 0 8px; }
.vehicle-combobox__group-title {
  margin: 0;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}
.vehicle-combobox__option {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.vehicle-year-chip {
  min-height: 48px;
  padding: 10px 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-elevated);
  color: var(--ink);
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) {
  .vehicle-combobox__option:hover:not(.selected) {
    background: rgba(15, 107, 79, 0.04);
  }
}
.vehicle-combobox__option.selected {
  background: var(--surface-brand-tint);
  color: var(--brand-dark);
  font-weight: 700;
}
@media (min-width: 901px) {
  .vehicle-combobox__search {
    height: 44px;
    padding: 0 14px;
    font-size: 16px;
  }
  .vehicle-combobox__option {
    min-height: 44px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 400;
  }
  .vehicle-combobox__option.selected {
    font-weight: 600;
  }
}
.vehicle-combobox__option-label { flex: 1; min-width: 0; }
.vehicle-combobox__check {
  color: var(--brand-dark);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.vehicle-year-picker { padding: 0 18px 18px; }
.vehicle-year-picker__hint {
  margin: 0 0 10px;
  font-size: 0.9rem;
  line-height: 1.35;
}
.vehicle-year-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}
.vehicle-year-ranges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.vehicle-year-ranges .vehicle-year-chip:last-child {
  grid-column: 1 / -1;
}
.vehicle-year-chip.selected {
  background: var(--surface-brand-tint);
  border-color: var(--accent);
  color: var(--brand-dark);
  font-weight: 700;
}
.vehicle-sheet-root {
  display: none;
}
.vehicle-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  border: 0;
  padding: 0;
  background: var(--sheet-backdrop);
  cursor: default;
}
.vehicle-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: flex;
  flex-direction: column;
  max-height: 88vh;
  background: var(--surface-elevated);
  border-radius: 28px 28px 0 0;
  box-shadow: var(--sheet-shadow);
  overflow: hidden;
}
.vehicle-sheet__header {
  flex-shrink: 0;
  padding: 8px 18px 0;
}
.vehicle-sheet__handle {
  width: 40px;
  height: 4px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: var(--surface-sheet-handle);
}
.vehicle-sheet__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.vehicle-sheet__title { margin: 0; color: var(--ink); }
.vehicle-sheet__close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: var(--soft);
  color: var(--muted);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}
.vehicle-sheet__subtitle {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.vehicle-sheet__search {
  flex-shrink: 0;
  padding: 14px 18px 0;
}
.vehicle-sheet__body {
  flex: 1;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 8px;
}
.vehicle-sheet .vehicle-combobox__footer {
  flex-shrink: 0;
  margin-top: 0;
  border-top: 1px solid var(--line);
  background: var(--gradient-condition-panel);
}
.vehicle-combobox__empty {
  margin: 0;
  padding: 12px 14px 16px;
  color: var(--muted);
  font-size: 14px;
}
.vehicle-combobox__footer {
  padding: 12px 14px 14px;
  border-top: 1px solid var(--line);
  background: var(--surface-search);
}
.vehicle-combobox__footer-hint {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
}
.forms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
label.field { display: flex; flex-direction: column; gap: 6px; color: var(--muted); font-size: 14px; }
.field-label { display: block; line-height: 1.35; }
.required-hint { margin: 0 0 14px; }
.required-mark { color: var(--danger); font-weight: 600; margin-left: 1px; }
.field-invalid input,
.field-invalid textarea {
  border-color: var(--danger);
  box-shadow: 0 0 0 2px rgba(155, 28, 28, .12);
}
.field-error {
  color: var(--danger);
  font-size: 13px;
  line-height: 1.35;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  /* ≥16px prevents iOS Safari from auto-zooming on focus */
  font-size: var(--type-body-md-size);
  line-height: 1.35;
  color: var(--ink);
  background: var(--surface-field);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
input:hover, textarea:hover { border-color: var(--line-strong); }
input:focus, textarea:focus {
  outline: none;
  border-color: var(--brand);
  background: var(--white);
  box-shadow: 0 0 0 3px var(--brand-glow);
}
textarea { min-height: 110px; resize: vertical; }
.section-title { margin: 28px 0 12px; }
.services-more-toggle-row {
  margin: 28px 0 8px;
  display: flex;
  justify-content: center;
}
.services-more-panel {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.services-more-title { margin-top: 12px; color: var(--muted); font-size: 16px; }
.services-step {
  background: var(--gradient-services-step);
  border-radius: 20px;
  padding: 4px 2px 8px;
}
.step-header--services { margin-bottom: 4px; }
.services-step h2 { margin: 0 0 8px; }
.services-step .services-section-title { margin: 0; }
.services-accordion > summary.services-section-title {
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.3;
}
.services-recommended {
  margin: 20px 0 8px;
  padding: 20px 22px;
  border-radius: 18px;
  background: var(--gradient-section-recommended);
  border: 1px solid var(--border-section);
  box-shadow: var(--shadow-section-muted);
}
.services-recommended__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.services-recommended__hint {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.services-reset-link {
  border: none;
  background: none;
  padding: 2px 0;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.services-reset-link:hover { color: var(--brand-dark); }
.services-recommended__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.services-recommended-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--accent-icon-border);
  background: var(--surface-elevated);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink-soft);
}
.services-recommended-chip__mark {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--on-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}
.services-recommended-chip__label { line-height: 1.35; }
.services-recommended-chip--user {
  border-color: var(--border-section);
  background: var(--surface-hover);
}
.services-user-added {
  margin: 16px 0 8px;
}
.services-user-added .services-section-title { margin-bottom: 12px; }
.services-adjust-prompt {
  margin: 20px 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-soft);
}
.services-additional { margin: 8px 0 20px; }
.services-additional .hint,
.services-additional__hint { margin-bottom: 12px; color: var(--muted); }
.services-accordion {
  margin: 10px 0;
  border: 1px solid var(--border-elevated);
  border-radius: 16px;
  background: var(--surface-elevated);
  overflow: hidden;
  box-shadow: var(--shadow-services-accordion);
}
.services-accordion__body { padding: 0 16px 16px; }
.services-accordion > summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-accordion > summary::-webkit-details-marker { display: none; }
.services-accordion > summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 700;
  color: var(--muted);
}
.services-accordion[open] > summary::after { content: "−"; }
.compact-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.compact-service-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--border-elevated);
  border-radius: 14px;
  background: var(--surface-elevated);
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: var(--shadow-elevated);
}
.compact-service-card:hover:not(.disabled) {
  border-color: var(--accent);
  box-shadow: var(--shadow-card-hover);
}
.compact-service-card.selected {
  background: var(--surface-selected);
  border-color: var(--brand);
  box-shadow: 0 0 0 1px var(--brand), var(--shadow-selected);
}
.compact-service-card.selected.selected-compact {
  background: var(--surface-selected-soft);
  border-color: var(--brand);
  box-shadow: 0 0 0 1px var(--brand);
}
.compact-service-card.selected.selected-compact .compact-service-card__meta {
  color: var(--meta);
}
.compact-service-card__selected-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--brand-dark);
}
.compact-service-card.disabled { opacity: .55; cursor: not-allowed; }
.compact-service-card__status {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid var(--border-input);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  flex-shrink: 0;
}
.compact-service-card.selected .compact-service-card__status {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--on-brand);
}
.compact-service-card__body { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.compact-service-card__body strong { font-size: 16px; font-weight: 700; line-height: 1.35; color: var(--ink-soft); }
.compact-service-card__desc { font-size: 14px; line-height: 1.5; color: var(--muted); }
.compact-service-card__meta { font-size: 14px; font-weight: 600; line-height: 1.4; color: var(--meta); }
.compact-service-card__desc:empty,
.compact-service-card__meta:empty { display: none; }
.compact-service-card.selected .compact-service-card__meta { color: var(--brand-dark); }
.ppf-upsell-panel {
  margin: 16px 0;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid var(--border-section);
  background: var(--gradient-section-upsell);
  box-shadow: var(--shadow-upsell);
}
.ppf-upsell-panel__helper {
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted);
}
.ppf-upsell-panel__cta { margin-top: 12px; }
.ppf-scope-panel {
  margin: 16px 0;
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid var(--accent-icon-border);
  background: var(--gradient-section);
  box-shadow: var(--shadow-section);
}
.ppf-scope-panel__reassure { margin-top: 4px; font-size: 13px; }
.ppf-subhead {
  margin: 18px 0 10px;
}
.ppf-subhead__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  color: var(--ink-soft);
}
.ppf-subhead .hint { margin: 0; }
.ppf-preset-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.ppf-preset-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 134px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid var(--border-card);
  background: var(--surface-elevated);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.ppf-preset-card:hover {
  border-color: var(--accent-hover);
  box-shadow: var(--shadow-preset-hover);
}
.ppf-preset-card.selected {
  border-color: var(--brand);
  background: var(--surface-selected-soft);
  box-shadow: var(--shadow-preset-selected);
}
.ppf-preset-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.ppf-preset-card__top strong {
  font-size: 15px;
  line-height: 1.3;
  color: var(--ink-soft);
}
.ppf-preset-card__badge {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--surface-brand-chip);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.ppf-preset-card__desc {
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}
.ppf-preset-card__meta {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  color: var(--meta);
}
.ppf-selected-group { margin-top: 14px; }
.ppf-selected-group__label,
.ppf-add-zones__label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-soft);
}
.ppf-selected-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ppf-selected-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid var(--brand);
  background: var(--surface-brand-tint);
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
}
.ppf-selected-chip span { font-size: 13px; }
.ppf-selected-chip__label { line-height: 1.35; }
.ppf-selected-chip__badge {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}
.ppf-selected-chip--user {
  border-color: var(--border-selected-soft);
  background: var(--surface-hover);
}
.ppf-add-zones { margin-top: 8px; }
.ppf-zone-group + .ppf-zone-group { margin-top: 14px; }
.ppf-zone-group__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--zone-title);
  text-transform: uppercase;
  letter-spacing: .03em;
}
.ppf-options-panel {
  margin-top: 18px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid var(--border-card);
  background: var(--surface-options);
}
.ppf-options-panel .ppf-subhead { margin-top: 0; }
.ppf-options-panel__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.ppf-options-panel .hint {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-soft);
}
.ppf-full-car-hint {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--notice-fullcar-bg);
  border: 1px solid var(--notice-fullcar-border);
  color: var(--notice-fullcar-text);
  font-size: 13px;
  line-height: 1.45;
}
.ppf-full-car-hint--active {
  background: var(--surface-brand-tint);
  border-color: var(--accent);
  color: var(--brand-dark);
}
.coating-upsell-panel__cta { margin-top: 12px; }
.coating-scope-panel,
.coating-upsell-panel,
.ppf-coverage-panel,
.ppf-install-panel {
  margin: 16px 0;
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid var(--accent-icon-border);
  background: var(--gradient-section);
  box-shadow: var(--shadow-section);
}
.ppf-service-group {
  margin-top: 14px;
}
.ppf-service-group__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  color: var(--ink-soft);
}
.ppf-service-group__hint { margin: 0 0 10px; }
.ppf-install-catalog { display: flex; flex-direction: column; gap: 14px; }
.ppf-category__hint { margin: 0; }
.ppf-selected-summary--compact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border-card);
  background: var(--surface-muted, rgba(255, 255, 255, .03));
}
.ppf-selected-summary__title {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.ppf-selected-summary__value {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-soft);
}
.ppf-selected-summary__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ppf-selected-summary__chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--accent-icon-border);
  background: var(--surface-elevated);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink-soft);
}
.ppf-selected-summary__meta {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--brand-dark);
}
.ppf-catalog-tabs-wrap {
  position: sticky;
  top: 0;
  z-index: 3;
  margin: 0;
  padding: 4px 0 10px;
  background: var(--surface-elevated);
  box-shadow: 0 8px 12px -10px rgba(16, 21, 19, .35);
}
.ppf-catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ppf-catalog-tabs__tab {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border-card);
  background: var(--surface-elevated);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.ppf-catalog-tabs__tab:hover {
  border-color: var(--accent-hover);
}
.ppf-catalog-tabs__tab.selected {
  border-color: var(--brand);
  background: rgba(56, 189, 120, .12);
  color: var(--brand-dark);
}

/* —— PPF mini-configurator (expanded services block) —— */
.ppf-mini {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ppf-mini__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 20px;
}
.ppf-mini__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-soft);
  letter-spacing: -0.01em;
}
.ppf-mini__subtitle {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
  max-width: 40em;
}
.ppf-mini__summary {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  max-width: min(100%, 340px);
  text-align: right;
}
.ppf-mini__mode-tabs {
  display: none;
}
.ppf-mini__mode-tab {
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--border-card);
  background: var(--surface-elevated);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.ppf-mini__mode-tab.selected {
  border-color: var(--brand);
  background: rgba(56, 189, 120, .12);
  color: var(--brand-dark);
}
.ppf-mini__step {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 0;
}
.ppf-mini__step-title {
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-soft);
}
.ppf-mini__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--surface-muted, #f3f4f6);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.ppf-mini__options {
  margin-top: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--surface-muted, #f6f7f8);
  border: 1px solid var(--border-card);
}
.ppf-mini__options-title {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: none;
}
.ppf-option-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 720px) {
  .ppf-option-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.ppf-option-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  min-height: 88px;
  margin: 0;
  padding: 14px 14px 14px 12px;
  text-align: left;
  border: 1px solid var(--border-card);
  border-radius: 14px;
  background: var(--surface-elevated, #fff);
  color: var(--ink-soft);
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.ppf-option-card:hover:not(:disabled):not(.disabled) {
  border-color: color-mix(in srgb, var(--brand) 45%, var(--border-card));
}
.ppf-option-card.selected {
  border-color: var(--brand);
  background: rgba(56, 189, 120, .08);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 120, .25);
}
.ppf-option-card:disabled,
.ppf-option-card.disabled {
  opacity: .55;
  cursor: not-allowed;
}
.ppf-option-card__check {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 999px;
  border: 1px solid var(--border-card);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-dark);
  background: transparent;
}
.ppf-option-card.selected .ppf-option-card__check {
  border-color: var(--brand);
  background: rgba(56, 189, 120, .18);
}
.ppf-option-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}
.ppf-option-card__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.ppf-option-card__desc {
  font-size: 12px;
  line-height: 1.4;
  color: var(--muted);
}
.ppf-option-card__meta {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  color: var(--brand-dark, #166534);
}
.ppf-custom-project-types {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
}
.ppf-custom-project-card {
  position: relative;
  min-height: 112px;
  overflow: hidden;
  padding-right: clamp(150px, 36%, 235px);
}
.ppf-custom-project-card__preview {
  position: absolute;
  right: -8px;
  bottom: -20px;
  width: clamp(200px, 46%, 280px);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .22));
}
.ppf-custom-project-brief {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--border-card);
  border-radius: 16px;
  background: var(--surface-elevated, #fff);
}
.ppf-custom-project-brief__row {
  display: grid;
  grid-template-columns: minmax(160px, .42fr) minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}
.ppf-custom-project-brief__label {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.ppf-custom-project-scope {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.ppf-custom-project-scope .chip {
  min-height: 42px;
  justify-content: center;
  border-radius: 10px;
  white-space: normal;
  text-align: center;
}
.ppf-custom-project-scope .chip.selected {
  border-color: var(--brand);
  background: color-mix(in srgb, var(--brand) 8%, transparent);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand) 20%, transparent);
}
.ppf-custom-project-references {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px dashed color-mix(in srgb, var(--brand) 28%, var(--line));
  border-radius: 12px;
  background: var(--gradient-photo-upload);
}
.ppf-custom-project-references .photo-upload--compact {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.ppf-custom-project-references .photo-upload--compact + .photo-upload--compact {
  border-left: 1px solid var(--line);
}
.ppf-custom-project-references .photo-upload--compact .photo-upload__label {
  min-height: 88px;
  padding: 12px 14px;
}
.ppf-custom-project-idea textarea {
  width: 100%;
  min-height: 96px;
  padding: 13px 14px;
  resize: vertical;
  border: 1px solid var(--border-input);
  border-radius: 12px;
  background: var(--surface-panel);
  color: var(--ink);
  font: inherit;
  line-height: 1.45;
}
.ppf-custom-project-idea textarea:focus {
  border-color: var(--brand);
  outline: 2px solid color-mix(in srgb, var(--brand) 20%, transparent);
  outline-offset: 1px;
}
@media (max-width: 719px) {
  .ppf-custom-project-types,
  .ppf-custom-project-brief__row {
    grid-template-columns: 1fr;
  }
  .ppf-custom-project-card {
    min-height: 126px;
    padding-right: min(48%, 190px);
  }
  .ppf-custom-project-brief__label {
    margin-top: 0;
  }
  .ppf-custom-project-scope {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .ppf-custom-project-card {
    padding-right: 12px;
    padding-bottom: 104px;
  }
  .ppf-custom-project-card__preview {
    width: 220px;
  }
  .ppf-custom-project-references {
    grid-template-columns: 1fr;
  }
  .ppf-custom-project-references .photo-upload--compact + .photo-upload--compact {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}
.ppf-includes {
  margin-top: 4px;
  border: 0;
  background: transparent;
}
.ppf-includes__summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  list-style: none;
}
.ppf-includes__summary::-webkit-details-marker { display: none; }
.ppf-includes__summary::before {
  content: "▸ ";
  font-size: 10px;
}
.ppf-includes[open] .ppf-includes__summary::before { content: "▾ "; }
.ppf-includes__list {
  margin: 8px 0 0;
  padding: 0 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.ppf-package-addons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}
.ppf-package-addons__title {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}
.ppf-package-addons__hint {
  margin: 0;
}
.ppf-extras__details {
  border: 1px solid var(--border-card);
  border-radius: 12px;
  padding: 10px 12px;
  background: var(--surface-elevated, #fff);
}
.ppf-extras__summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-soft);
  list-style: none;
}
.ppf-extras__summary::-webkit-details-marker { display: none; }
.ppf-extras__hint {
  margin: 8px 0 10px;
}
.ppf-finish-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ppf-finish-pill {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border-card);
  background: var(--surface-elevated);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.ppf-finish-pill:hover {
  border-color: color-mix(in srgb, var(--brand) 40%, var(--border-card));
}
.ppf-finish-pill.selected {
  border-color: var(--brand);
  background: rgba(56, 189, 120, .12);
  color: var(--brand-dark);
}
.ppf-film-variant-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 720px) {
  .ppf-film-variant-options {
    grid-template-columns: 1fr 1fr;
  }
}
.ppf-film-variant-options .compact-service-card {
  min-height: 88px;
}
.ppf-film-variant-options .compact-service-card__body {
  gap: 4px;
}
.ppf-film-variant-options .compact-service-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ppf-film-variant-options .compact-service-card__meta {
  color: var(--muted);
  font-weight: 600;
}
.ppf-coverage-options {
  gap: 10px;
}
.ppf-coverage-options .compact-service-card {
  min-height: 84px;
}
.ppf-coverage-options .compact-service-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ppf-more-zones-toggle {
  align-self: flex-start;
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ppf-mini__selected {
  margin-top: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(56, 189, 120, .28);
  background: rgba(56, 189, 120, .06);
}
.ppf-mini__selected-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ppf-mini__selected-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: var(--ink-soft);
}
.ppf-mini__selected-item--brand {
  font-weight: 700;
}
.ppf-mini__selected-meta {
  color: var(--muted);
  font-weight: 600;
  white-space: nowrap;
}
.ppf-mini__selected-total {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--ink-soft);
}
.ppf-mini__selected-total strong {
  color: var(--brand-dark);
}
.coating-options-scope {
  border-radius: 18px;
}
.coating-options-scope .ppf-category__hint {
  display: none;
}
@media (max-width: 720px) {
  .ppf-film-variant-options,
  .ppf-coverage-options {
    grid-template-columns: 1fr;
  }
  .ppf-mini__summary {
    max-width: 100%;
  }
}

.ppf-catalog-group {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ppf-catalog-group__title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
  color: var(--ink-soft);
}
.ppf-catalog-group__hint { margin: 0 0 12px; }
.ppf-catalog-group__note {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border-section);
  background: var(--surface-elevated);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.coating-clarifications-footer {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.coating-clarifications-footer__apply {
  margin: 0;
  font-size: 13px;
}
.ppf-catalog-subtype__title {
  margin: 12px 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-soft);
}
.matte-satin-finish,
.matte-satin-coverage {
  margin-bottom: 16px;
}
.matte-satin-finish .coating-subhead__title,
.matte-satin-coverage .coating-subhead__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-soft);
}
.coating-subhead__subtitle {
  margin: -4px 0 10px;
}
.ppf-finish-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.ppf-finish-options .compact-service-card__meta {
  display: none;
}
.ppf-film-variants__single {
  margin: 0;
}
.ppf-finish-same-coverage-hint {
  margin: 10px 0 0;
}
.ppf-matte-satin-partial-warning {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--accent, #2a9d6e) 28%, var(--line));
  background: color-mix(in srgb, var(--accent, #2a9d6e) 10%, transparent);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}
.compact-service-card__note {
  font-size: 13px;
  line-height: 1.45;
  color: var(--accent-muted, #9fd4b8);
}
.coating-options-scope {
  margin: 16px 0;
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid var(--accent-icon-border);
  background: var(--gradient-section);
  box-shadow: var(--shadow-section);
}
.coating-scope-panel__reassure { margin-top: 4px; font-size: 13px; }
.coating-subhead { margin: 18px 0 10px; }
.coating-subhead__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  color: var(--ink-soft);
}
.coating-subhead .hint { margin: 0; }
.coating-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.coating-grid--services { margin-bottom: 8px; }
.coating-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 110px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid var(--border-card);
  background: var(--surface-elevated);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.coating-card:hover {
  border-color: var(--accent-hover);
  box-shadow: var(--shadow-preset-hover);
}
.coating-card.selected {
  border-color: var(--brand);
  background: var(--surface-selected-soft);
  box-shadow: var(--shadow-preset-selected);
}
.coating-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.coating-card__top strong {
  font-size: 15px;
  line-height: 1.3;
  color: var(--ink-soft);
}
.coating-card__badge {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--surface-brand-chip);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.coating-card__desc {
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}
.coating-card__meta {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  color: var(--meta);
}
.coating-zone-group { margin-top: 12px; }
.coating-zone-group__title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-soft);
}
.coating-options-panel {
  margin-top: 16px;
  padding: 14px;
  border-radius: 12px;
  background: var(--surface-inline);
  border: 1px solid var(--line);
}
.coating-options-panel__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.coating-option-group__profile-hint {
  margin-top: 0.35rem;
  font-size: 0.85rem;
}
.coating-option-group .hint {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-soft);
}
.coating-selected {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--surface-brand-tint);
  border: 1px solid var(--accent);
}
.coating-selected__label {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.coating-selected__value {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: var(--ink-soft);
}
.coating-selected__price {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-dark);
}
.upholstery-panel--inline {
  margin: 12px 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--surface-inline);
  border: 1px solid var(--line);
}
.upholstery-panel--inline .upholstery-panel__subhead {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-soft);
}
.panel-next-hint {
  margin: 0 0 10px;
  text-align: right;
  font-size: 13px;
  color: var(--muted);
}
.panel-actions {
  margin-top: 18px;
}
.panel-actions--services-sticky {
  position: sticky;
  bottom: 0;
  z-index: 8;
  margin-top: 24px;
  padding: 12px 0 8px;
  background: linear-gradient(180deg, transparent 0%, var(--surface-elevated) 28%);
}
.toolbar--services-sticky {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.panel-actions__quote {
  margin-right: auto;
  min-width: 0;
  font-size: 12px;
  line-height: 1.3;
  color: var(--muted);
}
.panel-actions__quote strong {
  display: block;
  font-size: 16px;
  color: var(--brand-dark);
}
.toolbar-wrap { width: 100%; }
@media (max-width: 720px) {
  .compact-service-list { grid-template-columns: 1fr; }
  .ppf-finish-options,
  .ppf-film-variant-options { grid-template-columns: 1fr; }
  .ppf-preset-grid { grid-template-columns: 1fr; }
  .panel-actions--services-sticky {
    position: static;
    background: none;
    padding-top: 0;
  }
  .panel-actions__quote { display: none; }
}
.step-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.step-header h2 { margin-top: 0; }
.btn-compact { padding: 10px 14px; font-size: 14px; white-space: nowrap; }
.panel-actions {
  position: static;
  margin: 28px 0 0;
  padding: 18px 0 32px;
  background: none;
  border-top: 1px solid var(--line);
  backdrop-filter: none;
  z-index: auto;
}
.panel-actions.panel-actions--services-sticky {
  position: static;
  z-index: auto;
  margin-top: 24px;
  padding-top: 18px;
  background: none;
  border-top: 1px solid var(--line);
}
.panel-feedback { display: grid; gap: 8px; margin-bottom: 12px; }
.feedback-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  padding: 10px 12px;
  animation: feedback-in .22s ease;
}
.feedback-item--error { border: 1px solid var(--feedback-error-border); background: var(--feedback-error-bg); color: var(--danger); }
.feedback-item--warning { border: 1px solid var(--feedback-warning-border); background: var(--feedback-warning-bg); color: var(--warn); }
.feedback-item__text { margin: 0; flex: 1; font-size: 14px; line-height: 1.45; }
.feedback-item__close {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
@keyframes feedback-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.toolbar { display: flex; justify-content: space-between; gap: 12px; margin-top: 0; }
.btn {
  border: 1px solid var(--brand);
  background: var(--gradient-brand-btn);
  color: var(--white);
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .01em;
  min-height: 48px;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  box-shadow: var(--btn-shadow);
}
.btn:hover:not(:disabled) {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(15, 107, 79, .32);
}
.btn:active:not(:disabled) { transform: translateY(0); }
.btn--hero { padding-inline: 28px; }
.btn.secondary {
  background: var(--surface-elevated);
  color: var(--brand-dark);
  border-color: var(--line-strong);
  box-shadow: none;
}
.btn.secondary:hover:not(:disabled) {
  background: var(--surface-hover);
  border-color: var(--accent);
  filter: none;
  box-shadow: 0 2px 8px rgba(16, 21, 19, .06);
}
.btn:disabled { opacity: .4; cursor: not-allowed; box-shadow: none; transform: none; }
.whatsapp-btn { border-color: #25d366; color: #128c7e; }
.contact-trust { margin: 18px 0; padding: 16px; border-radius: 14px; background: var(--surface-section); border: 1px solid var(--line); }
.contact-trust ul { margin: 8px 0 0; padding-left: 18px; color: var(--muted); }
.phone-hint { margin-top: -4px; }
.contact-block { margin-top: 8px; }
.discount-field { margin: 0; }
.discount-input-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.discount-input-row input {
  flex: 1 1 auto;
  min-width: 0;
}
.discount-apply-btn {
  flex: 0 0 auto;
  align-self: center;
  min-height: 48px;
  padding-inline: 18px;
}
.discount-feedback {
  margin: 8px 0 0;
  font-size: 14px;
}
.discount-feedback--success { color: var(--accent, #0a7a3f); }
.discount-feedback--error { color: var(--danger, #b42318); }
.summary-discount {
  margin: 10px 0 4px;
  padding-top: 10px;
  border-top: 1px solid var(--line, rgba(0,0,0,.08));
}
.summary-row--discount span { color: var(--accent, #0a7a3f); }
.summary-row--total strong { font-size: 1.05em; }
.contact-section-title { margin: 28px 0 8px; }
.contact-section-hint {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  max-width: 640px;
}
.contact-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 4px;
}
.contact-choice-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid var(--border-input);
  border-radius: 16px;
  background: var(--surface-elevated);
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}
.contact-choice-card:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(16, 21, 19, .06);
}
.contact-choice-card.selected {
  background: var(--surface-brand-tint);
  border-color: var(--brand);
  box-shadow: 0 16px 34px rgba(15, 107, 79, .12);
}
.contact-choice-card--priority .contact-choice-card__icon {
  background: var(--gradient-contact-priority);
  border-color: var(--border-selected-soft);
  color: var(--brand-dark);
}
.contact-choice-card--recommended.selected,
.contact-choice-card--recommended:hover {
  border-color: var(--brand);
}
.contact-choice-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--surface-section);
  border: 1px solid var(--border-input);
  color: var(--brand-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-choice-card__icon svg { width: 20px; height: 20px; }
.contact-choice-card.selected .contact-choice-card__icon {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--on-brand);
}
.contact-choice-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding-right: 8px;
}
.contact-choice-card__body strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink-soft);
}
.contact-choice-card__body span {
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}
.contact-choice-card__badges {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  max-width: 42%;
}
.contact-choice-card__badge {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--badge-priority-bg);
  border: 1px solid var(--badge-priority-border);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.2;
}
.contact-choice-card__selected {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
}
.contact-details { margin-top: 4px; }
.contact-message-field { margin-top: 8px; }
.preferred-term-date-row {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid var(--border-input);
  border-radius: 16px;
  background: var(--gradient-condition-panel);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.preferred-term-date-row.selected {
  background: var(--surface-brand-tint);
  border-color: var(--brand);
  box-shadow: 0 12px 28px rgba(15, 107, 79, .1);
}
.preferred-term-date-prompt {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-soft);
}
.preferred-term-date-picker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.preferred-term-date-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-dark);
  white-space: nowrap;
}
.preferred-term-date-picker input[type="date"] {
  min-width: 160px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border-input);
  background: var(--surface-elevated);
  font-size: var(--type-body-md-size);
  color: var(--ink-soft);
}
.optional-mark {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--muted);
}

.booking-time-demo-note {
  margin: 0 0 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(15, 107, 79, 0.12);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.booking-visit-calendar-flow {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 14px;
  min-width: 0;
}

.booking-visit-calendar-gate {
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-visit-calendar-gate__btn {
  min-height: 44px;
  width: fit-content;
  max-width: 100%;
}

.booking-visit-calendar-chrome {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.booking-visit-calendar-disclosure {
  min-height: 44px;
  width: fit-content;
  max-width: 100%;
  flex-shrink: 0;
}

.booking-visit-compact {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-panel);
}

.booking-visit-compact__date {
  margin: 0;
  font-weight: 700;
  color: var(--ink-soft);
  min-width: 0;
}

.booking-visit-compact__change {
  flex-shrink: 0;
}

.booking-manual-preference {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
  max-width: 280px;
}

.booking-manual-preference__label {
  font-size: var(--type-label-sm-size);
  font-weight: var(--type-label-sm-weight);
  color: var(--muted);
}

.booking-manual-preference__date {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-panel);
  color: var(--ink);
}

.booking-visit-calendar {
  width: 100%;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface-panel);
  overflow: hidden;
  --dp-background-color: transparent;
  --dp-menu-border-color: transparent;
  --dp-text-color: var(--ink-soft);
  --dp-hover-color: var(--surface-hover);
  --dp-hover-text-color: var(--ink);
  --dp-hover-icon-color: var(--brand-dark);
  --dp-primary-color: var(--brand);
  --dp-primary-text-color: var(--on-brand);
  --dp-primary-disabled-color: color-mix(in srgb, var(--brand) 45%, transparent);
  --dp-secondary-color: var(--muted);
  --dp-border-color: var(--line);
  --dp-icon-color: var(--muted);
  --dp-disabled-color: transparent;
  --dp-disabled-color-text: var(--muted);
  --dp-menu-padding: 0;
  --dp-menu-min-width: 100%;
  --dp-cell-size: 42px;
  --dp-cell-padding: 2px;
  --dp-month-year-row-height: 44px;
  --dp-month-year-row-button-size: 34px;
  --dp-font-size: 0.95rem;
  --dp-highlight-color: color-mix(in srgb, var(--brand) 16%, transparent);
  --dp-row-margin: 2px 0;
}

.booking-visit-calendar .dp__main,
.booking-visit-calendar .dp--main,
.booking-visit-calendar .dp__menu,
.booking-visit-calendar .dp--menu,
.booking-visit-calendar .booking-datepicker-menu,
.booking-visit-calendar .dp__instance_calendar,
.booking-visit-calendar .dp--instance-calendar,
.booking-visit-calendar .dp__calendar,
.booking-visit-calendar .dp--calendar,
.booking-visit-calendar .dp__calendar_wrap,
.booking-visit-calendar .dp--calendar-wrap {
  width: 100%;
  max-width: 100%;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-family: inherit;
}

.booking-visit-calendar .dp__menu_inner,
.booking-visit-calendar .dp--menu-inner {
  padding: 0;
}

.booking-visit-calendar .dp__input_wrap,
.booking-visit-calendar .dp--input-wrap,
.booking-visit-calendar .dp--tp-wrap,
.booking-visit-calendar .dp--flex-display-with-input {
  display: none !important;
}

.booking-visit-calendar .dp__month_year_row,
.booking-visit-calendar .dp--month-year-row {
  margin-bottom: 8px;
}

.booking-visit-calendar .dp__month_year_wrap,
.booking-visit-calendar .dp--month-year-wrap {
  justify-content: center;
}

.booking-visit-calendar .dp__month_year_select,
.booking-visit-calendar .dp--month-year-select,
.booking-visit-calendar .dp__month_year_wrap,
.booking-visit-calendar .dp--month-year-wrap {
  color: var(--ink);
  font-weight: 700;
}

.booking-visit-calendar .dp__inner_nav,
.booking-visit-calendar .dp--inner-nav {
  color: var(--ink-soft);
}

.booking-visit-calendar .dp__inner_nav:hover,
.booking-visit-calendar .dp--inner-nav:hover {
  background: var(--surface-hover);
  color: var(--brand-dark);
}

.booking-visit-calendar .dp__calendar_header,
.booking-visit-calendar .dp--calendar-header {
  width: 100%;
}

.booking-visit-calendar .dp__calendar_header_item,
.booking-visit-calendar .dp--calendar-header-item {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.booking-visit-calendar .dp__calendar_row,
.booking-visit-calendar .dp--calendar-row {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  width: 100%;
  margin-inline: 0;
}

.booking-visit-calendar .dp__calendar_item,
.booking-visit-calendar .dp--calendar-item {
  flex: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
}

.booking-visit-calendar .dp__cell_inner,
.booking-visit-calendar .dp--cell-inner {
  position: relative;
  width: var(--dp-cell-size);
  height: var(--dp-cell-size);
  min-width: var(--dp-cell-size);
  min-height: var(--dp-cell-size);
  margin-inline: auto;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--ink-soft);
}

.booking-visit-calendar .dp__cell_inner:hover:not(.dp__cell_disabled),
.booking-visit-calendar .dp--cell-inner:hover:not(.dp--cell-disabled) {
  background: var(--surface-hover);
  color: var(--ink);
}

.booking-visit-calendar .dp__cell_inner.dp--active,
.booking-visit-calendar .dp--cell-inner.dp--active,
.booking-visit-calendar .dp__active_date .dp__cell_inner,
.booking-visit-calendar .dp--active-date .dp--cell-inner {
  background: var(--brand);
  color: var(--on-brand);
  border-color: var(--brand);
  box-shadow: 0 0 0 1px var(--brand);
}

.booking-visit-calendar .dp__cell_inner.booking-datepicker-day--today:not(.dp--active),
.booking-visit-calendar .dp--cell-inner.booking-datepicker-day--today:not(.dp--active),
.booking-visit-calendar .dp--today.dp--cell-inner {
  border-color: color-mix(in srgb, var(--brand) 70%, transparent);
}

.booking-visit-calendar .dp__cell_inner.booking-datepicker-day--past,
.booking-visit-calendar .dp--cell-inner.booking-datepicker-day--past {
  color: var(--muted) !important;
  opacity: 0.32;
  cursor: not-allowed;
  pointer-events: none;
}

.booking-visit-calendar .dp__cell_inner.booking-datepicker-day--past::after,
.booking-visit-calendar .dp--cell-inner.booking-datepicker-day--past::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 50%;
  height: 1px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--muted) 75%, transparent);
  transform: translateY(-50%) rotate(-14deg);
  pointer-events: none;
}

.booking-visit-calendar .dp__cell_inner.booking-datepicker-day--booked,
.booking-visit-calendar .dp--cell-inner.booking-datepicker-day--booked {
  color: var(--muted) !important;
  opacity: 0.62;
  cursor: not-allowed;
  background: color-mix(in srgb, var(--muted) 10%, transparent);
}

.booking-visit-calendar .dp__cell_inner.booking-datepicker-day--booked:not(.dp--active)::after,
.booking-visit-calendar .dp--cell-inner.booking-datepicker-day--booked:not(.dp--active)::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--muted) 70%, transparent);
  transform: translateX(-50%);
}

.booking-visit-calendar .dp__cell_inner.booking-datepicker-day--past:hover,
.booking-visit-calendar .dp--cell-inner.booking-datepicker-day--past:hover,
.booking-visit-calendar .dp__cell_inner.booking-datepicker-day--booked:hover,
.booking-visit-calendar .dp--cell-inner.booking-datepicker-day--booked:hover {
  background: inherit;
  color: inherit;
}

.booking-visit-calendar .dp__cell_inner.dp--cell-disabled,
.booking-visit-calendar .dp--cell-inner.dp--cell-disabled,
.booking-visit-calendar .dp__cell_offset.dp__cell_inner,
.booking-visit-calendar .dp--cell-offset.dp--cell-inner {
  cursor: not-allowed;
}

.booking-visit-calendar .dp__cell_inner.booking-datepicker-day--available,
.booking-visit-calendar .dp--cell-inner.booking-datepicker-day--available {
  color: var(--ink-soft);
  opacity: 1;
}

.booking-visit-calendar .dp__cell_inner.booking-datepicker-day--available:not(.dp--active)::after,
.booking-visit-calendar .dp--cell-inner.booking-datepicker-day--available:not(.dp--active)::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand);
  transform: translateX(-50%);
}

.booking-visit-calendar .dp__cell_inner.dp--active::after,
.booking-visit-calendar .dp--cell-inner.dp--active::after,
.booking-visit-calendar .dp__active_date .dp__cell_inner::after,
.booking-visit-calendar .dp--active-date .dp--cell-inner::after {
  background: var(--on-brand);
}

.booking-visit-calendar-flow__details {
  min-width: 0;
}

@media (min-width: 901px) {
  .booking-visit-calendar-flow {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .booking-visit-calendar {
    width: auto;
    flex: 0 0 auto;
    max-width: min(360px, 42%);
  }

  .booking-visit-calendar-flow__details {
    flex: 1 1 0;
    min-width: 0;
  }
}

.booking-visit-helper {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-panel);
}

.booking-visit-helper__title,
.booking-visit-selected-date__title {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

.booking-visit-helper__text,
.booking-visit-helper__legend,
.booking-visit-selected-date__meta {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.booking-visit-helper__legend {
  margin: 8px 0 0;
  padding-left: 1.1rem;
}

.booking-visit-helper__legend li + li {
  margin-top: 4px;
}

.booking-visit-selected-date {
  margin-bottom: 12px;
}

.booking-time-slots-grid--inline {
  grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
}

.booking-time-option--secondary {
  margin-top: 12px;
  width: 100%;
}

.booking-visit-segmented {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-panel);
}

.booking-visit-segmented__option {
  flex: 1 1 0;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.booking-visit-segmented__option:hover {
  color: var(--ink-soft);
}

.booking-visit-segmented__option--active {
  background: var(--surface-elevated);
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.booking-visit-arrange-note {
  margin: 14px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-panel);
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.booking-quick-slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.booking-quick-slot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-height: 84px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-elevated);
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.booking-quick-slot:hover {
  border-color: var(--brand);
  background: var(--surface-brand-tint);
}

.booking-quick-slot__badge {
  display: inline-block;
  margin-bottom: 2px;
  padding: 2px 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand) 16%, transparent);
  color: var(--brand-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.booking-quick-slot__date {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.booking-quick-slot__time {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
}

.booking-visit-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-top: 14px;
}

.booking-visit-actions__other-day {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-elevated);
  color: var(--ink);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 10px 16px;
  cursor: pointer;
}

.booking-visit-actions__other-day:hover {
  border-color: var(--brand);
}

.booking-visit-actions__arrange {
  border: 0;
  background: none;
  color: var(--muted);
  font: inherit;
  font-size: 0.9rem;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.booking-visit-actions__arrange:hover {
  color: var(--ink-soft);
}

.booking-visit-selected {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px 14px;
  align-items: start;
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--brand) 45%, var(--line));
  border-radius: 14px;
  background: var(--surface-brand-tint);
}

.booking-visit-selected__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--on-brand);
  font-size: 0.95rem;
  font-weight: 800;
}

.booking-visit-selected__value {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}

.booking-visit-selected__note {
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.4;
}

.booking-visit-selected__change {
  border: 0;
  background: none;
  color: var(--brand-dark);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.booking-visit-dialog-root {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.booking-visit-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: var(--backdrop);
}

.booking-visit-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(920px, 100%);
  max-height: min(90vh, 760px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-panel);
  box-shadow: var(--shadow-modal);
  overflow: hidden;
}

.booking-visit-dialog__header,
.booking-visit-dialog__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

.booking-visit-dialog__footer {
  border-bottom: 0;
  border-top: 1px solid var(--line);
}

.booking-visit-dialog__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}

.booking-visit-dialog__close,
.booking-visit-dialog__cancel {
  border: 0;
  background: none;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
}

.booking-visit-dialog__body {
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  gap: 0;
  min-height: 0;
  flex: 1;
  overflow: hidden;
}

.booking-visit-dialog__calendar {
  padding: 16px 14px;
  border-right: 1px solid var(--line);
  overflow: auto;
}

.booking-visit-dialog__slots {
  padding: 16px 18px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booking-visit-dialog__prompt,
.booking-visit-dialog__selected-date {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.booking-visit-dialog__selected-date {
  font-weight: 700;
  color: var(--ink);
}

.booking-visit-dialog__confirm {
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: var(--on-brand);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 10px 18px;
  cursor: pointer;
}

.booking-visit-dialog__confirm:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 720px) {
  .booking-visit-dialog-root {
    align-items: flex-end;
    padding: 0;
  }

  .booking-visit-dialog {
    width: 100%;
    max-height: 92vh;
    border-radius: 18px 18px 0 0;
  }

  .booking-visit-dialog__body {
    grid-template-columns: 1fr;
  }

  .booking-visit-dialog__calendar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .booking-quick-slots {
    grid-template-columns: 1fr;
  }
}

.booking-visit-card {
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface-panel);
  overflow: hidden;
  min-height: 360px;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar {
  width: 100%;
  min-width: 0;
  padding: 16px 14px 18px;
  background: var(--surface-panel);
  --dp-background-color: transparent;
  --dp-menu-border-color: transparent;
  --dp-text-color: var(--ink-soft);
  --dp-hover-color: var(--surface-hover);
  --dp-hover-text-color: var(--ink);
  --dp-hover-icon-color: var(--brand-dark);
  --dp-primary-color: var(--brand);
  --dp-primary-text-color: var(--on-brand);
  --dp-primary-disabled-color: color-mix(in srgb, var(--brand) 45%, transparent);
  --dp-secondary-color: var(--muted);
  --dp-border-color: var(--line);
  --dp-icon-color: var(--muted);
  --dp-disabled-color: color-mix(in srgb, var(--surface-panel) 70%, var(--muted));
  --dp-disabled-color-text: var(--muted);
  --dp-menu-padding: 0;
  --dp-menu-min-width: 100%;
  --dp-cell-size: 42px;
  --dp-cell-padding: 2px;
  --dp-month-year-row-height: 44px;
  --dp-month-year-row-button-size: 34px;
  --dp-font-size: 0.95rem;
  --dp-highlight-color: color-mix(in srgb, var(--brand) 16%, transparent);
  --dp-row-margin: 2px 0;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__main,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--main,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__menu,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--menu,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .booking-datepicker-menu,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__instance_calendar,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--instance-calendar,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__calendar,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--calendar,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__calendar_wrap,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--calendar-wrap {
  width: 100%;
  max-width: 100%;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-family: inherit;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__menu_inner,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--menu-inner {
  padding: 0;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__input_wrap,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--input-wrap,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--tp-wrap,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--flex-display-with-input {
  display: none !important;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__month_year_row,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--month-year-row {
  margin-bottom: 8px;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__month_year_select,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--month-year-select,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__month_year_wrap,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--month-year-wrap {
  color: var(--ink);
  font-weight: 700;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__inner_nav,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--inner-nav {
  color: var(--ink-soft);
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__inner_nav:hover,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--inner-nav:hover {
  background: var(--surface-hover);
  color: var(--brand-dark);
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__calendar_header,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--calendar-header {
  width: 100%;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__calendar_header_item,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--calendar-header-item {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__calendar_row,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--calendar-row {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  width: 100%;
  margin-inline: 0;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__calendar_item,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--calendar-item {
  flex: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 100%;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__cell_inner,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--cell-inner {
  border-radius: 10px;
  border: 1px solid transparent;
  width: var(--dp-cell-size);
  height: var(--dp-cell-size);
  min-width: var(--dp-cell-size);
  min-height: var(--dp-cell-size);
  margin-inline: auto;
  color: var(--ink-soft);
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__cell_inner:hover:not(.dp__cell_disabled),
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--cell-inner:hover:not(.dp--cell-disabled) {
  background: var(--surface-hover);
  color: var(--ink);
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__active_date .dp__cell_inner,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--active-date .dp--cell-inner {
  background: var(--brand);
  color: var(--on-brand);
  border-color: var(--brand);
  box-shadow: 0 0 0 1px var(--brand);
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .booking-datepicker-day--today:not(.dp__active_date) .dp__cell_inner,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .booking-datepicker-day--today:not(.dp--active-date) .dp--cell-inner {
  border-color: color-mix(in srgb, var(--brand) 70%, transparent);
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .booking-datepicker-day--unavailable .dp__cell_inner,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .booking-datepicker-day--unavailable .dp--cell-inner {
  color: var(--muted) !important;
  opacity: 0.55;
  cursor: not-allowed;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .booking-datepicker-day--available .dp__cell_inner,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .booking-datepicker-day--available .dp--cell-inner {
  color: var(--ink-soft);
  opacity: 1;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__cell_disabled .dp__cell_inner,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--cell-disabled .dp--cell-inner,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__cell_offset .dp__cell_inner,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--cell-offset .dp--cell-inner {
  color: var(--muted) !important;
  opacity: 0.55;
  cursor: not-allowed;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__cell_inner:not(.dp__cell_disabled):not(.dp--cell-disabled),
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--cell-inner:not(.dp--cell-disabled) {
  opacity: 1;
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .booking-datepicker-day--available:not(.dp__active_date) .dp__cell_inner::after,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .booking-datepicker-day--available:not(.dp--active-date) .dp--cell-inner::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand);
  transform: translateX(-50%);
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp__active_date .dp__cell_inner::after,
.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--active-date .dp--cell-inner::after {
  background: var(--on-brand);
}

.booking-visit-card__calendar, .booking-visit-dialog__calendar .dp--today .dp--cell-inner {
  border-color: color-mix(in srgb, var(--brand) 70%, transparent);
}

.booking-visit-card__slots {
  min-width: 0;
  min-height: 100%;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-left: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-panel) 88%, var(--surface-hover));
}

.booking-slots-empty {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  max-width: 420px;
}

.booking-slots-empty__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}

.booking-slots-empty__body {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.45;
}

.booking-slots-empty__nearest {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.booking-slots-empty__nearest-label {
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.booking-slots-empty__nearest-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  border: 1px solid var(--brand);
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand) 12%, transparent);
  color: var(--brand-dark);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 11px 16px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.booking-slots-empty__nearest-action:hover {
  background: color-mix(in srgb, var(--brand) 20%, transparent);
  border-color: var(--brand-dark);
}

.booking-slots-selected-date__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}

.booking-slots-selected-date__meta {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.booking-time-option--inline {
  align-self: flex-start;
  margin-top: 2px;
}

@media (max-width: 720px) {
  .booking-visit-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .booking-visit-card__calendar, .booking-visit-dialog__calendar {
    max-width: none;
  }

  .booking-visit-card__slots {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 220px;
  }

  .booking-slots-empty {
    max-width: none;
  }

  .booking-slots-empty__nearest-action {
    width: 100%;
  }

  .booking-visit-segmented {
    flex-direction: column;
  }
}

.booking-time-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--surface-panel);
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.booking-time-status--fallback {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.booking-time-retry,
.booking-time-clear {
  border: 0;
  background: none;
  color: var(--brand-dark);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}

.booking-time-block {
  margin-top: 14px;
}

.booking-time-block--times {
  margin-top: 16px;
}

.booking-time-slots-heading {
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.booking-time-alternatives {
  margin-top: 14px;
}

.booking-time-alternatives__prompt {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.booking-time-slots-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
}

.summary-row--muted span {
  color: var(--muted);
}

.booking-time-section-label {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.booking-time-dates-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.booking-time-date-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 108px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.booking-time-date-card:hover:not(:disabled) {
  border-color: var(--brand-dark);
}

.booking-time-date-card.selected {
  border-color: var(--brand);
  background: var(--surface-selected);
  box-shadow: 0 0 0 1px var(--brand);
}

.booking-time-date-card.disabled,
.booking-time-date-card:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.booking-time-date-card__headline {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
}

.booking-time-date-card__date {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.booking-time-date-card__meta {
  margin-top: 4px;
  font-size: 0.82rem;
  color: var(--muted);
}

.booking-time-daypart {
  margin-bottom: 14px;
}

.booking-time-daypart:last-child {
  margin-bottom: 0;
}

.booking-time-daypart__label {
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.booking-time-slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 8px;
  margin: 0;
}

.booking-time-slot {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.booking-time-slot:hover:not(:disabled) {
  border-color: var(--brand-dark);
}

.booking-time-slot.selected {
  border-color: var(--brand);
  background: var(--surface-selected);
  box-shadow: 0 0 0 1px var(--brand);
}

.booking-time-slot:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.booking-time-week-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.booking-time-week-chip {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink-soft);
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  cursor: pointer;
}

.booking-time-week-chip--active,
.booking-time-week-chip:hover {
  border-color: var(--brand);
  color: var(--ink);
}

.booking-time-week-chip--active {
  background: var(--surface-selected);
  box-shadow: 0 0 0 1px var(--brand);
}

.booking-time-flexible {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--surface-panel);
}

.booking-time-flexible__note {
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.booking-time-flexible__action {
  border: 1px dashed var(--line);
  background: transparent;
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 14px;
  font: inherit;
  cursor: pointer;
}

.booking-time-flexible__action:hover {
  border-color: var(--brand-dark);
}

.booking-time-range-empty {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.booking-time-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.booking-time-options--range {
  margin-top: 0;
}

.booking-time-option {
  border: 1px dashed var(--line);
  background: transparent;
  color: var(--ink-soft);
  border-radius: 999px;
  padding: 8px 14px;
  font: inherit;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.booking-time-option:hover {
  border-color: var(--brand-dark);
  color: var(--ink);
}

.booking-time-option--active {
  border-style: solid;
  border-color: var(--brand);
  background: rgba(15, 107, 79, 0.08);
  color: var(--ink);
}

.booking-time-selected {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .booking-time-dates-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .booking-time-date-card {
    flex: 0 0 auto;
  }

  .booking-time-slots-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-time-options {
    flex-direction: column;
  }

  .booking-time-option {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .contact-choice-grid { grid-template-columns: 1fr; }
  .preferred-term-date-row { flex-direction: column; align-items: stretch; }
  .preferred-term-date-picker { justify-content: space-between; }
  .discount-input-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .discount-apply-btn {
    width: 100%;
    min-height: 48px;
    padding-inline: 16px;
  }
  .discount-feedback {
    font-size: 13px;
    line-height: 1.45;
  }
  .summary-discount {
    margin-top: 8px;
    padding-top: 8px;
  }
  .summary-discount .summary-row {
    padding: 9px 0;
  }
  .summary-discount .summary-row span,
  .summary-discount .summary-row strong {
    display: block;
    text-align: left;
    margin-top: 2px;
  }
  .summary-row--total strong {
    font-size: 1.1em;
  }
}

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

.photo-upload {
  position: relative;
  border: 1px dashed var(--border-photo);
  border-radius: var(--radius-sm);
  background: var(--gradient-photo-upload);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.photo-upload:hover { border-color: var(--accent-hover); box-shadow: 0 4px 20px rgba(15, 107, 79, .06); }
.photo-upload--dragging {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 18%, transparent);
}
.photo-upload--dragging .photo-upload__label {
  background: color-mix(in srgb, var(--brand) 7%, transparent);
}
.photo-upload--done { border-style: solid; border-color: var(--border-photo-done); }
.photo-upload__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.photo-upload__label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  cursor: pointer;
  min-height: 140px;
}
.photo-upload__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gradient-icon);
  border: 1px solid var(--accent-icon-border);
  color: var(--brand-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.photo-upload__icon svg { width: 22px; height: 22px; }
.photo-upload__title { font-size: 15px; font-weight: 700; color: var(--ink-soft); }
.photo-upload__hint { color: var(--muted); font-size: 13px; line-height: 1.4; }
.photo-upload__name { color: var(--muted); font-size: 12px; word-break: break-all; }
.photo-upload__preview { width: 100%; max-height: 120px; object-fit: cover; border-radius: 10px; }
.photo-upload__status { color: var(--brand-dark); font-weight: 700; font-size: 13px; }
.photo-upload__actions { padding: 0 18px 14px; }
.photo-upload__error { display: block; padding: 0 18px 14px; }
.photo-upload--error { border-color: var(--danger); }

.checks--invalid {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(181, 45, 45, .28);
  background: rgba(181, 45, 45, .06);
}
.checks__error { margin: 8px 0 0; }

.mobile-bottom-bar__error {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(181, 45, 45, .1);
  border: 1px solid rgba(181, 45, 45, .22);
  color: var(--danger);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.mobile-bottom-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: var(--sticky-bar-bg);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(12px);
  box-shadow: var(--sticky-bar-shadow);
  gap: 10px;
}
.mobile-bottom-bar__info {
  min-width: 0;
  font-size: 12px;
  line-height: 1.25;
  color: var(--muted);
}
.mobile-bottom-bar__info strong {
  display: block;
  font-size: 16px;
  line-height: 1.15;
  color: var(--brand-dark);
  margin-bottom: 1px;
}
.mobile-bottom-bar__info span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mobile-bottom-bar__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 8px;
  width: 100%;
}
.mobile-bottom-bar__actions .btn {
  width: 100%;
  min-height: 44px;
  justify-content: center;
  padding-inline: 10px;
}
.mobile-bottom-bar__summary {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-bottom-bar__summary-icon {
  width: 20px;
  height: 20px;
  display: block;
}
.mobile-bottom-bar__cta {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.2;
  height: auto;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* Allow full label (up to ~2 wrapping lines) without clipping. */
  overflow: visible;
  max-height: none;
}
.summary h3 {
  margin: 0 0 12px;
  font-family: var(--font-primary);
  font-size: var(--type-heading-md-size);
  font-weight: var(--type-heading-md-weight);
  letter-spacing: var(--type-heading-md-tracking);
  color: var(--ink-soft);
}
.summary-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: var(--backdrop);
}
.summary-modal {
  width: min(560px, 100%);
  max-height: min(760px, 88vh);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-modal);
  padding: 0;
}
.summary-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
  margin-bottom: 0;
  padding: 20px 20px 12px;
}
.summary-modal-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0 20px calc(24px + env(safe-area-inset-bottom));
  scroll-padding-bottom: calc(24px + env(safe-area-inset-bottom));
}
.summary-modal-header h3 { margin: 0; }
.privacy-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: var(--backdrop);
}
.privacy-modal {
  width: min(760px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  box-shadow: var(--shadow-modal);
}
.privacy-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.privacy-modal-header h3 { margin: 0; }
.privacy-modal-body.legal-page {
  padding: 0;
  max-width: none;
  margin: 0;
}
.privacy-link { color: var(--brand-text); text-decoration: underline; cursor: pointer; }
.selection-conflict-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: var(--backdrop);
}
.selection-conflict-modal {
  width: min(560px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-modal);
  padding: 0;
}
.selection-conflict-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
  padding: 20px 20px 12px;
}
.selection-conflict-modal-header h3 {
  margin: 0;
  flex: 1;
  min-width: 0;
  text-wrap: balance;
}
.selection-conflict-modal-header .summary-close {
  flex-shrink: 0;
}
.selection-conflict-modal__body {
  padding: 0 20px calc(20px + env(safe-area-inset-bottom));
}
.selection-conflict-modal__body p {
  margin: 0 0 12px;
}
.selection-conflict-modal__list {
  margin: 0 0 16px;
  padding-left: 1.25rem;
}
.selection-conflict-modal__actions {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  margin-top: 4px;
}
.selection-conflict-modal__actions .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.summary-close {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
}
.summary-row { border-top: 1px solid var(--line); padding: 11px 0; }
.summary-row:first-of-type { border-top: 0; }
.summary-row small { display: block; color: var(--muted); margin-bottom: 3px; }
.price { font-size: 28px; font-weight: 900; color: var(--brand-dark); }
.warning { border: 1px solid var(--feedback-warning-border); background: var(--feedback-warning-bg); color: var(--warn); border-radius: 8px; padding: 10px 12px; margin: 12px 0; }
.error { border: 1px solid var(--feedback-error-border); background: var(--feedback-error-bg); color: var(--danger); border-radius: 8px; padding: 10px 12px; margin: 12px 0; }
.success { border: 1px solid var(--feedback-success-border); background: var(--feedback-success-bg); color: var(--brand-dark); border-radius: 16px; padding: 20px 18px 24px; }
.success h2 {
  margin: 0 0 6px;
  font-family: var(--font-primary);
  font-size: clamp(20px, 4.5vw, 24px);
  font-weight: var(--type-heading-xl-weight);
  line-height: 1.2;
  letter-spacing: var(--type-heading-lg-tracking);
  color: var(--ink-soft);
}
.success-lead { margin: 0 0 14px; line-height: 1.5; font-size: 14px; color: var(--ink-soft); }
.success-id { margin: 0 0 14px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.success-id strong { color: var(--brand-dark); font-weight: 700; letter-spacing: .04em; }
.success-summary {
  margin: 0 0 16px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--border-success);
  border-radius: 12px;
}
.success-quote { margin: 0; }
.success-quote__label {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}
.success-quote__price {
  margin: 0;
  font-size: clamp(22px, 5vw, 26px);
  color: var(--brand-dark);
  line-height: 1.15;
}
.success-quote__duration { margin: 4px 0 0; font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.success-next { margin: 0 0 16px; }
.success-next__title { margin: 0 0 10px; font-size: 15px; font-weight: 700; color: var(--brand-dark); }
.success-next__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.success-next__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink-soft);
}
.success-next__mark {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--surface-success-mark);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 700;
  margin-top: 1px;
}
.success-contact {
  margin: 0 0 16px;
  padding: 12px 14px;
  background: var(--surface-success-contact);
  border: 1px solid var(--border-success);
  border-radius: 12px;
}
.success-contact__label {
  margin: 0 0 2px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}
.success-contact__value { margin: 0; font-size: 16px; font-weight: 700; color: var(--brand-dark); }
.success-contact__hint { margin: 4px 0 0; font-size: 13px; line-height: 1.45; color: var(--ink-soft); }
.success-trust { margin: 16px 0 0; font-size: 12px; line-height: 1.45; color: var(--muted); text-align: center; }
.success-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.success-actions .btn { width: 100%; justify-content: center; }
.success-price-row .price { font-size: 1.35rem; font-weight: 800; color: var(--brand-dark); }
.success-layout { grid-template-columns: 1fr; }
.success-layout .panel { max-width: 760px; margin: 0 auto; width: 100%; padding-bottom: 32px; }
.option-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: flex-start; }
.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 16px;
  background: var(--white);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .15s ease;
  color: var(--ink-soft);
  box-sizing: border-box;
}
.upholstery-panel {
  margin: 20px 0 24px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--gradient-condition-panel);
}
.upholstery-panel__title { margin: 0 0 12px; }
.upholstery-panel__note {
  margin: 12px 0 0;
}
.upholstery-panel__third-row {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-divider);
}
.upholstery-panel__subhead {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.upholstery-panel__third-row-chips .chip {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 560px) {
  .upholstery-panel .option-row:not(.upholstery-panel__third-row-chips) .chip {
    min-width: 120px;
  }
  .upholstery-panel__third-row-chips .chip {
    width: auto;
    max-width: none;
  }
}
.chip:hover { border-color: var(--accent); background: var(--surface-hover); }
.chip.selected {
  color: var(--on-brand);
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 2px 10px var(--brand-glow);
}
.chip.selected.chip--uncertain {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line-strong, var(--line));
  box-shadow: none;
  font-weight: 600;
}
.pdr-estimate-fields .chip,
.condition-chip-row .chip {
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
}
.condition-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
.condition-chip-row--sized {
  align-items: flex-start;
}
.condition-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
.condition-chip-grid > .chip {
  width: auto;
  max-width: 100%;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
  border-radius: 999px;
}
.condition-chip-grid--sized {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 560px) {
  .condition-chip-row .chip,
  .pdr-estimate-fields .chip {
    max-width: 100%;
  }
}
.checks { display: grid; gap: 10px; margin-top: 12px; }
.hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.check { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); }
.check__text { flex: 1; min-width: 0; line-height: 1.5; }
.check__text label { color: inherit; font: inherit; cursor: pointer; }
.check input { width: auto; margin-top: 4px; flex-shrink: 0; }
.check a { color: var(--brand-text); text-decoration: underline; }
.legal-note { margin-top: 12px; color: var(--muted); font-size: 0.92rem; line-height: 1.5; }
.legal-note a { color: var(--brand-text); }
.site-footer { margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); text-align: center; }
.site-footer a { color: var(--muted); font-size: 0.92rem; }
.legal-page { max-width: 760px; margin: 0 auto; padding: 24px 16px 48px; }
.legal-page h1 { margin: 16px 0 8px; }
.legal-page h2 { margin: 24px 0 8px; font-size: 1.05rem; }
.legal-page p { color: var(--muted); line-height: 1.6; }
.legal-meta { color: var(--muted); margin-bottom: 24px; }
.legal-back { color: var(--brand-text); text-decoration: none; }
.photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.photo-box { border: 1px dashed var(--line); border-radius: 8px; padding: 12px; background: var(--soft); }
.photo-box input { padding: 8px; background: var(--white); }
.breakdown { padding-left: 18px; color: var(--muted); }
.mobile-summary-toggle { display: none; width: 100%; margin-bottom: 12px; }

.seat-panel {
  margin-top: 4px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--gradient-seat-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}
.seat-panel__toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.seat-panel__hint { margin: 0; max-width: 520px; }
.seat-material-toggle { flex-shrink: 0; }
.seat-zone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.seat-zone-card {
  position: relative;
  min-height: 0;
  padding: 14px;
  gap: 0;
  align-items: stretch;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.seat-zone-card:hover:not(.disabled) {
  border-color: var(--border-condition-photos);
  transform: translateY(-1px);
}
.seat-zone-card.selected {
  background: var(--gradient-seat-selected);
}
.seat-zone-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: var(--surface-brand-subtle);
  color: var(--brand-text);
}
.seat-zone-card__icon svg { width: 34px; height: 34px; }
.seat-zone-card__content { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.seat-zone-card__desc { color: var(--muted); font-size: 13px; line-height: 1.45; }
.seat-zone-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
}
.seat-price-hint {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--surface-chip-selected-soft);
  color: var(--brand-dark);
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 700;
}
.seat-time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.seat-zone-card__check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  opacity: 0;
  transform: scale(.85);
  transition: opacity .15s ease, transform .15s ease;
}
.seat-zone-card.selected .seat-zone-card__check {
  opacity: 1;
  transform: scale(1);
}

.glass-zone-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 901px) and (max-width: 1180px) {
  .layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 300px);
    gap: 20px;
  }
  .summary { padding: 18px; }
  .panel { padding: 28px 24px 0; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding: 20px; }
  .hero__promo-mobile { display: block; }
  .hero__promo-desktop { display: none; }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topbar { flex-direction: row; align-items: flex-start; }
  .language-switcher { justify-content: flex-end; min-width: 76px; }
  .language-menu { left: 0; right: auto; }
  .layout { grid-template-columns: 1fr; }
  .summary-sidebar { display: none; }
  .summary-modal-backdrop {
    display: flex;
    padding: 0;
    align-items: flex-end;
  }
  .summary-modal {
    width: 100%;
    max-height: min(92vh, 900px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
  }
  .shell--summary-open .mobile-bottom-bar { display: none; }
  .mobile-summary-toggle { display: none; }
  .mobile-bottom-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1.45fr);
    align-items: center;
    gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  }
  .mobile-bottom-bar__error { grid-column: 1 / -1; }
  .mobile-bottom-bar__actions {
    display: contents;
  }
  .mobile-bottom-bar__cta {
    width: 100%;
    font-size: 13px;
    line-height: 1.25;
    padding-block: 8px;
  }
  .shell--picker-open .mobile-bottom-bar { display: none; }
  .vehicle-combobox__panel--desktop { display: none !important; }
  .vehicle-sheet-root {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 45;
    pointer-events: none;
  }
  .vehicle-sheet-root .vehicle-sheet-backdrop,
  .vehicle-sheet-root .vehicle-sheet {
    pointer-events: auto;
  }
  .panel-feedback .feedback-item--error { display: none; }
  .panel-actions .toolbar { display: none; }
  .panel-actions {
    position: static;
    margin: 22px 0 0;
    padding: 0 0 16px;
    background: none;
    border-top: none;
    backdrop-filter: none;
    z-index: auto;
  }
  .grid, .grid.three, .forms, .photos, .vehicle-form { grid-template-columns: 1fr; }
  .seat-zone-grid { grid-template-columns: 1fr; }
  .glass-zone-grid { grid-template-columns: 1fr; }
  .seat-panel__toolbar { flex-direction: column; }
  .stepper__list { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 12px; }
  .stepper__label { font-size: 10px; }
  .panel { padding: 22px 22px 0; overflow-x: clip; }
  .shell { padding-bottom: 48px; }
  .shell--mobile-nav { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
  .shell--mobile-nav.shell--picker-open { padding-bottom: 48px; }
  .shell--success { padding-bottom: calc(28px + env(safe-area-inset-bottom)); }
  .success-layout .panel { padding-bottom: 24px; }
  .success { padding: 18px 16px 22px; }
  .suggest-banner {
    flex-direction: column;
    align-items: stretch;
  }
  .suggest-banner p {
    flex: 0 0 auto;
  }
  .suggest-banner__actions {
    flex: 0 0 auto;
    flex-direction: column;
    width: 100%;
  }
  .suggest-banner__actions .btn {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .trust-strip { grid-template-columns: 1fr; }
}

/* Condition step */
.condition-step h2 { margin: 0 0 8px; }
.condition-step__lead {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  max-width: 680px;
}
.condition-section {
  margin-bottom: 26px;
}
.local-repair-panel-count__label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.local-repair-panel-count__hint {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}
.local-repair-panel-count__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.local-repair-panel-count__input {
  width: 4.5rem;
  text-align: center;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface, #fff);
  font: inherit;
}
.condition-section__head {
  margin-bottom: 12px;
}
.condition-section__title { margin: 0; text-transform: none; }
.condition-section__subtitle {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}
.condition-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.condition-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-height: 78px;
  padding: 18px 40px 18px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-condition);
  text-align: left;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.condition-card:hover {
  border-color: var(--accent);
  box-shadow: 0 10px 28px rgba(16, 21, 19, .07);
}
.condition-card.selected {
  border: 1px solid var(--brand);
  background: var(--gradient-condition-selected);
  box-shadow: var(--shadow-condition-selected);
}
.condition-card__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink-soft);
}
.condition-card__desc {
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}
.condition-card__check {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--check-bg);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(.85);
  transition: opacity .15s ease, transform .15s ease;
}
.condition-card.selected .condition-card__check { opacity: 1; transform: scale(1); }
.condition-selection-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--notice-amber-border);
  background: var(--notice-amber-bg);
  color: var(--notice-amber-text);
  font-size: 14px;
  line-height: 1.45;
}
.condition-photo-anchor {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}
.condition-photo-link {
  color: var(--brand-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.condition-photo-link:hover { color: var(--brand-text); }
.condition-section--compact { margin-top: 2px; margin-bottom: 22px; }
.condition-factors-card {
  display: grid;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--border-elevated);
  border-radius: 16px;
  background: var(--gradient-photo-upload);
  box-shadow: var(--shadow-factors);
}
.condition-compact + .condition-compact {
  padding-top: 14px;
  border-top: 1px solid var(--border-divider-soft);
}
.condition-compact__head { margin-bottom: 8px; }
.condition-compact__title {
  margin: 0;
  font-size: var(--type-body-sm-size);
  font-weight: 700;
  color: var(--ink-soft);
}
.condition-compact__note {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}
.condition-compact__note--upsell {
  color: var(--notice-amber-text);
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--notice-amber-bg);
  border: 1px solid var(--notice-amber-border);
}
.condition-factors-card .chip {
  min-height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid var(--border-elevated);
  background: var(--white);
}
.condition-factors-card .chip:hover {
  border-color: var(--accent-border);
  background: var(--surface-hover);
}
.condition-factors-card .chip.selected {
  color: var(--brand-dark);
  background: var(--surface-chip-selected-soft);
  border-color: var(--brand);
  box-shadow: none;
}
.condition-photos {
  scroll-margin-top: 24px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--border-condition-photos);
  border-radius: 18px;
  background: var(--gradient-photos);
  box-shadow: var(--shadow-condition-photos);
}
.condition-photos--light {
  margin-top: 1.5rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.condition-photos__callout {
  margin-bottom: 12px;
}
.condition-photos--light .condition-photos__callout {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
.condition-photos__title { margin: 0; }
.condition-photos--light .condition-photos__title {
  font-size: 1rem;
  font-weight: 700;
}
.condition-photos__lead {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
  max-width: 640px;
}
.condition-photos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.condition-photos--light .condition-photos__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 420px;
}
.condition-photos .photo-upload__label {
  gap: 4px;
  padding: 12px;
  min-height: 96px;
}
.condition-photos--light .photo-upload {
  background: var(--white);
  border: 1px dashed var(--line);
  box-shadow: none;
}
.condition-photos .photo-upload__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}
.condition-photos .photo-upload__icon svg { width: 16px; height: 16px; }
.condition-photos .photo-upload__title { font-size: 13px; font-weight: 700; }
.condition-photos .photo-upload__hint { font-size: 12px; line-height: 1.35; }
.condition-photos .photo-upload__preview { max-height: 88px; }
.condition-photos .photo-upload__actions { padding: 0 12px 10px; }
.photo-upload--premium {
  border-color: var(--border-condition-photos);
  background: var(--white);
}
.photo-upload--premium .photo-upload__title { font-size: 14px; }
.photo-upload--compact {
  border: 1px dashed color-mix(in srgb, var(--brand) 28%, var(--line));
  background: var(--gradient-photo-upload);
}
.photo-upload--compact .photo-upload__label {
  min-height: 112px;
  padding: 14px 14px 12px;
  gap: 8px;
  align-items: flex-start;
  text-align: left;
}
.photo-upload--compact .photo-upload__heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.photo-upload--compact .photo-upload__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  opacity: 0.9;
  background: var(--gradient-icon);
  border: 1px solid var(--accent-icon-border);
  color: var(--brand-text);
  flex: 0 0 auto;
}
.photo-upload--compact .photo-upload__icon--inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.photo-upload--compact .photo-upload__icon svg {
  width: 15px;
  height: 15px;
}
.photo-upload--compact .photo-upload__title {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.25;
}
.photo-upload--compact .photo-upload__hint {
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--muted);
}
.photo-upload--compact .photo-upload__preview {
  max-height: 88px;
}
.photo-upload--compact .photo-upload__actions {
  padding: 0 12px 10px;
}
.summary-row--stack small { display: block; margin-bottom: 6px; }
.summary-condition-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.summary-condition-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: var(--muted);
}
.summary-condition-list strong {
  color: var(--ink-soft);
  font-weight: 600;
  text-align: right;
}
@media (max-width: 720px) {
  .condition-card-grid,
  .condition-photos__grid,
  .wash-recency__grid { grid-template-columns: 1fr; }
  .wash-recency {
    margin: 18px 0 22px;
    padding: 16px;
    border-radius: 14px;
  }
  .wash-recency__title { font-size: 16px; }
  .wash-recency__subtitle { font-size: 13px; margin-bottom: 12px; }
  .wash-recency-card {
    min-height: 48px;
    padding: 14px 16px;
    -webkit-tap-highlight-color: transparent;
  }
  .wash-recency-card__label { font-size: 15px; line-height: 1.35; }
  .package-grid .card { min-height: 0; }
  .package-card__price { font-size: 22px; }
}

/* Dark theme — semantic tokens only */
[data-theme="dark"] {
  color-scheme: dark;
  --ink: #e8ece9;
  --ink-soft: #f0f3f1;
  --muted: #9aa5a0;
  --line: #2e3833;
  --line-strong: #3d4a44;
  --soft: #0f1412;
  --surface: #1a211e;
  --brand: #2db88a;
  --brand-dark: #7dccb0;
  --brand-text: var(--brand-dark);
  --brand-glow: rgba(45, 184, 138, .2);
  --warn: #e8a04a;
  --danger: #f87171;
  --white: #222a26;
  --shadow: 0 1px 2px rgba(0, 0, 0, .2), 0 12px 40px rgba(0, 0, 0, .25);
  --shadow-hover: 0 2px 4px rgba(0, 0, 0, .22), 0 20px 52px rgba(0, 0, 0, .3);
  --on-brand: #0f1412;
  --meta: var(--muted);
  --accent: #355247;
  --accent-hover: #355247;
  --accent-border: #355247;
  --accent-icon-border: #355247;
  --zone-title: #9aac9f;
  --bg-body-accent-1: rgba(45, 184, 138, .08);
  --bg-body-accent-2: rgba(255, 255, 255, .03);
  --surface-panel: #1e2622;
  --surface-elevated: #222a26;
  --surface-hover: #24302a;
  --surface-selected: #1a2e26;
  --surface-selected-soft: #1a2e26;
  --surface-brand-tint: #1a2e26;
  --surface-brand-subtle: #1a2e26;
  --surface-brand-chip: #1a2e26;
  --surface-muted-chip: #24302a;
  --surface-inline: #1e2622;
  --surface-options: #1e2622;
  --surface-section: #1e2622;
  --border-panel: var(--line);
  --border-elevated: var(--line);
  --border-interactive: var(--line);
  --border-card: var(--line);
  --border-section: var(--line);
  --border-chip: var(--line);
  --border-selected-soft: #355247;
  --border-divider: var(--line);
  --border-divider-soft: var(--line);
  --border-photo: var(--line);
  --border-photo-done: #355247;
  --gradient-hero: linear-gradient(145deg, #1e2622 0%, #1a211e 48%, #151a17 100%);
  --gradient-card: linear-gradient(180deg, #1e2622 0%, #1a211e 100%);
  --gradient-card-selected: linear-gradient(165deg, #1a2e26 0%, #1e2622 55%);
  --gradient-card-goal-selected: linear-gradient(165deg, #1a2e26 0%, #1e2622 55%);
  --gradient-card-recommended: linear-gradient(165deg, #1a2e26 0%, #1e2622 55%);
  --gradient-icon: linear-gradient(145deg, #24302a, #1a2420);
  --gradient-icon-goal-selected: linear-gradient(145deg, #24302a, #1a2420);
  --gradient-section: linear-gradient(165deg, #1e2622 0%, #1a211e 65%);
  --gradient-section-upsell: linear-gradient(165deg, #1e2622 0%, #1a211e 72%);
  --gradient-section-recommended: linear-gradient(165deg, #1e2622 0%, #1a211e 72%);
  --gradient-condition-panel: linear-gradient(180deg, #1e2622 0%, #1a211e 100%);
  --gradient-wash-selected: linear-gradient(165deg, #1a2e26 0%, #1e2622 70%);
  --gradient-condition-selected: linear-gradient(180deg, #222a26 0%, #1a2e26 100%);
  --gradient-photos: linear-gradient(180deg, #1a2e26 0%, #1a211e 42%);
  --gradient-photo-upload: linear-gradient(180deg, #1e2622 0%, #1a211e 100%);
  --shadow-card: 0 1px 2px rgba(0, 0, 0, .15);
  --shadow-card-hover: none;
  --shadow-selected: 0 0 0 1px var(--brand);
  --shadow-section: none;
  --shadow-upsell: none;
  --shadow-condition: none;
  --shadow-condition-hover: none;
  --shadow-condition-selected: 0 0 0 1px var(--brand), 0 8px 24px rgba(45, 184, 138, .14);
  --shadow-preset-hover: none;
  --shadow-preset-selected: none;
  --shadow-factors: none;
  --shadow-section-muted: none;
  --notice-bg: #2a2218;
  --notice-border: #5c4528;
  --notice-warn-bg: #2a2218;
  --notice-warn-border: #5c4528;
  --notice-amber-bg: #2a2218;
  --notice-amber-border: #5c4528;
  --notice-amber-text: #e8c9a0;
  --notice-fullcar-bg: #1a2e26;
  --notice-fullcar-border: #355247;
  --notice-fullcar-text: var(--brand-dark);
  --notice-promo-bg: #2a2218;
  --notice-promo-border: #5c4528;
  --notice-promo-text: #e8a04a;
  --feedback-error-bg: #2a1a1a;
  --feedback-error-border: rgba(248, 113, 113, .35);
  --feedback-warning-bg: #2a2218;
  --feedback-warning-border: #5c4528;
  --feedback-error-surface-bg: #2a1a1a;
  --feedback-error-surface-border: rgba(248, 113, 113, .35);
  --feedback-success-bg: #152822;
  --feedback-success-border: rgba(45, 184, 138, .35);
  --feedback-success-surface-bg: #152822;
  --feedback-success-surface-border: rgba(45, 184, 138, .35);
  --input-bg: #1e2622;
  --input-focus-bg: #24302a;
  --input-disabled-bg: #1e2622;
  --check-bg: var(--brand);
  --backdrop: rgba(0, 0, 0, .62);
  --sticky-bar-bg: rgba(26, 33, 30, .98);
  --sticky-bar-shadow: 0 -4px 24px rgba(0, 0, 0, .28);
  --control-shadow: 0 6px 18px rgba(0, 0, 0, .2);
  --control-shadow-focus: 0 0 0 3px rgba(45, 184, 138, .16);
  --dropdown-shadow: 0 18px 40px rgba(0, 0, 0, .35);
  --stepper-done-bg: #1a2e26;
  --border-input: var(--line);
  --border-success: #355247;
  --border-condition-photos: #355247;
  --border-photos-divider: var(--line);
  --gradient-services-step: none;
  --gradient-seat-selected: linear-gradient(180deg, #1a2e26 0%, #222a26 100%);
  --surface-menu-hover: #1a2e26;
  --surface-promo-teaser: #2a2218;
  --surface-chip-selected-soft: #1a2e26;
  --surface-success-mark: #24302a;
  --surface-success-contact: #1a2e26;
  --surface-search: #1e2622;
  --surface-field: #1e2622;
  --surface-sheet-handle: var(--line);
  --gradient-seat-panel: linear-gradient(180deg, #1e2622 0%, #1a211e 100%);
  --gradient-contact-priority: linear-gradient(145deg, #24302a, #1a2420);
  --badge-priority-bg: #1a2e26;
  --badge-priority-border: #355247;
  --sheet-backdrop: rgba(0, 0, 0, .55);
  --sheet-shadow: 0 -20px 60px rgba(0, 0, 0, .35);
  --shadow-condition-photos: 0 10px 28px rgba(0, 0, 0, .2);
  --shadow-services-accordion: none;
  --shadow-modal: 0 18px 50px rgba(0, 0, 0, .35);
  --brand-bright: #3dd4a0;
  --gradient-brand-btn: linear-gradient(180deg, var(--brand) 0%, var(--brand-dark) 100%);
  --gradient-brand-stepper: linear-gradient(90deg, var(--brand), var(--brand-bright));
  --btn-shadow: 0 2px 8px rgba(45, 184, 138, .25);
}

[data-theme="dark"] .preferred-term-date-picker input[type="date"] {
  color-scheme: dark;
}

[data-theme="dark"] .preferred-term-date-picker input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0.85);
}
