/* Dream Journey — World-class booking experience */
:root {
  --booking-bg: #05080d;
  --booking-surface: #0b111a;
  --booking-surface-2: #101925;
  --booking-surface-3: #162231;
  --booking-gold: #d6b45b;
  --booking-gold-light: #f3db91;
  --booking-text: #f8f6f0;
  --booking-muted: #9da8b8;
  --booking-line: rgba(255,255,255,.09);
  --booking-gold-line: rgba(214,180,91,.28);
  --booking-danger: #ff7b7b;
  --booking-radius-xl: 30px;
  --booking-radius-lg: 22px;
  --booking-radius-md: 16px;
  --booking-shadow: 0 32px 90px rgba(0,0,0,.38);
}

.booking-page,
.booking-page * { box-sizing: border-box; }

body.booking-page {
  margin: 0;
  min-width: 320px;
  color: var(--booking-text);
  background: var(--booking-bg);
  font-family: 'Poppins', Arial, sans-serif;
  overflow-x: hidden;
}

.booking-page button,
.booking-page input,
.booking-page select,
.booking-page textarea { font: inherit; }

.booking-page button,
.booking-page a { -webkit-tap-highlight-color: transparent; }

.booking-page [hidden] { display: none !important; }

.booking-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.booking-main { position: relative; isolation: isolate; overflow: hidden; }

.booking-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4,8,14,.96) 0%, rgba(4,8,14,.82) 47%, rgba(4,8,14,.42) 100%),
    linear-gradient(0deg, var(--booking-bg) 0%, transparent 38%),
    url('../images/booking-bg.jpg') center 45% / cover no-repeat;
}

.booking-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.booking-hero__inner { position: relative; z-index: 2; padding-block: 82px 110px; }
.booking-hero__content { max-width: 760px; }

.booking-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 6px 14px;
  margin-bottom: 22px;
  border: 1px solid var(--booking-gold-line);
  border-radius: 999px;
  color: var(--booking-gold-light);
  background: rgba(214,180,91,.09);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.booking-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -2.5px;
  text-wrap: balance;
}

.booking-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #c2cad5;
  font-size: clamp(15px, 1.55vw, 19px);
  line-height: 1.75;
}

.booking-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 30px;
  color: #e7ebf1;
  font-size: 13px;
  font-weight: 600;
}

.booking-hero__proof span { display: inline-flex; align-items: center; gap: 8px; }
.booking-hero__proof i { color: var(--booking-gold); }

.booking-hero__glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(12px); opacity: .6; }
.booking-hero__glow--one { width: 340px; height: 340px; inset: -140px 8% auto auto; background: radial-gradient(circle, rgba(214,180,91,.18), transparent 68%); }
.booking-hero__glow--two { width: 460px; height: 460px; inset: auto auto -280px -120px; background: radial-gradient(circle, rgba(70,114,161,.16), transparent 68%); }

.booking-workspace {
  position: relative;
  z-index: 3;
  padding: 0 0 110px;
  margin-top: -56px;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 332px;
  align-items: start;
  gap: 26px;
}

.booking-card,
.booking-concierge-card,
.booking-info-card,
.booking-assurance {
  border: 1px solid var(--booking-line);
  background: rgba(11,17,26,.96);
  box-shadow: var(--booking-shadow);
}

@supports ((backdrop-filter: blur(18px)) or (-webkit-backdrop-filter: blur(18px))) {
  .booking-card,
  .booking-concierge-card,
  .booking-info-card,
  .booking-assurance {
    background: rgba(11,17,26,.88);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}

.booking-card { border-radius: var(--booking-radius-xl); overflow: hidden; }

.booking-card__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  padding: 34px 38px 30px;
  border-bottom: 1px solid var(--booking-line);
  background: linear-gradient(135deg, rgba(255,255,255,.025), transparent 65%);
}

.booking-card__kicker,
.booking-aside__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--booking-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.booking-card__header h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.1;
}

.booking-card__header p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--booking-muted);
  font-size: 13px;
  line-height: 1.65;
}

.booking-progress { width: 140px; flex: none; }
.booking-progress__track { height: 5px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.09); }
.booking-progress__track span { display: block; width: 12%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--booking-gold), var(--booking-gold-light)); transition: width .35s ease; }
.booking-progress > span { display: block; margin-top: 9px; color: var(--booking-muted); font-size: 10px; font-weight: 700; text-align: end; text-transform: uppercase; letter-spacing: 1px; }

.booking-summary {
  margin: 28px 38px 0;
  padding: 20px;
  border: 1px solid var(--booking-gold-line);
  border-radius: var(--booking-radius-lg);
  background: linear-gradient(135deg, rgba(214,180,91,.12), rgba(255,255,255,.018));
}

.booking-summary__heading { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.booking-summary__icon { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border-radius: 13px; color: #0a0d12; background: linear-gradient(135deg, var(--booking-gold-light), var(--booking-gold)); }
.booking-summary__heading span:not(.booking-summary__icon) { display: block; color: var(--booking-gold); font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.booking-summary__heading strong { display: block; margin-top: 3px; color: #fff; font-size: 14px; }
.booking-summary__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.booking-summary-item { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: rgba(0,0,0,.18); }
.booking-summary-item__icon { width: 32px; height: 32px; display: grid; place-items: center; flex: none; border-radius: 10px; color: var(--booking-gold); background: rgba(214,180,91,.1); }
.booking-summary-item small,
.booking-summary-item strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.booking-summary-item small { color: #8591a1; font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.booking-summary-item strong { margin-top: 3px; color: #eef1f5; font-size: 12px; }
.booking-summary-item--highlight { border-color: var(--booking-gold-line); background: rgba(214,180,91,.08); }
.booking-summary-item--highlight strong { color: var(--booking-gold-light); }

#bookingForm { padding: 4px 38px 38px; }

.booking-form-section { padding: 32px 0; border-bottom: 1px solid var(--booking-line); }
.booking-section-heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.booking-section-heading__number { width: 34px; height: 34px; display: grid; place-items: center; flex: none; border: 1px solid var(--booking-gold-line); border-radius: 11px; color: var(--booking-gold-light); background: rgba(214,180,91,.07); font-size: 10px; font-weight: 800; }
.booking-section-heading h3 { margin: 1px 0 0; color: #fff; font-size: 17px; font-weight: 700; }
.booking-section-heading p { margin: 5px 0 0; color: var(--booking-muted); font-size: 12px; line-height: 1.55; }

.booking-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.booking-service-card {
  position: relative;
  min-width: 0;
  min-height: 106px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--booking-radius-md);
  color: var(--booking-text);
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  text-align: start;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.booking-service-card:hover { transform: translateY(-2px); border-color: rgba(214,180,91,.34); background: rgba(214,180,91,.055); }
.booking-service-card:focus-visible { outline: 3px solid rgba(243,219,145,.24); outline-offset: 3px; }
.booking-service-card.is-active { border-color: var(--booking-gold); background: linear-gradient(135deg, rgba(214,180,91,.16), rgba(214,180,91,.035)); box-shadow: inset 0 0 0 1px rgba(214,180,91,.12), 0 14px 32px rgba(0,0,0,.18); }
.booking-service-card__icon { width: 48px; height: 48px; display: grid; place-items: center; flex: none; border-radius: 15px; color: var(--booking-gold-light); background: rgba(214,180,91,.1); font-size: 19px; }
.booking-service-card.is-active .booking-service-card__icon { color: #090c10; background: linear-gradient(135deg, var(--booking-gold-light), var(--booking-gold)); }
.booking-service-card__copy { min-width: 0; }
.booking-service-card__copy strong { display: block; color: #fff; font-size: 14px; }
.booking-service-card__copy small { display: block; margin-top: 5px; color: var(--booking-muted); font-size: 10px; line-height: 1.4; }
.booking-service-card__check { position: absolute; inset: 11px 11px auto auto; color: var(--booking-gold-light); font-size: 14px; opacity: 0; transform: scale(.6); transition: opacity .2s ease, transform .2s ease; }
.booking-service-card.is-active .booking-service-card__check { opacity: 1; transform: scale(1); }

.booking-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.booking-form-grid--compact { grid-template-columns: minmax(0, calc(50% - 8px)); margin-bottom: 16px; }
.booking-conditional-fields { margin-top: 16px; }
.booking-field { display: block; min-width: 0; }
.booking-field--full { grid-column: 1 / -1; }
.booking-field__label { display: flex; align-items: center; gap: 8px; margin: 0 0 8px 2px; color: #cbd2dc; font-size: 11px; font-weight: 700; }
.booking-field__label i { width: 14px; color: var(--booking-gold); text-align: center; }
.booking-field__label small { margin-inline-start: auto; color: #687486; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .8px; }

.booking-field input,
.booking-field select,
.booking-field textarea {
  width: 100%;
  min-height: 54px;
  display: block;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 13px;
  outline: none;
  color: #f7f8fa;
  background: #0e1621;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.booking-field textarea { min-height: 116px; padding-block: 15px; line-height: 1.6; resize: vertical; }
.booking-field select { padding-inline-end: 42px; cursor: pointer; -webkit-appearance: none; 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='%23d6b45b' 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 15px center; }
.booking-field select option,
.booking-field select optgroup { color: #fff; background: #0d141e; }
.booking-field input::placeholder,
.booking-field textarea::placeholder { color: #697586; opacity: 1; }
.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus { border-color: rgba(214,180,91,.72); background-color: #111b28; box-shadow: 0 0 0 4px rgba(214,180,91,.09); }
.booking-field.has-error input,
.booking-field.has-error select,
.booking-field.has-error textarea { border-color: var(--booking-danger); box-shadow: 0 0 0 4px rgba(255,123,123,.08); }

.booking-route-line { position: relative; height: 1px; margin: 2px 0 15px; background: linear-gradient(90deg, transparent, rgba(214,180,91,.22), transparent); }
.booking-route-line span { position: absolute; top: 50%; left: 50%; width: 28px; height: 28px; border: 1px solid var(--booking-gold-line); border-radius: 50%; background: var(--booking-surface); transform: translate(-50%,-50%); }
.booking-route-line span::before { content: '\2192'; position: absolute; inset: 0; display: grid; place-items: center; color: var(--booking-gold); font-size: 13px; }

.booking-form-section .booking-field--full { margin-top: 18px; }

.booking-map-card { margin-top: 30px; overflow: hidden; border: 1px solid var(--booking-gold-line); border-radius: var(--booking-radius-lg); background: #091019; }
.booking-map-card__header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 17px; border-bottom: 1px solid var(--booking-line); background: linear-gradient(135deg, rgba(214,180,91,.09), rgba(255,255,255,.015)); }
.booking-map-card__header > div { display: flex; align-items: center; gap: 12px; }
.booking-map-card__icon { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border-radius: 13px; color: var(--booking-gold-light); background: rgba(214,180,91,.1); }
.booking-map-card h3 { margin: 0; color: #fff; font-size: 13px; }
.booking-map-card p { margin: 4px 0 0; color: var(--booking-muted); font-size: 10px; }
.booking-map-card__status { display: inline-flex; align-items: center; gap: 7px; flex: none; padding: 7px 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; color: #aeb7c4; background: rgba(255,255,255,.025); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.booking-map-card__status i { color: var(--booking-gold); }
#bookingMap { width: 100%; height: 350px; background: #0b121b; }
.booking-page .leaflet-control-zoom a { color: #fff; background: #101925; border-color: rgba(255,255,255,.1); }
.booking-page .leaflet-control-attribution { color: #8c97a6; background: rgba(7,11,17,.8); }
.booking-page .leaflet-popup-content-wrapper,
.booking-page .leaflet-popup-tip { color: #e9edf2; background: #111a25; }

.booking-submit-row { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 22px; padding-top: 28px; }
.booking-submit-row__note { min-width: 0; display: flex; align-items: flex-start; gap: 11px; color: var(--booking-muted); }
.booking-submit-row__note > i { margin-top: 3px; color: var(--booking-gold); }
.booking-submit-row__note strong,
.booking-submit-row__note small { display: block; }
.booking-submit-row__note strong { color: #dfe4eb; font-size: 11px; }
.booking-submit-row__note small { max-width: 430px; margin-top: 4px; font-size: 9px; line-height: 1.55; }
.booking-submit {
  min-width: 235px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 8px 7px 21px;
  border: 0;
  border-radius: 16px;
  color: #090c10;
  background: linear-gradient(135deg, var(--booking-gold-light), var(--booking-gold));
  box-shadow: 0 15px 35px rgba(214,180,91,.18);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.booking-submit:hover { transform: translateY(-2px); box-shadow: 0 19px 42px rgba(214,180,91,.26); filter: brightness(1.04); }
.booking-submit:focus-visible { outline: 4px solid rgba(243,219,145,.24); outline-offset: 3px; }
.booking-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.booking-submit__icon { width: 44px; height: 44px; display: grid; place-items: center; flex: none; border-radius: 12px; color: var(--booking-gold-light); background: #0a0f16; }

.booking-aside { position: sticky; top: 130px; display: grid; gap: 16px; }
.booking-concierge-card,
.booking-info-card { border-radius: var(--booking-radius-lg); }
.booking-concierge-card { position: relative; overflow: hidden; padding: 26px; }
.booking-concierge-card::after { content: ''; position: absolute; width: 190px; height: 190px; inset: -90px -70px auto auto; border-radius: 50%; background: radial-gradient(circle, rgba(214,180,91,.14), transparent 68%); pointer-events: none; }
.booking-concierge-card__visual { position: relative; width: 66px; height: 66px; margin-bottom: 22px; }
.booking-concierge-card__visual > span { position: relative; z-index: 2; width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid var(--booking-gold-line); border-radius: 21px; color: var(--booking-gold-light); background: linear-gradient(145deg, rgba(214,180,91,.16), rgba(214,180,91,.04)); font-size: 24px; }
.booking-concierge-card__pulse { position: absolute; inset: -7px; border: 1px solid rgba(214,180,91,.18); border-radius: 25px; animation: bookingPulse 2.6s ease-out infinite; }
.booking-concierge-card h2 { position: relative; z-index: 1; margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 600; line-height: 1.15; }
.booking-concierge-card p { position: relative; z-index: 1; margin: 13px 0 20px; color: var(--booking-muted); font-size: 11px; line-height: 1.65; }
.booking-support-link { position: relative; z-index: 1; min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 14px; border: 1px solid var(--booking-gold-line); border-radius: 12px; color: var(--booking-gold-light); background: rgba(214,180,91,.065); text-decoration: none; font-size: 11px; font-weight: 700; transition: background .2s ease, border-color .2s ease; }
.booking-support-link:hover { border-color: var(--booking-gold); background: rgba(214,180,91,.12); }

.booking-info-card { padding: 24px; }
.booking-info-card h3 { margin: 0 0 20px; color: #fff; font-size: 14px; }
.booking-timeline { list-style: none; margin: 0; padding: 0; }
.booking-timeline li { position: relative; display: flex; gap: 12px; padding: 0 0 21px; }
.booking-timeline li:last-child { padding-bottom: 0; }
.booking-timeline li:not(:last-child)::after { content: ''; position: absolute; top: 28px; bottom: 5px; left: 13px; width: 1px; background: linear-gradient(var(--booking-gold-line), rgba(255,255,255,.04)); }
.booking-timeline li > span { position: relative; z-index: 1; width: 27px; height: 27px; display: grid; place-items: center; flex: none; border: 1px solid var(--booking-gold-line); border-radius: 50%; color: var(--booking-gold-light); background: #101925; font-size: 9px; font-weight: 800; }
.booking-timeline strong,
.booking-timeline small { display: block; }
.booking-timeline strong { color: #e9edf2; font-size: 11px; }
.booking-timeline small { margin-top: 4px; color: var(--booking-muted); font-size: 9px; line-height: 1.5; }

.booking-assurance { display: flex; align-items: center; gap: 12px; padding: 16px; border-radius: 16px; box-shadow: none; }
.booking-assurance > span { width: 39px; height: 39px; display: grid; place-items: center; flex: none; border-radius: 12px; color: #79d8ae; background: rgba(62,190,134,.1); }
.booking-assurance strong,
.booking-assurance small { display: block; }
.booking-assurance strong { color: #e8ecef; font-size: 10px; }
.booking-assurance small { margin-top: 3px; color: var(--booking-muted); font-size: 8px; line-height: 1.45; }

.booking-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@keyframes bookingPulse {
  0% { opacity: .75; transform: scale(.96); }
  70%,100% { opacity: 0; transform: scale(1.18); }
}

html[dir='rtl'] .booking-hero { background: linear-gradient(270deg, rgba(4,8,14,.96) 0%, rgba(4,8,14,.82) 47%, rgba(4,8,14,.42) 100%), linear-gradient(0deg, var(--booking-bg) 0%, transparent 38%), url('../images/booking-bg.jpg') center 45% / cover no-repeat; }
html[dir='rtl'] .booking-field select { background-position: left 15px center; }
html[dir='rtl'] .booking-service-card__check { inset: 11px auto auto 11px; }
html[dir='rtl'] .booking-route-line span::before { content: '\2190'; }
html[dir='rtl'] .booking-timeline li:not(:last-child)::after { left: auto; right: 13px; }
html[dir='rtl'] .booking-submit { padding: 7px 21px 7px 8px; }

@media (prefers-reduced-motion: reduce) {
  .booking-page *, .booking-page *::before, .booking-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.booking-service-card__icon svg { width: 24px; height: 24px; display: block; }

.booking-guest-email-note{display:flex;align-items:flex-start;gap:10px;margin:0 0 18px;padding:12px 14px;border:1px solid rgba(212,175,55,.22);border-radius:14px;background:rgba(212,175,55,.07);color:rgba(255,255,255,.78);font-size:13px;line-height:1.65}
.booking-guest-email-note i{color:#d4af37;margin-top:3px;flex:0 0 auto}
