.booking-page {
  background: #f4f7fb;
  color: #07142c;
  font-family: Inter, "Noto Sans SC", system-ui, sans-serif;
  padding: 24px 0 56px;
}

.booking-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  box-shadow: 0 16px 50px rgba(20, 36, 61, 0.08);
  overflow: hidden;
}

.booking-topbar {
  min-height: 68px;
  padding: 14px 24px;
  background: #061a38;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.booking-brand,
.booking-topbar-link,
.booking-primary-link,
.booking-submit-button {
  text-decoration: none;
}

.booking-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
}

.booking-brand-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f3c46b;
  color: #061a38;
  font-size: 13px;
  font-weight: 900;
}

.booking-topbar-link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 700;
}

.booking-flow-header,
.booking-landing-header {
  text-align: center;
  padding: 30px 24px 18px;
}

.booking-flow-header h1,
.booking-landing-header h1 {
  margin: 6px 0 8px;
  color: #07142c;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
}

.booking-flow-header p,
.booking-landing-header p,
.booking-muted {
  color: #566680;
}

.booking-eyebrow,
.booking-campaign-type {
  margin: 0;
  color: #0d6b57;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.booking-stepper {
  list-style: none;
  padding: 0 24px 26px;
  margin: 0 auto;
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.booking-stepper li {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #6a7890;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.booking-stepper li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -50%;
  width: 100%;
  height: 1px;
  background: #d6dfec;
}

.booking-stepper li:first-child::before {
  display: none;
}

.booking-stepper span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e8eef7;
  color: #33415c;
  z-index: 1;
}

.booking-stepper .is-active span {
  background: #07336b;
  color: #fff;
}

.booking-layout,
.booking-manage-layout {
  padding: 0 24px 24px;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.12fr) minmax(360px, 1.24fr);
  gap: 18px;
  align-items: start;
}

.booking-manage-layout {
  grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
  padding-top: 10px;
}

.booking-panel,
.booking-summary-panel,
.booking-campaign-card,
.booking-empty {
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background: #fff;
}

.booking-panel,
.booking-summary-panel {
  padding: 22px;
}

.booking-panel-wide {
  grid-column: span 2;
}

.booking-panel-heading {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.booking-panel-heading > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eaf2ff;
  color: #07336b;
  font-weight: 900;
  flex: 0 0 auto;
}

.booking-panel h2,
.booking-summary-panel h2,
.booking-campaign-card h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0;
}

.booking-panel p,
.booking-campaign-card p,
.booking-panel-heading p {
  margin: 5px 0 0;
  color: #607089;
  font-size: 13px;
  line-height: 1.45;
}

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

.booking-date-grid.is-compact {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin-bottom: 18px;
}

.booking-date-choice,
.booking-slot-choice,
.booking-package-card,
.booking-addon-choice {
  cursor: pointer;
}

.booking-date-choice input,
.booking-slot-choice input,
.booking-package-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.booking-date-choice span,
.booking-slot-choice > span,
.booking-package-card > span {
  display: block;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  padding: 12px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.booking-date-choice.is-selected span,
.booking-date-choice:has(input:checked) span,
.booking-slot-choice:has(input:checked) > span,
.booking-package-card.is-selected > span,
.booking-package-card:has(input:checked) > span {
  border-color: #07336b;
  box-shadow: 0 0 0 3px rgba(7, 51, 107, 0.12);
  background: #f8fbff;
}

.booking-slot-list {
  display: grid;
  gap: 10px;
}

.booking-slot-choice > span {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.booking-slot-choice small {
  color: #0d7a57;
  font-style: normal;
  font-size: 12px;
}

.booking-slot-choice.is-full,
.booking-slot-choice.is-rest,
.booking-slot-choice.is-blocked {
  cursor: not-allowed;
}

.booking-slot-choice.is-full > span,
.booking-slot-choice.is-rest > span,
.booking-slot-choice.is-blocked > span {
  color: #7b8798;
  background: #f5f7fa;
}

.booking-slot-choice.is-full small,
.booking-slot-choice.is-rest small,
.booking-slot-choice.is-blocked small {
  color: #8b96a8;
}

.booking-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.booking-package-card > span {
  min-height: 154px;
}

.booking-package-card strong,
.booking-package-card em,
.booking-package-card small {
  display: block;
}

.booking-package-card em {
  margin-top: 8px;
  color: #0d6b57;
  font-style: normal;
  font-size: 24px;
  font-weight: 900;
}

.booking-package-card small {
  margin-top: 8px;
  color: #65758d;
  line-height: 1.35;
}

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

.booking-addon-choice {
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

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

.booking-field-grid label {
  display: grid;
  gap: 7px;
  color: #273650;
  font-size: 13px;
  font-weight: 800;
}

.booking-field-grid label.is-wide {
  grid-column: 1 / -1;
}

.booking-field-grid input,
.booking-field-grid textarea {
  width: 100%;
  border: 1px solid #d7e1ef;
  border-radius: 7px;
  padding: 11px 12px;
  font: inherit;
  color: #07142c;
  background: #fff;
}

.booking-upload-field small {
  color: #66758e;
  font-weight: 600;
}

.booking-summary-panel {
  position: sticky;
  top: 18px;
}

.booking-summary-panel dl,
.booking-card-facts,
.booking-manage-facts {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.booking-summary-panel div,
.booking-card-facts div,
.booking-manage-facts div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #edf1f6;
  padding-bottom: 10px;
}

.booking-summary-panel dt,
.booking-card-facts dt,
.booking-manage-facts dt {
  color: #65758d;
  font-size: 12px;
  font-weight: 800;
}

.booking-summary-panel dd,
.booking-card-facts dd,
.booking-manage-facts dd {
  margin: 0;
  text-align: right;
  color: #17233a;
  font-size: 13px;
  font-weight: 800;
}

.booking-summary-panel .booking-summary-total {
  border-bottom: 0;
}

.booking-summary-total dd {
  color: #0d6b57;
  font-size: 24px;
}

.booking-submit-button,
.booking-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 7px;
  background: #07336b;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.booking-alert {
  margin: 0 24px 18px;
  padding: 14px 16px;
  border: 1px solid #f4b7b7;
  background: #fff5f5;
  color: #9e1b1b;
  border-radius: 8px;
}

.booking-alert p {
  margin: 0;
}

.booking-campaign-grid {
  padding: 0 24px 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.booking-campaign-card {
  padding: 22px;
  display: grid;
  gap: 10px;
}

.booking-card-subtitle {
  color: #17233a !important;
  font-weight: 800;
}

.booking-empty {
  margin: 0 24px 24px;
  padding: 22px;
}

.booking-status-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.booking-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 4px 10px;
  background: #e8eef7;
  color: #34435c;
  font-size: 12px;
  font-weight: 900;
}

.booking-status-pill.is-confirmed {
  background: #dff7e9;
  color: #0d6b42;
}

.booking-status-pill.is-pending_deposit_review,
.booking-status-pill.is-change_requested {
  background: #fff1d4;
  color: #815200;
}

.booking-status-pill.is-rejected,
.booking-status-pill.is-cancelled {
  background: #ffe3e3;
  color: #9e1b1b;
}

.booking-request-note {
  display: grid;
  gap: 5px;
  border: 1px solid #ffe0a8;
  background: #fff8eb;
  border-radius: 8px;
  padding: 12px;
  color: #5a3c09;
}

.booking-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .booking-layout,
  .booking-manage-layout {
    grid-template-columns: 1fr;
  }

  .booking-panel-wide {
    grid-column: auto;
  }

  .booking-summary-panel {
    position: static;
  }

  .booking-package-grid,
  .booking-campaign-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .booking-page {
    padding-top: 10px;
  }

  .booking-shell {
    width: min(100% - 16px, 1180px);
  }

  .booking-topbar {
    padding: 12px 14px;
  }

  .booking-flow-header,
  .booking-landing-header,
  .booking-layout,
  .booking-manage-layout,
  .booking-campaign-grid,
  .booking-stepper {
    padding-left: 14px;
    padding-right: 14px;
  }

  .booking-stepper {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-stepper li::before {
    display: none;
  }

  .booking-date-grid,
  .booking-addon-grid,
  .booking-field-grid {
    grid-template-columns: 1fr;
  }
}

.booking-page {
  background: var(--fb-bg);
  color: var(--fb-ink);
  font-family: var(--fb-font-body);
}

.booking-shell {
  background: var(--fb-surface);
  border: 0;
  box-shadow: none;
}

.booking-topbar {
  background: rgba(255, 253, 248, 0.98);
  color: var(--fb-ink);
  border-bottom: 0;
  justify-content: flex-end;
}

.booking-brand {
  color: var(--fb-ink);
  font-family: var(--fb-font-heading);
  font-weight: 600;
}

.booking-brand-icon {
  background: var(--fb-gold);
  color: #fffdf8;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.booking-topbar-link {
  color: var(--fb-gold-dark);
  border-color: var(--fb-line);
  background: var(--fb-surface);
}

.booking-flow-header h1,
.booking-landing-header h1,
.booking-panel h2,
.booking-summary-panel h2,
.booking-campaign-card h2 {
  color: var(--fb-ink);
  font-family: var(--fb-font-heading);
  font-weight: var(--fb-heading-weight);
}

.booking-flow-header p,
.booking-landing-header p,
.booking-muted,
.booking-panel p,
.booking-campaign-card p,
.booking-panel-heading p {
  color: var(--fb-muted);
}

.booking-eyebrow,
.booking-campaign-type {
  color: var(--fb-gold-dark);
}

.booking-stepper {
  width: min(820px, 100%);
}

.booking-stepper li {
  color: var(--fb-muted);
}

.booking-stepper button {
  display: grid;
  gap: 8px;
  justify-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

.booking-stepper button:focus-visible {
  outline: 3px solid rgba(167, 124, 59, 0.18);
  outline-offset: 4px;
  border-radius: 999px;
}

.booking-stepper span {
  background: #ece3d4;
  color: var(--fb-ink);
}

.booking-stepper .is-active span {
  background: var(--fb-gold-dark);
  color: #fff;
}

.booking-stepper .is-active strong {
  color: var(--fb-ink);
}

.booking-stepper li::before {
  background: var(--fb-line);
}

.booking-panel,
.booking-summary-panel,
.booking-campaign-card,
.booking-empty {
  border-color: var(--fb-line);
  background: var(--fb-surface);
}

.booking-panel-heading > span {
  background: #ebe0cf;
  color: var(--fb-gold-dark);
}

.booking-panel[id],
.booking-summary-panel[id] {
  scroll-margin-top: 96px;
}

.booking-date-choice span,
.booking-slot-choice > span,
.booking-package-card > span,
.booking-addon-choice {
  border-color: var(--fb-line);
  background: var(--fb-surface);
}

.booking-date-choice.is-selected span,
.booking-date-choice:has(input:checked) span,
.booking-slot-choice:has(input:checked) > span,
.booking-package-card.is-selected > span,
.booking-package-card:has(input:checked) > span {
  border-color: var(--fb-gold-dark);
  box-shadow: 0 0 0 3px rgba(167, 124, 59, 0.12);
  background: #fffaf2;
}

.booking-slot-choice small {
  color: var(--fb-gold-dark);
}

.booking-slot-choice.is-full > span,
.booking-slot-choice.is-rest > span,
.booking-slot-choice.is-blocked > span {
  color: #8a7d6e;
  background: #f6efe5;
}

.booking-package-card em {
  color: var(--fb-gold-dark);
}

.booking-addon-choice {
  border-color: var(--fb-line);
}

.booking-field-grid label {
  color: var(--fb-ink);
}

.booking-field-grid input,
.booking-field-grid textarea {
  border-color: var(--fb-line);
  background: var(--fb-surface);
  color: var(--fb-ink);
}

.booking-upload-field small {
  color: var(--fb-muted);
}

.booking-summary-panel dt,
.booking-card-facts dt,
.booking-manage-facts dt {
  color: var(--fb-muted);
}

.booking-summary-panel dd,
.booking-card-facts dd,
.booking-manage-facts dd {
  color: var(--fb-ink);
}

.booking-summary-total dd {
  color: var(--fb-gold-dark);
}

.booking-submit-button,
.booking-primary-link {
  background: linear-gradient(180deg, var(--fb-gold) 0%, var(--fb-gold-dark) 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(167, 124, 59, 0.18);
}

.booking-submit-button:hover,
.booking-primary-link:hover {
  background: linear-gradient(180deg, var(--fb-gold-dark) 0%, #8f6530 100%);
}

.booking-alert {
  border-color: #ead7b4;
  background: #fff8eb;
  color: #6f4c1c;
}

.booking-card-subtitle {
  color: var(--fb-ink) !important;
}

.booking-status-pill {
  background: #eee5d8;
  color: #5e4c38;
}

.booking-status-pill.is-confirmed {
  background: #efe4cf;
  color: var(--fb-gold-dark);
}

.booking-status-pill.is-pending_deposit_review,
.booking-status-pill.is-change_requested {
  background: #fff2d8;
  color: var(--fb-gold-dark);
}

.booking-status-pill.is-rejected,
.booking-status-pill.is-cancelled {
  background: #f5e1e1;
  color: #9e645f;
}

.booking-request-note {
  border-color: #ead7b4;
  background: #fff8eb;
  color: #6f4c1c;
}

.booking-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
