.booking-page {
  padding: 44px 0 88px;
}

.booking-shell {
  display: grid;
  gap: 30px;
}

.booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 380px);
  gap: 26px;
  align-items: start;
}

.booking-intro {
  display: grid;
  gap: 14px;
  max-width: 820px;
  padding-top: 8px;
}

.booking-kicker {
  color: #f5c84c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.booking-intro h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  max-width: 12ch;
}

.booking-copy {
  margin: 0;
  color: #f3f7fb;
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.24;
  letter-spacing: -0.025em;
  max-width: 22ch;
}

.booking-support-copy {
  margin: 0;
  color: #b6c3d2;
  font-size: 17px;
  line-height: 1.68;
  max-width: 62ch;
}

.booking-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: start;
}

.booking-page--embed-fallback .booking-workspace {
  grid-template-columns: 1fr;
}

.booking-page--embed-fallback .booking-picker-card {
  max-width: 760px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.booking-page--embed-fallback .booking-picker-card::before {
  display: none;
}

.booking-side-stack {
  display: grid;
  gap: 18px;
}

.booking-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.014)),
    rgba(7, 11, 17, 0.93);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.booking-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(69, 220, 232, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(245, 200, 76, 0.07), transparent 28%);
  opacity: 0.95;
}

.booking-card > * {
  position: relative;
  z-index: 1;
}

.booking-plan-card,
.booking-picker-card,
.booking-form-card,
.booking-success-card {
  padding: 26px;
}

.booking-plan-card {
  display: grid;
  gap: 16px;
}

.booking-plan-card--accent {
  border-color: rgba(245, 200, 76, 0.26);
  background:
    linear-gradient(180deg, rgba(245, 200, 76, 0.08), rgba(255, 255, 255, 0.012)),
    rgba(7, 11, 17, 0.94);
}

.booking-plan-eyebrow,
.booking-context-kicker {
  margin: 0;
  color: #9bb0c3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.booking-plan-heading,
.booking-form-card h2,
.booking-success-card h2,
.booking-toolbar h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.028em;
}

.booking-section-title {
  margin: 0;
  color: #f4f8fc;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

[data-booking-page="foundingPartner"] .booking-workspace .booking-picker-card {
  margin-top: 30px;
}

.booking-section-support {
  margin: 0;
  color: #aebccc;
  font-size: 16px;
  line-height: 1.65;
  max-width: 42ch;
}

.booking-range-meta {
  margin: 0;
  color: #8194aa;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-plan-price {
  color: #f7fbff;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.booking-plan-subprice {
  margin-top: -6px;
  color: #93a4b8;
  font-size: 14px;
  line-height: 1.5;
}

.booking-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #dde7f2;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.booking-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: #d5dfe8;
}

.booking-points--compact {
  gap: 10px;
}

.booking-points li {
  position: relative;
  padding-left: 18px;
  line-height: 1.55;
}

.booking-points li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f5c84c;
  box-shadow: 0 0 0 4px rgba(245, 200, 76, 0.14);
}

.booking-side-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.booking-picker-card,
.booking-form-card,
.booking-success-card {
  display: grid;
  gap: 18px;
}

.booking-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.booking-toolbar-copy {
  display: grid;
  gap: 10px;
}

.booking-toolbar-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.booking-toolbar-actions .button {
  min-width: 112px;
}

.booking-timezone-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #94a4b7;
  font-size: 14px;
}

.booking-timezone-row strong {
  color: #eff6fc;
  font-weight: 600;
}

.booking-status {
  min-height: 24px;
  color: #d6e0e9;
  font-size: 14px;
}

.booking-embed[hidden] {
  display: none;
}

.booking-embed {
  --booking-embed-crop-x: 24px;
  --booking-embed-crop-top: 18px;
  --booking-embed-crop-bottom: 172px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(6, 10, 16, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.booking-inline-embed {
  position: relative;
  min-width: 320px;
  height: 720px;
  overflow: hidden;
}

.booking-inline-embed-frame {
  display: block;
  width: calc(100% + (var(--booking-embed-crop-x) * 2));
  height: calc(100% + var(--booking-embed-crop-top) + var(--booking-embed-crop-bottom));
  margin-top: calc(var(--booking-embed-crop-top) * -1);
  margin-right: calc(var(--booking-embed-crop-x) * -1);
  margin-bottom: calc(var(--booking-embed-crop-bottom) * -1);
  margin-left: calc(var(--booking-embed-crop-x) * -1);
  border: 0;
  background: transparent;
}

.booking-status.is-error,
.booking-form-message.is-error {
  color: #ffb6b6;
}

.booking-status.is-muted,
.booking-form-message.is-muted {
  color: #91a1b3;
}

.booking-day-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.booking-day-button,
.booking-slot-button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #eff4f9;
  cursor: pointer;
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.booking-day-button {
  min-width: 110px;
  border-radius: 20px;
  padding: 12px 14px;
  text-align: left;
}

.booking-day-button:hover,
.booking-slot-button:hover {
  transform: translateY(-1px);
  border-color: rgba(69, 220, 232, 0.42);
}

.booking-day-button.is-active,
.booking-slot-button.is-active {
  border-color: rgba(69, 220, 232, 0.64);
  background: linear-gradient(135deg, rgba(69, 220, 232, 0.18), rgba(37, 184, 255, 0.14));
  box-shadow: inset 0 0 0 1px rgba(69, 220, 232, 0.16);
}

.booking-day-weekday {
  display: block;
  margin-bottom: 6px;
  color: #8ea2b7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-day-date {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.booking-slots {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
}

.booking-slot-button {
  min-height: 52px;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
}

.booking-empty {
  margin: 0;
  grid-column: 1 / -1;
  color: #91a1b3;
  font-size: 15px;
  line-height: 1.6;
}

.booking-form-header {
  display: grid;
  gap: 8px;
}

.booking-selected-slot,
.booking-success-summary {
  margin: 0;
  color: #d4dfe8;
  font-size: 15px;
  line-height: 1.6;
}

.booking-selected-slot strong {
  color: #f7fbff;
}

.booking-form {
  display: grid;
  gap: 14px;
}

.booking-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.booking-form-grid--single {
  grid-template-columns: 1fr;
}

.booking-field {
  display: grid;
  gap: 8px;
}

.booking-field label {
  color: #a6b6c7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-field input,
.booking-field select,
.booking-field textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(3, 8, 14, 0.72);
  color: #f4f8fc;
  padding: 0 14px;
  font: inherit;
}

.booking-field input,
.booking-field select {
  min-height: 50px;
}

.booking-field textarea {
  min-height: 132px;
  padding: 14px;
  resize: vertical;
}

.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus {
  outline: none;
  border-color: rgba(69, 220, 232, 0.55);
  box-shadow: 0 0 0 3px rgba(69, 220, 232, 0.12);
}

.booking-form-actions,
.booking-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.booking-form-actions .button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.booking-form-note,
.booking-form-message {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.booking-form-note {
  color: #8b9bad;
}

.booking-form-message {
  min-height: 22px;
  color: #9aa8b9;
}

.booking-disabled {
  opacity: 1;
}

@media (max-width: 1080px) {
  .booking-hero,
  .booking-workspace {
    grid-template-columns: 1fr;
  }

  .booking-intro h1,
  .booking-copy {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .booking-page {
    padding: 32px 0 64px;
  }

  .booking-shell {
    gap: 22px;
  }

  .booking-plan-card,
  .booking-picker-card,
  .booking-form-card,
  .booking-success-card {
    padding: 20px;
    border-radius: 24px;
  }

  .booking-page--embed-fallback .booking-picker-card {
    padding: 0;
  }

  .booking-intro h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .booking-copy {
    font-size: 19px;
  }

  .booking-support-copy {
    font-size: 15px;
  }

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

  .booking-toolbar {
    flex-direction: column;
  }

  .booking-toolbar-actions,
  .booking-side-actions,
  .booking-form-actions,
  .booking-success-actions {
    width: 100%;
  }

  .booking-toolbar-actions .button,
  .booking-side-actions .button,
  .booking-form-actions .button,
  .booking-success-actions .button {
    width: 100%;
  }
}
