/* Tomorrowland Fest booking surface. This is the only booking stylesheet. */
:root {
  --book-ink: #101216;
  --book-panel: #171a20;
  --book-panel-soft: #1d2129;
  --book-line: #303641;
  --book-text: #f5f2ea;
  --book-muted: #a6adb8;
  --book-orange: #ff6a32;
  --book-orange-dark: #d94b1d;

  /* Booking-only trust-green primitives. Public pages intentionally expose
     no green action tokens. */
  --book-color-trust-100: #c5dfce;
  --book-color-trust-300: #8ccba5;
  --book-color-trust-400: #74b894;
  --book-color-trust-500: #5d9f78;
  --book-color-trust-950: #0b2117;

  /* Semantic trust roles. */
  --book-action-trust: var(--book-color-trust-400);
  --book-action-trust-hover: var(--book-color-trust-300);
  --book-action-trust-active: var(--book-color-trust-500);
  --book-text-on-trust: var(--book-color-trust-950);
  --book-text-trust: var(--book-color-trust-100);
  --book-border-trust: rgba(116, 184, 148, 0.55);
  --book-surface-trust-soft: rgba(116, 184, 148, 0.12);
  --book-surface-trust-hover: rgba(116, 184, 148, 0.2);
  --book-surface-trust-active: rgba(93, 159, 120, 0.24);
  --book-focus-trust: var(--book-color-trust-300);

  /* Stable component aliases consumed by booking controls and statuses. */
  --book-trust: var(--book-action-trust);
  --book-trust-hover: var(--book-action-trust-hover);
  --book-trust-active: var(--book-action-trust-active);
  --book-trust-on-dark: var(--book-text-on-trust);
  --book-trust-text: var(--book-text-trust);
  --book-trust-border: var(--book-border-trust);
  --book-trust-surface: var(--book-surface-trust-soft);
  --book-trust-focus: var(--book-focus-trust);
  --book-disabled-bg: #252a32;
  --book-disabled-border: #3a414c;
  --book-disabled-text: #7e8792;
  --book-danger: #ff8a7a;
  --book-validation-surface: rgba(255, 138, 122, .1);
  --book-validation-ring: rgba(255, 138, 122, .2);
  --book-country-detection-border: #8a6747;
  --book-country-detection-surface: #2a211a;
  --book-country-detection-text: #ffe0bf;
  --book-country-detection-accent: #ffc98f;
  --book-text-on-accent: #17110d;
  --book-text-label: #d8dce3;
  --book-text-timeline: #c7ccd4;
  --book-text-timeline-muted: #747d89;
  --book-text-placeholder: #717985;
  --book-text-warm: #e4cdb5;
  --book-text-warning: #ffd7c6;
  --book-text-danger-soft: #ffd0c8;
  --book-text-suggestion: #c9eee8;
  --book-text-card-soft: #c2c8d1;
  --book-text-chip: #dfe3ea;
  --book-text-tooltip: #f0f2f5;
  --book-text-info: #d2e8ff;
  --book-text-info-strong: #a8d3ff;
  --book-text-danger-strong: #ffb0a4;
  --book-surface-field: #111419;
  --book-surface-card: #14171c;
  --book-surface-selected: #261b17;
  --book-surface-hover: #252b34;
  --book-surface-warning: #2a1d1a;
  --book-surface-danger: #2b1918;
  --book-surface-detected-field: #171511;
  --book-surface-suggestion: #142522;
  --book-surface-suggestion-hover: #3a2a1e;
  --book-surface-payment: #1c2027;
  --book-surface-tooltip: #0c0e12;
  --book-surface-info: #172331;
  --book-border-strong: #4a515d;
  --book-border-secondary: #4a525e;
  --book-border-secondary-hover: #8c96a5;
  --book-border-control: #424955;
  --book-border-card: #353c47;
  --book-border-room: #3b424d;
  --book-border-guest: #343b45;
  --book-border-hover: #69727f;
  --book-border-radio: #66707e;
  --book-border-warning: #76574a;
  --book-border-danger: #7c403a;
  --book-border-status: #4b5563;
  --book-border-status-danger: #78423b;
  --book-border-info: #426d9a;
  --book-border-payment: #454d59;
  --book-border-tooltip: #596270;
  --book-border-spinner: #3d444f;
  --book-border-suggestion: #315a56;
  --book-hotel-star: #ffc36f;
  --book-focus-orange-soft: rgba(255,106,50,.16);
  --book-trust-hover-surface: var(--book-surface-trust-hover);
  --book-trust-active-surface: var(--book-surface-trust-active);
  --book-shadow-menu: 0 16px 28px rgba(0,0,0,.35);
  --book-shadow-tooltip: 0 10px 30px rgba(0,0,0,.35);
  --book-radius: 6px;
}

* { box-sizing: border-box; }
html { background: var(--book-ink); }
body.booking-v2 {
  margin: 0;
  min-width: 320px;
  color: var(--book-text);
  background: var(--book-ink);
  font-family: var(--ds-font-sans, 'Inter Variable', 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif);
  line-height: 1.5;
}
button, input, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
a { color: inherit; }

.booking-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 48px; }
.booking-intro { max-width: 760px; margin-bottom: 24px; }
.booking-kicker {
  margin: 0 0 10px;
  color: var(--book-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}
.booking-intro h1 { margin: 0; color: var(--book-text); font-size: 52px; line-height: 1.04; letter-spacing: 0; }

.booking-steps {
  margin-bottom: 24px;
}
.booking-timeline {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
.booking-timeline-item {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: 28px auto auto;
  justify-items: center;
  color: var(--book-muted);
  text-align: center;
}
.booking-timeline-item::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 13px;
  left: calc(50% + 18px);
  right: calc(-50% + 18px);
  height: 2px;
  background: var(--book-line);
}
.booking-timeline-item:last-child::after { display: none; }
.booking-timeline-item.is-done::after { background: var(--book-trust-border); }
.booking-timeline-marker {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--book-border-strong);
  border-radius: 3px;
  color: var(--book-muted);
  background: var(--book-panel);
  font-size: 10px;
  font-weight: 800;
}
.booking-timeline-label {
  min-width: 0;
  margin-top: 8px;
  color: var(--book-text-timeline);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
.booking-timeline-state {
  margin-top: 2px;
  color: var(--book-text-timeline-muted);
  font-size: 10px;
  line-height: 1.2;
}
.booking-timeline-item.is-active .booking-timeline-marker { border-color: var(--book-orange); color: var(--book-text-on-accent); background: var(--book-orange); }
.booking-timeline-item.is-active .booking-timeline-label { color: var(--book-text); }
.booking-timeline-item.is-active .booking-timeline-state { color: var(--book-orange); }
.booking-timeline-item.is-done .booking-timeline-marker { border-color: var(--book-trust); color: var(--book-trust-on-dark); background: var(--book-trust); }
.booking-timeline-item.is-done .booking-timeline-label,
.booking-timeline-item.is-done .booking-timeline-state { color: var(--book-trust-text); }

.booking-notice {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid var(--book-border-warning);
  border-left: 3px solid var(--book-orange);
  border-radius: var(--book-radius);
  color: var(--book-text-warning);
  background: var(--book-surface-warning);
  font-size: 14px;
}
.booking-notice[hidden] { display: none; }
.booking-notice > span:first-child { flex: 1 1 auto; min-width: 0; }
.booking-notice .booking-retry {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.2;
}
.booking-notice.is-error { border-color: var(--book-border-danger); border-left-color: var(--book-danger); color: var(--book-text-danger-soft); background: var(--book-surface-danger); }
.booking-notice.is-success { border-color: var(--book-trust-border); border-left-color: var(--book-trust); color: var(--book-trust-text); background: var(--book-trust-surface); }
.booking-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--book-muted);
  font-size: 14px;
}
.booking-loading[hidden] { display: none; }
.booking-spinner {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 2px solid var(--book-border-spinner);
  border-top-color: var(--book-orange);
  border-radius: 50%;
  animation: booking-spin .8s linear infinite;
}
@keyframes booking-spin { to { transform: rotate(360deg); } }

.booking-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 24px; }
.booking-panel, .booking-summary {
  border: 1px solid var(--book-line);
  border-radius: var(--book-radius);
  background: var(--book-panel);
}
.booking-panel { min-height: 500px; padding: clamp(20px, 3vw, 34px); }
.booking-summary { position: sticky; top: 88px; padding: 22px; z-index: 2; }
.booking-panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.booking-panel-header h2 { margin: 0; color: var(--book-text); font-size: 25px; line-height: 1.15; }
.booking-panel-header p { margin: 7px 0 0; color: var(--book-muted); font-size: 14px; }
.booking-panel-index { flex: 0 0 auto; color: var(--book-orange); font-size: 12px; font-weight: 800; letter-spacing: 0; }
.booking-section-title { margin: 0 0 12px; color: var(--book-text); font-size: 14px; }
.booking-section { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--book-line); }
.booking-section:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
 .booking-section-intro { margin: -3px 0 16px; color: var(--book-muted); font-size: 13px; }

.booking-flow-guide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 26px;
  padding: 0;
  border: 1px solid var(--book-line);
  border-radius: var(--book-radius);
  overflow: hidden;
  background: var(--book-panel-soft);
  list-style: none;
}
.booking-flow-guide-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0 8px;
  padding: 10px 11px;
  border-right: 1px solid var(--book-line);
  color: var(--book-muted);
}
.booking-flow-guide-item:last-child { border-right: 0; }
.booking-flow-guide-item.is-current { color: var(--book-text); background: var(--book-trust-surface); }
.booking-flow-guide-item.is-done { color: var(--book-trust-text); }
.booking-flow-guide-marker {
  width: 24px;
  height: 24px;
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  border: 1px solid var(--book-border-strong);
  border-radius: 3px;
  color: var(--book-muted);
  font-size: 10px;
  font-weight: 800;
}
.booking-flow-guide-item.is-current .booking-flow-guide-marker { border-color: var(--book-trust); color: var(--book-trust-on-dark); background: var(--book-trust); }
.booking-flow-guide-item.is-done .booking-flow-guide-marker { border-color: var(--book-trust-border); color: var(--book-trust-on-dark); background: var(--book-trust-active); }
.booking-flow-guide-copy { min-width: 0; display: block; }
.booking-flow-guide-copy strong { display: block; color: inherit; font-size: 11px; line-height: 1.2; }
.booking-flow-guide-copy small { display: block; margin-top: 3px; color: var(--book-muted); font-size: 10px; line-height: 1.25; }
.booking-flow-guide-item.is-done .booking-flow-guide-copy small { color: var(--book-trust-text); }
.booking-flow-guide-state { grid-column: 2; margin-top: 4px; color: var(--book-text-timeline-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.booking-flow-guide-item.is-current .booking-flow-guide-state { color: var(--book-trust-text); }
.booking-flow-guide-item.is-done .booking-flow-guide-state { color: var(--book-trust-text); }

.booking-section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.booking-section-heading h3 { margin: 2px 0 0; color: var(--book-text); font-size: 16px; font-weight: 650; line-height: 1.25; }
.booking-section-kicker { display: block; color: var(--book-muted); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.booking-section-status { flex: 0 0 auto; margin-top: 1px; padding: 4px 7px; border: 1px solid var(--book-border-status); border-radius: 4px; color: var(--book-muted); font-size: 10px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.booking-rooms-section,
.booking-room-config-section,
.booking-hotel-selection { scroll-margin-top: 104px; }
.booking-next-step { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 10px; margin: 0 0 14px; padding: 10px 12px; border: 1px solid var(--book-trust-border); border-left: 3px solid var(--book-trust); border-radius: var(--book-radius); background: var(--book-trust-surface); }
.booking-next-step-label { color: var(--book-trust-text); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.booking-next-step strong { display: block; color: var(--book-text); font-size: 13px; line-height: 1.25; }
.booking-next-step p { margin: 3px 0 0; color: var(--book-muted); font-size: 11px; line-height: 1.4; }
.booking-room-loading { min-height: 112px; }
.booking-hotel-actions .booking-actions-right { align-items: flex-end; }
.booking-action-hint { max-width: 280px; margin: 0; color: var(--book-muted); font-size: 11px; line-height: 1.35; text-align: right; }
.booking-summary-cta-hint { margin: 8px 0 0; color: var(--book-muted); font-size: 11px; line-height: 1.4; }
.booking-rooms-section.is-attention,
.booking-room-config-section.is-attention,
.booking-hotel-selection.is-attention { animation: booking-section-attention 1.5s ease; }
@keyframes booking-section-attention {
  0%, 100% { box-shadow: 0 0 0 0 transparent; }
  20%, 65% { box-shadow: 0 0 0 3px var(--book-trust-border); }
}

.booking-label { display: block; margin-bottom: 7px; color: var(--book-text-label); font-size: 12px; font-weight: 700; }
.booking-help { margin: 6px 0 0; color: var(--book-muted); font-size: 12px; }
.booking-field { min-width: 0; }
.booking-field input, .booking-field select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--book-border-control);
  border-radius: 5px;
  outline: 0;
  color: var(--book-text);
  background: var(--book-surface-field);
}
.booking-field select {
  padding-right: 42px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23c8b9ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 16px;
}
.booking-field select option { color: var(--book-text); background: var(--book-surface-field); }
.booking-field input::placeholder { color: var(--book-text-placeholder); }
.booking-field input:focus, .booking-field select:focus { border-color: var(--book-orange); box-shadow: 0 0 0 3px var(--book-focus-orange-soft); }
.booking-field input[aria-invalid="true"] { border-color: var(--book-danger); }
.booking-field.is-validation-error input,
.booking-field.is-validation-error select {
  border-color: var(--book-danger);
  background: var(--book-validation-surface);
  box-shadow: 0 0 0 3px var(--book-validation-ring);
}
.booking-field.is-validation-error input:focus,
.booking-field.is-validation-error select:focus {
  border-color: var(--book-danger);
  box-shadow: 0 0 0 3px var(--book-validation-ring);
}
.booking-guest-name { text-transform: uppercase; }
.booking-country-input.is-detected { border-color: var(--book-country-detection-border); background: var(--book-surface-detected-field); }
.booking-country-input.is-detected:focus { border-color: var(--book-orange); }
.booking-fields-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-contact-fields { margin-top: 22px; }
.booking-fields-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }

.booking-country { position: relative; }
.booking-country-detection {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid var(--book-country-detection-border);
  border-left: 3px solid var(--book-orange);
  border-radius: var(--book-radius);
  color: var(--book-country-detection-text);
  background: var(--book-country-detection-surface);
}
.booking-country-detection-mark {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--book-country-detection-accent);
  border-radius: 3px;
  color: var(--book-country-detection-accent);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
.booking-country-detection-body { min-width: 0; }
.booking-country-detection-kicker {
  margin: 0;
  color: var(--book-country-detection-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.booking-country-detection-title { margin: 3px 0 0; color: var(--book-text); font-size: 14px; line-height: 1.3; }
.booking-country-detection-message,
.booking-country-detection-followup { margin: 5px 0 0; color: var(--book-text-warm); font-size: 12px; line-height: 1.45; }
.booking-country-detection-followup { color: var(--book-muted); }
.booking-country-detection-action {
  min-height: 44px;
  padding: 8px 11px;
  border-color: var(--book-trust);
  color: var(--book-trust-on-dark);
  background: var(--book-trust);
  white-space: nowrap;
}
.booking-country-detection-action:hover { border-color: var(--book-trust-hover); background: var(--book-trust-hover); }
.booking-country-detection-action:active { border-color: var(--book-trust-active); background: var(--book-trust-active); }
.booking-country-detection-action:focus-visible { outline: 2px solid var(--book-trust-focus); outline-offset: 3px; }
.booking-country-options {
  position: absolute;
  z-index: 5;
  top: calc(100% + 5px);
  right: 0;
  left: 0;
  max-height: 260px;
  overflow: auto;
  padding: 4px;
  border: 1px solid var(--book-border-strong);
  border-radius: 5px;
  background: var(--book-surface-field);
  box-shadow: var(--book-shadow-menu);
}
.booking-country-options[hidden] { display: none; }
.booking-country-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border: 0;
  border-radius: 3px;
  color: var(--book-text);
  background: transparent;
  text-align: left;
  font-size: 13px;
}
.booking-country-option:hover, .booking-country-option:focus-visible { background: var(--book-surface-hover); }
.booking-country-option:focus-visible { outline: 2px solid var(--book-orange); outline-offset: -2px; }
.booking-country-option code { color: var(--book-muted); font-size: 11px; }
.booking-country-option.is-suggestion { border-left: 2px solid var(--book-orange); color: var(--book-country-detection-text); background: var(--book-country-detection-surface); }
.booking-country-option.is-suggestion:hover, .booking-country-option.is-suggestion:focus-visible { background: var(--book-surface-suggestion-hover); }
.booking-country-option.booking-suggestion { margin-top: 0; border: 0; border-left: 2px solid var(--book-orange); border-radius: 3px; }
.booking-country-suggestion-label { display: block; margin-top: 2px; color: var(--book-muted); font-size: 10px; font-weight: 600; }
.booking-country-separator { height: 1px; margin: 4px 8px; background: var(--book-disabled-border); }
.booking-suggestion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
  padding: 9px 10px;
  border: 1px solid var(--book-border-suggestion);
  border-radius: 5px;
  color: var(--book-text-suggestion);
  background: var(--book-surface-suggestion);
  font-size: 12px;
}
.booking-suggestion button { padding: 4px 0; border: 0; color: var(--book-trust-text); background: transparent; font-weight: 800; }

.booking-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.booking-choice-grid.is-validation-error {
  border-radius: var(--book-radius);
  box-shadow: 0 0 0 3px var(--book-validation-ring);
}
.booking-choice {
  position: relative;
  display: block;
  min-height: 122px;
  padding: 16px;
  border: 1px solid var(--book-disabled-border);
  border-radius: var(--book-radius);
  color: var(--book-text);
  background: var(--book-surface-card);
  text-align: left;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.booking-choice:hover { border-color: var(--book-border-hover); transform: translateY(-1px); }
.booking-choice.is-selected { border-color: var(--book-orange); background: var(--book-surface-selected); box-shadow: inset 0 0 0 1px var(--book-orange); }
.booking-choice:has(input:focus-visible) { outline: 2px solid var(--book-orange); outline-offset: 3px; }
.booking-choice input { position: absolute; opacity: 0; pointer-events: none; }
.booking-choice-title { display: block; padding-right: 24px; font-size: 15px; font-weight: 800; }
.booking-choice-copy { display: block; margin-top: 6px; color: var(--book-muted); font-size: 12px; }
.booking-choice-price { display: block; margin-top: 14px; color: var(--book-orange); font-size: 18px; font-weight: 800; }
.booking-choice-price small { color: var(--book-muted); font-size: 11px; font-weight: 500; }
.booking-choice-sold-out-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.booking-choice-sold-out { min-height: 0; padding: 12px 14px; border-color: var(--book-line); border-style: dashed; background: var(--book-panel-soft); color: var(--book-muted); cursor: not-allowed; opacity: .72; }
.booking-choice-sold-out:hover { border-color: var(--book-line); transform: none; }
.booking-choice-sold-out .booking-choice-title { padding-right: 72px; font-size: 13px; }
.booking-choice-sold-out .booking-choice-copy { margin-top: 3px; font-size: 11px; }
.booking-choice-status { position: absolute; top: 12px; right: 12px; color: var(--book-muted); font-size: 10px; font-weight: 650; text-transform: uppercase; }
.booking-radio-mark { position: absolute; top: 16px; right: 16px; width: 15px; height: 15px; border: 1px solid var(--book-border-radio); border-radius: 50%; }
.booking-choice.is-selected .booking-radio-mark { border: 4px solid var(--book-orange); }

.booking-product-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--book-line);
  border-radius: var(--book-radius);
  background: var(--book-line);
}
.booking-product-option {
  position: relative;
  min-width: 0;
  min-height: 108px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 14px;
  padding: 16px;
  color: var(--book-text);
  background: var(--book-ink);
  cursor: pointer;
  transition: background .16s ease, box-shadow .16s ease;
}
.booking-product-option:hover { background: var(--book-panel-soft); }
.booking-product-option.is-selected {
  background: var(--book-panel-soft);
  box-shadow: inset 0 3px 0 var(--book-orange);
}
.booking-product-option:has(input:focus-visible) {
  z-index: 1;
  outline: 2px solid var(--book-orange);
  outline-offset: -3px;
}
.booking-product-option input { position: absolute; opacity: 0; pointer-events: none; }
.booking-product-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--book-border-control);
  border-radius: 4px;
  color: var(--book-muted);
  background: var(--book-panel);
}
.booking-product-icon .ds-icon { width: 19px; height: 19px; }
.booking-product-option.is-selected .booking-product-icon { border-color: var(--book-orange); color: var(--book-orange); }
.booking-product-copy { min-width: 0; display: block; }
.booking-product-title { display: block; font-size: 15px; font-weight: 800; }
.booking-product-description { display: block; margin-top: 5px; color: var(--book-muted); font-size: 12px; line-height: 1.45; }
.booking-product-meta { min-width: 74px; display: grid; justify-items: end; gap: 5px; text-align: right; }
.booking-product-price { display: grid; grid-template-columns: auto auto; justify-content: end; align-items: baseline; column-gap: 4px; white-space: nowrap; }
.booking-product-price small { color: var(--book-muted); font-size: 10px; font-weight: 600; }
.booking-product-price small:last-child { grid-column: 1 / -1; justify-self: end; }
.booking-product-price strong { color: var(--book-orange); font-size: 17px; line-height: 1.1; }
.booking-product-price-context { display: grid; gap: 2px; }
.booking-product-price-context strong { color: var(--book-text); font-size: 13px; font-weight: 650; }
.booking-product-state { color: var(--book-muted); font-size: 10px; font-weight: 800; }
.booking-product-option.is-selected .booking-product-state { color: var(--book-orange); }
.booking-product-radio {
  width: 18px;
  height: 18px;
  border: 1px solid var(--book-border-radio);
  border-radius: 50%;
}
.booking-product-option.is-selected .booking-product-radio { border: 5px solid var(--book-orange); }
.booking-product-help { margin-top: 10px; }

.booking-guest-list { display: grid; gap: 10px; }
.booking-guest { padding: 14px; border: 1px solid var(--book-border-guest); border-radius: var(--book-radius); background: var(--book-surface-card); }
.booking-section.is-validation-error,
.booking-room-config.is-validation-error,
.booking-guest.is-validation-error {
  box-shadow: 0 0 0 3px var(--book-validation-ring);
}
.booking-room-config.is-validation-error,
.booking-guest.is-validation-error { border-color: var(--book-danger); }
.booking-guest-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.booking-guest-head strong { font-size: 13px; }
.booking-guest-remove { min-height: 32px; padding: 5px 9px; border: 1px solid var(--book-danger); border-radius: 4px; color: var(--book-danger); background: transparent; font-size: 12px; }
.booking-guest-remove:hover { border-color: var(--book-danger); color: var(--book-text-on-accent); background: var(--book-danger); }
.booking-add-guest { margin-top: 10px; border: 1px solid var(--book-orange); border-radius: 5px; color: var(--book-text-on-accent); background: var(--book-orange); }
.booking-add-guest:hover { border-color: var(--book-orange-dark); color: var(--book-text-on-accent); background: var(--book-orange-dark); }

.booking-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 28px; }
.booking-actions-right { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.booking-btn {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}
.booking-btn-primary { color: var(--book-trust-on-dark); background: var(--book-trust); }
.booking-btn-primary:hover { color: var(--book-trust-on-dark); background: var(--book-trust-hover); }
.booking-btn-primary:active { background: var(--book-trust-active); }
.booking-btn-secondary { border-color: var(--book-border-secondary); color: var(--book-text); background: transparent; }
.booking-btn-secondary:hover { border-color: var(--book-border-secondary-hover); background: var(--book-disabled-bg); }
.booking-btn:disabled { opacity: .45; }
.booking-btn-primary:disabled {
  opacity: 1;
  border-color: var(--book-disabled-border);
  color: var(--book-disabled-text);
  background: var(--book-disabled-bg);
}
.booking-btn-primary:focus-visible { outline-color: var(--book-trust-focus); }
.booking-btn:focus-visible,
.booking-filter:focus-visible,
.booking-room-card:focus-visible,
.booking-room-quantity-button:focus-visible,
.booking-payment-method:focus-visible,
.booking-guest-remove:focus-visible,
.booking-suggestion button:focus-visible {
  outline: 2px solid var(--book-orange);
  outline-offset: 3px;
}
.booking-btn-wide { width: 100%; }

.booking-hotel-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.booking-hotel-toolbar .booking-fields-2 { flex: 1; }
.booking-hotel-filter { display: flex; gap: 5px; }
.booking-filter { min-height: 34px; padding: 6px 9px; border: 1px solid var(--book-border-control); border-radius: 4px; color: var(--book-muted); background: transparent; font-size: 11px; }
.booking-filter.is-active, .booking-filter:hover { border-color: var(--book-orange); color: var(--book-text); }
.booking-hotel-list { display: grid; gap: 12px; }
.booking-hotel-card { display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; gap: 14px; align-items: stretch; padding: 10px; border: 1px solid var(--book-border-card); border-radius: var(--book-radius); background: var(--book-surface-card); }
.booking-hotel-card.is-sold-out { opacity: .58; }
.booking-hotel-image { width: 112px; height: 102px; object-fit: cover; border-radius: 4px; background: var(--book-disabled-bg); }
.booking-hotel-body { min-width: 0; padding: 4px 0; }
.booking-hotel-body h3 { margin: 0; font-size: 15px; }
.booking-hotel-address { margin: 4px 0 0; color: var(--book-muted); font-size: 12px; }
.booking-stars { margin-top: 8px; color: var(--book-hotel-star); font-size: 12px; letter-spacing: 0; }
.booking-hotel-description { margin: 7px 0 0; color: var(--book-text-card-soft); font-size: 12px; }
.booking-hotel-side { min-width: 110px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 8px; padding: 4px 2px; text-align: right; }
.booking-hotel-status { color: var(--book-trust-text); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.booking-hotel-status.is-sold { color: var(--book-muted); }
.booking-hotel-price { color: var(--book-orange); font-size: 14px; font-weight: 800; }
.booking-hotel-price small { display: block; color: var(--book-muted); font-size: 10px; font-weight: 500; }

.booking-room-list { display: grid; gap: 10px; }
.booking-room-card { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 14px; border: 1px solid var(--book-border-room); border-radius: var(--book-radius); background: var(--book-surface-card); }
.booking-room-card.is-selected { border-color: var(--book-orange); background: var(--book-surface-selected); }
.booking-room-info { min-width: 0; flex: 1 1 auto; }
.booking-room-name { display: block; color: var(--book-text); font-size: 14px; font-weight: 650; line-height: 1.25; }
.booking-room-info p { margin: 5px 0 0; color: var(--book-muted); font-size: 12px; }
.booking-room-count { display: inline-flex; margin-top: 9px; padding: 3px 7px; border: 1px solid var(--book-trust-border); border-radius: 4px; color: var(--book-trust-text); background: var(--book-trust-surface); font-size: 10px; font-weight: 750; line-height: 1.2; text-transform: uppercase; }
.booking-room-actions { min-width: 150px; display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-end; gap: 9px; }
.booking-room-price { color: var(--book-orange); font-size: 14px; font-weight: 800; text-align: right; }
.booking-room-price small { display: block; color: var(--book-muted); font-size: 10px; font-weight: 500; }
.booking-room-add { min-height: 38px; padding: 8px 12px; font-size: 12px; }
.booking-room-quantity { display: inline-flex; align-items: center; gap: 0; border: 1px solid var(--book-border-control); border-radius: 4px; background: var(--book-surface-field); overflow: hidden; }
.booking-room-quantity-button { width: 44px; min-width: 44px; height: 44px; padding: 0; border: 0; color: var(--book-text); background: transparent; font-size: 19px; font-weight: 500; line-height: 1; }
.booking-room-quantity-button + .booking-room-quantity-button { border-left: 1px solid var(--book-border-control); }
.booking-room-quantity-button:hover:not(:disabled) { color: var(--book-text-on-accent); background: var(--book-orange); }
.booking-room-quantity-button:disabled { color: var(--book-disabled-text); background: var(--book-disabled-bg); }
.booking-room-quantity-value { min-width: 44px; padding: 0 7px; color: var(--book-text); font-size: 12px; font-weight: 750; line-height: 44px; text-align: center; }
.booking-room-quantity + .booking-room-add { margin-top: -1px; }
.booking-room-config-list { display: grid; gap: 12px; }
.booking-room-config { padding: 14px; border: 1px solid var(--book-border-room); border-radius: var(--book-radius); background: var(--book-surface-card); }
.booking-room-config.is-needs-review { border-color: var(--book-border-warning); }
.booking-room-config.is-reviewed { border-color: var(--book-trust-border); }
.booking-room-config-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.booking-room-config-head-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.booking-room-config-head h3 { margin: 3px 0 0; color: var(--book-text); font-size: 14px; }
.booking-room-config-head p { margin: 5px 0 0; color: var(--book-muted); font-size: 12px; }
.booking-room-config-label, .booking-room-ticket-label { color: var(--book-muted); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.booking-room-ticket { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--book-line); }
.booking-room-ticket-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.booking-room-ticket-current { color: var(--book-muted); font-size: 11px; line-height: 1.35; text-align: right; }
.booking-room-ticket-status { display: inline-flex; align-items: center; gap: 6px; min-height: 26px; padding: 5px 8px; border: 1px solid var(--book-border-warning); border-radius: 4px; color: var(--book-text-warm); font-size: 12px; font-weight: 600; letter-spacing: 0; line-height: 1.2; text-align: left; text-transform: none; white-space: normal; }
.booking-room-ticket-status-icon { display: inline-grid; width: 16px; height: 16px; flex: 0 0 16px; place-items: center; }
.booking-room-ticket-status-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.booking-room-ticket-status.is-reviewed { border-color: var(--book-trust-border); color: var(--book-trust-text); }
.booking-room-ticket .booking-choice-grid { margin-top: 9px; }
.booking-room-guest-section { margin-top: 22px; }
.booking-room-guest-section:first-child { margin-top: 0; }
.booking-age-note { margin-top: 14px; }

.booking-summary-title { margin: 0; font-size: 16px; }
.booking-summary-caption { margin: 5px 0 18px; color: var(--book-muted); font-size: 12px; }
.booking-summary-lines { display: grid; gap: 11px; margin: 0; }
.booking-summary-line { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; color: var(--book-muted); font-size: 12px; }
.booking-summary-line .booking-summary-caption { display: block; margin: 2px 0 0; }
.booking-summary-line strong { color: var(--book-text); font-weight: 700; text-align: right; }
.booking-summary-divider { height: 1px; margin: 18px 0; background: var(--book-line); }
.booking-summary-total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.booking-summary-total span { color: var(--book-muted); font-size: 12px; }
.booking-summary-total strong { color: var(--book-orange); font-size: 25px; }
.booking-summary-total small { color: var(--book-muted); font-size: 11px; }
.booking-summary-cta { margin-top: 18px; }
.booking-summary-note { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--book-line); color: var(--book-muted); font-size: 11px; }
.booking-summary-note strong { color: var(--book-text); }
.booking-summary-support { margin: 12px 0 0; color: var(--book-muted); font-size: 11px; line-height: 1.45; }
.booking-summary-support a { color: var(--book-trust-text); text-decoration: underline; text-underline-offset: 2px; }
.booking-summary-support a:hover { color: var(--book-trust-hover); }
.booking-inline-warning { margin: 8px 0 0; padding-left: 10px; border-left: 2px solid var(--book-orange); color: var(--book-text-warm); font-size: 11px; line-height: 1.45; }
.booking-inline-warning[hidden] { display: none; }

.booking-status-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.booking-status-head h2 { margin: 0; font-size: 26px; }
.booking-ref { margin: 6px 0 0; color: var(--book-muted); font-size: 13px; }
.booking-status-pill { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; border: 1px solid var(--book-border-status); border-radius: 4px; color: var(--book-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.booking-status-pill.is-pending { border-color: var(--book-country-detection-border); color: var(--book-country-detection-accent); }
.booking-status-pill.is-confirmed { border-color: var(--book-trust-border); color: var(--book-trust-text); }
.booking-status-pill.is-completed { border-color: var(--book-border-info); color: var(--book-text-info-strong); }
.booking-status-pill.is-failed { border-color: var(--book-border-status-danger); color: var(--book-text-danger-strong); }
.booking-detail-table { display: grid; gap: 0; border-top: 1px solid var(--book-line); }
.booking-detail-row { display: grid; grid-template-columns: 145px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--book-line); font-size: 13px; }
.booking-detail-row dt { color: var(--book-muted); }
.booking-detail-row dd { margin: 0; color: var(--book-text); font-weight: 700; }
.booking-detail-rooms { display: grid; gap: 8px; }
.booking-detail-room { display: grid; gap: 3px; padding: 8px 10px; border-left: 2px solid var(--book-orange); background: var(--book-surface-card); }
.booking-detail-room strong { font-size: 12px; }
.booking-detail-room span { color: var(--book-muted); font-size: 12px; font-weight: 500; }
.booking-guests-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.booking-guest-chip { padding: 5px 8px; border: 1px solid var(--book-border-control); border-radius: 4px; color: var(--book-text-chip); font-size: 11px; }
.booking-guest-chip small { display: block; margin-top: 2px; color: var(--book-muted); font-size: 9px; font-weight: 500; }
.booking-payment-box { margin-top: 26px; padding: 20px; border: 1px solid var(--book-disabled-border); border-radius: var(--book-radius); background: var(--book-surface-card); }
.booking-payment-header { margin-bottom: 16px; }
.booking-payment-box h3 { margin: 0; font-size: 18px; }
.booking-payment-header p { margin: 5px 0 0; color: var(--book-muted); font-size: 13px; }
.booking-payment-methods { display: grid; gap: 8px; }
.booking-payment-methods-unavailable { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.booking-payment-method {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 68px;
  padding: 12px 14px;
  border: 1px solid var(--book-border-payment);
  border-radius: var(--book-radius);
  color: var(--book-text);
  background: var(--book-surface-payment);
  text-align: left;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}
.booking-payment-method[data-enabled="true"] { border-color: var(--book-trust-border); color: var(--book-trust-text); background: var(--book-trust-surface); }
.booking-payment-method[data-enabled="true"]:hover { border-color: var(--book-trust-hover); background: var(--book-trust-hover-surface); }
.booking-payment-method[data-enabled="true"]:active { border-color: var(--book-trust-active); background: var(--book-trust-active-surface); }
.booking-payment-method[data-enabled="true"]:focus-visible { outline-color: var(--book-trust-focus); }
.booking-payment-method.is-disabled { min-height: 62px; grid-template-columns: 36px minmax(0, 1fr) auto; gap: 10px; padding: 10px 12px; color: var(--book-disabled-text); background: var(--book-disabled-bg); opacity: 1; }
.booking-payment-method.is-disabled .booking-payment-icon { width: 36px; height: 36px; border-color: var(--book-border-control); color: var(--book-disabled-text); background: transparent; }
.booking-payment-icon {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid var(--book-border-payment);
  border-radius: 6px;
  color: var(--book-text-card-soft);
  background: var(--book-panel-soft);
  place-items: center;
}
.booking-payment-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.booking-payment-icon-crypto { border-color: var(--book-trust-border); color: var(--book-trust); background: var(--book-trust-surface); }
.booking-payment-copy { min-width: 0; }
.booking-payment-copy strong { display: block; color: inherit; font-size: 14px; font-weight: 650; line-height: 1.25; }
.booking-payment-copy small { display: block; margin-top: 3px; color: var(--book-muted); font-size: 11px; font-weight: 500; line-height: 1.35; }
.booking-payment-method[data-enabled="true"] .booking-payment-copy small { color: var(--book-trust-text); opacity: .78; }
.booking-payment-action {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border-radius: 4px;
  color: var(--book-trust-on-dark);
  background: var(--book-trust);
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}
.booking-payment-action svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .16s ease; }
.booking-payment-method[data-enabled="true"]:hover .booking-payment-action svg { transform: translateX(2px); }
.booking-payment-state { padding: 4px 6px; border: 1px solid var(--book-border-control); border-radius: 4px; color: var(--book-disabled-text); font-size: 9px; font-weight: 650; line-height: 1; text-transform: uppercase; }
.booking-payment-divider { display: flex; align-items: center; gap: 10px; margin: 18px 0 12px; color: var(--book-muted); font-size: 10px; font-weight: 650; text-transform: uppercase; }
.booking-payment-divider::before,
.booking-payment-divider::after { height: 1px; background: var(--book-line); content: ''; flex: 1; }
.booking-payment-divider span { flex: 0 0 auto; }
.booking-payment-empty { padding: 13px 14px; border: 1px solid var(--book-border-warning); border-radius: var(--book-radius); color: var(--book-text-warning); background: var(--book-surface-warning); font-size: 12px; }
.booking-payment-box .booking-payment-footnote { display: flex; align-items: flex-start; gap: 7px; margin: 15px 0 0; color: var(--book-muted); font-size: 11px; line-height: 1.45; }
.booking-payment-footnote svg { width: 16px; height: 16px; margin-top: 1px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.booking-confirmed { padding: 18px; border: 1px solid var(--book-trust-border); border-radius: var(--book-radius); color: var(--book-trust-text); background: var(--book-trust-surface); }
.booking-confirmed h3 { margin: 0; color: var(--book-trust); font-size: 18px; }
.booking-confirmed p { margin: 7px 0 0; font-size: 13px; }
.booking-completed { padding: 18px; border: 1px solid var(--book-border-info); border-radius: var(--book-radius); color: var(--book-text-info); background: var(--book-surface-info); }
.booking-completed h3 { margin: 0; color: var(--book-text-info-strong); font-size: 18px; }
.booking-completed p { margin: 7px 0 0; font-size: 13px; }
.booking-empty { display: grid; min-height: 360px; place-items: center; color: var(--book-muted); text-align: center; }
.booking-empty strong { display: block; margin-bottom: 7px; color: var(--book-text); font-size: 18px; }

@media (max-width: 900px) {
  .booking-grid { grid-template-columns: 1fr; }
  .booking-summary { position: static; order: -1; }
  .booking-summary-cta { display: none; }
}
@media (min-width: 1101px) {
  /* The full footer is intentionally tall. A compact booking variant keeps the
     sticky summary's containing block usable through the last desktop scroll
     position without changing the shared public-page footer. */
  .booking-v2 .home-footer-main { gap: 40px; padding: 24px 0; }
  .booking-v2 .home-footer-title { font-size: 28px; }
  .booking-v2 .home-footer-summary { margin-top: 12px; font-size: 14px; line-height: 1.45; }
  .booking-v2 .home-footer-facts { margin: 16px 0; padding: 10px 0; }
  .booking-v2 .home-footer-bottom { min-height: 40px; padding: 4px 0; }
}
@media (min-width: 901px) and (max-width: 1100px) {
  /* At tablet widths the shared footer becomes a one-column band. Keep the
     booking grid readable, but release the aside from sticky constraints. */
  .booking-summary { position: static; }
}
@media (max-width: 620px) {
  .booking-shell { width: min(100% - 28px, 1240px); }
  .booking-shell { padding: 30px 0 32px; }
  .booking-intro h1 { font-size: 34px; }
  .booking-header-link { font-size: 0; }
  .booking-header-link span { font-size: 18px; }
  .booking-panel { padding: 18px 14px; }
  .booking-flow-guide { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 22px; }
  .booking-flow-guide-item { border-right: 1px solid var(--book-line); border-bottom: 1px solid var(--book-line); }
  .booking-flow-guide-item:nth-child(2n) { border-right: 0; }
  .booking-flow-guide-item:nth-last-child(-n + 2) { border-bottom: 0; }
  .booking-section-heading { gap: 8px; }
  .booking-section-heading h3 { font-size: 15px; }
  .booking-section-status { white-space: nowrap; }
  .booking-fields-2, .booking-fields-3, .booking-choice-grid, .booking-choice-sold-out-grid { grid-template-columns: 1fr; }
  .booking-country-detection { grid-template-columns: 22px minmax(0, 1fr); gap: 9px; padding: 11px; }
  .booking-country-detection-mark { width: 22px; height: 22px; }
  .booking-country-detection-action { grid-column: 2; justify-self: start; min-height: 44px; }
  .booking-product-option {
    min-height: 116px;
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    align-items: start;
    gap: 10px 12px;
    padding: 14px;
  }
  .booking-product-icon { width: 36px; height: 36px; grid-row: 1 / 3; }
  .booking-product-copy { grid-column: 2; }
  .booking-product-meta {
    min-width: 0;
    grid-column: 2 / 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
    text-align: left;
  }
  .booking-product-price-context { min-width: 0; }
  .booking-product-state { justify-self: end; }
  .booking-product-price { display: flex; align-items: baseline; justify-content: flex-start; gap: 4px; }
  .booking-product-price small:last-child { margin-left: 1px; }
  .booking-product-radio { grid-column: 3; grid-row: 1; margin-top: 2px; }
  .booking-hotel-toolbar { display: block; }
  .booking-hotel-filter { margin-top: 12px; overflow-x: auto; }
  .booking-hotel-card { grid-template-columns: 84px minmax(0, 1fr); }
  .booking-hotel-image { width: 84px; height: 92px; }
  .booking-hotel-side { grid-column: 2; min-width: 0; flex-direction: row; align-items: center; text-align: left; }
  .booking-room-card { align-items: stretch; flex-direction: column; }
  .booking-room-actions { width: 100%; min-width: 0; flex-direction: row; align-items: center; justify-content: space-between; }
  .booking-room-price { text-align: left; }
  .booking-notice { align-items: stretch; flex-direction: column; }
  .booking-notice .booking-retry { align-self: flex-start; }
  .booking-room-config-head { flex-direction: column; }
  .booking-room-config-head-actions { width: 100%; align-items: center; justify-content: space-between; }
  .booking-room-ticket-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .booking-room-ticket-current { text-align: left; }
  .booking-actions { align-items: stretch; flex-direction: column-reverse; }
  .booking-actions-right { width: 100%; margin-left: 0; }
  .booking-actions-right .booking-btn { flex: 1; }
  .booking-hotel-actions .booking-actions-right { align-items: stretch; flex-direction: column; gap: 8px; }
  .booking-hotel-actions .booking-action-hint { order: 2; max-width: none; text-align: left; }
  .booking-hotel-actions .booking-btn { order: 1; width: 100%; }
  .booking-summary-cta-hint { margin-top: 7px; }
  .booking-detail-row { grid-template-columns: 1fr; gap: 4px; }
  .booking-payment-methods-unavailable { grid-template-columns: 1fr; }
  .booking-payment-box { padding: 16px 14px; }
  .booking-payment-method { grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; padding: 11px; }
  .booking-payment-icon { width: 38px; height: 38px; }
  .booking-payment-action { min-width: 36px; justify-content: center; padding: 7px 9px; font-size: 0; }
  .booking-payment-action svg { width: 18px; height: 18px; }
  .booking-payment-divider { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .booking-v2 *,
  .booking-v2 *::before,
  .booking-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .booking-v2 .booking-spinner { animation: none !important; }
}

/* Booking hierarchy overrides: labels guide the form; they do not compete with section headings. */
.booking-section-title { font-weight: 650; }
.booking-panel-header h2,
.booking-status-head h2 { font-weight: 700; }
.booking-label { font-weight: 600; }
.booking-product-title,
.booking-choice-title { font-weight: 650; }
.booking-btn,
.booking-payment-method { font-weight: 650; }
.booking-guest-head strong { font-weight: 650; }
