: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-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);
  /* 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,
.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: 1320px; margin: 0 auto; padding: 20px 18px 48px; }
.shell--success { padding-bottom: 48px; }
.configurator-label {
  margin: 0 0 10px;
  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: linear-gradient(145deg, #ffffff 0%, #f8faf7 48%, #f0f4f0 100%);
  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);
}
.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; }

.seasonal-promo {
  border: 1px solid rgba(15, 107, 79, .18);
  border-radius: var(--radius);
  background: #f8fcfa;
  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: #fff;
}
.seasonal-promo__label {
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brand);
}
.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: #f1faf5;
  color: var(--brand);
  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);
}
.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);
}
.seasonal-promo__copy {
  margin-top: 4px;
  padding: 8px 14px;
  border: 1px solid rgba(15, 107, 79, .28);
  border-radius: 999px;
  background: #fff;
  color: var(--brand);
  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: #f1faf5;
  border-color: rgba(15, 107, 79, .4);
}
.seasonal-promo__copy--copied {
  background: #f1faf5;
  border-color: rgba(15, 107, 79, .35);
  color: var(--brand);
}
.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: linear-gradient(145deg, #edf5f0, #e0ece5);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #c5ddd2;
}
.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; }
.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: 0 6px 18px rgba(17, 69, 52, .08);
}
.language-switcher.open .language-trigger {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(29, 106, 82, .12);
}
.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: #e4f2eb;
  color: var(--brand-dark);
}
.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 20px;
  align-items: start;
}
.panel { min-width: 0; }
.summary-sidebar { min-width: 0; max-width: 100%; }
.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);
}
.summary-quote__label, .summary-quote__duration, .summary-quote__note { margin: 0; color: var(--muted); }
.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: #edf5f0; 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 #e3ebe6;
  background: #fafcfa;
}
.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); }
.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 .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: linear-gradient(90deg, var(--brand), #1a8a68);
  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(--white);
  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: #e8f3ed;
  color: var(--brand-dark);
}
.stepper__item.done .stepper__label { color: var(--muted); }
.stepper__btn:hover .stepper__dot { border-color: #9ec4b4; }

.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: linear-gradient(180deg, #ffffff 0%, #fafcfa 100%);
  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: 0 1px 2px rgba(16, 21, 19, .03);
}
.card:hover:not(.disabled) {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: #b5cfc2;
}
.card.selected {
  border-color: var(--brand);
  box-shadow: 0 0 0 1px var(--brand), 0 8px 28px var(--brand-glow);
  background: linear-gradient(165deg, #f0f8f4 0%, #ffffff 55%);
}
.goal-grid .card.selected {
  box-shadow: 0 0 0 1px var(--brand), 0 4px 18px rgba(36, 92, 68, .12);
  background: linear-gradient(165deg, #f5faf7 0%, #ffffff 60%);
}
.card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg, #edf5f0, #e4eee8);
  border: 1px solid #c8ddd2;
  color: var(--brand);
  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(--white);
}
.goal-grid .card.selected .card__icon {
  background: linear-gradient(145deg, #e8f3ed, #dfece5);
  border-color: #b5cfc2;
  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: #a8c9b8;
  background: linear-gradient(165deg, #f5faf7 0%, #ffffff 60%);
}
.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; }
.wash-recency {
  margin: 24px 0 28px;
  padding: 20px;
  border-radius: 16px;
  background: #f8faf9;
  border: 1px solid #e2ebe6;
}
.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 #d8e4dd;
  border-radius: 12px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.wash-recency-card:hover {
  border-color: #a8c9b8;
  box-shadow: 0 2px 8px rgba(26, 77, 58, .06);
}
.wash-recency-card.selected {
  border-color: var(--brand);
  background: linear-gradient(165deg, #f5faf7 0%, #ffffff 70%);
  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: #e8f3ec;
}
.wash-recency-helper {
  margin: 14px 0 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: #edf5f0;
  border: 1px solid #c5ddd2;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}
.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: #edf5f0;
  border: 1px solid #c5ddd2;
}
.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: #fff8ed; border-color: #f3cf9b; }
.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: #e8f3ed;
  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 #c5ddd2;
}
.vehicle-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  margin-top: 8px;
}
.vehicle-picker__error { margin: -8px 0 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: #f8faf9;
}
.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: #fff;
  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: #fff;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
}
.vehicle-combobox__search-wrap {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 12px;
  background: #fff;
  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: #fafbfc;
}
.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: #fff;
  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: #f1faf5;
  color: #0f6b4f;
  font-weight: 700;
}
@media (min-width: 901px) {
  .vehicle-combobox__search {
    height: 44px;
    padding: 0 14px;
    font-size: 15px;
  }
  .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: #0f6b4f;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.vehicle-year-picker { padding: 0 18px 18px; }
.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: #f1faf5;
  border-color: #b5cfc2;
  color: #0f6b4f;
  font-weight: 700;
}
.vehicle-sheet-root {
  display: none;
}
.vehicle-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  border: 0;
  padding: 0;
  background: rgba(16, 21, 19, .38);
  cursor: default;
}
.vehicle-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: flex;
  flex-direction: column;
  max-height: 88vh;
  background: #fff;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -20px 60px rgba(16, 21, 19, .18);
  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: #d8e3dc;
}
.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: #f4f6f3;
  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: #fafcfa;
}
.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: #fafbfc;
}
.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;
  color: var(--ink);
  background: #fafbfa;
  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: linear-gradient(180deg, #f9f7f2 0%, #ffffff 120px);
  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: linear-gradient(165deg, #f3f8f5 0%, #ffffff 72%);
  border: 1px solid #d4e4db;
  box-shadow: 0 10px 28px rgba(16, 21, 19, .04);
}
.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 #c8ddd2;
  background: #fff;
  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: #fff;
  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: #d4e0da;
  background: #f8fbf9;
}
.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 #e3ebe6;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(16, 21, 19, .03);
}
.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 #e3ebe6;
  border-radius: 14px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 2px 8px rgba(16, 21, 19, .03);
}
.compact-service-card:hover:not(.disabled) {
  border-color: #b5cfc2;
  box-shadow: 0 8px 22px rgba(16, 21, 19, .06);
}
.compact-service-card.selected {
  background: #f4faf7;
  border-color: #0f6b4f;
  box-shadow: 0 10px 24px rgba(15, 107, 79, .1);
}
.compact-service-card.disabled { opacity: .55; cursor: not-allowed; }
.compact-service-card__status {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid #dde5df;
  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: #fff;
}
.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: #3d4a44; }
.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 #d4e4db;
  background: linear-gradient(165deg, #f8faf8 0%, #ffffff 72%);
  box-shadow: 0 6px 20px rgba(16, 21, 19, .04);
}
.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 #c8ddd2;
  background: linear-gradient(165deg, #f6faf8 0%, #ffffff 65%);
  box-shadow: 0 10px 28px rgba(15, 107, 79, .06);
}
.ppf-scope-panel__reassure { margin-top: 4px; font-size: 13px; }
.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 #0f6b4f;
  background: #f1faf5;
  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: #9ec4b4;
  background: #f8fbf9;
}
.ppf-add-zones { margin-top: 8px; }
.ppf-full-car-hint {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8f4ee;
  border: 1px solid #eadfce;
  color: #6a5a42;
  font-size: 13px;
  line-height: 1.45;
}
.ppf-full-car-hint--active {
  background: #f1faf5;
  border-color: #b5cfc2;
  color: var(--brand-dark);
}
.upholstery-panel--inline {
  margin: 12px 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fbf9;
  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);
}
.toolbar-wrap { width: 100%; }
@media (max-width: 720px) {
  .compact-service-list { grid-template-columns: 1fr; }
}
.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-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 #efb3b3; background: #fff4f4; color: var(--danger); }
.feedback-item--warning { border: 1px solid #f3cf9b; background: #fff8ed; 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: linear-gradient(180deg, #12805f 0%, var(--brand) 45%, var(--brand-dark) 100%);
  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: 0 2px 8px rgba(15, 107, 79, .28);
}
.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(--white);
  color: var(--brand-dark);
  border-color: var(--line-strong);
  box-shadow: none;
}
.btn.secondary:hover:not(:disabled) {
  background: #f3f7f4;
  border-color: #b5cfc2;
  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: #f3f6f2; 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 #dde5df;
  border-radius: 16px;
  background: #fff;
  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: #b5cfc2;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(16, 21, 19, .06);
}
.contact-choice-card.selected {
  background: #f1faf5;
  border-color: #0f6b4f;
  box-shadow: 0 16px 34px rgba(15, 107, 79, .12);
}
.contact-choice-card--priority .contact-choice-card__icon {
  background: linear-gradient(145deg, #e8f5ef, #d9eee4);
  border-color: #9ec4b4;
  color: #0a5a42;
}
.contact-choice-card--recommended.selected,
.contact-choice-card--recommended:hover {
  border-color: #0f6b4f;
}
.contact-choice-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f3f6f4;
  border: 1px solid #dde5df;
  color: var(--brand);
  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(--white);
}
.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__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e8f5ef;
  border: 1px solid #b5cfc2;
  color: #0a5a42;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.contact-choice-card__selected {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}
.contact-choice-card--recommended .contact-choice-card__selected { top: 36px; }
.contact-details { margin-top: 4px; }
.contact-message-field { margin-top: 8px; }
.preferred-term-date-row {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid #dde5df;
  border-radius: 16px;
  background: #fafcfa;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.preferred-term-date-row.selected {
  background: #f1faf5;
  border-color: #0f6b4f;
  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 #dde5df;
  background: #fff;
  font-size: 14px;
  color: var(--ink-soft);
}
.optional-mark {
  font-size: 0.85rem;
  font-weight: 500;
  color: #6b7280;
}
@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-input-row input {
    font-size: 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 #c5d5cb;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, #fafcfa 0%, #ffffff 100%);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.photo-upload:hover { border-color: #a8c9b8; box-shadow: 0 4px 20px rgba(15, 107, 79, .06); }
.photo-upload--done { border-style: solid; border-color: #b8d4c8; }
.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: linear-gradient(145deg, #edf5f0, #e4eee8);
  border: 1px solid #c8ddd2;
  color: var(--brand);
  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: rgba(255, 255, 255, .98);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(12px);
  box-shadow: 0 -4px 24px rgba(16, 21, 19, .08);
  gap: 10px;
}
.mobile-bottom-bar__info {
  min-width: 0;
  font-size: 12px;
  line-height: 1.35;
  color: var(--muted);
}
.mobile-bottom-bar__info strong {
  display: block;
  font-size: 17px;
  line-height: 1.15;
  color: var(--brand-dark);
  margin-bottom: 2px;
}
.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;
}
.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: rgba(16, 26, 21, .46);
}
.summary-modal {
  width: min(560px, 100%);
  max-height: min(760px, 88vh);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 50px rgba(17, 69, 52, .22);
  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: rgba(16, 26, 21, .46);
}
.privacy-modal {
  width: min(760px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  box-shadow: 0 18px 50px rgba(17, 69, 52, .22);
}
.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-decoration: underline; cursor: pointer; }
.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 #f3cf9b; background: #fff8ed; color: var(--warn); border-radius: 8px; padding: 10px 12px; margin: 12px 0; }
.error { border: 1px solid #efb3b3; background: #fff4f4; color: var(--danger); border-radius: 8px; padding: 10px 12px; margin: 12px 0; }
.success { border: 1px solid #a9d9be; background: #effaf3; 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 #d4e8dc;
  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: #d4eddc;
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 700;
  margin-top: 1px;
}
.success-contact {
  margin: 0 0 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid #d4e8dc;
  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: #fafcfa;
}
.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 #dde8e1;
}
.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: #b5cfc2; background: #f8fbf9; }
.chip.selected {
  color: var(--white);
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 2px 10px var(--brand-glow);
}
.checks { display: grid; gap: 10px; margin-top: 12px; }
.check { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); }
.check__text { flex: 1; min-width: 0; line-height: 1.5; }
.check input { width: auto; margin-top: 4px; flex-shrink: 0; }
.check a { color: var(--brand); 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); }
.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-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: linear-gradient(180deg, #f7fbf8 0%, var(--white) 100%);
  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: #b8d4c8;
  transform: translateY(-1px);
}
.seat-zone-card.selected {
  background: linear-gradient(180deg, #f3faf6 0%, var(--white) 100%);
}
.seat-zone-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #e8f3ed;
  color: var(--brand);
}
.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: #eef6f1;
  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(260px, 300px);
    gap: 16px;
  }
  .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: 1fr;
    grid-template-areas:
      "info"
      "actions";
  }
  .mobile-bottom-bar__info { grid-area: info; }
  .mobile-bottom-bar__actions { grid-area: actions; }
  .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(118px + 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__actions {
    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;
}
.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: 0 8px 24px rgba(16, 21, 19, .04);
  text-align: left;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.condition-card:hover {
  border-color: #b5cfc2;
  box-shadow: 0 10px 28px rgba(16, 21, 19, .07);
}
.condition-card.selected {
  border: 1px solid #0f6b4f;
  background: linear-gradient(180deg, #ffffff 0%, #f3faf6 100%);
  box-shadow: 0 14px 34px rgba(15, 107, 79, .1);
}
.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: #3a8f72;
  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 #e8ddc7;
  background: #fbf8f1;
  color: #6b5430;
  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); }
.condition-section--compact { margin-top: 2px; margin-bottom: 22px; }
.condition-factors-card {
  display: grid;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #e3ebe6;
  border-radius: 16px;
  background: linear-gradient(180deg, #fafcfa 0%, #ffffff 100%);
  box-shadow: 0 6px 20px rgba(16, 21, 19, .03);
}
.condition-compact + .condition-compact {
  padding-top: 14px;
  border-top: 1px solid #edf2ef;
}
.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: #6b5430;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fbf8f1;
  border: 1px solid #e8ddc7;
}
.condition-factors-card .chip {
  min-height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #e3ebe6;
  background: var(--white);
}
.condition-factors-card .chip:hover {
  border-color: #c8dbd2;
  background: #f8fbf9;
}
.condition-factors-card .chip.selected {
  color: var(--brand-dark);
  background: #eef6f1;
  border-color: #0f6b4f;
  box-shadow: none;
}
.condition-photos {
  scroll-margin-top: 24px;
  margin-top: 6px;
  padding: 16px;
  border: 1px solid #b8d4c8;
  border-radius: 18px;
  background: linear-gradient(180deg, #f3faf6 0%, #ffffff 42%);
  box-shadow: 0 10px 28px rgba(15, 107, 79, .07);
}
.condition-photos__callout {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dce9e2;
}
.condition-photos__title { margin: 0; }
.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__more {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.condition-photos__more .btn {
  min-height: 36px;
  padding: 7px 14px;
  font-size: 13px;
}
.condition-photos .photo-upload__label {
  gap: 4px;
  padding: 12px;
  min-height: 96px;
}
.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: #b8d4c8;
  background: var(--white);
}
.photo-upload--premium .photo-upload__title { font-size: 14px; }
.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; }
  .wash-recency-helper { font-size: 13px; padding: 10px 12px; }
  .package-grid .card { min-height: 0; }
  .package-card__price { font-size: 22px; }
}
