.booking-page {
  background:
    radial-gradient(circle at top left, rgba(95, 214, 255, 0.14), transparent 24%),
    radial-gradient(circle at 90% 12%, rgba(215, 25, 32, 0.12), transparent 20%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 30%, #f5f6f8 100%);
}

.booking-page .titleist-nav a[aria-current="page"] {
  color: var(--text);
  font-weight: 700;
}

.booking-hero {
  position: relative;
  padding: 72px 0 34px;
}

.booking-hero::before {
  content: "";
  position: absolute;
  inset: 24px 0 auto;
  height: 540px;
  background:
    linear-gradient(135deg, rgba(6, 14, 24, 0.96), rgba(17, 28, 42, 0.88)),
    url("../../img/pages/home/community-room-bw.jpg") center / cover no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(7, 18, 31, 0.2);
}

.booking-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: end;
}

.booking-hero__copy,
.booking-hero__panel,
.booking-route-card,
.booking-info__card,
.booking-form-card,
.booking-side-card__block {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 252, 0.92)),
    #ffffff;
  box-shadow:
    0 24px 60px rgba(11, 23, 38, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.75) inset;
}

.booking-hero__copy {
  min-height: 460px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(10, 22, 38, 0.72), rgba(7, 16, 29, 0.28));
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 28px 70px rgba(3, 11, 21, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.booking-hero__copy .section-label,
.booking-hero__copy h1,
.booking-hero__copy p {
  color: #ffffff;
}

.booking-hero__copy .section-label {
  opacity: 0.78;
}

.booking-hero__copy h1,
.booking-section-head h2,
.booking-side-card h2 {
  margin: 0;
  font-family: var(--headline);
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: 0.01em;
}

.booking-hero__lead {
  max-width: 610px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}

.booking-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.booking-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ffffff;
  color: #111111;
  font-weight: 700;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.booking-button:hover {
  transform: translateY(-2px);
}

.booking-button--dark {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.booking-button--dark:hover {
  background: #202020;
  color: #ffffff;
}

.booking-button--line-solid {
  background: #06c755;
  border-color: #06c755;
  color: #ffffff;
}

.booking-button--line-solid:hover {
  background: #00af4a;
  color: #ffffff;
}

.booking-button--ghost {
  background: transparent;
}

.booking-button--ghost-light {
  background: rgba(17, 28, 42, 0.46);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.booking-button--ghost-light:hover {
  background: rgba(17, 28, 42, 0.64);
  color: #ffffff;
}

.booking-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.booking-hero__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
}

.booking-hero__panel {
  padding: 30px;
}

.booking-hero__panel-head p,
.booking-route-card__eyebrow,
.booking-flow-list span,
.booking-checklist article strong,
.booking-choice legend {
  font-family: var(--headline);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-hero__panel-head p {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.82rem;
}

.booking-hero__panel-head strong {
  display: block;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.booking-flow-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-flow-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: #f6f9fb;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.booking-flow-list span {
  color: var(--accent);
  font-size: 1.05rem;
}

.booking-flow-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.booking-flow-list p,
.booking-route-card p,
.booking-checklist p,
.booking-form-card__lead,
.booking-side-card__block p,
.booking-form__actions p {
  margin: 0;
  color: var(--muted);
}

.booking-route,
.booking-info,
.booking-contact {
  padding-top: 30px;
}

.booking-section-head {
  margin-bottom: 22px;
}

.booking-section-head h2,
.booking-side-card h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  color: #111111;
}

.booking-section-head--compact h2 {
  margin-bottom: 10px;
}

.booking-route__grid,
.booking-checklist,
.booking-contact__grid {
  display: grid;
  gap: 22px;
}

.booking-route__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-route-card {
  min-height: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.booking-route-card::before,
.booking-info__card::before,
.booking-form-card::before,
.booking-side-card__block::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 30%, transparent 72%, rgba(95, 214, 255, 0.08)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 34%);
  pointer-events: none;
}

.booking-route-card__eyebrow {
  color: var(--accent);
  font-size: 0.82rem;
}

.booking-route-card h3 {
  margin: 0;
  font-family: var(--headline);
  font-size: 2.15rem;
  line-height: 1;
}

.booking-route-card .booking-button {
  margin-top: auto;
}

.booking-route-card--line {
  background:
    linear-gradient(135deg, rgba(244, 255, 248, 0.98), rgba(238, 250, 243, 0.95)),
    #ffffff;
}

.booking-route-card--phone {
  background:
    linear-gradient(135deg, rgba(255, 248, 246, 0.98), rgba(251, 242, 239, 0.95)),
    #ffffff;
}

.booking-info__card,
.booking-form-card {
  padding: 32px;
}

.booking-checklist {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-checklist article {
  padding: 20px;
  border-radius: 24px;
  background: #f7f8fa;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.booking-checklist article strong {
  display: block;
  margin-bottom: 12px;
  color: #111111;
  font-size: 0.8rem;
}

.booking-contact__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  align-items: start;
}

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

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

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

.booking-field span,
.booking-choice legend {
  color: #111111;
  font-weight: 700;
  font-size: 0.92rem;
}

.booking-field input,
.booking-field select,
.booking-field textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 20px;
  background: #fbfcfd;
  color: #111111;
  padding: 15px 16px;
  resize: vertical;
}

.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus {
  outline: 2px solid rgba(95, 214, 255, 0.28);
  outline-offset: 2px;
  border-color: rgba(95, 214, 255, 0.54);
}

.booking-field--full {
  grid-column: 1 / -1;
}

.booking-choice {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.booking-choice label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: #f7f8fa;
}

.booking-form-status {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  font-size: 0.95rem;
  line-height: 1.8;
}

.booking-form-status--success {
  background: rgba(6, 199, 85, 0.08);
  border-color: rgba(6, 199, 85, 0.22);
  color: #0b7e3b;
}

.booking-form-status--error {
  background: rgba(215, 25, 32, 0.08);
  border-color: rgba(215, 25, 32, 0.22);
  color: #a2191f;
}

.booking-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.booking-form__actions .reservation-cta {
  border: 0 !important;
}

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

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

.booking-side-card__block {
  padding: 28px;
}

.booking-side-card__block--muted {
  background:
    linear-gradient(135deg, rgba(250, 252, 255, 0.98), rgba(244, 247, 252, 0.95)),
    #ffffff;
}

.booking-side-card__block--dark {
  background:
    linear-gradient(135deg, rgba(13, 20, 30, 0.98), rgba(24, 35, 49, 0.94)),
    #111111;
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(7, 17, 29, 0.22);
}

.booking-side-card__block--dark .section-label,
.booking-side-card__block--dark strong,
.booking-side-card__block--dark p {
  color: #ffffff;
}

.booking-side-card__block strong {
  display: block;
  margin: 12px 0 8px;
  font-family: var(--headline);
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1;
}

.booking-side-list {
  margin: 12px 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.booking-side-list li + li {
  margin-top: 10px;
}

@media (max-width: 1180px) {
  .booking-route__grid,
  .booking-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .booking-hero::before {
    inset: 0 0 auto;
    height: 620px;
  }

  .booking-hero__inner,
  .booking-contact__grid,
  .booking-route__grid,
  .booking-checklist,
  .booking-form__grid {
    grid-template-columns: 1fr;
  }

  .booking-hero__copy {
    min-height: auto;
    padding: 36px 28px;
  }

  .booking-hero__panel,
  .booking-route-card,
  .booking-info__card,
  .booking-form-card,
  .booking-side-card__block {
    border-radius: 26px;
  }
}

@media (max-width: 640px) {
  .booking-hero {
    padding-top: 56px;
  }

  .booking-hero__copy h1,
  .booking-section-head h2,
  .booking-side-card h2 {
    font-size: clamp(2.4rem, 13vw, 3.6rem);
  }

  .booking-hero__copy,
  .booking-hero__panel,
  .booking-route-card,
  .booking-info__card,
  .booking-form-card,
  .booking-side-card__block {
    padding: 24px;
  }

  .booking-hero__actions,
  .booking-form__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .booking-button,
  .booking-form__actions .reservation-cta {
    width: 100%;
    justify-content: center;
  }

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