/* ==========================================================================
   Booking widget — Schedule a free operations consultation
   Vanilla, no framework. Uses Protocall design tokens.
   ========================================================================== */

/* ---------- Contact hero (full-viewport layout) ---------- */
.contact-hero {
  position: relative;
  min-height: 100vh;
  background: #0B0D11;
  color: #F4F5F7;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.contact-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 60% at 0% 0%, rgba(255, 107, 44, 0.20), transparent 60%),
    radial-gradient(55% 80% at 100% 100%, rgba(232, 92, 31, 0.16), transparent 70%),
    radial-gradient(40% 50% at 50% 50%, rgba(255, 107, 44, 0.06), transparent 70%),
    linear-gradient(180deg, #0F1216 0%, #0B0D11 100%);
  pointer-events: none;
}
.contact-hero__bg::before,
.contact-hero__bg::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .35;
}
.contact-hero__bg::before {
  width: 480px; height: 480px;
  top: -160px; left: -120px;
  background: radial-gradient(circle, #FF6B2C, transparent 60%);
  animation: ch-float 14s ease-in-out infinite alternate;
}
.contact-hero__bg::after {
  width: 520px; height: 520px;
  bottom: -180px; right: -140px;
  background: radial-gradient(circle, #E85C1F, transparent 60%);
  animation: ch-float 18s ease-in-out infinite alternate-reverse;
}
@keyframes ch-float {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(40px, 30px) scale(1.1); }
}
.contact-hero__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.contact-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: calc(64px + clamp(12px, 2vh, 24px));
  padding-bottom: clamp(12px, 2vh, 24px);
}
.contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  width: 100%;
}
.contact-hero__widget {
  min-width: 0;
  display: flex;
  align-items: center;
}
.contact-hero__widget > #booking-widget { width: 100%; }

.contact-hero__pitch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.contact-hero__pitch > * { max-width: 100%; }
.crumbs--light .crumbs__sep { color: rgba(244, 245, 247, 0.30); }
.crumbs--light span:last-child { color: rgba(244, 245, 247, 0.85); }

.contact-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 107, 44, 0.10);
  border: 1px solid rgba(255, 107, 44, 0.28);
  color: #FF8854;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.contact-hero__eyebrow-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #FF6B2C;
  box-shadow: 0 0 0 4px rgba(255, 107, 44, 0.20);
  animation: ch-pulse 2.2s ease-in-out infinite;
}
@keyframes ch-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255, 107, 44, 0.20); }
  50%      { box-shadow: 0 0 0 8px rgba(255, 107, 44, 0.04); }
}
.contact-hero__title {
  font-family: 'Archivo Black', 'Inter', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 14px 0 10px;
  color: #FFFFFF;
}
.contact-hero__title em {
  font-style: italic;
  background: linear-gradient(120deg, #FF8854, #FF6B2C);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.contact-hero__desc {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(244, 245, 247, 0.70);
  margin: 0 0 14px;
  max-width: 460px;
}

/* ----- Trust strip: avatar stack + rating ----- */
.ch-trust-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}
.ch-avatars {
  display: inline-flex;
  align-items: center;
}
.ch-avatar {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 2px solid #0B0D11;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-left: -8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.ch-avatar:first-child { margin-left: 0; }
.ch-avatar--1 { background: linear-gradient(135deg, #FF8854, #FF6B2C); }
.ch-avatar--2 { background: linear-gradient(135deg, #6FB5FF, #2563EB); }
.ch-avatar--3 { background: linear-gradient(135deg, #4FE0A8, #14B870); }
.ch-avatar--4 { background: linear-gradient(135deg, #C084FC, #7C3AED); }
.ch-trust-strip__text {
  font-size: 12.5px;
  line-height: 1.35;
  color: rgba(244, 245, 247, 0.75);
}
.ch-trust-strip__text b { color: #FFFFFF; font-weight: 700; }
.ch-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-right: 6px;
  color: #FFB840;
}
.ch-stars svg { width: 12px; height: 12px; }

.contact-hero__checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
}
.contact-hero__checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(244, 245, 247, 0.85);
}
.contact-hero__checklist svg {
  width: 16px; height: 16px;
  flex-shrink: 0;
  padding: 3px;
  border-radius: 50%;
  background: rgba(43, 214, 140, 0.12);
  border: 1px solid rgba(43, 214, 140, 0.35);
  color: #2BD68C;
}

/* ----- Deliverable cards (replaces checklist) ----- */
.contact-hero__deliverables {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 8px;
}
.ch-deliverable {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.ch-deliverable:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 107, 44, 0.35);
  background: rgba(255, 107, 44, 0.04);
}
.ch-deliverable__icon {
  width: 34px; height: 34px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(255, 107, 44, 0.10);
  border: 1px solid rgba(255, 107, 44, 0.28);
  color: #FF8854;
}
.ch-deliverable__icon svg { width: 18px; height: 18px; }
.ch-deliverable__icon--team {
  background: rgba(76, 161, 255, 0.10);
  border-color: rgba(76, 161, 255, 0.30);
  color: #6FB5FF;
}
.ch-deliverable__icon--quote {
  background: rgba(43, 214, 140, 0.10);
  border-color: rgba(43, 214, 140, 0.30);
  color: #4FE0A8;
}
.ch-deliverable > div { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.ch-deliverable b {
  font-size: 13.5px;
  font-weight: 700;
  color: #F4F5F7;
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.ch-deliverable em {
  font-style: normal;
  font-size: 11.5px;
  color: rgba(244, 245, 247, 0.55);
  line-height: 1.3;
}

/* ----- Testimonial quote ----- */
.contact-hero__quote {
  position: relative;
  margin: 0 0 14px;
  padding: 14px 16px 14px 44px;
  background: linear-gradient(135deg, rgba(255, 107, 44, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 107, 44, 0.18);
  border-radius: 12px;
}
.contact-hero__quote-mark {
  position: absolute;
  top: 10px; left: 12px;
  width: 22px; height: 22px;
  color: rgba(255, 107, 44, 0.55);
}
.contact-hero__quote blockquote {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(244, 245, 247, 0.88);
  font-style: italic;
}
.contact-hero__quote blockquote b {
  font-style: normal;
  color: #FF8854;
  font-weight: 700;
}
.contact-hero__quote figcaption {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: rgba(244, 245, 247, 0.55);
}
.contact-hero__quote figcaption b {
  color: rgba(244, 245, 247, 0.85);
  font-weight: 700;
}
.contact-hero__quote-avatar {
  width: 24px; height: 24px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF8854, #FF6B2C);
  color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* ----- Meta row (inline reach) ----- */
.contact-hero__meta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 10px 0;
  margin: 0 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.contact-hero__meta-sep {
  display: none;
}

.contact-hero__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 0;
  margin: 4px 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-hero__trust-item { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.contact-hero__trust-item b {
  font-family: 'Archivo Black', 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.contact-hero__trust-item span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.50);
  line-height: 1.3;
}

.contact-hero__reach {
  display: grid;
  gap: 2px;
  margin-bottom: 12px;
}
.contact-hero__reach-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  color: rgba(244, 245, 247, 0.85);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s;
}
.contact-hero__reach-item:hover { color: #FF8854; }
.contact-hero__reach-item svg {
  width: 16px; height: 16px;
  color: #FF8854;
  flex-shrink: 0;
}

.contact-hero__assurance {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(244, 245, 247, 0.5);
}
.contact-hero__assurance svg {
  width: 14px; height: 14px;
  color: rgba(43, 214, 140, 0.85);
  flex-shrink: 0;
}

.contact-hero__widget { min-width: 0; }

@media (max-width: 860px) {
  .contact-hero { min-height: 0; }
  .contact-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-hero__pitch { max-width: 640px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .contact-hero__trust { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================================================
   Booking widget (compact + viewport-tuned)
   ========================================================================== */

.booking {
  --bk-bg: #0F1216;
  --bk-bg-2: #161A20;
  --bk-line: rgba(255, 255, 255, 0.08);
  --bk-line-2: rgba(255, 255, 255, 0.14);
  --bk-text: #F4F5F7;
  --bk-text-dim: rgba(244, 245, 247, 0.62);
  --bk-text-mute: rgba(244, 245, 247, 0.40);
  --bk-accent: #FF6B2C;
  --bk-accent-2: #E85C1F;
  --bk-success: #2BD68C;
  --bk-danger: #EF6464;
  --bk-radius-lg: 18px;
  --bk-radius-md: 12px;
  --bk-radius-sm: 8px;
  --bk-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.55), 0 0 0 1px var(--bk-line), 0 0 80px -20px rgba(255, 107, 44, 0.15);

  position: relative;
  background: linear-gradient(180deg, #11151B 0%, #0E1116 100%);
  color: var(--bk-text);
  border-radius: var(--bk-radius-lg);
  box-shadow: var(--bk-shadow);
  overflow: hidden;
  isolation: isolate;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
}

/* Decorative glow */
.booking::before {
  content: '';
  position: absolute;
  inset: -2px -2px auto -2px;
  height: 140px;
  background:
    radial-gradient(60% 100% at 20% 0%, rgba(255, 107, 44, 0.22), transparent 70%),
    radial-gradient(50% 100% at 80% 0%, rgba(232, 92, 31, 0.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.booking__inner {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 2.6vw, 28px);
}

/* ---------------- Header ---------------- */
.booking__header {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "eyebrow pill"
    "title   title"
    "sub     sub";
  align-items: center;
  gap: 6px 12px;
  margin-bottom: 14px;
}
.booking__header > div:first-child { display: contents; }
.booking__header > div:first-child .booking__eyebrow { grid-area: eyebrow; margin-bottom: 0; }
.booking__header > div:first-child .booking__title    { grid-area: title; }
.booking__header > div:first-child .booking__subtitle { grid-area: sub; }
.booking__meta { grid-area: pill; }
.booking__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--bk-accent);
  margin-bottom: 6px;
}
.booking__eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--bk-accent);
  box-shadow: 0 0 0 4px rgba(255, 107, 44, 0.18);
}
.booking__title {
  font-family: 'Archivo Black', 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 4px 0 2px;
  letter-spacing: -0.01em;
  color: var(--bk-text);
}
.booking__subtitle {
  font-size: 12.5px;
  color: var(--bk-text-dim);
  line-height: 1.5;
  margin: 0;
  max-width: 280px;
}
.booking__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.booking__meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 107, 44, 0.10);
  border: 1px solid rgba(255, 107, 44, 0.28);
  color: var(--bk-accent);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.booking__meta-pill svg { width: 12px; height: 12px; }

/* ---------------- Stepper ---------------- */
.booking__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 12px 0 16px;
  list-style: none;
  padding: 0;
}
.booking__step {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: var(--bk-radius-sm);
  background: var(--bk-bg-2);
  border: 1px solid var(--bk-line);
  transition: border-color .2s, background .2s, color .2s;
}
.booking__step.is-active {
  border-color: rgba(255, 107, 44, 0.55);
  background: linear-gradient(180deg, rgba(255, 107, 44, 0.10), transparent);
}
.booking__step.is-done { border-color: rgba(43, 214, 140, 0.35); }
.booking__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--bk-line);
  color: var(--bk-text-dim);
  font-size: 11px;
  font-weight: 700;
}
.booking__step.is-active .booking__step-num { background: var(--bk-accent); color: #fff; }
.booking__step.is-done .booking__step-num { background: var(--bk-success); color: #062014; }
.booking__step-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--bk-text-dim);
}
.booking__step.is-active .booking__step-label,
.booking__step.is-done .booking__step-label { color: var(--bk-text); }

/* ---------------- Panel ---------------- */
.booking__panel { min-height: 240px; }
.booking__panel[hidden] { display: none; }

/* ---------------- Calendar ---------------- */
.booking__cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

/* Next-available CTA banner */
.booking__next-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 12px;
  margin-bottom: 12px;
  background: linear-gradient(90deg, rgba(43, 214, 140, 0.10), rgba(43, 214, 140, 0.04));
  border: 1px solid rgba(43, 214, 140, 0.30);
  border-radius: var(--bk-radius-sm);
  color: var(--bk-text);
  font-size: 12.5px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background .15s, border-color .15s, transform .12s;
}
.booking__next-hint b { color: #4FE0A8; font-weight: 700; }
.booking__next-hint svg {
  width: 14px; height: 14px;
  margin-left: auto;
  color: #4FE0A8;
}
.booking__next-hint:hover {
  background: linear-gradient(90deg, rgba(43, 214, 140, 0.16), rgba(43, 214, 140, 0.06));
  border-color: rgba(43, 214, 140, 0.50);
  transform: translateY(-1px);
}
.booking__next-hint-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #2BD68C;
  box-shadow: 0 0 0 0 rgba(43, 214, 140, 0.6);
  animation: bk-live 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes bk-live {
  0%, 100% { box-shadow: 0 0 0 0 rgba(43, 214, 140, 0.6); }
  50%      { box-shadow: 0 0 0 6px rgba(43, 214, 140, 0); }
}
.booking__cal-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: var(--bk-text);
}
.booking__cal-nav { display: flex; gap: 6px; }
.booking__icon-btn {
  width: 34px; height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bk-bg-2);
  border: 1px solid var(--bk-line);
  color: var(--bk-text);
  border-radius: var(--bk-radius-sm);
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
.booking__icon-btn:hover:not(:disabled) {
  background: rgba(255, 107, 44, 0.10);
  border-color: rgba(255, 107, 44, 0.40);
}
.booking__icon-btn:disabled { opacity: .35; cursor: not-allowed; }
.booking__icon-btn svg { width: 16px; height: 16px; }

.booking__cal-weekdays,
.booking__cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.booking__cal-weekday {
  text-align: center;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--bk-text-mute);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 0;
}
.booking__cal-day {
  aspect-ratio: 1.5 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bk-bg-2);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius-sm);
  color: var(--bk-text);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: background .15s, border-color .15s;
}
.booking__cal-day:hover:not(:disabled):not(.is-empty) {
  background: rgba(255, 107, 44, 0.12);
  border-color: rgba(255, 107, 44, 0.45);
}
.booking__cal-day:disabled,
.booking__cal-day.is-disabled {
  color: var(--bk-text-mute);
  cursor: not-allowed;
  opacity: 0.45;
}
.booking__cal-day.is-empty {
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.booking__cal-day.is-today {
  border-color: rgba(255, 107, 44, 0.55);
  color: var(--bk-accent);
}
.booking__cal-day.is-today::after {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--bk-accent);
}
.booking__cal-day.is-selected {
  background: linear-gradient(180deg, var(--bk-accent), var(--bk-accent-2));
  border-color: var(--bk-accent);
  color: #fff;
}

/* ---------------- Time slots ---------------- */
.booking__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  color: var(--bk-text-dim);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-bottom: 14px;
}
.booking__back:hover { color: var(--bk-accent); }
.booking__back svg { width: 14px; height: 14px; }

.booking__selected-date {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--bk-bg-2);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius-md);
  margin-bottom: 14px;
}
.booking__selected-date svg {
  width: 18px; height: 18px;
  color: var(--bk-accent);
  flex-shrink: 0;
}
.booking__selected-date-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--bk-text);
}

.booking__tz {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--bk-bg-2);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius-md);
  margin-bottom: 16px;
}
.booking__tz-label {
  font-size: 12px;
  color: var(--bk-text-dim);
  font-weight: 600;
}
.booking__tz select {
  flex: 1;
  background: transparent;
  border: 0;
  color: var(--bk-text);
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}
.booking__tz select option { background: var(--bk-bg-2); color: var(--bk-text); }

.booking__slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 6px;
  margin-bottom: 14px;
  max-height: 30vh;
  overflow-y: auto;
  padding-right: 4px;
}
.booking__slot {
  padding: 10px;
  background: var(--bk-bg-2);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius-sm);
  color: var(--bk-text);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  font-variant-numeric: tabular-nums;
}
.booking__slot:hover:not(:disabled) {
  border-color: rgba(255, 107, 44, 0.55);
  background: rgba(255, 107, 44, 0.10);
  color: var(--bk-accent);
}
.booking__slot:disabled {
  opacity: 0.32;
  text-decoration: line-through;
  cursor: not-allowed;
}
.booking__slot.is-selected {
  background: linear-gradient(180deg, var(--bk-accent), var(--bk-accent-2));
  border-color: var(--bk-accent);
  color: #fff;
}

.booking__empty {
  padding: 28px;
  text-align: center;
  color: var(--bk-text-dim);
  font-size: 13.5px;
  background: var(--bk-bg-2);
  border: 1px dashed var(--bk-line-2);
  border-radius: var(--bk-radius-md);
}

/* ---------------- Form ---------------- */
.booking__summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px;
  background: var(--bk-bg-2);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius-md);
  margin-bottom: 18px;
}
.booking__summary-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--bk-text);
}
.booking__summary-row svg {
  width: 14px; height: 14px;
  color: var(--bk-accent);
  flex-shrink: 0;
}
.booking__summary-row b { font-weight: 700; color: var(--bk-text); }

.booking__form { display: grid; gap: 10px; }
.booking__field { display: flex; flex-direction: column; gap: 6px; }
.booking__field label {
  font-size: 12px;
  font-weight: 600;
  color: var(--bk-text-dim);
  letter-spacing: 0.3px;
}
.booking__field label .req { color: var(--bk-accent); }
.booking__field input,
.booking__field select,
.booking__field textarea {
  width: 100%;
  padding: 9px 12px;
  background: var(--bk-bg-2);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius-sm);
  color: var(--bk-text);
  font-size: 13.5px;
  font-family: inherit;
  outline: none;
  transition: border-color .15s, background .15s;
}
.booking__field textarea { resize: vertical; min-height: 64px; }
.booking__field input::placeholder,
.booking__field textarea::placeholder { color: var(--bk-text-mute); }
.booking__field input:focus,
.booking__field select:focus,
.booking__field textarea:focus {
  border-color: var(--bk-accent);
  background: #1A1F26;
}
.booking__field select option { background: var(--bk-bg-2); color: var(--bk-text); }
.booking__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.booking__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  color: var(--bk-text-dim);
  line-height: 1.5;
}
.booking__consent input { margin-top: 3px; accent-color: var(--bk-accent); }

.booking__error {
  padding: 11px 14px;
  background: rgba(239, 100, 100, 0.10);
  border: 1px solid rgba(239, 100, 100, 0.32);
  color: var(--bk-danger);
  font-size: 13px;
  border-radius: var(--bk-radius-sm);
}

.booking__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 6px;
}
.booking__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: var(--bk-radius-sm);
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .1s, background .15s, border-color .15s;
}
.booking__btn--primary {
  background: linear-gradient(180deg, var(--bk-accent), var(--bk-accent-2));
  color: #fff;
  box-shadow: 0 8px 24px -8px rgba(255, 107, 44, 0.55);
}
.booking__btn--primary:hover:not(:disabled) { transform: translateY(-1px); }
.booking__btn--primary:disabled { opacity: 0.55; cursor: not-allowed; box-shadow: none; }
.booking__btn--ghost {
  background: transparent;
  color: var(--bk-text);
  border-color: var(--bk-line-2);
}
.booking__btn--ghost:hover { background: var(--bk-bg-2); }
.booking__btn .spin {
  width: 14px; height: 14px;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: bk-spin .8s linear infinite;
}
@keyframes bk-spin { to { transform: rotate(360deg); } }

/* ---------------- Success ---------------- */
.booking__success { text-align: center; padding: 16px 8px 6px; }
.booking__success-icon {
  width: 68px; height: 68px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(43, 214, 140, 0.16), rgba(43, 214, 140, 0.04));
  border: 1px solid rgba(43, 214, 140, 0.45);
}
.booking__success-icon svg { width: 32px; height: 32px; color: var(--bk-success); }
.booking__success h3 {
  font-family: 'Archivo Black', 'Inter', sans-serif;
  font-size: 22px;
  margin: 0 0 8px;
  color: var(--bk-text);
}
.booking__success p {
  color: var(--bk-text-dim);
  font-size: 14px;
  margin: 0 auto 18px;
  max-width: 420px;
  line-height: 1.55;
}
.booking__success-card {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 6px 22px;
  padding: 16px 22px;
  background: var(--bk-bg-2);
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius-md);
  text-align: left;
  margin: 0 auto 16px;
}
.booking__success-card dt { font-size: 12px; color: var(--bk-text-mute); font-weight: 600; }
.booking__success-card dd { font-size: 13.5px; color: var(--bk-text); margin: 0; font-weight: 600; }

/* ---------------- Reveal ---------------- */
.booking__panel { animation: bk-fade .35s ease both; }
@keyframes bk-fade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: none; }
}

/* ---------------- Responsive ---------------- */
@media (max-width: 640px) {
  .booking__header { flex-direction: column; align-items: flex-start; }
  .booking__meta { align-items: flex-start; }
  .booking__steps { grid-template-columns: 1fr; }
  .booking__step-label { font-size: 12px; }
  .booking__row { grid-template-columns: 1fr; }
  .booking__summary { grid-template-columns: 1fr; }
  .booking__actions { flex-direction: column-reverse; }
  .booking__actions .booking__btn { width: 100%; }
}
