:root {
  --navy-950: #0b1012;
  --navy-900: #12191c;
  --navy-800: #253036;
  --lime-500: #a6ce39;
  --lime-600: #53720e;
  --ink-900: #172027;
  --ink-700: #354047;
  --ink-600: #4c585f;
  --ink-500: #667178;
  --line: #dce2dd;
  --line-strong: #c2ccc4;
  --surface: #ffffff;
  --surface-soft: #f4f6f4;
  --surface-blue: #f1f5e9;
  --page: #edf1ed;
  --danger-700: #b42318;
  --danger-100: #fee4e2;
  --warning-700: #93370d;
  --warning-100: #ffead5;
  --success-700: #027a48;
  --success-100: #d1fadf;
  --shadow: 0 22px 60px rgba(11, 16, 18, 0.14);
  --radius-xl: 24px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --focus: 0 0 0 4px rgba(166, 206, 57, 0.28);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink-900);
  background: var(--page);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 0 0, rgba(166, 206, 57, 0.10), transparent 32rem),
    var(--page);
  color: var(--ink-900);
  -webkit-font-smoothing: antialiased;
}

button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }

.portal-page { min-height: 100vh; }

.portal-header {
  background: var(--navy-950);
  color: #fff;
  border-bottom: 4px solid var(--lime-500);
}

.portal-header__inner {
  width: min(1120px, calc(100% - 32px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--lime-500);
  color: var(--navy-950);
  transform: skew(-4deg);
}

.brand__mark svg { width: 28px; height: 28px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-size: 25px; letter-spacing: 0.035em; }
.brand__text span { margin-top: 5px; font-size: 12px; font-weight: 800; letter-spacing: 0.19em; text-transform: uppercase; color: var(--lime-500); }

.portal-header__actions { display: flex; align-items: center; gap: 20px; }
.service-area-label { color: #cad4ed; font-size: 13px; font-weight: 650; }

.call-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 11px;
  background: var(--lime-500);
  color: var(--navy-950);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(106, 137, 26, 0.20);
}
.call-link:hover { background: #b5dc48; }
.call-link:focus-visible { outline: none; box-shadow: var(--focus); }
.call-link svg { width: 19px; height: 19px; fill: currentColor; }

.portal-main {
  width: min(1120px, calc(100% - 32px));
  margin: 34px auto 0;
  padding-bottom: 34px;
}

.prototype-banner {
  margin: 0 auto 14px;
  padding: 12px 16px;
  border: 1px solid #f6b27b;
  border-radius: 12px;
  background: var(--warning-100);
  color: var(--warning-700);
  font-size: 14px;
  line-height: 1.5;
}

.booking-shell {
  overflow: hidden;
  border: 1px solid rgba(11, 16, 18, 0.13);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.booking-shell__top {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 30px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #fafbfd);
}

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--navy-900);
  font-weight: 800;
  cursor: pointer;
  padding: 7px 4px;
  border-radius: 8px;
}
.back-button:hover { background: var(--surface-blue); }
.back-button:focus-visible { outline: none; box-shadow: var(--focus); }
.back-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.progress-wrap { flex: 1; }
.progress-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 9px; font-size: 12px; font-weight: 800; color: var(--ink-500); }
.progress-meta span:last-child { color: var(--navy-800); }
.progress-track { height: 6px; overflow: hidden; border-radius: 999px; background: #e4e9ef; }
.progress-track span { display: block; height: 100%; width: 0; border-radius: inherit; background: var(--lime-500); transition: width 240ms ease; }

.step-root { min-height: 520px; }
.step { padding: 48px 54px 44px; }
.step--success { text-align: center; padding-top: 60px; padding-bottom: 66px; }

.eyebrow {
  margin: 0 0 10px;
  color: var(--lime-600);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.step h1 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.step h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.028em;
}

.step-intro {
  max-width: 730px;
  margin: 14px 0 0;
  color: var(--ink-600);
  font-size: 17px;
  line-height: 1.65;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.choice-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.choice-grid--categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.choice-card {
  position: relative;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 25px;
  border: 2px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.choice-card:hover { transform: translateY(-2px); border-color: #9bacbc; box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08); }
.choice-card:focus-visible { outline: none; box-shadow: var(--focus); }
.choice-card.is-selected { border-color: var(--navy-800); background: #f7f9ff; box-shadow: 0 0 0 3px rgba(16, 37, 118, 0.08); }
.choice-card.is-recommended::after {
  content: "Recommended";
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--lime-500);
  color: var(--navy-950);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.choice-card__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--surface-blue);
  color: var(--navy-800);
}
.choice-card.is-selected .choice-card__icon { background: var(--navy-900); color: #fff; }
.choice-card__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.choice-card strong { padding-right: 26px; color: var(--navy-950); font-size: 20px; line-height: 1.25; }
.choice-card p { margin: 0; color: var(--ink-600); font-size: 14px; line-height: 1.55; }
.choice-card__check {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 25px;
  height: 25px;
  display: none;
  place-items: center;
  border-radius: 50%;
  background: var(--navy-900);
  color: #fff;
}
.choice-card.is-selected:not(.is-recommended) .choice-card__check { display: grid; }
.choice-card__check svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.5; }

.category-card { min-height: 142px; padding: 20px 22px; gap: 9px; }
.category-card .choice-card__icon { width: 39px; height: 39px; }
.category-card .choice-card__icon svg { width: 21px; height: 21px; }
.category-card strong { font-size: 17px; }
.category-card p { font-size: 14px; }

.guidance-box,
.alert-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 25px;
  padding: 15px 17px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.55;
}
.guidance-box { border-left: 4px solid var(--lime-500); background: var(--surface-blue); color: var(--ink-700); }
.alert-box { border: 1px solid #f2a39d; background: var(--danger-100); color: var(--danger-700); }
.guidance-box svg, .alert-box svg { flex: 0 0 auto; width: 21px; height: 21px; margin-top: 1px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.alert-box a { font-weight: 850; }

.form-section { margin-top: 30px; }
.form-section + .form-section { margin-top: 26px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.form-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.field--full { grid-column: 1 / -1; }

.field label,
.field legend {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-950);
  font-size: 14px;
  font-weight: 800;
}
.field legend { padding: 0; }
.required { color: var(--danger-700); }
.field-help { display: block; margin-top: 7px; color: var(--ink-500); font-size: 14px; line-height: 1.45; }
.field-error { display: block; margin-top: 7px; color: var(--danger-700); font-size: 14px; font-weight: 700; }

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: #fff;
  color: var(--ink-900);
  padding: 12px 13px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.field textarea { min-height: 150px; resize: vertical; line-height: 1.55; }
.field input::placeholder, .field textarea::placeholder { color: #98a2b3; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--navy-800); box-shadow: 0 0 0 3px rgba(16, 37, 118, .12); }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: var(--danger-700); }

.segmented-options { display: flex; flex-wrap: wrap; gap: 10px; }
.segment-button {
  min-height: 45px;
  padding: 10px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: #fff;
  color: var(--ink-700);
  font-weight: 750;
  cursor: pointer;
}
.segment-button:hover { border-color: var(--navy-800); }
.segment-button:focus-visible { outline: none; box-shadow: var(--focus); }
.segment-button.is-selected { border-color: var(--navy-900); background: var(--navy-900); color: #fff; }

.upload-zone {
  position: relative;
  display: block;
  padding: 28px 22px;
  border: 2px dashed #aebcc8;
  border-radius: 14px;
  background: var(--surface-soft);
  text-align: center;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease;
}
.upload-zone:hover { border-color: var(--navy-800); background: #f6f8ff; }
.upload-zone:focus-within { box-shadow: var(--focus); }
.upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-zone svg { width: 33px; height: 33px; fill: none; stroke: var(--navy-800); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.upload-zone strong { display: block; margin-top: 8px; color: var(--navy-950); }
.upload-zone span { display: block; margin-top: 5px; color: var(--ink-500); font-size: 12px; }

.file-list { display: grid; gap: 8px; margin-top: 12px; }
.file-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.file-item__icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 8px; background: var(--surface-blue); color: var(--navy-800); }
.file-item__icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.file-item__meta { min-width: 0; flex: 1; }
.file-item__meta strong { display: block; overflow: hidden; color: var(--ink-900); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.file-item__meta span { color: var(--ink-500); font-size: 11px; }
.file-remove { display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 8px; background: transparent; color: var(--danger-700); cursor: pointer; }
.file-remove:hover { background: var(--danger-100); }
.file-remove:focus-visible { outline: none; box-shadow: var(--focus); }
.file-remove svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

.error-summary {
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid #f2a39d;
  border-radius: 12px;
  background: var(--danger-100);
  color: var(--danger-700);
  font-size: 14px;
  line-height: 1.5;
}
.error-summary strong { display: block; margin-bottom: 4px; }
.error-summary ul { margin: 4px 0 0; padding-left: 20px; }

.step-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.primary-button,
.secondary-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 23px;
  border-radius: 11px;
  font-weight: 850;
  cursor: pointer;
  text-decoration: none;
}
.primary-button { border: 1px solid var(--navy-900); background: var(--navy-900); color: #fff; box-shadow: 0 9px 22px rgba(11, 16, 18, .18); }
.primary-button:hover { background: var(--navy-800); }
.primary-button:focus-visible, .secondary-button:focus-visible { outline: none; box-shadow: var(--focus); }
.primary-button[disabled] { opacity: .58; cursor: not-allowed; }
.primary-button svg, .secondary-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.secondary-button { border: 1px solid var(--line-strong); background: #fff; color: var(--navy-900); }
.secondary-button:hover { background: var(--surface-soft); }

.recommendation-note { margin-top: 16px; color: var(--ink-600); font-size: 13px; }
.recommendation-note strong { color: var(--navy-900); }

.review-list { display: grid; gap: 13px; margin-top: 30px; }
.review-card { border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; }
.review-card__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 17px; border-bottom: 1px solid var(--line); background: var(--surface-soft); }
.review-card__header strong { color: var(--navy-950); font-size: 14px; }
.review-card__header button { border: 0; background: transparent; color: var(--navy-800); font-size: 12px; font-weight: 850; cursor: pointer; }
.review-card__header button:hover { text-decoration: underline; }
.review-card__body { padding: 16px 17px; color: var(--ink-700); font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.review-card__body p { margin: 0; }
.review-card__body p + p { margin-top: 3px; }
.review-label { color: var(--ink-500); }

.consent-box { margin-top: 22px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); }
.checkbox-label { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-700); font-size: 14px; line-height: 1.55; cursor: pointer; }
.checkbox-label input { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--navy-900); }
.checkbox-label a { color: var(--navy-800); font-weight: 750; }

.success-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--success-100); color: var(--success-700); }
.success-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.success-reference { display: inline-block; margin-top: 18px; padding: 8px 12px; border-radius: 999px; background: var(--surface-soft); color: var(--ink-600); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.success-note { max-width: 610px; margin: 16px auto 0; color: var(--ink-600); font-size: 16px; line-height: 1.65; }
.success-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.help-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 19px 22px;
  border-left: 5px solid var(--lime-500);
  background: var(--surface-blue);
  color: var(--navy-950);
}
.help-strip div { display: grid; gap: 4px; }
.help-strip strong { font-size: 15px; }
.help-strip span { color: var(--ink-600); font-size: 14px; line-height: 1.5; }
.help-strip > a { flex: 0 0 auto; min-height: 44px; padding: 12px 17px; border-radius: 9px; background: var(--lime-500); color: var(--navy-950); font-size: 14px; font-weight: 900; text-decoration: none; }
.help-strip > a:hover { background: #b5dc48; }
.help-strip > a:focus-visible { outline: none; box-shadow: var(--focus); }

.emergency-footer { margin: 16px 0 0; color: var(--ink-500); font-size: 14px; text-align: center; line-height: 1.5; }

.booking-faq { margin-top: 24px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.booking-faq h2 { margin: 0 0 10px; color: var(--navy-950); font-size: 22px; }
.booking-faq details + details { border-top: 1px solid var(--line); }
.booking-faq summary { padding: 16px 0; min-height: 48px; cursor: pointer; color: var(--navy-950); font-size: 16px; font-weight: 750; line-height: 1.5; }
.booking-faq p { margin: 0 0 18px; color: var(--ink-600); font-size: 16px; line-height: 1.6; }
.booking-faq a { font-weight: 750; text-underline-offset: 3px; }
.booking-faq summary:focus-visible, .booking-faq a:focus-visible, .success-note a:focus-visible { outline: 3px solid var(--navy-900); outline-offset: 3px; }
.back-button, .review-card__header button { min-height: 44px; min-width: 44px; }
.field input, .field textarea, .field select { font-size: 16px; }

.spinner { width: 17px; height: 17px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

[hidden] { display: none !important; }

@media (max-width: 860px) {
  .service-area-label { display: none; }
  .choice-grid--three { grid-template-columns: 1fr; }
  .choice-grid--categories { grid-template-columns: 1fr 1fr; }
  .step { padding: 40px 34px; }
}

@media (max-width: 680px) {
  .portal-header__inner { width: min(100% - 24px, 1120px); min-height: 72px; }
  .brand__mark { width: 39px; height: 39px; }
  .brand__text strong { font-size: 21px; }
  .brand__text span { font-size: 10px; }
  .call-link { min-height: 40px; padding: 0 12px; font-size: 12px; }
  .call-link svg { display: none; }
  .portal-main { width: min(100% - 20px, 1120px); margin-top: 18px; }
  .booking-shell { border-radius: 17px; }
  .booking-shell__top { min-height: 65px; padding: 14px 18px; }
  .progress-meta { font-size: 12px; }
  .step-root { min-height: 0; }
  .step { padding: 31px 20px 27px; }
  .step h1 { font-size: 34px; }
  .step h2 { font-size: 29px; }
  .step-intro { font-size: 16px; line-height: 1.55; }
  .choice-grid, .choice-grid--categories { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
  .choice-card { min-height: 0; padding: 20px; }
  .category-card { padding: 18px; }
  .choice-card strong { font-size: 18px; }
  .form-grid, .form-grid--three { grid-template-columns: 1fr; gap: 16px; }
  .field--full { grid-column: auto; }
  .step-actions { align-items: stretch; flex-direction: column-reverse; }
  .primary-button, .secondary-button { width: 100%; }
  .help-strip { align-items: stretch; flex-direction: column; padding: 17px; }
  .help-strip > a { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* Instant-confirmation scheduling */
.eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}
.eyebrow-row .eyebrow { margin: 0; }
.instant-badge,
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eff9dc;
  color: #355f00;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.live-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #65a900;
  box-shadow: 0 0 0 4px rgba(101, 169, 0, .12);
}
.availability-panel {
  min-height: 210px;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}
.availability-loading {
  min-height: 250px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: var(--navy-950);
  text-align: center;
}
.availability-loading > span:last-child {
  color: var(--ink-500);
  font-size: 13px;
}
.spinner--navy {
  width: 30px;
  height: 30px;
  border-color: rgba(11, 16, 18, .18);
  border-top-color: var(--navy-900);
}
.availability-error,
.availability-empty {
  min-height: 250px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  padding: 48px 32px;
  color: var(--ink-700);
  text-align: left;
}
.availability-error > svg,
.availability-empty > svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.availability-error strong,
.availability-empty strong {
  display: block;
  color: var(--navy-950);
  font-size: 17px;
}
.availability-error p,
.availability-empty p {
  margin: 6px 0 17px;
  font-size: 14px;
  line-height: 1.55;
}
.day-group + .day-group { border-top: 1px solid var(--line); }
.day-group {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 20px 22px;
}
.day-group__heading {
  display: grid;
  align-content: center;
  gap: 3px;
}
.day-group__heading strong {
  color: var(--navy-950);
  font-size: 15px;
}
.day-group__heading span {
  color: var(--ink-500);
  font-size: 13px;
}
.slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 155px), 1fr));
  gap: 9px;
}
.slot-button {
  min-height: 48px;
  display: grid;
  place-items: center;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background: #fff;
  color: var(--navy-900);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}
.slot-button:hover {
  transform: translateY(-1px);
  border-color: var(--navy-800);
  background: #f7f9ff;
}
.slot-button:focus-visible { outline: none; box-shadow: var(--focus); }
.slot-button > span { white-space: nowrap; }
.slot-button.is-selected {
  border-color: var(--navy-900);
  background: var(--navy-900);
  color: #fff;
}
.slot-button small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 800;
  opacity: .86;
}
.slot-button small svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
}
.selected-appointment {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #c6e38e;
  border-radius: 11px;
  background: #f5fbe9;
  color: #355f00;
}
.selected-appointment > svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}
.selected-appointment div { display: grid; gap: 2px; }
.selected-appointment span { font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.selected-appointment strong { color: var(--navy-950); font-size: 14px; }
.availability-note {
  margin: 15px 0 0;
  color: var(--ink-500);
  font-size: 14px;
  line-height: 1.55;
}
.availability-note strong { color: var(--ink-700); }
.review-appointment {
  display: grid;
  gap: 3px;
}
.review-appointment span { color: var(--ink-600); }
.review-appointment strong { color: var(--navy-950); font-size: 20px; line-height: 1.25; }
.review-appointment small { color: var(--ink-500); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.confirmation-card {
  width: min(430px, 100%);
  display: grid;
  gap: 5px;
  margin: 24px auto 0;
  padding: 20px;
  border: 1px solid #c6e38e;
  border-radius: 14px;
  background: #f5fbe9;
}
.confirmation-card span { color: var(--ink-700); font-size: 15px; font-weight: 750; }
.confirmation-card strong { color: var(--navy-950); font-size: 27px; line-height: 1.2; }
.confirmation-card small { color: #4b720b; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.prototype-success-note {
  width: min(560px, 100%);
  margin: 18px auto 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff5d9;
  color: #694b00;
  font-size: 13px;
}
.error-summary p { margin: 5px 0 0; }

@media (max-width: 680px) {
  .eyebrow-row { align-items: flex-start; }
  .instant-badge, .live-badge { font-size: 9px; padding: 6px 8px; }
  .day-group { grid-template-columns: 1fr; gap: 12px; padding: 17px; }
  .day-group__heading { grid-template-columns: auto 1fr; align-items: baseline; gap: 7px; }
  .slot-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 155px), 1fr)); }
  .slot-button { min-height: 54px; padding: 8px; font-size: 14px; }
  .availability-error, .availability-empty { padding: 34px 21px; }
  .confirmation-card strong { font-size: 23px; }
}

@media (max-width: 390px) {
  .slot-grid { grid-template-columns: 1fr; }
}
