.booking-page {
  --booking-night: #07111f;
  --booking-slate: #15243a;
  --booking-blue: #2a5fe8;
  --booking-blue-dark: #1744b3;
  --booking-blue-soft: #e9efff;
  --booking-amber: #f2b85f;
  --booking-amber-dark: #8b5712;
  --booking-amber-soft: #fff4dd;
  --booking-mint: #70dfbd;
  --booking-mint-dark: #0d7158;
  --booking-rose: #e96c7b;
  --booking-rose-dark: #a53545;
  --booking-surface: #f4f6fa;
  --booking-line: rgba(7, 17, 31, 0.1);
  --booking-shadow:
    0 0 0 1px rgba(7, 17, 31, 0.055),
    0 18px 48px rgba(11, 31, 57, 0.09),
    0 38px 94px rgba(11, 31, 57, 0.055);
}

.booking-page .booking-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 112px;
  background:
    radial-gradient(circle at 87% 9%, rgba(42, 95, 232, 0.13), transparent 32%),
    radial-gradient(circle at 58% 88%, rgba(242, 184, 95, 0.15), transparent 31%),
    linear-gradient(145deg, #fbfcff 0%, #f2f5fb 58%, #fffaf1 100%);
}

.booking-page .booking-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.035) 1px, transparent 1px) 0 0 / 74px 74px,
    linear-gradient(rgba(7, 17, 31, 0.035) 1px, transparent 1px) 0 0 / 74px 74px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 88%);
  pointer-events: none;
}

.booking-page .booking-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(44px, 6vw, 82px);
}

.booking-page .hero-copy h1 {
  max-width: 720px;
  font-size: clamp(48px, 5.35vw, 76px);
}

.booking-page .hero-lead {
  max-width: 660px;
}

.booking-page .booking-founder {
  min-height: 620px;
  border: 8px solid #fff;
  border-radius: 34px;
  background: #111c2b;
  box-shadow:
    0 0 0 1px rgba(7, 17, 31, 0.08),
    0 34px 80px rgba(18, 35, 61, 0.18);
}

.booking-page .booking-founder > img {
  height: 620px;
  object-position: 50% center;
}

.booking-page .booking-founder::after {
  background: linear-gradient(to top, rgba(4, 11, 20, 0.92), transparent 44%);
}

.booking-page .booking-founder figcaption {
  right: 28px;
  bottom: 26px;
  left: 28px;
  max-width: 650px;
}

.booking-page .booking-overlay {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  display: grid;
  justify-items: end;
  gap: 7px;
}

.booking-page .booking-overlay span {
  display: inline-flex;
  width: max-content;
  min-height: 34px;
  padding: 7px 11px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #f7f9ff;
  background: rgba(6, 16, 29, 0.76);
  font-size: 11px;
  font-weight: 600;
  backdrop-filter: blur(12px);
}

.booking-page .booking-overlay i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--booking-amber);
  box-shadow: 0 0 0 4px rgba(242, 184, 95, 0.16);
}

.booking-page .assurances li::before {
  background: var(--booking-blue);
  box-shadow: 0 0 0 4px rgba(42, 95, 232, 0.13);
}

.booking-page .booking-answer {
  background:
    radial-gradient(circle at 16% 10%, rgba(112, 223, 189, 0.15), transparent 26%),
    linear-gradient(118deg, #07111f 0%, #0a1a30 58%, #14233b 100%);
}

.booking-page .booking-model-section {
  background:
    radial-gradient(circle at 92% 7%, rgba(242, 184, 95, 0.12), transparent 30%),
    #fff;
}

.booking-page .booking-lab {
  position: relative;
  margin-top: 44px;
  padding: 14px;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--booking-shadow);
}

.booking-page .booking-tabs {
  display: grid;
  padding: 8px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  border-radius: 22px;
  background: #eef2f8;
}

.booking-page .booking-tabs button {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 88px;
  padding: 13px 14px;
  align-items: center;
  grid-template-columns: 30px 1fr;
  gap: 3px 9px;
  border: 0;
  border-radius: 16px;
  color: #536174;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 150ms ease;
}

.booking-page .booking-tabs button:active {
  transform: scale(0.96);
}

.booking-page .booking-tabs button[aria-selected="true"] {
  color: var(--booking-night);
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(7, 17, 31, 0.05),
    0 9px 24px rgba(11, 29, 53, 0.08);
}

.booking-page .booking-tabs button::after {
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 3px;
  content: "";
  border-radius: 999px 999px 0 0;
  background: var(--booking-blue);
  opacity: 0;
  transform: scaleX(0.25);
  transform-origin: left center;
  transition:
    transform 240ms cubic-bezier(0.2, 0, 0, 1),
    opacity 180ms ease;
}

.booking-page .booking-tabs button[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.booking-page .booking-tabs button > span {
  color: #59667a;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.booking-page .booking-tabs button svg {
  width: 28px;
  height: 28px;
  grid-row: 1 / span 2;
  color: var(--booking-blue);
}

.booking-page .booking-tabs button strong {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-page .booking-progress {
  height: 3px;
  margin: 0 22px;
  overflow: hidden;
  background: rgba(42, 95, 232, 0.08);
}

.booking-page .booking-progress i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--booking-blue), var(--booking-amber));
  transform: scaleX(0.2);
  transform-origin: left center;
  transition: transform 420ms cubic-bezier(0.2, 0, 0, 1);
}

.booking-page .booking-panel {
  display: grid;
  min-height: 470px;
  padding: 34px;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  gap: 18px;
}

.booking-page .booking-stage {
  display: grid;
  padding: clamp(28px, 4vw, 46px);
  align-content: space-between;
  gap: 36px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 94% 7%, rgba(42, 95, 232, 0.12), transparent 36%),
    #f5f7fb;
}

.booking-page .stage-heading small,
.booking-page .booking-exception > small {
  display: block;
  margin-bottom: 11px;
  color: var(--booking-blue-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.booking-page .stage-heading h3 {
  max-width: 720px;
  margin-bottom: 15px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(28px, 3.1vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1.07;
}

.booking-page .stage-heading p {
  max-width: 720px;
  margin-bottom: 0;
  color: #58677a;
  line-height: 1.68;
}

.booking-page .stage-facts {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.booking-page .stage-facts div {
  min-width: 0;
  padding: 15px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(7, 17, 31, 0.055);
}

.booking-page .stage-facts dt {
  margin-bottom: 5px;
  color: #657286;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-page .stage-facts dd {
  margin: 0;
  color: #18263a;
  font-size: 13px;
  line-height: 1.45;
}

.booking-page .booking-exception {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 5%, rgba(242, 184, 95, 0.25), transparent 35%),
    linear-gradient(145deg, #0d1929, #172842);
}

.booking-page .booking-exception::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(255, 255, 255, 0.025),
    0 0 0 48px rgba(255, 255, 255, 0.018);
  pointer-events: none;
}

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

.booking-page .booking-exception > small {
  color: #ffd88e;
}

.booking-page .exception-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  color: #ffd88e;
  background: rgba(255, 255, 255, 0.07);
}

.booking-page .exception-icon svg {
  width: 23px;
  height: 23px;
}

.booking-page .booking-exception > strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 21px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.booking-page .booking-exception > p {
  margin-bottom: 24px;
  color: #c6d0dd;
  line-height: 1.62;
}

.booking-page .slot-preview {
  display: grid;
  margin-bottom: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.booking-page .slot {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.booking-page .slot.is-free {
  color: #cffff0;
  background: rgba(112, 223, 189, 0.13);
}

.booking-page .slot.is-held {
  color: #ffe3af;
  background: rgba(242, 184, 95, 0.15);
}

.booking-page .slot.is-booked {
  color: #ffbcc4;
  background: rgba(233, 108, 123, 0.13);
  text-decoration: line-through;
}

.booking-page .slot.is-buffer {
  color: #cad3df;
  background: rgba(255, 255, 255, 0.06);
}

.booking-page .slot-legend {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 12px;
  color: #aebac9;
  font-size: 10px;
  list-style: none;
}

.booking-page .slot-legend li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.booking-page .slot-legend i {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
}

.booking-page .legend-free {
  background: var(--booking-mint);
}

.booking-page .legend-held {
  background: var(--booking-amber);
}

.booking-page .legend-booked {
  background: var(--booking-rose);
}

.booking-page .legend-buffer {
  border: 1px solid #aebac9;
}

.booking-page .architecture-section {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(42, 95, 232, 0.22), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0d1b2e 55%, #101f34 100%);
}

.booking-page .booking-map {
  display: grid;
  margin-top: 48px;
  padding: 34px;
  align-items: stretch;
  grid-template-columns: minmax(0, 0.95fr) 86px minmax(0, 1.1fr) 86px minmax(0, 0.95fr);
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.booking-page .map-node,
.booking-page .map-systems article {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
}

.booking-page .map-node {
  padding: 30px;
  border-radius: 22px;
}

.booking-page .map-node-core {
  background:
    radial-gradient(circle at 90% 0%, rgba(242, 184, 95, 0.17), transparent 40%),
    rgba(255, 255, 255, 0.085);
  box-shadow: inset 0 0 0 1px rgba(242, 184, 95, 0.12);
}

.booking-page .map-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  color: #9db9ff;
  background: rgba(42, 95, 232, 0.13);
}

.booking-page .map-node-core .map-icon {
  color: #ffda94;
  background: rgba(242, 184, 95, 0.12);
}

.booking-page .map-icon svg {
  width: 26px;
  height: 26px;
}

.booking-page .map-node small,
.booking-page .map-systems small {
  display: block;
  margin-bottom: 8px;
  color: #91a0b4;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-page .map-node h3 {
  margin-bottom: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 23px;
  letter-spacing: -0.025em;
}

.booking-page .map-node p {
  margin-bottom: 0;
  color: #b9c5d4;
  line-height: 1.6;
}

.booking-page .booking-connector {
  position: relative;
  display: grid;
  place-items: center;
}

.booking-page .booking-connector span {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.booking-page .booking-connector i {
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--booking-night);
  border-radius: 50%;
  background: var(--booking-amber);
  box-shadow: 0 0 0 4px rgba(242, 184, 95, 0.13);
}

.booking-page .map-systems {
  display: grid;
  gap: 10px;
}

.booking-page .map-systems article {
  display: grid;
  min-height: 96px;
  padding: 17px;
  align-items: center;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  border-radius: 17px;
}

.booking-page .map-systems article > svg {
  width: 27px;
  height: 27px;
  color: #9db9ff;
}

.booking-page .map-systems small {
  margin-bottom: 2px;
}

.booking-page .map-systems strong {
  display: block;
  color: #f5f7fb;
  font-size: 13px;
  line-height: 1.35;
}

.booking-page .conflict-grid {
  display: grid;
  margin-top: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.booking-page .conflict-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.045);
}

.booking-page .conflict-card > svg {
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  color: #ffda94;
}

.booking-page .conflict-number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #78879b;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.booking-page .conflict-card h3 {
  margin-bottom: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.booking-page .conflict-card p {
  margin-bottom: 0;
  color: #b3bfce;
  line-height: 1.64;
}

.booking-page .scenarios-section {
  background:
    radial-gradient(circle at 8% 14%, rgba(42, 95, 232, 0.08), transparent 28%),
    #f6f8fb;
}

.booking-page .scenario-grid {
  display: grid;
  margin-top: 44px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.booking-page .scenario-card {
  position: relative;
  min-height: 310px;
  padding: 34px;
  overflow: hidden;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(7, 17, 31, 0.06);
  transition:
    transform 220ms cubic-bezier(0.2, 0, 0, 1),
    box-shadow 220ms ease;
}

.booking-page .scenario-card::after {
  position: absolute;
  top: -76px;
  right: -74px;
  width: 180px;
  height: 180px;
  content: "";
  border-radius: 50%;
  background: var(--booking-blue-soft);
  box-shadow:
    0 0 0 24px rgba(42, 95, 232, 0.035),
    0 0 0 48px rgba(42, 95, 232, 0.02);
}

.booking-page .scenario-card:nth-child(2)::after,
.booking-page .scenario-card:nth-child(3)::after {
  background: var(--booking-amber-soft);
  box-shadow:
    0 0 0 24px rgba(242, 184, 95, 0.035),
    0 0 0 48px rgba(242, 184, 95, 0.02);
}

.booking-page .scenario-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--booking-shadow);
}

.booking-page .scenario-card > svg {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  margin-bottom: 42px;
  color: var(--booking-blue);
}

.booking-page .scenario-card small {
  display: block;
  margin-bottom: 9px;
  color: var(--booking-blue-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-page .scenario-card h3 {
  max-width: 520px;
  margin-bottom: 13px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.17;
}

.booking-page .scenario-card p {
  max-width: 600px;
  margin-bottom: 0;
  color: #5a687a;
  line-height: 1.65;
}

.booking-page .proof-section {
  background: #fff;
}

.booking-page .proof-grid {
  display: grid;
  margin-top: 46px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.booking-page .proof-card {
  position: relative;
  min-width: 0;
  padding: 38px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 0 0 1px rgba(7, 17, 31, 0.06);
}

.booking-page .proof-booking {
  color: #fff;
  background:
    radial-gradient(circle at 90% 4%, rgba(112, 223, 189, 0.21), transparent 31%),
    linear-gradient(145deg, #07111f, #10223a);
}

.booking-page .proof-astra {
  padding-top: 266px;
  background: #f3f5f9;
}

.booking-page .proof-astra figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 228px;
  margin: 0;
  overflow: hidden;
  background: #142238;
}

.booking-page .proof-astra figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(7, 17, 31, 0.5), transparent 60%);
}

.booking-page .proof-astra img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-page .proof-top {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  gap: 12px;
}

.booking-page .proof-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: none;
  place-items: center;
  border-radius: 13px;
  color: var(--booking-blue);
  background: var(--booking-blue-soft);
}

.booking-page .proof-booking .proof-icon {
  color: #bfffea;
  background: rgba(112, 223, 189, 0.13);
}

.booking-page .proof-icon svg {
  width: 23px;
  height: 23px;
}

.booking-page .proof-top small {
  color: #596579;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-page .proof-booking .proof-top small {
  color: #aab8c9;
}

.booking-page .proof-card h3 {
  margin-bottom: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(25px, 3vw, 36px);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.booking-page .proof-card > p {
  margin-bottom: 20px;
  color: #58677a;
  line-height: 1.68;
}

.booking-page .proof-booking > p {
  color: #c1ccda;
}

.booking-page .proof-card ul {
  display: grid;
  margin: 0 0 28px;
  padding: 0;
  gap: 9px;
  list-style: none;
}

.booking-page .proof-card li {
  position: relative;
  padding-left: 19px;
  color: #c1ccda;
}

.booking-page .proof-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--booking-mint);
}

.booking-page .proof-card > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: var(--booking-blue-dark);
  font-weight: 600;
  text-decoration: none;
}

.booking-page .proof-booking > a {
  color: #bfffea;
}

.booking-page .proof-card > a svg {
  width: 20px;
  height: 20px;
  transition: transform 180ms ease;
}

.booking-page .proof-card > a:hover svg {
  transform: translateX(4px);
}

.booking-page .operations-section {
  background:
    radial-gradient(circle at 92% 15%, rgba(242, 184, 95, 0.11), transparent 28%),
    #f6f8fb;
}

.booking-page .operations-grid {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.booking-page .operations-grid article {
  min-height: 310px;
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(7, 17, 31, 0.06);
}

.booking-page .operations-grid svg {
  width: 34px;
  height: 34px;
  margin-bottom: 50px;
  color: var(--booking-blue);
}

.booking-page .operations-grid h3 {
  margin-bottom: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.booking-page .operations-grid p {
  margin-bottom: 0;
  color: #5b687a;
  line-height: 1.62;
}

.booking-page .booking-process {
  background:
    radial-gradient(circle at 14% 12%, rgba(42, 95, 232, 0.23), transparent 29%),
    linear-gradient(140deg, #07111f, #0d1b2f 58%, #11233c);
}

.booking-page .booking-fit .price-card {
  background:
    radial-gradient(circle at 94% 7%, rgba(242, 184, 95, 0.18), transparent 32%),
    var(--booking-night);
}

.booking-page .booking-brief {
  background:
    radial-gradient(circle at 12% 5%, rgba(242, 184, 95, 0.17), transparent 25%),
    linear-gradient(135deg, #07111f, #0e2037);
}

.booking-page .booking-mobile-cta {
  background: var(--booking-blue);
}

.booking-page :focus-visible {
  outline: 3px solid #ffcb6b;
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .booking-page .booking-hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
    gap: 38px;
  }

  .booking-page .booking-founder,
  .booking-page .booking-founder > img {
    height: 570px;
    min-height: 570px;
  }

  .booking-page .booking-panel {
    padding: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  }

  .booking-page .booking-map {
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr);
  }

  .booking-page .operations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .booking-page .booking-hero {
    padding: 42px 0 82px;
  }

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

  .booking-page .hero-copy {
    max-width: 760px;
  }

  .booking-page .booking-founder,
  .booking-page .booking-founder > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .booking-page .booking-tabs {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(152px, 1fr));
    scrollbar-width: thin;
  }

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

  .booking-page .booking-stage {
    min-height: 430px;
  }

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

  .booking-page .booking-connector {
    min-height: 62px;
  }

  .booking-page .booking-connector span {
    width: 1px;
    height: 100%;
  }

  .booking-page .booking-connector i {
    top: 0;
    left: calc(50% - 4px);
  }

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

  .booking-page .map-systems article {
    min-height: 142px;
    align-content: center;
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 640px) {
  .booking-page .booking-hero {
    padding: 28px 0 64px;
  }

  .booking-page .hero-copy h1 {
    font-size: clamp(39px, 12.5vw, 56px);
  }

  .booking-page .booking-founder {
    border-width: 5px;
    border-radius: 25px;
  }

  .booking-page .booking-founder > img {
    aspect-ratio: 4 / 5;
    object-position: 43% center;
  }

  .booking-page .booking-overlay {
    top: 14px;
    right: 14px;
  }

  .booking-page .booking-overlay span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 9px;
  }

  .booking-page .booking-founder figcaption {
    right: 18px;
    bottom: 16px;
    left: 18px;
  }

  .booking-page .booking-founder figcaption strong {
    font-size: 15px;
  }

  .booking-page .booking-lab {
    margin-inline: -8px;
    padding: 7px;
    border-radius: 24px;
  }

  .booking-page .booking-tabs {
    padding: 6px;
    border-radius: 18px;
  }

  .booking-page .booking-tabs button {
    min-height: 78px;
  }

  .booking-page .booking-progress {
    margin: 0 14px;
  }

  .booking-page .booking-panel {
    min-height: 0;
    padding: 10px;
  }

  .booking-page .booking-stage,
  .booking-page .booking-exception {
    padding: 24px;
    border-radius: 19px;
  }

  .booking-page .booking-stage {
    min-height: 0;
  }

  .booking-page .stage-facts {
    grid-template-columns: 1fr;
  }

  .booking-page .slot-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-page .slot-legend {
    grid-template-columns: 1fr;
  }

  .booking-page .booking-map {
    padding: 12px;
    border-radius: 24px;
  }

  .booking-page .map-node {
    padding: 24px;
  }

  .booking-page .map-systems {
    grid-template-columns: 1fr;
  }

  .booking-page .map-systems article {
    min-height: 96px;
    grid-template-columns: 36px 1fr;
  }

  .booking-page .scenario-grid,
  .booking-page .operations-grid {
    grid-template-columns: 1fr;
  }

  .booking-page .scenario-card {
    min-height: 0;
    padding: 28px;
  }

  .booking-page .scenario-card > svg {
    margin-bottom: 42px;
  }

  .booking-page .proof-card {
    padding: 28px;
    border-radius: 23px;
  }

  .booking-page .proof-astra {
    padding-top: 240px;
  }

  .booking-page .proof-astra figure {
    height: 204px;
  }

  .booking-page .operations-grid article {
    min-height: 0;
  }

  .booking-page .operations-grid svg {
    margin-bottom: 38px;
  }
}

@media (hover: none) {
  .booking-page .scenario-card:hover {
    transform: none;
    box-shadow: 0 0 0 1px rgba(7, 17, 31, 0.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-page .booking-progress i,
  .booking-page .booking-tabs button::after,
  .booking-page .proof-card > a svg,
  .booking-page .scenario-card {
    transition: none;
  }

  .booking-page .booking-connector i {
    transform: none !important;
  }
}
