﻿@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");

:root {
  --bg: #12051d;
  --bg-soft: #1d0a2e;
  --surface: rgba(35, 12, 52, 0.92);
  --surface-2: rgba(46, 16, 68, 0.94);
  --purple: #591f80;
  --purple-deep: #2b0b42;
  --gold: #ffba00;
  --gold-soft: #ffe2a0;
  --text: #fbf8f0;
  --muted: rgba(251, 248, 240, 0.72);
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #12051d 0%, #2b0b42 52%, #0b0412 100%);
  color: var(--text);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.simple-home {
  min-height: 100vh;
  background: #12051d;
  overflow-x: hidden;
}

.booking-screen {
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  padding: 28px clamp(18px, 4vw, 64px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-rows: auto 1fr;
}

.screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.simple-brand {
  padding: 10px 0;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.simple-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 186, 0, 0.38);
  background: linear-gradient(135deg, rgba(89, 31, 128, 0.74), rgba(255, 186, 0, 0.10));
  color: #fff5df;
  font-weight: 700;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.30);
}

.whatsapp-contact {
  border-color: rgba(48, 213, 114, 0.45);
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #30d572;
  font-size: 1.52rem;
  line-height: 1;
  filter: drop-shadow(0 8px 16px rgba(48, 213, 114, 0.24));
}

.whatsapp-pulse {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #30d572;
  box-shadow: 0 0 0 0 rgba(48, 213, 114, 0.55);
  animation: whatsappPulse 1.8s ease-out infinite;
}

.whatsapp-pulse::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: #f8fff9;
}

.contact-copy {
  display: grid;
  gap: 1px;
  line-height: 1.05;
  text-align: left;
}

.contact-copy small {
  color: rgba(251, 248, 240, 0.66);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-copy strong {
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 600;
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(48, 213, 114, 0.58);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(48, 213, 114, 0);
    transform: scale(1.04);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(48, 213, 114, 0);
    transform: scale(1);
  }
}

.gateway-screen {
  background-position: center;
}

.gateway-center {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 30px;
  padding: 44px 0 18px;
}

.gateway-copy {
  text-align: center;
  text-shadow: 0 22px 58px rgba(43, 11, 66, 0.76), 0 4px 18px rgba(0, 0, 0, 0.45);
}

.gateway-copy h1 {
  font-size: clamp(2.7rem, 7vw, 6.2rem);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -.025em;
  text-transform: capitalize;
  font-family: impact, serif;
}

.gateway-options {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
}

.engine-shell {
  width: 100%;
  padding: clamp(12px, 2vw, 18px);
  border-radius: 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.gateway-option {
  position: relative;
  isolation: isolate;
  min-height: clamp(98px, 11vw, 110px);
  padding: 24px 22px;
  border-radius: 8px;
  border: 1px solid rgb(255 255 255);
  background:
    linear-gradient(270deg, rgba(0, 0, 0, 0.42), rgba(255, 255, 255, 0.035)),
    linear-gradient(145deg, rgb(89 31 128), rgb(43 11 66));
  box-shadow: 0 28px 90px rgb(43 11 66 / 38%), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  display: grid;
  align-content: center;
  gap: 10px;
  text-align: center;
  overflow: hidden;
  transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.gateway-option::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, rgba(255, 186, 0, 0.32), transparent 36%, rgba(255, 255, 255, 0.14));
  opacity: 0;
  transition: opacity 0.24s ease;
}

.gateway-option::after {
  content: "\2192";
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: rgba(255, 186, 0, 0.92);
  font-size: 1.25rem;
  line-height: 1;
  transform: translateX(-4px);
  opacity: 0;
  transition: opacity 0.24s ease, transform 0.24s ease, color 0.24s ease;
}

.gateway-option:hover,
.gateway-option:focus-visible {
  transform: translateY(-4px);
  background: linear-gradient(145deg, var(--gold), #ffe2a0);
  color: #2b0b42;
  border-color: transparent;
  box-shadow: 0 34px 110px rgba(43, 11, 66, 0.58), 0 18px 44px rgba(255, 186, 0, 0.28);
  outline: none;
}

.gateway-option:hover::before,
.gateway-option:focus-visible::before,
.gateway-option:hover::after,
.gateway-option:focus-visible::after {
  opacity: 1;
}

.gateway-option:hover::after,
.gateway-option:focus-visible::after {
  color: rgba(43, 11, 66, 0.76);
  transform: translateX(0);
}

.gateway-option span {
  font-family: impact, serif;
  font-size: clamp(1.1rem, 1.8vw, 2.05rem);
  font-weight: 400;
  text-transform: uppercase;
}

.gateway-option small {
  color: rgba(251, 248, 240, 0.68);
  font-size: 0.86rem;
}

.gateway-option:hover small,
.gateway-option:focus-visible small {
  color: rgba(43, 11, 66, 0.72);
}

.flow-screen {
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  padding: 28px clamp(18px, 4vw, 64px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-rows: auto 1fr;
}

.flow-layout {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(460px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 46px 0 18px;
}

.flow-copy {
  max-width: 610px;
  text-shadow: 0 20px 54px rgba(0, 0, 0, 0.55);
}

.flow-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.flow-copy .eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
  opacity: 0.74;
}

.flow-copy h1 {
  font-size: clamp(2.9rem, 6vw, 5.8rem);
  max-width: 700px;
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0;
}

.flow-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(251, 248, 240, 0.82);
  font-size: 1.08rem;
}

.flow-card {
  padding: clamp(18px, 2.4vw, 30px);
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.72);
  border: 1px solid rgba(244, 223, 183, 0.22);
  box-shadow: 0 28px 110px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(22px);
}

.airport-flow-layout {
  grid-template-columns: minmax(300px, 0.66fr) minmax(520px, 0.94fr);
  align-items: start;
  padding-top: clamp(34px, 5vw, 64px);
  gap: clamp(34px, 5vw, 76px);
}

.airport-transfer-page .flow-copy {
  position: sticky;
  top: 34px;
}

.airport-assurance {
  display: grid;
  gap: 1px;
  margin-top: 30px;
  max-width: 460px;
  border: 1px solid rgba(255, 186, 0, 0.18);
  background: rgba(18, 5, 29, 0.34);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 90px rgba(7, 2, 11, 0.32);
}

.airport-assurance span {
  position: relative;
  padding: 15px 18px 15px 46px;
  background:
    linear-gradient(90deg, rgba(89, 31, 128, 0.58), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.02);
  color: rgba(251, 248, 240, 0.86);
  font-size: 0.93rem;
  letter-spacing: 0.01em;
}

.airport-assurance span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px rgba(255, 186, 0, 0.10);
}

.airport-booking-card {
  position: relative;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    linear-gradient(145deg, rgba(35, 12, 52, 0.96), rgba(12, 4, 18, 0.94));
  border-color: rgba(255, 186, 0, 0.30);
  box-shadow: 0 36px 130px rgba(7, 2, 11, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.airport-booking-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.22), transparent 20%, transparent 80%, rgba(255, 186, 0, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 16%);
  opacity: 0.48;
}

.airport-form-head {
  position: relative;
  padding: clamp(24px, 3vw, 34px);
  border-bottom: 1px solid rgba(255, 186, 0, 0.22);
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.18), transparent 56%),
    linear-gradient(135deg, rgba(89, 31, 128, 0.90), rgba(18, 5, 29, 0.74));
}

.airport-form-head span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.airport-form-head strong {
  display: block;
  color: #fff;
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.wizard-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.wizard-meta b {
  padding: 8px 10px;
  border: 1px solid rgba(255, 186, 0, 0.22);
  color: rgba(255, 226, 160, 0.92);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vertical-booking {
  position: relative;
  gap: 0;
}

.wizard-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 24px clamp(24px, 3.4vw, 40px) 0;
  background: rgba(6, 2, 9, 0.22);
}

.wizard-track::before {
  content: "";
  position: absolute;
  left: clamp(28px, 3.4vw, 42px);
  right: clamp(28px, 3.4vw, 42px);
  top: 48px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 186, 0, 0.60), rgba(255, 255, 255, 0.10));
}

.wizard-track span {
  position: relative;
  min-height: 74px;
  display: grid;
  place-items: start center;
  gap: 8px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: rgba(251, 248, 240, 0.64);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.22s ease;
}

.wizard-track span.is-active {
  color: #fff;
}

.wizard-track span.is-complete {
  color: var(--gold-soft);
}

.booking-steps {
  display: grid;
}

.wizard-ready .booking-steps {
  display: block;
}

.wizard-ready .booking-step {
  display: none;
}

.wizard-ready .booking-step.is-active {
  display: grid;
  animation: wizardPanelIn 0.24s ease both;
}

.booking-step {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: clamp(18px, 2.6vw, 34px);
  min-height: 410px;
  padding: clamp(30px, 3.8vw, 48px) clamp(28px, 3.4vw, 42px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.075), transparent 38%),
    rgba(255, 255, 255, 0.012);
}

@keyframes wizardPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-label {
  display: grid;
  align-content: start;
  gap: 12px;
  padding-right: 26px;
  border-right: 1px solid rgba(255, 186, 0, 0.16);
}

.step-label span {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 186, 0, 0.74);
  background: linear-gradient(145deg, var(--gold), #ffe2a0);
  color: var(--purple-deep);
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(255, 186, 0, 0.20);
}

.step-label strong {
  color: #fff8e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.step-label em {
  max-width: 150px;
  color: rgba(251, 248, 240, 0.58);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.35;
}

.vertical-fields {
  display: grid;
  gap: 18px;
  align-content: start;
}

.vertical-fields.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vertical-booking .field label {
  color: rgba(255, 226, 160, 0.88);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.vertical-booking .field {
  gap: 10px;
}

.vertical-booking .field input,
.vertical-booking .field select,
.vertical-booking .field textarea {
  min-height: 62px;
  padding: 10px 10px;
  border-color: rgba(255, 186, 0, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.055)),
    rgba(18, 5, 29, 0.42);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.vertical-booking .field input:focus,
.vertical-booking .field select:focus,
.vertical-booking .field textarea:focus {
  border-color: rgba(255, 186, 0, 0.68);
  box-shadow: 0 0 0 3px rgba(255, 186, 0, 0.13);
}

.vertical-booking .field textarea {
  min-height: 116px;
}

.vertical-booking .field select option {
  color: #171009;
}

.airport-submit-panel {
  position: sticky;
  bottom: 0;
  display: grid;
  grid-template-columns: minmax(150px, auto) 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px clamp(22px, 3vw, 34px);
  background:
    linear-gradient(90deg, rgba(89, 31, 128, 0.62), rgba(18, 5, 29, 0.94)),
    rgba(18, 5, 29, 0.94);
  border-top: 1px solid rgba(255, 186, 0, 0.22);
  backdrop-filter: blur(18px);
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.24);
}

.airport-submit-panel .quote-mini {
  min-width: 178px;
  border-color: rgba(255, 186, 0, 0.26);
  background: rgba(255, 186, 0, 0.08);
}

.airport-submit-panel .button {
  width: 100%;
  min-height: 58px;
}

.wizard-actions {
  display: grid;
  grid-template-columns: minmax(120px, 0.32fr) 1fr;
  gap: 12px;
  padding: 20px clamp(22px, 3vw, 34px);
  background: rgba(18, 5, 29, 0.64);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wizard-actions .button {
  min-height: 54px;
}

.wizard-actions .button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.engine-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
  margin: 0;
}

.engine-option {
  min-height: clamp(76px, 10vw, 112px);
  padding: 18px 20px;
  border-radius: 8px;
  border: 1px solid rgba(244, 223, 183, 0.34);
  background: rgba(8, 8, 7, 0.42);
  color: #fff5df;
  font: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.engine-option:hover,
.engine-option.is-active {
  color: #171009;
  background: linear-gradient(145deg, var(--gold), #f4dfb7);
  border-color: transparent;
  transform: translateY(-3px);
}

.engine-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(3, 3, 3, 0.58);
  backdrop-filter: blur(10px);
}

.engine-modal.is-open {
  display: flex;
}

.engine-dialog {
  position: relative;
  width: min(820px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  padding: clamp(16px, 2.4vw, 26px);
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.86);
  border: 1px solid rgba(244, 223, 183, 0.22);
  box-shadow: 0 28px 110px rgba(0, 0, 0, 0.62);
}

.engine-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(244, 223, 183, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff5df;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.engine-panel {
  display: none;
}

.engine-panel.is-active {
  display: block;
}

.compact-booking {
  gap: 14px;
}

.compact-booking .form-grid {
  gap: 12px;
}

.compact-booking .field.full {
  grid-column: 1 / -1;
}

.compact-booking .field label {
  color: rgba(251, 248, 240, 0.70);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.compact-booking .field input,
.compact-booking .field select,
.compact-booking .field textarea {
  min-height: 46px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.compact-booking .field textarea {
  min-height: 76px;
}

.compact-booking .field select option {
  color: #171009;
}

.engine-bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.quote-mini {
  min-width: 140px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(244, 223, 183, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

.quote-mini span {
  display: block;
  color: rgba(251, 248, 240, 0.62);
  font-size: 0.78rem;
}

.quote-mini strong {
  display: block;
  color: #fff3d9;
  font: 700 1.65rem Georgia, "Times New Roman", serif;
}

.engine-bottom .button {
  width: 100%;
  min-height: 56px;
}

.topbar {
  background: rgba(6, 13, 22, 0.72);
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}

.topbar-inner,
.nav-inner,
.footer-inner,
.section-head,
.hero-grid,
.stats-grid,
.features-grid,
.fleet-grid,
.service-grid,
.testimonial-grid,
.dashboard-layout,
.form-grid,
.admin-login-grid {
  display: grid;
  gap: 24px;
}

.topbar-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 10px 0;
  color: var(--muted);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(4, 9, 15, 0.75);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  width: clamp(150px, 16vw, 230px);
  height: clamp(64px, 6.8vw, 98px);
  border-radius: 8px;
  background: url("../img/vip-luxury-getaways-logo.png") center / contain no-repeat;
  box-shadow: none;
}

.brand strong {
  font-size: 0.92rem;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.26em;
}

.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.nav-links a {
  padding: 11px 14px;
  color: var(--muted);
  border-radius: 999px;
  transition: 0.22s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(199, 165, 107, 0.12);
  color: var(--text);
}

.nav-cta {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--gold), #e3c58f);
  color: #161008;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(199, 165, 107, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.button.outline {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(241, 223, 191, 0.22);
  box-shadow: none;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(199, 165, 107, 0.28);
}

.button.outline:hover {
  border-color: rgba(241, 223, 191, 0.44);
  box-shadow: none;
}

.hero {
  min-height: 760px;
  padding: 132px 0 92px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: end;
}

.hero::before,
.hero::after {
  display: none;
}

.hero-grid {
  grid-template-columns: 1fr;
  align-items: end;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.76rem;
  margin-bottom: 16px;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 14px;
  line-height: 1.08;
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.6rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
  font-size: 1.4rem;
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0 0;
}

.hero-panel,
.card,
.quote-box,
.dashboard-card,
.table-card,
.admin-panel,
.login-card {
  background: linear-gradient(180deg, rgba(14, 28, 42, 0.98), rgba(8, 18, 28, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 28px;
}

.booking-section {
  padding-top: 58px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
}

.booking-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 28px;
  align-items: start;
}

.booking-intro {
  position: sticky;
  top: 104px;
  padding: 8px 0;
}

.assurance-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.assurance-list span {
  padding: 13px 15px;
  border: 1px solid rgba(246, 226, 188, 0.14);
  background: rgba(255, 255, 255, 0.035);
  border-radius: var(--radius);
  color: var(--muted);
}

.booking-form,
.admin-form {
  display: grid;
  gap: 16px;
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 0.85rem;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  outline: none;
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.quote-box {
  padding: 18px 20px;
  margin-top: 12px;
  background: linear-gradient(135deg, rgba(199, 161, 91, 0.15), rgba(255, 255, 255, 0.035));
}

.quote-value {
  font-size: 2rem;
  font-family: Georgia, serif;
  margin: 8px 0 0;
  color: #fff3d9;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

.stat {
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.42);
  border: 1px solid rgba(246, 226, 188, 0.16);
  backdrop-filter: blur(12px);
}

.stat strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.section {
  padding: 82px 0;
}

.section-head {
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: 24px;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 640px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.74rem;
  margin-bottom: 12px;
}

.features-grid,
.service-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fleet-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 226, 188, 0.22);
}

.card-body {
  padding: 22px;
}

.card-media {
  aspect-ratio: 16 / 9;
  background: #18140f;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 12px;
}

.meta span {
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.price {
  color: #fff3d9;
  font-size: 1.4rem;
  font-family: Georgia, serif;
}

.list-check {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.list-check li::before {
  content: "\2022";
  color: var(--gold);
  margin-right: 10px;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: center;
}

.accent-box {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(199, 165, 107, 0.15), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(199, 165, 107, 0.22);
  border-radius: var(--radius);
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(199, 165, 107, 0.12);
}

.table-card {
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  color: #fff5df;
  background: rgba(255, 255, 255, 0.04);
}

tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

.testimonial {
  padding: 24px;
}

.rating {
  color: #ffd57a;
  letter-spacing: 0.18em;
}

.faq {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.footer {
  padding: 40px 0 64px;
  border-top: 1px solid var(--line);
  background: rgba(4, 9, 15, 0.5);
}

.footer-inner {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.footer p,
.footer li {
  color: var(--muted);
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.flash {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(20, 88, 46, 0.26);
  border: 1px solid rgba(119, 207, 148, 0.3);
}

.flash.error {
  background: rgba(99, 23, 23, 0.3);
  border-color: rgba(255, 123, 123, 0.3);
}

.dashboard-layout {
  grid-template-columns: 270px 1fr;
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  min-height: 100vh;
  padding: 24px;
  background: linear-gradient(180deg, rgba(7, 15, 24, 0.98), rgba(6, 13, 21, 0.97));
  border-right: 1px solid var(--line);
}

.sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.sidebar a {
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--muted);
}

.sidebar a.active,
.sidebar a:hover {
  background: rgba(199, 165, 107, 0.12);
  color: var(--text);
}

.dashboard-main {
  padding: 28px;
}

.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.dashboard-card {
  padding: 20px;
}

.dashboard-card strong {
  display: block;
  font-size: 2rem;
  margin: 8px 0 4px;
}

.admin-panel {
  padding: 22px;
}

.admin-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.login-card {
  width: min(520px, 100%);
  padding: 28px;
}

.small {
  color: var(--muted);
  font-size: 0.92rem;
}

.table-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.badge {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
}

.status-pending { color: #ffd07d; }
.status-confirmed { color: #7bdcb5; }
.status-completed { color: #b7d4ff; }
.status-cancelled { color: #ff9292; }

/* Concierge wizard */
.wizard-notice {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 15px clamp(20px, 3vw, 34px);
  border-bottom: 1px solid rgba(255, 186, 0, 0.18);
  background: linear-gradient(90deg, rgba(255, 186, 0, 0.16), rgba(89, 31, 128, 0.30));
  color: rgba(251, 248, 240, 0.84);
  font-size: 0.92rem;
}

.wizard-notice i {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 186, 0, 0.16);
  color: var(--gold);
  flex: 0 0 auto;
}

.wizard-notice.is-error {
  background: linear-gradient(90deg, rgba(255, 91, 91, 0.20), rgba(89, 31, 128, 0.24));
  color: #ffe4e4;
}

.wizard-notice.is-error i {
  background: rgba(255, 91, 91, 0.18);
  color: #ff8f8f;
}

.wizard-notice.is-success {
  background: linear-gradient(90deg, rgba(55, 211, 133, 0.18), rgba(89, 31, 128, 0.24));
  color: #e9fff2;
}

.wizard-notice.is-success i {
  background: rgba(55, 211, 133, 0.18);
  color: #37d385;
}

.wizard-console {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  min-height: 470px;
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.05), transparent 42%),
    rgba(255, 255, 255, 0.012);
  transition: grid-template-columns 0.24s ease;
}

.vertical-booking.is-wizard-collapsed .wizard-console {
  grid-template-columns: 82px minmax(0, 1fr);
}

.wizard-side {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border-right: 1px solid rgba(255, 186, 0, 0.18);
  background:
    linear-gradient(180deg, rgba(89, 31, 128, 0.52), rgba(10, 3, 15, 0.48)),
    rgba(255, 255, 255, 0.025);
}

.wizard-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 16px;
  border-bottom: 1px solid rgba(255, 186, 0, 0.16);
  color: rgba(255, 226, 160, 0.92);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wizard-collapse {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 186, 0, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--gold);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.wizard-collapse:hover,
.wizard-collapse:focus-visible {
  background: var(--gold);
  color: var(--purple-deep);
  outline: none;
}

.vertical-booking.is-wizard-collapsed .wizard-collapse i {
  transform: rotate(180deg);
}

.vertical-booking.is-wizard-collapsed .wizard-side-head span,
.vertical-booking.is-wizard-collapsed .wizard-track button span,
.vertical-booking.is-wizard-collapsed .wizard-track button em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.wizard-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 18px 14px;
  background: transparent;
}

.wizard-track::before {
  display: none;
}

.wizard-track button {
  position: relative;
  min-height: 74px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas: "icon title" "icon copy";
  align-items: center;
  gap: 2px 12px;
  width: 100%;
  padding: 12px 12px;
  border: 1px solid rgba(255, 186, 0, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(251, 248, 240, 0.68);
  font: inherit;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.wizard-track button::before {
  content: attr(data-step);
  position: absolute;
  right: 10px;
  top: 8px;
  color: rgba(255, 226, 160, 0.34);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.10em;
}

.wizard-track button i {
  grid-area: icon;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 186, 0, 0.28);
  color: var(--gold);
  background: rgba(18, 5, 29, 0.58);
}

.wizard-track button span {
  grid-area: title;
  align-self: end;
  color: #fff8e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.wizard-track button em {
  grid-area: copy;
  align-self: start;
  color: rgba(251, 248, 240, 0.56);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.wizard-track button.is-active {
  border-color: rgba(255, 186, 0, 0.58);
  background: linear-gradient(135deg, rgba(255, 186, 0, 0.18), rgba(255, 255, 255, 0.06));
  color: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.wizard-track button.is-active i {
  background: var(--gold);
  color: var(--purple-deep);
  box-shadow: 0 0 0 6px rgba(255, 186, 0, 0.12);
}

.wizard-track button.is-complete {
  border-color: rgba(55, 211, 133, 0.34);
}

.wizard-track button.is-complete i {
  border-color: rgba(55, 211, 133, 0.42);
  color: #37d385;
}

.wizard-track button.is-complete i::before {
  content: "\f00c";
}

.wizard-track button.has-error {
  border-color: rgba(255, 91, 91, 0.58);
}

.wizard-track button.has-error i {
  color: #ff8f8f;
  border-color: rgba(255, 91, 91, 0.46);
}

.vertical-booking.is-wizard-collapsed .wizard-track {
  padding-inline: 12px;
}

.vertical-booking.is-wizard-collapsed .wizard-track button {
  min-height: 58px;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 8px;
}

.vertical-booking.is-wizard-collapsed .wizard-track button i {
  width: 38px;
  height: 38px;
}

.wizard-console .booking-step {
  grid-template-columns: 1fr;
  min-height: 470px;
  padding: clamp(28px, 4vw, 46px);
  border-bottom: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 186, 0, 0.11), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.006));
}

.wizard-console .step-label {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px 16px;
  padding: 0 0 18px;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 186, 0, 0.16);
}

.wizard-console .step-label em {
  grid-column: 2;
  max-width: none;
}

.field {
  position: relative;
}

.field .field-status {
  min-height: 18px;
  color: rgba(251, 248, 240, 0.52);
  font-size: 0.76rem;
}

.field .field-status i {
  margin-right: 6px;
}

.field.is-valid .field-status {
  color: #8ff0b8;
}

.field.is-invalid .field-status {
  color: #ff9b9b;
}

.field.is-valid::after,
.field.is-invalid::after {
  position: absolute;
  right: 16px;
  bottom: 18px;
  z-index: 2;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  pointer-events: none;
}

.field.is-valid::after {
  content: "\f00c";
  color: #37d385;
}

.field.is-invalid::after {
  content: "\f071";
  color: #ff8f8f;
}

.vertical-booking .field.is-valid input,
.vertical-booking .field.is-valid select,
.vertical-booking .field.is-valid textarea {
  border-color: rgba(55, 211, 133, 0.54);
  box-shadow: 0 0 0 3px rgba(55, 211, 133, 0.10);
}

.vertical-booking .field.is-invalid input,
.vertical-booking .field.is-invalid select,
.vertical-booking .field.is-invalid textarea {
  border-color: rgba(255, 91, 91, 0.70);
  box-shadow: 0 0 0 3px rgba(255, 91, 91, 0.12);
}

.button i {
  margin-right: 8px;
}

@media (max-width: 900px) {
  .wizard-console,
  .vertical-booking.is-wizard-collapsed .wizard-console {
    grid-template-columns: 1fr;
  }

  .wizard-side {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 186, 0, 0.18);
  }

  .wizard-side-head {
    padding: 14px 16px;
  }

  .wizard-collapse {
    display: none;
  }

  .wizard-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wizard-track button {
    min-height: 68px;
  }

  .wizard-console .booking-step {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .wizard-notice {
    align-items: flex-start;
    padding: 13px 16px;
    font-size: 0.84rem;
  }

  .wizard-track {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .wizard-track button {
    min-height: 62px;
  }

  .wizard-console .booking-step {
    padding: 22px 18px;
  }
}

@media (max-width: 1100px) {
  .flow-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .airport-transfer-page .flow-copy {
    position: static;
  }

  .flow-copy {
    max-width: 760px;
  }

  .booking-stage {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 42px;
  }

  .stage-copy {
    max-width: 760px;
  }

  .hero-grid,
  .booking-layout,
  .split,
  .footer-inner,
  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .booking-intro {
    position: static;
  }

  .sidebar {
    position: static;
    min-height: auto;
  }

  .dashboard-cards,
  .stats-grid,
  .features-grid,
  .service-grid,
  .testimonial-grid,
  .fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .booking-screen,
  .flow-screen {
    padding: 18px 14px 20px;
    background-position: 52% center;
  }

  .screen-top {
    align-items: stretch;
    flex-direction: column;
  }

  .simple-brand {
    gap: 10px;
  }

  .simple-brand .brand-mark {
    width: min(44vw, 172px);
    height: 72px;
  }

  .brand span {
    letter-spacing: 0.12em;
  }

  .simple-contact {
    text-align: center;
    font-size: 0.86rem;
    padding: 10px 12px;
    justify-content: center;
    width: 100%;
  }

  .whatsapp-icon {
    width: 22px;
    height: 22px;
  }

  .contact-copy small {
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }

  .gateway-center {
    gap: 20px;
  }

  .gateway-copy h1 {
    font-size: clamp(2.45rem, 14vw, 3.8rem);
  }

  .gateway-options {
    grid-template-columns: 1fr;
  }

  .gateway-option {
    min-height: 74px;
    padding: 16px 44px 16px 16px;
  }

  .flow-layout {
    gap: 20px;
    padding-top: 34px;
  }

  .airport-flow-layout {
    gap: 18px;
    padding-top: 28px;
  }

  .flow-copy h1 {
    font-size: clamp(2.4rem, 13vw, 3.7rem);
    line-height: 0.98;
  }

  .flow-copy p {
    font-size: 1rem;
  }

  .airport-assurance {
    margin-top: 20px;
    max-width: none;
  }

  .airport-assurance span {
    padding: 12px 14px 12px 40px;
    font-size: 0.86rem;
  }

  .airport-form-head {
    padding: 22px 18px;
  }

  .airport-form-head strong {
    font-size: 1.28rem;
  }

  .wizard-meta b {
    padding: 7px 8px;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }

  .flow-card {
    padding: 14px;
  }

  .airport-booking-card {
    padding: 0;
  }

  .booking-step {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding: 24px 18px;
  }

  .step-label {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px 14px;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 186, 0, 0.16);
    padding-bottom: 16px;
  }

  .step-label span {
    width: 48px;
    height: 48px;
  }

  .step-label strong {
    font-size: 1.16rem;
  }

  .step-label em {
    grid-column: 2;
    max-width: none;
    font-size: 0.84rem;
  }

  .vertical-fields.two-up,
  .airport-submit-panel,
  .wizard-actions,
  .wizard-track {
    grid-template-columns: 1fr;
  }

  .wizard-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px 14px 2px;
    gap: 8px;
  }

  .wizard-track::before {
    display: none;
  }

  .wizard-track span {
    min-height: 58px;
    grid-template-columns: auto 1fr;
    place-items: center start;
    padding: 8px 10px;
    border: 1px solid rgba(255, 186, 0, 0.16);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.68rem;
  }

  .vertical-booking .field input,
  .vertical-booking .field select,
  .vertical-booking .field textarea {
    min-height: 56px;
    padding: 15px;
  }

  .wizard-actions {
    padding: 16px 18px;
  }

  .airport-submit-panel {
    position: static;
    padding: 18px;
  }

  .airport-submit-panel .quote-mini {
    width: 100%;
  }

  .booking-stage {
    gap: 20px;
    padding-top: 34px;
  }

  .stage-copy h1 {
    font-size: clamp(2.55rem, 16vw, 4rem);
  }

  .stage-copy p {
    font-size: 1rem;
  }

  .engine-shell {
    padding: 12px;
  }

  .engine-options {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .engine-option {
    min-height: 48px;
  }

  .compact-booking .form-grid,
  .engine-bottom {
    grid-template-columns: 1fr;
  }

  .quote-mini {
    width: 100%;
  }

  .topbar-inner,
  .nav-inner,
  .section-head,
  .form-grid,
  .dashboard-cards,
  .stats-grid,
  .features-grid,
  .service-grid,
  .testimonial-grid,
  .fleet-grid {
    grid-template-columns: 1fr;
  }

  .nav-inner {
    gap: 14px;
  }

  .nav-links {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 8px;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links {
    justify-content: flex-start;
  }

  h1 {
    font-size: 2.8rem;
  }

  .hero {
    min-height: 680px;
    padding: 108px 0 70px;
    background-position: 58% center;
  }

  .hero-actions .button,
  .nav-cta .button {
    width: 100%;
  }
}

@media (min-width: 1500px) {
  .booking-stage {
    width: min(1380px, 100%);
  }

  .booking-screen {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

@media (max-width: 900px) {
  .wizard-console,
  .vertical-booking.is-wizard-collapsed .wizard-console {
    grid-template-columns: 1fr;
  }

  .wizard-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .wizard-track {
    grid-template-columns: 1fr;
  }
}

/* Split booking pages */
.booking-journey {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 186, 0, 0.10), transparent 30%),
    linear-gradient(180deg, #12051d 0%, #1b082a 42%, #07020c 100%);
  overflow-x: hidden;
}

.flow-hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 28px clamp(18px, 4vw, 64px);
  display: grid;
  grid-template-rows: auto 1fr;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  isolation: isolate;
}

.flow-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(18, 5, 29, 0.18), rgba(18, 5, 29, 0.78)),
    linear-gradient(90deg, rgba(89, 31, 128, 0.42), transparent 58%);
}

.flow-hero .screen-top {
  align-self: start;
}

.airport-transfer-page .flow-hero-copy,
.flow-hero-copy {
  position: relative;
  top: auto;
  width: min(760px, 100%);
  max-width: 760px;
  align-self: center;
  padding: clamp(30px, 7vw, 84px) 0 clamp(36px, 8vw, 96px);
}

.flow-hero-copy h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 8vw, 7.6rem);
  line-height: 0.9;
  text-wrap: balance;
}

.flow-hero-copy p {
  max-width: 520px;
  margin-bottom: 28px;
  color: rgba(251, 248, 240, 0.86);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
}

.hero-jump {
  width: fit-content;
  min-height: 58px;
  padding-inline: 24px;
  border: 1px solid rgba(255, 186, 0, 0.44);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.42), 0 14px 34px rgba(255, 186, 0, 0.18);
}

.flow-booking-section {
  scroll-margin-top: 0;
  padding: clamp(34px, 5vw, 72px) clamp(14px, 4vw, 64px);
  background:
    linear-gradient(180deg, rgba(255, 186, 0, 0.075), transparent 20%),
    radial-gradient(circle at 90% 10%, rgba(89, 31, 128, 0.34), transparent 34%),
    #08020d;
}

.flow-booking-section .airport-flow-layout {
  width: min(1320px, 100%);
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  gap: 0;
  align-items: stretch;
}

.flow-booking-section .airport-booking-card {
  width: 100%;
  min-height: auto;
  border-color: rgba(255, 186, 0, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.018)),
    linear-gradient(145deg, rgba(35, 12, 52, 0.98), rgba(8, 2, 13, 0.98));
}

.flow-booking-section .airport-form-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
}

.flow-booking-section .airport-form-head .wizard-meta {
  justify-content: flex-end;
  margin-top: 0;
}

.flow-booking-section .wizard-console {
  min-height: 520px;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 1fr);
}

.flow-booking-section .wizard-console .booking-step {
  min-height: 520px;
}

@media (min-width: 1500px) {
  .flow-booking-section .airport-flow-layout {
    width: min(1480px, 100%);
  }

  .flow-hero-copy h1 {
    font-size: clamp(4rem, 7.4vw, 8.4rem);
  }
}

@media (max-width: 1100px) {
  .flow-booking-section .airport-form-head {
    grid-template-columns: 1fr;
  }

  .flow-booking-section .airport-form-head .wizard-meta {
    justify-content: flex-start;
  }
}

@media (min-width: 761px) and (max-height: 820px) {
  .flow-hero {
    height: 100svh;
    min-height: auto;
    padding-block: 22px;
  }

  .airport-transfer-page .flow-hero-copy,
  .flow-hero-copy {
    width: min(920px, 100%);
    max-width: 920px;
    padding: 12px 0 26px;
  }

  .flow-hero-copy h1 {
    font-size: clamp(3rem, 5.5vw, 5rem);
  }

  .flow-hero-copy p {
    margin-bottom: 22px;
  }
}

@media (max-width: 760px) {
  .flow-hero {
    min-height: 100svh;
    padding: 18px 14px 26px;
    background-position: center;
  }

  .flow-hero-copy {
    padding-top: 38px;
    align-self: end;
  }

  .flow-hero-copy h1 {
    font-size: clamp(3.05rem, 17vw, 4.8rem);
  }

  .flow-hero-copy p {
    font-size: 1rem;
  }

  .hero-jump {
    width: 100%;
    justify-content: center;
  }

  .flow-booking-section {
    padding: 22px 14px 34px;
  }

  .flow-booking-section .flow-card {
    padding: 0;
  }

  .flow-booking-section .wizard-console,
  .flow-booking-section .vertical-booking.is-wizard-collapsed .wizard-console {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .flow-booking-section .wizard-console .booking-step {
    min-height: auto;
  }
}

/* VIP suite polish */
.booking-journey {
  background:
    linear-gradient(180deg, #050108 0%, #12051d 44%, #050108 100%);
}

.flow-hero {
  overflow: hidden;
}

.flow-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 46%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 94px);
  opacity: 0.42;
}

.flow-hero::after {
  background:
    linear-gradient(180deg, rgba(5, 1, 8, 0.10), rgba(5, 1, 8, 0.88)),
    linear-gradient(90deg, rgba(89, 31, 128, 0.82), rgba(18, 5, 29, 0.38) 42%, rgba(5, 1, 8, 0.10) 72%),
    linear-gradient(0deg, rgba(255, 186, 0, 0.14), transparent 34%);
}

.flow-hero .screen-top {
  padding-top: 4px;
}

.flow-hero .simple-contact {
  border-color: rgba(255, 186, 0, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 186, 0, 0.18), rgba(89, 31, 128, 0.74)),
    rgba(18, 5, 29, 0.46);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

.airport-transfer-page .flow-hero-copy,
.flow-hero-copy {
  width: min(900px, 100%);
  max-width: 900px;
}

.flow-hero-copy::before {
  content: "";
  display: block;
  width: clamp(86px, 10vw, 150px);
  height: 2px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, var(--gold), rgba(255, 186, 0, 0));
  box-shadow: 0 0 30px rgba(255, 186, 0, 0.42);
}

.flow-hero-copy .eyebrow {
  margin-bottom: 18px;
  color: #ffe2a0;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
}

.flow-hero-copy h1 {
  max-width: 940px;
  color: #fffaf0;
  font-size: clamp(3.8rem, 8.5vw, 8.8rem);
  font-weight: 500;
  line-height: 0.86;
  text-shadow: 0 32px 90px rgba(0, 0, 0, 0.74), 0 2px 0 rgba(255, 186, 0, 0.12);
}

.flow-hero-copy p {
  max-width: 560px;
  color: rgba(255, 249, 235, 0.88);
  font-size: clamp(1.02rem, 1.45vw, 1.28rem);
  line-height: 1.6;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.56);
}

.hero-jump {
  position: relative;
  min-height: 62px;
  padding-inline: 28px 30px;
  overflow: hidden;
  border-color: rgba(255, 186, 0, 0.68);
  background:
    linear-gradient(135deg, var(--gold), #ffe2a0 54%, #ffba00);
  color: #260836;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52), 0 16px 44px rgba(255, 186, 0, 0.30);
}

.hero-jump::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.hero-jump:hover::after,
.hero-jump:focus-visible::after {
  transform: translateX(120%);
}

.flow-booking-section {
  position: relative;
  padding: clamp(36px, 5vw, 82px) clamp(14px, 3vw, 56px);
  background:
    linear-gradient(180deg, rgba(255, 186, 0, 0.12), rgba(255, 186, 0, 0.02) 20%, transparent 36%),
    linear-gradient(135deg, rgba(89, 31, 128, 0.22), transparent 34%),
    #050108;
}

.flow-booking-section::before {
  content: "";
  position: absolute;
  left: clamp(14px, 3vw, 56px);
  right: clamp(14px, 3vw, 56px);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 186, 0, 0.78), transparent);
}

.flow-booking-section .airport-flow-layout {
  width: min(1760px, 100%);
}

.flow-booking-section .airport-booking-card {
  border: 1px solid rgba(255, 186, 0, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(43, 11, 66, 0.98), rgba(8, 2, 13, 0.99) 58%, rgba(89, 31, 128, 0.90));
  box-shadow:
    0 48px 150px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 90px rgba(255, 186, 0, 0.10);
}

.flow-booking-section .airport-booking-card::before {
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.34), transparent 18%, transparent 82%, rgba(255, 186, 0, 0.18)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 88px);
  opacity: 0.38;
}

.flow-booking-section .airport-form-head {
  padding: clamp(28px, 3vw, 42px);
  border-bottom-color: rgba(255, 186, 0, 0.34);
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.20), transparent 42%),
    linear-gradient(135deg, rgba(89, 31, 128, 0.92), rgba(8, 2, 13, 0.76));
}

.flow-booking-section .airport-form-head span {
  color: #ffdc73;
}

.flow-booking-section .airport-form-head strong {
  max-width: 820px;
  font-size: clamp(1.65rem, 2.5vw, 2.65rem);
}

.flow-booking-section .wizard-meta b {
  border-color: rgba(255, 186, 0, 0.32);
  background: rgba(255, 186, 0, 0.08);
  color: #ffe2a0;
}

.flow-booking-section .wizard-notice {
  padding-block: 17px;
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.18), rgba(89, 31, 128, 0.32), rgba(255, 255, 255, 0.04));
}

.flow-booking-section .wizard-console {
  min-height: 560px;
  grid-template-columns: minmax(280px, 0.26fr) minmax(0, 1fr);
}

.flow-booking-section .wizard-side {
  background:
    linear-gradient(180deg, rgba(89, 31, 128, 0.66), rgba(8, 2, 13, 0.78)),
    linear-gradient(90deg, rgba(255, 186, 0, 0.06), transparent);
  border-right-color: rgba(255, 186, 0, 0.28);
}

.flow-booking-section .wizard-side-head {
  min-height: 70px;
  border-bottom-color: rgba(255, 186, 0, 0.24);
}

.flow-booking-section .wizard-track {
  gap: 13px;
  padding: 20px 16px;
}

.flow-booking-section .wizard-track button {
  min-height: 82px;
  border-color: rgba(255, 186, 0, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(18, 5, 29, 0.44);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.18);
}

.flow-booking-section .wizard-track button.is-active {
  transform: translateX(4px);
  border-color: rgba(255, 186, 0, 0.74);
  background:
    linear-gradient(135deg, rgba(255, 186, 0, 0.24), rgba(255, 255, 255, 0.07)),
    rgba(89, 31, 128, 0.48);
}

.flow-booking-section .wizard-track button i {
  width: 46px;
  height: 46px;
}

.flow-booking-section .wizard-console .booking-step {
  min-height: 560px;
  padding: clamp(34px, 4vw, 58px);
}

.flow-booking-section .wizard-console .step-label {
  margin-bottom: 4px;
}

.flow-booking-section .step-label span {
  width: 64px;
  height: 64px;
}

.flow-booking-section .step-label strong {
  font-size: clamp(1.35rem, 1.9vw, 1.95rem);
}

.flow-booking-section .vertical-fields {
  gap: 22px;
}

.flow-booking-section .vertical-booking .field input,
.flow-booking-section .vertical-booking .field select,
.flow-booking-section .vertical-booking .field textarea {
  min-height: 66px;
  border-color: rgba(255, 186, 0, 0.30);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(5, 1, 8, 0.50);
}

.flow-booking-section .wizard-actions,
.flow-booking-section .airport-submit-panel {
  padding-inline: clamp(24px, 3vw, 42px);
}

.flow-booking-section .airport-submit-panel {
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.12), rgba(89, 31, 128, 0.55), rgba(5, 1, 8, 0.96));
}

@media (min-width: 1500px) {
  .flow-booking-section .airport-flow-layout {
    width: min(1760px, 100%);
  }
}

@media (min-width: 761px) and (max-height: 820px) {
  .flow-hero-copy h1 {
    font-size: clamp(3.4rem, 5.8vw, 5.3rem);
  }
}

@media (max-width: 900px) {
  .flow-booking-section .wizard-console,
  .flow-booking-section .vertical-booking.is-wizard-collapsed .wizard-console {
    grid-template-columns: 1fr;
  }

  .flow-booking-section .wizard-track button.is-active {
    transform: none;
  }
}

@media (max-width: 760px) {
  .flow-hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.42)),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 64px);
  }

  .flow-hero-copy::before {
    margin-bottom: 18px;
  }

  .flow-hero-copy h1 {
    font-size: clamp(3.15rem, 16vw, 4.55rem);
  }

  .flow-booking-section {
    padding: 24px 12px 38px;
  }

  .flow-booking-section .airport-form-head {
    padding: 24px 18px;
  }

  .flow-booking-section .wizard-track {
    gap: 9px;
    padding: 14px;
  }

  .flow-booking-section .wizard-track button {
    min-height: 66px;
  }

  .flow-booking-section .wizard-console .booking-step {
    padding: 24px 18px;
  }

  .flow-booking-section .vertical-booking .field input,
  .flow-booking-section .vertical-booking .field select,
  .flow-booking-section .vertical-booking .field textarea {
    min-height: 58px;
  }
}

/* Professional alignment refinement */
.airport-transfer-page .flow-hero-copy,
.flow-hero-copy {
  width: min(760px, 100%);
  max-width: 760px;
  text-align: left;
}

.flow-hero-copy h1,
.flow-hero-copy p {
  text-align: left;
}

.flow-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(3.55rem, 7.2vw, 7.2rem);
  line-height: 0.9;
}

.flow-hero-copy p {
  max-width: 500px;
}

.flow-hero-copy .hero-jump {
  justify-self: start;
}

.flow-booking-section {
  padding-inline: clamp(18px, 4vw, 72px);
}

.flow-booking-section .airport-flow-layout {
  width: min(1380px, 100%);
}

.flow-booking-section .airport-booking-card {
  margin-inline: auto;
}

.flow-booking-section .airport-form-head {
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
  align-items: center;
  text-align: left;
}

.flow-booking-section .airport-form-head strong {
  max-width: 720px;
  font-size: clamp(1.55rem, 2vw, 2.25rem);
}

.flow-booking-section .airport-form-head .wizard-meta {
  align-self: center;
  justify-content: flex-end;
}

.flow-booking-section .wizard-console {
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
}

.flow-booking-section .wizard-console .booking-step {
  padding-inline: clamp(30px, 3.4vw, 48px);
}

.flow-booking-section .wizard-console .step-label {
  text-align: left;
}

.flow-booking-section .step-label strong,
.flow-booking-section .step-label em,
.flow-booking-section .vertical-booking .field label,
.flow-booking-section .field-status {
  text-align: left;
}

.flow-booking-section .vertical-fields {
  max-width: 860px;
}

.flow-booking-section .vertical-fields.two-up {
  max-width: 940px;
}

@media (min-width: 1500px) {
  .flow-hero {
    padding-inline: clamp(72px, 7vw, 132px);
  }

  .airport-transfer-page .flow-hero-copy,
  .flow-hero-copy {
    width: min(820px, 100%);
    max-width: 820px;
  }

  .flow-hero-copy h1 {
    font-size: clamp(4.4rem, 6vw, 7.4rem);
  }
}

@media (max-width: 1180px) {
  .flow-booking-section .airport-flow-layout {
    width: min(1120px, 100%);
  }

  .flow-booking-section .airport-form-head {
    grid-template-columns: 1fr;
  }

  .flow-booking-section .airport-form-head .wizard-meta {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .flow-booking-section .wizard-console {
    grid-template-columns: 1fr;
  }

  .flow-booking-section .vertical-fields,
  .flow-booking-section .vertical-fields.two-up {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .airport-transfer-page .flow-hero-copy,
  .flow-hero-copy {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .flow-hero-copy::before {
    margin-inline: auto;
  }

  .flow-hero-copy .eyebrow {
    justify-content: center;
  }

  .flow-hero-copy h1,
  .flow-hero-copy p {
    margin-inline: auto;
    text-align: center;
  }

  .flow-hero-copy h1 {
    font-size: clamp(2.9rem, 14.5vw, 4.15rem);
    line-height: 0.94;
  }

  .flow-hero-copy .hero-jump {
    justify-self: stretch;
  }

  .flow-booking-section .airport-form-head,
  .flow-booking-section .airport-form-head strong,
  .flow-booking-section .airport-form-head span {
    text-align: left;
  }

  .flow-booking-section .airport-form-head .wizard-meta {
    justify-content: flex-start;
  }

  .flow-booking-section .wizard-console .step-label {
    text-align: left;
  }
}

/* Explicit hero width system */
.flow-hero {
  width: 100%;
}

.flow-hero .screen-top,
.airport-transfer-page .flow-hero-copy,
.flow-hero-copy {
  width: min(1380px, 100%);
  max-width: 1380px;
  margin-inline: auto;
  justify-self: center;
}

.flow-hero-copy h1 {
  max-width: 1018px;
}

.flow-hero-copy p {
  max-width: 520px;
}

@media (min-width: 1500px) {
  .flow-hero .screen-top,
  .airport-transfer-page .flow-hero-copy,
  .flow-hero-copy {
    width: min(1380px, 100%);
    max-width: 1380px;
  }
}

@media (max-width: 760px) {
  .flow-hero .screen-top,
  .airport-transfer-page .flow-hero-copy,
  .flow-hero-copy {
    width: 100%;
    max-width: 100%;
  }
}

/* Page-specific hero artwork */
.airport-hero {
  background-image:
    linear-gradient(90deg, rgba(43, 11, 66, 0.86), rgba(18, 5, 29, 0.30)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=88");
}

.chauffeur-hero {
  background-image:
    linear-gradient(90deg, rgba(43, 11, 66, 0.88), rgba(18, 5, 29, 0.32)),
    url("https://images.unsplash.com/photo-1511919884226-fd3cad34687c?auto=format&fit=crop&w=2200&q=88");
}

.experiences-hero {
  background-image:
    linear-gradient(90deg, rgba(43, 11, 66, 0.86), rgba(18, 5, 29, 0.30)),
    url("https://images.unsplash.com/photo-1589394815804-964ed0be2eb5?auto=format&fit=crop&w=2200&q=88");
}

/* Lighter premium booking wizard */
.flow-booking-section {
  background:
    linear-gradient(180deg, rgba(255, 186, 0, 0.16), rgba(255, 255, 255, 0.02) 18%, rgba(89, 31, 128, 0.06) 100%),
    #16071f;
}

.flow-booking-section .airport-booking-card {
  border-color: rgba(255, 186, 0, 0.38);
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.18), rgba(255, 252, 244, 0.08)),
    linear-gradient(145deg, rgba(89, 31, 128, 0.88), rgba(255, 186, 0, 0.10) 52%, rgba(52, 15, 72, 0.92));
  box-shadow:
    0 34px 100px rgba(28, 6, 42, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 0 80px rgba(255, 186, 0, 0.10);
}

.flow-booking-section .airport-booking-card::before {
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.20), rgba(255, 255, 255, 0.08) 42%, rgba(255, 186, 0, 0.12)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 88px);
  opacity: 0.30;
}

.flow-booking-section .airport-form-head {
  background:
    linear-gradient(100deg, rgba(255, 186, 0, 0.28), rgba(255, 255, 255, 0.09) 48%, rgba(89, 31, 128, 0.34)),
    rgba(89, 31, 128, 0.74);
}

.flow-booking-section .wizard-notice {
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.22), rgba(255, 255, 255, 0.10), rgba(89, 31, 128, 0.18));
  color: rgba(255, 250, 241, 0.90);
}

.flow-booking-section .wizard-console {
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.10), rgba(255, 250, 241, 0.055)),
    rgba(89, 31, 128, 0.16);
}

.flow-booking-section .wizard-side {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.12), rgba(255, 186, 0, 0.08)),
    rgba(89, 31, 128, 0.42);
}

.flow-booking-section .wizard-side-head {
  color: #ffe8aa;
  background: rgba(255, 255, 255, 0.055);
}

.flow-booking-section .wizard-track button {
  border-color: rgba(255, 226, 160, 0.30);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.16), rgba(255, 250, 241, 0.06)),
    rgba(89, 31, 128, 0.24);
  color: rgba(255, 250, 241, 0.78);
}

.flow-booking-section .wizard-track button span {
  color: #fff9ec;
}

.flow-booking-section .wizard-track button em {
  color: rgba(255, 250, 241, 0.68);
}

.flow-booking-section .wizard-track button i {
  background: rgba(255, 250, 241, 0.14);
  color: #ffca37;
}

.flow-booking-section .wizard-track button.is-active {
  border-color: rgba(255, 186, 0, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 186, 0, 0.34), rgba(255, 255, 255, 0.14)),
    rgba(89, 31, 128, 0.34);
  box-shadow: 0 18px 46px rgba(28, 6, 42, 0.28);
}

.flow-booking-section .wizard-console .booking-step {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 186, 0, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.13), rgba(255, 250, 241, 0.045));
}

.flow-booking-section .wizard-console .step-label {
  border-bottom-color: rgba(255, 226, 160, 0.22);
}

.flow-booking-section .step-label em,
.flow-booking-section .field .field-status {
  color: rgba(255, 250, 241, 0.66);
}

.flow-booking-section .vertical-booking .field input,
.flow-booking-section .vertical-booking .field select,
.flow-booking-section .vertical-booking .field textarea {
  border-color: rgba(255, 226, 160, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.10)),
    rgba(89, 31, 128, 0.18);
  color: #fffdf7;
}

.flow-booking-section .vertical-booking .field input::placeholder,
.flow-booking-section .vertical-booking .field textarea::placeholder {
  color: rgba(255, 250, 241, 0.56);
}

.flow-booking-section .wizard-actions {
  background: rgba(255, 250, 241, 0.08);
}

.flow-booking-section .airport-submit-panel {
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.18), rgba(255, 255, 255, 0.10), rgba(89, 31, 128, 0.36));
}

/* High-end wizard step buttons */
.flow-booking-section .wizard-track {
  gap: 14px;
}

.flow-booking-section .wizard-track button {
  isolation: isolate;
  min-height: 88px;
  padding: 16px 16px 16px 14px;
  border: 1px solid rgba(255, 226, 160, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055) 46%, rgba(255, 186, 0, 0.055)),
    rgba(61, 18, 84, 0.42);
  box-shadow:
    0 18px 42px rgba(12, 2, 20, 0.20),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.flow-booking-section .wizard-track button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 186, 0, 0.20), transparent 36%),
    linear-gradient(90deg, rgba(255, 186, 0, 0.16), transparent 46%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.flow-booking-section .wizard-track button::before {
  top: 10px;
  right: 12px;
  color: rgba(255, 226, 160, 0.26);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.flow-booking-section .wizard-track button:hover {
  transform: translateX(3px);
  border-color: rgba(255, 186, 0, 0.58);
  box-shadow:
    0 22px 48px rgba(12, 2, 20, 0.26),
    0 0 0 1px rgba(255, 186, 0, 0.10) inset;
}

.flow-booking-section .wizard-track button:hover::after,
.flow-booking-section .wizard-track button:focus-visible::after {
  opacity: 1;
}

.flow-booking-section .wizard-track button:focus-visible {
  outline: 0;
  border-color: rgba(255, 186, 0, 0.82);
  box-shadow:
    0 0 0 4px rgba(255, 186, 0, 0.16),
    0 22px 48px rgba(12, 2, 20, 0.26);
}

.flow-booking-section .wizard-track button i {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 226, 160, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
    rgba(255, 250, 241, 0.10);
  color: #ffcf4d;
  box-shadow: 0 12px 24px rgba(12, 2, 20, 0.18);
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.flow-booking-section .wizard-track button span {
  color: #fffaf0;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0;
}

.flow-booking-section .wizard-track button em {
  color: rgba(255, 250, 241, 0.68);
  font-size: 0.76rem;
  line-height: 1.3;
}

.flow-booking-section .wizard-track button.is-active {
  transform: translateX(5px);
  border-color: rgba(255, 186, 0, 0.82);
  background:
    linear-gradient(145deg, rgba(255, 186, 0, 0.28), rgba(255, 255, 255, 0.12) 48%, rgba(89, 31, 128, 0.28)),
    rgba(89, 31, 128, 0.54);
  box-shadow:
    0 24px 58px rgba(12, 2, 20, 0.32),
    0 0 0 1px rgba(255, 186, 0, 0.16) inset,
    0 0 38px rgba(255, 186, 0, 0.10);
}

.flow-booking-section .wizard-track button.is-active::after {
  opacity: 1;
}

.flow-booking-section .wizard-track button.is-active::before {
  color: rgba(255, 250, 241, 0.42);
}

.flow-booking-section .wizard-track button.is-active i {
  border-color: rgba(255, 186, 0, 0.86);
  background:
    linear-gradient(145deg, #ffba00, #ffe08a);
  color: #321144;
  box-shadow:
    0 0 0 6px rgba(255, 186, 0, 0.16),
    0 16px 30px rgba(255, 186, 0, 0.18);
}

.flow-booking-section .wizard-track button.is-complete {
  border-color: rgba(78, 216, 143, 0.42);
}

.flow-booking-section .wizard-track button.is-complete i {
  border-color: rgba(78, 216, 143, 0.50);
  background: rgba(78, 216, 143, 0.14);
  color: #7ff0ad;
}

.flow-booking-section .wizard-track button.has-error {
  border-color: rgba(255, 118, 118, 0.66);
}

.flow-booking-section .wizard-track button.has-error i {
  border-color: rgba(255, 118, 118, 0.54);
  background: rgba(255, 118, 118, 0.12);
  color: #ffabab;
}

.vertical-booking.is-wizard-collapsed .flow-booking-section .wizard-track button,
.flow-booking-section .vertical-booking.is-wizard-collapsed .wizard-track button {
  min-height: 62px;
  padding: 8px;
  border-radius: 16px;
}

@media (max-width: 900px) {
  .flow-booking-section .wizard-track {
    gap: 10px;
  }

  .flow-booking-section .wizard-track button,
  .flow-booking-section .wizard-track button.is-active,
  .flow-booking-section .wizard-track button:hover {
    transform: none;
  }
}

@media (max-width: 520px) {
  .flow-booking-section .wizard-track button {
    min-height: 72px;
    padding: 13px 14px;
    border-radius: 16px;
  }

  .flow-booking-section .wizard-track button i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
}

/* Executive wizard button finish */
.flow-booking-section .wizard-track {
  position: relative;
  gap: 12px;
  padding: 22px 16px;
}

.flow-booking-section .wizard-track::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 34px;
  bottom: 34px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 186, 0, 0.70), rgba(255, 226, 160, 0.10));
  opacity: 0.46;
  pointer-events: none;
}

.flow-booking-section .wizard-track button {
  grid-template-columns: 50px minmax(0, 1fr);
  column-gap: 13px;
  min-height: 86px;
  padding: 15px 16px;
  border-color: rgba(255, 226, 160, 0.24);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.20), rgba(255, 250, 241, 0.075) 42%, rgba(255, 186, 0, 0.055)),
    rgba(58, 17, 82, 0.34);
  backdrop-filter: blur(14px);
  box-shadow:
    0 20px 42px rgba(13, 3, 20, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
}

.flow-booking-section .wizard-track button::before {
  right: 14px;
  top: 12px;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.08);
  color: rgba(255, 226, 160, 0.42);
  font-size: 0.64rem;
  letter-spacing: 0.11em;
}

.flow-booking-section .wizard-track button::after {
  background:
    radial-gradient(circle at 26px 26px, rgba(255, 186, 0, 0.24), transparent 28%),
    linear-gradient(110deg, rgba(255, 186, 0, 0.18), rgba(255, 255, 255, 0.09) 48%, rgba(89, 31, 128, 0.10));
}

.flow-booking-section .wizard-track button i {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 250, 241, 0.24), rgba(255, 250, 241, 0.08)),
    rgba(255, 186, 0, 0.08);
}

.flow-booking-section .wizard-track button span {
  padding-right: 42px;
  color: #fffaf0;
  font-size: 1rem;
  line-height: 1.15;
}

.flow-booking-section .wizard-track button em {
  padding-right: 28px;
  color: rgba(255, 250, 241, 0.64);
}

.flow-booking-section .wizard-track button:hover {
  transform: translateX(4px);
  border-color: rgba(255, 186, 0, 0.64);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 250, 241, 0.10) 42%, rgba(255, 186, 0, 0.10)),
    rgba(70, 22, 98, 0.40);
}

.flow-booking-section .wizard-track button:hover i {
  transform: scale(1.035);
}

.flow-booking-section .wizard-track button.is-active {
  transform: translateX(6px);
  border-color: rgba(255, 186, 0, 0.92);
  background:
    linear-gradient(135deg, rgba(255, 186, 0, 0.34), rgba(255, 255, 255, 0.15) 44%, rgba(89, 31, 128, 0.28)),
    rgba(89, 31, 128, 0.58);
  box-shadow:
    0 26px 60px rgba(13, 3, 20, 0.32),
    0 0 0 1px rgba(255, 186, 0, 0.26) inset,
    0 0 42px rgba(255, 186, 0, 0.14);
}

.flow-booking-section .wizard-track button.is-active span {
  color: #ffffff;
}

.flow-booking-section .wizard-track button.is-active em {
  color: rgba(255, 250, 241, 0.78);
}

.flow-booking-section .wizard-track button.is-active i {
  background: linear-gradient(145deg, #ffba00, #ffe08a);
  color: #2b1038;
}

.flow-booking-section .wizard-track button.is-complete {
  border-color: rgba(255, 226, 160, 0.36);
}

.flow-booking-section .wizard-track button.is-complete i {
  background:
    linear-gradient(145deg, rgba(255, 186, 0, 0.24), rgba(255, 250, 241, 0.10)),
    rgba(55, 211, 133, 0.12);
  color: #ffdc73;
}

.flow-booking-section .wizard-track button.has-error {
  background:
    linear-gradient(135deg, rgba(255, 118, 118, 0.16), rgba(255, 250, 241, 0.075)),
    rgba(58, 17, 82, 0.34);
}

.flow-booking-section .vertical-booking.is-wizard-collapsed .wizard-track {
  padding-block: 16px;
}

.flow-booking-section .vertical-booking.is-wizard-collapsed .wizard-track::after {
  display: none;
}

@media (max-width: 900px) {
  .flow-booking-section .wizard-track::after {
    display: none;
  }

  .flow-booking-section .wizard-track button {
    min-height: 74px;
  }

  .flow-booking-section .wizard-track button:hover,
  .flow-booking-section .wizard-track button.is-active {
    transform: none;
  }
}

@media (max-width: 520px) {
  .flow-booking-section .wizard-track {
    padding: 13px;
  }

  .flow-booking-section .wizard-track button {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 70px;
    padding: 12px 13px;
    border-radius: 17px;
  }

  .flow-booking-section .wizard-track button i {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .flow-booking-section .wizard-track button span,
  .flow-booking-section .wizard-track button em {
    padding-right: 24px;
  }
}

/* Premium booking form header */
.flow-booking-section .airport-form-head {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(40%, 0.44fr);
  align-items: stretch;
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(30px, 4vw, 30px);
  border-bottom: 1px solid rgba(255, 226, 160, 0.24);
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 186, 0, 0.24), transparent 32%),
    linear-gradient(115deg, rgba(255, 250, 241, 0.16), rgba(89, 31, 128, 0.42) 46%, rgba(20, 5, 32, 0.22)),
    rgba(89, 31, 128, 0.70);
  overflow: hidden;
}

.flow-booking-section .airport-form-head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.30), transparent 22%, transparent 74%, rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 86px);
  opacity: 0.46;
  pointer-events: none;
}

.flow-booking-section .airport-form-head::after {
  content: "";
  position: absolute;
  left: clamp(30px, 4vw, 48px);
  right: clamp(30px, 4vw, 48px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 186, 0, 0.88), transparent);
  pointer-events: none;
}

.form-head-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

.flow-booking-section .airport-form-head .form-head-copy span {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 0;
  padding: 9px 12px;
  border: 1px solid rgba(255, 226, 160, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.10);
  color: #ffdc73;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.flow-booking-section .airport-form-head .form-head-copy span i {
  color: #ffba00;
  font-size: 0.86rem;
}

.flow-booking-section .airport-form-head .form-head-copy strong {
  max-width: 820px;
  color: #fffdf7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.7vw, 3.05rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: none;
  letter-spacing: 0;
}

.form-head-panel {
  align-self: stretch;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 226, 160, 0.20);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)),
    rgba(28, 7, 42, 0.18);
  box-shadow:
    0 20px 48px rgba(13, 3, 20, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
}

.form-head-seal {
  width: 86px;
  min-height: 86px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, #ffba00, #ffe39a);
  color: #351247;
  box-shadow:
    0 18px 34px rgba(255, 186, 0, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.42) inset;
}

.form-head-seal i {
  font-size: 1.2rem;
}

.flow-booking-section .airport-form-head .form-head-seal span {
  margin: 0;
  color: #351247;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.flow-booking-section .airport-form-head .wizard-meta {
  align-self: center;
  justify-content: flex-start;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
  min-width: 0;
}

.flow-booking-section .airport-form-head .wizard-meta b {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border-color: rgba(255, 226, 160, 0.22);
  border-radius: 14px;
  background: rgba(255, 250, 241, 0.10);
  color: rgba(255, 250, 241, 0.90);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
}

.flow-booking-section .airport-form-head .wizard-meta b i {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 22px;
  border-radius: 8px;
  background: rgba(255, 186, 0, 0.16);
  color: #ffcf4d;
  font-size: 0.72rem;
}

@media (max-width: 1180px) {
  .flow-booking-section .airport-form-head {
    grid-template-columns: 1fr;
  }

  .form-head-panel {
    grid-template-columns: auto 1fr;
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .flow-booking-section .airport-form-head {
    gap: 18px;
    padding: 24px 18px;
  }

  .flow-booking-section .airport-form-head::after {
    left: 18px;
    right: 18px;
  }

  .flow-booking-section .airport-form-head .form-head-copy span {
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
  }

  .flow-booking-section .airport-form-head .form-head-copy strong {
    font-size: clamp(1.55rem, 9vw, 2.35rem);
  }

  .form-head-panel {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 20px;
  }

  .form-head-seal {
    width: 100%;
    min-height: 56px;
    grid-template-columns: auto auto;
    justify-content: center;
    border-radius: 16px;
  }
}

/* Hero service switcher */
.flow-hero .screen-top {
  gap: clamp(14px, 2vw, 24px);
}

.service-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  max-width: min(720px, 100%);
  padding: 6px;
  border: 1px solid rgba(255, 226, 160, 0.26);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)),
    rgba(18, 5, 29, 0.42);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.30),
    0 1px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(16px);
}

.flow-hero .service-switcher .simple-contact {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 250, 241, 0.82);
  box-shadow: none;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.flow-hero .service-switcher .simple-contact i {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.10);
  color: #ffcf4d;
  font-size: 0.78rem;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.flow-hero .service-switcher .simple-contact:hover,
.flow-hero .service-switcher .simple-contact:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 226, 160, 0.30);
  background: rgba(255, 250, 241, 0.10);
  color: #ffffff;
  outline: 0;
}

.flow-hero .service-switcher .simple-contact:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 186, 0, 0.18);
}

.flow-hero .service-switcher .simple-contact:hover i,
.flow-hero .service-switcher .simple-contact:focus-visible i {
  background: rgba(255, 186, 0, 0.18);
  transform: scale(1.04);
}

.flow-hero .service-switcher .simple-contact.is-active {
  border-color: rgba(255, 186, 0, 0.76);
  background:
    linear-gradient(135deg, #ffba00, #ffe08a);
  color: #2b1038;
  box-shadow:
    0 16px 34px rgba(255, 186, 0, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.46) inset;
}

.flow-hero .service-switcher .simple-contact.is-active i {
  background: rgba(43, 16, 56, 0.12);
  color: #591f80;
}

@media (max-width: 1040px) {
  .flow-hero .screen-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-switcher {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .service-switcher::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 760px) {
  .service-switcher {
    width: calc(100% + 8px);
    max-width: calc(100% + 8px);
    margin-right: -8px;
    padding: 5px;
    border-radius: 18px;
  }

  .flow-hero .service-switcher .simple-contact {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 0.78rem;
  }

  .flow-hero .service-switcher .simple-contact i {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
}

@media (max-width: 430px) {
  .flow-hero .service-switcher .simple-contact span {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Right-side vertical hero service rail */
.flow-hero .service-switcher {
  position: absolute;
  top: 50%;
  right: clamp(18px, 3.2vw, 58px);
  z-index: 4;
  width: min(270px, 24vw);
  max-width: 270px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 8px;
  border-radius: 28px;
  transform: translateY(-50%);
}

.flow-hero .service-switcher .simple-contact {
  width: 100%;
  min-height: 54px;
  justify-content: flex-start;
  padding: 12px 14px;
  border-radius: 20px;
}

.flow-hero .service-switcher .simple-contact span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flow-hero .service-switcher .simple-contact.whatsapp-contact {
  margin-top: 6px;
  border-color: rgba(48, 213, 114, 0.38);
  background:
    linear-gradient(135deg, rgba(48, 213, 114, 0.18), rgba(255, 250, 241, 0.08)),
    rgba(18, 5, 29, 0.28);
  color: #ffffff;
}

.flow-hero .service-switcher .simple-contact.whatsapp-contact .whatsapp-pulse {
  flex: 0 0 12px;
}

.flow-hero .service-switcher .simple-contact.whatsapp-contact .whatsapp-icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
  background: rgba(48, 213, 114, 0.12);
  color: #30d572;
}

.flow-hero .service-switcher .simple-contact.whatsapp-contact .contact-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.flow-hero .service-switcher .simple-contact.whatsapp-contact .contact-copy small {
  color: rgba(255, 250, 241, 0.68);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.flow-hero .service-switcher .simple-contact.whatsapp-contact .contact-copy strong {
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.1;
}

.flow-hero .service-switcher .simple-contact.whatsapp-contact:hover,
.flow-hero .service-switcher .simple-contact.whatsapp-contact:focus-visible {
  border-color: rgba(48, 213, 114, 0.64);
  background:
    linear-gradient(135deg, rgba(48, 213, 114, 0.26), rgba(255, 250, 241, 0.10)),
    rgba(18, 5, 29, 0.34);
}

@media (max-width: 1180px) {
  .airport-transfer-page .flow-hero-copy,
  .flow-hero-copy {
    max-width: calc(100% - 280px);
  }
}

@media (max-width: 900px) {
  .flow-hero .service-switcher {
    right: 14px;
    width: 62px;
    max-width: 62px;
    gap: 7px;
    padding: 6px;
    border-radius: 24px;
  }

  .flow-hero .service-switcher .simple-contact {
    width: 50px;
    min-height: 50px;
    justify-content: center;
    padding: 0;
    border-radius: 18px;
  }

  .flow-hero .service-switcher .simple-contact span,
  .flow-hero .service-switcher .simple-contact.whatsapp-contact .contact-copy,
  .flow-hero .service-switcher .simple-contact.whatsapp-contact .whatsapp-pulse {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .flow-hero .service-switcher .simple-contact i,
  .flow-hero .service-switcher .simple-contact.whatsapp-contact .whatsapp-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 0.9rem;
  }

  .airport-transfer-page .flow-hero-copy,
  .flow-hero-copy {
    max-width: calc(100% - 78px);
  }
}

@media (max-width: 760px) {
  .flow-hero .screen-top {
    align-items: flex-start;
    flex-direction: row;
  }

  .flow-hero .service-switcher {
    top: 54%;
    right: 10px;
    width: 56px;
    max-width: 56px;
  }

  .flow-hero .service-switcher .simple-contact {
    width: 44px;
    min-height: 44px;
    border-radius: 16px;
  }

  .flow-hero .service-switcher .simple-contact i,
  .flow-hero .service-switcher .simple-contact.whatsapp-contact .whatsapp-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 0.82rem;
  }
}

/* Separated hero contact and service rail */
.flow-hero .screen-top {
  align-items: center;
  flex-direction: row;
}

.flow-hero .screen-top > .whatsapp-contact {
  flex: 0 0 auto;
  min-height: 54px;
  padding: 10px 16px 10px 12px;
  border-color: rgba(48, 213, 114, 0.48);
  background:
    linear-gradient(135deg, rgba(48, 213, 114, 0.18), rgba(255, 250, 241, 0.08)),
    rgba(18, 5, 29, 0.46);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.30);
}

.flow-hero .screen-top > .whatsapp-contact .contact-copy {
  display: grid;
  gap: 2px;
}

.flow-hero .screen-top > .whatsapp-contact .contact-copy small {
  color: rgba(255, 250, 241, 0.70);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.flow-hero .screen-top > .whatsapp-contact .contact-copy strong {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.1;
}

.flow-hero .screen-top > .whatsapp-contact:hover,
.flow-hero .screen-top > .whatsapp-contact:focus-visible {
  border-color: rgba(48, 213, 114, 0.68);
  background:
    linear-gradient(135deg, rgba(48, 213, 114, 0.28), rgba(255, 250, 241, 0.10)),
    rgba(18, 5, 29, 0.50);
}

.flow-hero > .service-switcher {
  position: absolute;
  top: 50%;
  right: clamp(18px, 3.2vw, 58px);
  transform: translateY(-50%);
}

.flow-hero > .service-switcher .whatsapp-contact {
  display: none;
}

@media (max-width: 760px) {
  .flow-hero .screen-top > .whatsapp-contact {
    min-height: 46px;
    padding: 9px 11px;
  }

  .flow-hero .screen-top > .whatsapp-contact .contact-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .flow-hero .screen-top > .whatsapp-contact .whatsapp-icon {
    width: 28px;
    height: 28px;
    font-size: 1.35rem;
  }
}

/* Experiences top bar matches gateway homepage */
.experiences-hero .screen-top {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  justify-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 2;
  padding-top: 0;
  flex-direction: row;
}

.experiences-hero .screen-top > .whatsapp-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: initial;
  min-height: auto;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(48, 213, 114, 0.45);
  background: linear-gradient(135deg, rgba(89, 31, 128, 0.74), rgba(255, 186, 0, 0.10));
  color: #fff5df;
  font-weight: 700;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.30);
}

.experiences-hero .screen-top > .whatsapp-contact .whatsapp-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #30d572;
  font-size: 1.52rem;
  line-height: 1;
  filter: drop-shadow(0 8px 16px rgba(48, 213, 114, 0.24));
}

.experiences-hero .screen-top > .whatsapp-contact .contact-copy {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  display: grid;
  gap: 1px;
  line-height: 1.05;
  text-align: left;
}

.experiences-hero .screen-top > .whatsapp-contact .contact-copy small {
  color: rgba(251, 248, 240, 0.66);
  font-size: 0.62rem;
  font-weight: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: inherit;
}

.experiences-hero .screen-top > .whatsapp-contact .contact-copy strong {
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: inherit;
}

@media (max-width: 760px) {
  .experiences-hero .screen-top {
    width: 100%;
    max-width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .experiences-hero .screen-top > .whatsapp-contact {
    width: 100%;
    min-height: auto;
    padding: 10px 12px;
    justify-content: center;
    text-align: center;
    font-size: 0.86rem;
  }

  .experiences-hero .screen-top > .whatsapp-contact .contact-copy {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
  }

  .experiences-hero .screen-top > .whatsapp-contact .contact-copy small {
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }

  .experiences-hero .screen-top > .whatsapp-contact .whatsapp-icon {
    width: 24px;
    height: 24px;
    font-size: 1.52rem;
  }
}

@media (min-width: 1500px) {
  .experiences-hero {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .experiences-hero .screen-top {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    justify-self: stretch;
  }
}

/* All booking hero top bars match gateway homepage */
.flow-hero .screen-top {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  justify-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 2;
  padding-top: 0;
  flex-direction: row;
}

.flow-hero .screen-top > .whatsapp-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: initial;
  min-height: auto;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(48, 213, 114, 0.45);
  background: linear-gradient(135deg, rgba(89, 31, 128, 0.74), rgba(255, 186, 0, 0.10));
  color: #fff5df;
  font-weight: 700;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.30);
}

.flow-hero .screen-top > .whatsapp-contact .whatsapp-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #30d572;
  font-size: 1.52rem;
  line-height: 1;
  filter: drop-shadow(0 8px 16px rgba(48, 213, 114, 0.24));
}

.flow-hero .screen-top > .whatsapp-contact .contact-copy {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  display: grid;
  gap: 1px;
  line-height: 1.05;
  text-align: left;
}

.flow-hero .screen-top > .whatsapp-contact .contact-copy small {
  color: rgba(251, 248, 240, 0.66);
  font-size: 0.62rem;
  font-weight: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: inherit;
}

.flow-hero .screen-top > .whatsapp-contact .contact-copy strong {
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: inherit;
}

@media (min-width: 1500px) {
  .flow-hero {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .flow-hero .screen-top {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  .flow-hero .screen-top {
    width: 100%;
    max-width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .flow-hero .screen-top > .whatsapp-contact {
    width: 100%;
    min-height: auto;
    padding: 10px 12px;
    justify-content: center;
    text-align: center;
    font-size: 0.86rem;
  }

  .flow-hero .screen-top > .whatsapp-contact .contact-copy {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
  }

  .flow-hero .screen-top > .whatsapp-contact .contact-copy small {
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }

  .flow-hero .screen-top > .whatsapp-contact .whatsapp-icon {
    width: 24px;
    height: 24px;
    font-size: 1.52rem;
  }
}

/* Homepage top bar lock and right-rail alignment */
.gateway-screen .screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-top: 0;
  flex-direction: row;
}

.gateway-screen .simple-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: auto;
  min-height: auto;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 186, 0, 0.38);
  background: linear-gradient(135deg, rgb(89 31 128), rgb(255 186 0 / 75%));
  color: #FFF;
  font-weight: 700;
  text-align: left;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 55px rgb(0 0 0 / 65%);
}

.gateway-screen .whatsapp-contact {
  border-color: rgba(48, 213, 114, 0.45);
}

.gateway-screen .contact-copy {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  display: grid;
  gap: 1px;
  line-height: 1.05;
  text-align: left;
}

.gateway-screen .contact-copy small {
  color: #FFF;
  font-size: 0.62rem;
  font-weight: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: inherit;
}

.gateway-screen .contact-copy strong {
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: inherit;
}

.flow-hero > .service-switcher {
  right: clamp(18px, 4vw, 64px);
}

@media (min-width: 901px) {
  .flow-hero > .service-switcher {
    width: 256px;
    max-width: 256px;
  }
}

@media (min-width: 1500px) {
  .flow-hero > .service-switcher {
    right: 6vw;
  }
}

@media (max-width: 760px) {
  .gateway-screen .screen-top {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .gateway-screen .simple-contact {
    width: 100%;
    padding: 10px 12px;
    justify-content: center;
    text-align: center;
    font-size: 0.86rem;
  }

  .gateway-screen .contact-copy {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
  }

  .gateway-screen .contact-copy small {
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }
}

/* Hero copy width matches top bar */
.airport-transfer-page .flow-hero-copy,
.flow-hero > .flow-copy.flow-hero-copy {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  justify-self: stretch;
}

@media (min-width: 1500px) {
  .airport-transfer-page .flow-hero-copy,
  .flow-hero > .flow-copy.flow-hero-copy {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 1180px) {
  .airport-transfer-page .flow-hero-copy,
  .flow-hero > .flow-copy.flow-hero-copy {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 900px) {
  .airport-transfer-page .flow-hero-copy,
  .flow-hero > .flow-copy.flow-hero-copy {
    width: 100%;
    max-width: none;
  }
}

/* Shared utilities and CSS-owned artwork */
.gateway-hero {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgb(0 0 0 / 27%)),
    url("../img/Home-Background.jpg");
}

.confirmation-section {
  padding-top: 32px;
}

.confirmation-reference {
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.receipt-card {
  max-width: 900px;
}

.u-mt-14 {
  margin-top: 14px;
}

.u-mb-14 {
  margin-bottom: 14px;
}

.u-mt-18 {
  margin-top: 18px;
}

.u-mb-18 {
  margin-bottom: 18px;
}

.u-grid-full {
  grid-column: 1 / -1;
}

.payload-pre {
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--muted);
  margin: 0;
}

@media print {
  .no-print {
    display: none !important;
  }

  body {
    background: #fff;
    color: #111;
  }
}

/* Professional split booking wizard */
.flow-booking-section .airport-booking-card {
  border: 1px solid rgba(255, 226, 160, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(38, 10, 55, 0.96), rgba(10, 3, 15, 0.98));
  box-shadow:
    0 42px 120px rgba(5, 1, 8, 0.66),
    0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

.flow-booking-section .airport-booking-form {
  background: rgba(7, 2, 11, 0.22);
}

.flow-booking-section .airport-booking-form .wizard-notice {
  margin: 18px 18px 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 226, 160, 0.20);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 186, 0, 0.16), rgba(255, 255, 255, 0.06), rgba(89, 31, 128, 0.18));
  color: rgba(255, 250, 241, 0.82);
}

.flow-booking-section .airport-booking-form .wizard-console {
  min-height: 560px;
  grid-template-columns: minmax(270px, 0.31fr) minmax(0, 1fr);
  gap: 0;
  margin: 18px;
  border: 1px solid rgba(255, 226, 160, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.08), rgba(255, 250, 241, 0.035)),
    rgba(255, 255, 255, 0.03);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(3, 1, 5, 0.28);
}

.flow-booking-section .airport-booking-form.is-wizard-collapsed .wizard-console {
  grid-template-columns: 86px minmax(0, 1fr);
}

.flow-booking-section .airport-booking-form .wizard-side {
  position: relative;
  border-right: 1px solid rgba(255, 226, 160, 0.20);
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 186, 0, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(89, 31, 128, 0.92), rgba(22, 5, 34, 0.96));
}

.flow-booking-section .airport-booking-form .wizard-side::before {
  content: "Concierge Booking";
  display: block;
  margin: 18px 16px 0;
  padding: 14px 14px 12px;
  border: 1px solid rgba(255, 226, 160, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.08);
  color: #fffdf7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.05;
}

.flow-booking-section .airport-booking-form .wizard-side::after {
  content: "Private routing, timing, guest details, and vehicle preference reviewed before confirmation.";
  display: block;
  margin: 8px 16px 0;
  color: rgba(255, 250, 241, 0.62);
  font-size: 0.84rem;
  line-height: 1.35;
}

.flow-booking-section .airport-booking-form.is-wizard-collapsed .wizard-side::before,
.flow-booking-section .airport-booking-form.is-wizard-collapsed .wizard-side::after {
  display: none;
}

.flow-booking-section .airport-booking-form .wizard-side-head {
  min-height: 58px;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 226, 160, 0.16);
  color: #ffdc73;
  background: rgba(255, 255, 255, 0.035);
}

.flow-booking-section .airport-booking-form .wizard-collapse {
  border-color: rgba(255, 226, 160, 0.28);
  background: rgba(255, 250, 241, 0.08);
  color: #ffba00;
}

.flow-booking-section .airport-booking-form .wizard-track {
  gap: 12px;
  padding: 16px;
}

.flow-booking-section .airport-booking-form .wizard-track button {
  min-height: 78px;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 12px;
  padding: 13px 14px;
  border-radius: 8px;
  border-color: rgba(255, 226, 160, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.10), rgba(255, 250, 241, 0.035));
  color: rgba(255, 250, 241, 0.72);
  box-shadow: none;
}

.flow-booking-section .airport-booking-form .wizard-track button:hover,
.flow-booking-section .airport-booking-form .wizard-track button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 186, 0, 0.42);
  background: rgba(255, 250, 241, 0.12);
}

.flow-booking-section .airport-booking-form .wizard-track button::before {
  top: 10px;
  right: 12px;
  color: rgba(255, 226, 160, 0.34);
}

.flow-booking-section .airport-booking-form .wizard-track button i {
  width: 46px;
  height: 46px;
  border-color: rgba(255, 186, 0, 0.28);
  background: rgba(6, 2, 9, 0.30);
  color: #ffba00;
}

.flow-booking-section .airport-booking-form .wizard-track button span {
  color: #fffdf7;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  text-transform: uppercase;
}

.flow-booking-section .airport-booking-form .wizard-track button em {
  color: rgba(255, 250, 241, 0.55);
  font-size: 0.8rem;
}

.flow-booking-section .airport-booking-form .wizard-track button.is-active {
  border-color: rgba(255, 186, 0, 0.68);
  background:
    linear-gradient(135deg, rgba(255, 186, 0, 0.22), rgba(255, 255, 255, 0.09));
  box-shadow: 0 18px 38px rgba(5, 1, 8, 0.22);
}

.flow-booking-section .airport-booking-form .wizard-track button.is-active i {
  background: linear-gradient(145deg, #ffba00, #ffe2a0);
  color: #351247;
  box-shadow: 0 0 0 6px rgba(255, 186, 0, 0.12);
}

.flow-booking-section .airport-booking-form .wizard-track button.is-complete {
  border-color: rgba(55, 211, 133, 0.38);
}

.flow-booking-section .airport-booking-form .wizard-track button.is-complete i {
  background: rgba(55, 211, 133, 0.14);
  color: #37d385;
}

.flow-booking-section .airport-booking-form .booking-steps {
  min-width: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 186, 0, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.10), rgba(255, 250, 241, 0.035));
}

.flow-booking-section .airport-booking-form .wizard-console .booking-step {
  min-height: 560px;
  grid-template-columns: minmax(160px, 0.23fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 42px);
  padding: clamp(34px, 4vw, 54px);
  background: transparent;
}

.flow-booking-section .airport-booking-form .wizard-console .step-label {
  align-content: start;
  gap: 14px;
  padding: 0 clamp(20px, 3vw, 32px) 0 0;
  border-right: 1px solid rgba(255, 226, 160, 0.18);
  border-bottom: 0;
}

.flow-booking-section .airport-booking-form .step-label span {
  width: 58px;
  height: 58px;
  background: linear-gradient(145deg, #ffba00, #ffe2a0);
  color: #351247;
}

.flow-booking-section .airport-booking-form .step-label strong {
  color: #fffdf7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 400;
  text-transform: none;
}

.flow-booking-section .airport-booking-form .step-label em {
  color: rgba(255, 250, 241, 0.62);
  font-size: 0.94rem;
}

.flow-booking-section .airport-booking-form .vertical-fields,
.flow-booking-section .airport-booking-form .vertical-fields.two-up {
  width: 100%;
  max-width: 880px;
  gap: 18px;
}

.flow-booking-section .airport-booking-form .vertical-fields.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
  height: auto;
  align-items: start;
}

.flow-booking-section .airport-booking-form .field label {
  color: #ffdc73;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.flow-booking-section .airport-booking-form .field input,
.flow-booking-section .airport-booking-form .field select,
.flow-booking-section .airport-booking-form .field textarea {
  min-height: 64px;
  border-radius: 8px;
  border-color: rgba(255, 226, 160, 0.30);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.06)),
    rgba(10, 3, 15, 0.42);
  color: #fffdf7;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 1.02rem;
  box-shadow:
    0 14px 34px rgba(4, 1, 7, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.flow-booking-section .airport-booking-form .field textarea {
  min-height: 120px;
}

.flow-booking-section .airport-booking-form .field input:focus,
.flow-booking-section .airport-booking-form .field select:focus,
.flow-booking-section .airport-booking-form .field textarea:focus {
  border-color: rgba(255, 186, 0, 0.76);
  box-shadow:
    0 0 0 3px rgba(255, 186, 0, 0.14),
    0 18px 38px rgba(4, 1, 7, 0.22);
}

.flow-booking-section .airport-booking-form .wizard-actions,
.flow-booking-section .airport-booking-form .airport-submit-panel {
  padding: 20px clamp(24px, 3vw, 42px);
  border-top: 1px solid rgba(255, 226, 160, 0.16);
  background:
    linear-gradient(90deg, rgba(89, 31, 128, 0.42), rgba(12, 4, 18, 0.84));
}

.flow-booking-section .airport-booking-form .wizard-actions {
  grid-column: 1 / -1;
  width: 100%;
  justify-self: stretch;
  grid-template-columns: minmax(120px, 0.28fr) minmax(220px, 1fr);
}

.flow-booking-section .airport-booking-form .airport-submit-panel {
  grid-template-columns: minmax(190px, auto) minmax(220px, 1fr);
}

.flow-booking-section .airport-booking-form .quote-mini {
  border-color: rgba(255, 226, 160, 0.24);
  background: rgba(255, 250, 241, 0.08);
}

.flow-booking-section .airport-booking-form .quote-mini span {
  color: rgba(255, 250, 241, 0.62);
}

.flow-booking-section .airport-booking-form .quote-mini strong {
  color: #ffdc73;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
}

.flow-booking-section .airport-booking-form .wizard-actions .button,
.flow-booking-section .airport-booking-form .airport-submit-panel .button {
  min-height: 58px;
  border-radius: 8px;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.flow-booking-section .airport-booking-form .wizard-actions .button:not(.outline),
.flow-booking-section .airport-booking-form .airport-submit-panel .button {
  background: linear-gradient(145deg, #ffba00, #ffe2a0);
  color: #351247;
  box-shadow: 0 18px 38px rgba(255, 186, 0, 0.22);
}

.flow-booking-section .airport-booking-form .wizard-actions .button.outline {
  border-color: rgba(255, 226, 160, 0.24);
  background: rgba(255, 250, 241, 0.06);
  color: #fffdf7;
}

@media (max-width: 1180px) {
  .flow-booking-section .airport-booking-form .wizard-console,
  .flow-booking-section .airport-booking-form.is-wizard-collapsed .wizard-console {
    grid-template-columns: 1fr;
  }

  .flow-booking-section .airport-booking-form .wizard-side {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 226, 160, 0.18);
  }

  .flow-booking-section .airport-booking-form .wizard-side::before,
  .flow-booking-section .airport-booking-form .wizard-side::after {
    display: none;
  }

  .flow-booking-section .airport-booking-form .wizard-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .flow-booking-section .airport-booking-form .wizard-console .booking-step {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .flow-booking-section .airport-booking-form .wizard-console .step-label {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 226, 160, 0.18);
  }

  .flow-booking-section .airport-booking-form .wizard-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .flow-booking-section .airport-booking-form .wizard-notice,
  .flow-booking-section .airport-booking-form .wizard-console {
    margin-inline: 12px;
  }

  .flow-booking-section .airport-booking-form .wizard-console .booking-step {
    padding: 22px 18px;
  }

  .flow-booking-section .airport-booking-form .vertical-fields,
  .flow-booking-section .airport-booking-form .vertical-fields.two-up,
  .flow-booking-section .airport-booking-form .wizard-actions,
  .flow-booking-section .airport-booking-form .airport-submit-panel {
    grid-template-columns: 1fr;
  }
}

/* Split wizard refinement */
.flow-booking-section .airport-booking-form .wizard-console {
  grid-template-columns: minmax(300px, 0.34fr) minmax(0, 1fr);
  border-color: rgba(255, 226, 160, 0.24);
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.09), rgba(255, 250, 241, 0.035)),
    linear-gradient(180deg, rgba(89, 31, 128, 0.18), rgba(5, 1, 8, 0.28));
}

.flow-booking-section .airport-booking-form .wizard-side {
  padding-bottom: 18px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 186, 0, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(89, 31, 128, 0.98), rgba(20, 4, 31, 0.98) 56%, rgba(8, 2, 13, 0.98));
}

.flow-booking-section .airport-booking-form .wizard-side::before {
  min-height: 86px;
  display: grid;
  align-content: end;
  margin: 18px 18px 0;
  padding: 18px;
  border-color: rgba(255, 226, 160, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 186, 0, 0.18), rgba(255, 255, 255, 0.06)),
    rgba(255, 250, 241, 0.06);
  box-shadow: 0 18px 40px rgba(5, 1, 8, 0.20);
}

.flow-booking-section .airport-booking-form .wizard-side::after {
  margin: 10px 18px 0;
  padding: 0 2px 18px;
  border-bottom: 1px solid rgba(255, 226, 160, 0.14);
}

.flow-booking-section .airport-booking-form .wizard-side-head {
  margin: 16px 18px 0;
  min-height: auto;
  padding: 0 0 12px;
  border-bottom-color: rgba(255, 226, 160, 0.14);
  background: transparent;
}

.flow-booking-section .airport-booking-form .wizard-side-head > span {
  color: rgba(255, 250, 241, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.20em;
}

.flow-booking-section .airport-booking-form .wizard-track {
  position: relative;
  padding: 16px 18px 0;
}

.flow-booking-section .airport-booking-form .wizard-track::after {
  content: "";
  position: absolute;
  left: 41px;
  top: 50px;
  bottom: 30px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 186, 0, 0.58), rgba(255, 250, 241, 0.08));
  pointer-events: none;
}

.flow-booking-section .airport-booking-form .wizard-track button {
  z-index: 1;
  min-height: 84px;
  padding: 15px 16px;
  border-color: rgba(255, 250, 241, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.095), rgba(255, 250, 241, 0.025)),
    rgba(8, 2, 13, 0.14);
}

.flow-booking-section .airport-booking-form .wizard-track button i {
  border-radius: 16px;
}

.flow-booking-section .airport-booking-form .wizard-track button.is-active {
  border-color: rgba(255, 186, 0, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 186, 0, 0.26), rgba(255, 250, 241, 0.08)),
    rgba(255, 250, 241, 0.04);
}

.flow-booking-section .airport-booking-form .booking-steps {
  background:
    radial-gradient(circle at 94% 7%, rgba(255, 186, 0, 0.15), transparent 24%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.12), rgba(255, 250, 241, 0.035)),
    rgba(20, 5, 32, 0.30);
}

.flow-booking-section .airport-booking-form .wizard-console .booking-step {
  grid-template-columns: minmax(180px, 0.26fr) minmax(0, 1fr);
}

.flow-booking-section .airport-booking-form .wizard-console .step-label {
  position: relative;
}

.flow-booking-section .airport-booking-form .wizard-console .step-label::after {
  content: "";
  width: 38px;
  height: 2px;
  display: block;
  margin-top: 4px;
  background: linear-gradient(90deg, #ffba00, transparent);
}

.flow-booking-section .airport-booking-form .step-label strong {
  line-height: 1;
}

.flow-booking-section .airport-booking-form .vertical-fields {
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(255, 226, 160, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.07), rgba(255, 250, 241, 0.025)),
    rgba(5, 1, 8, 0.16);
}

.flow-booking-section .airport-booking-form .field {
  padding: 12px;
  border: 1px solid rgba(255, 226, 160, 0.11);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.035);
}

.flow-booking-section .airport-booking-form .field label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.flow-booking-section .airport-booking-form .field label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffba00;
  box-shadow: 0 0 0 5px rgba(255, 186, 0, 0.10);
}

.flow-booking-section .airport-booking-form .field input,
.flow-booking-section .airport-booking-form .field select,
.flow-booking-section .airport-booking-form .field textarea {
  border-color: rgba(255, 226, 160, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)),
    rgba(5, 1, 8, 0.44);
}

.flow-booking-section .airport-booking-form .field .field-status {
  color: rgba(255, 250, 241, 0.54);
}

.flow-booking-section .airport-booking-form .wizard-actions,
.flow-booking-section .airport-booking-form .airport-submit-panel {
  gap: 14px;
  padding-block: 22px;
  background:
    linear-gradient(90deg, rgba(89, 31, 128, 0.58), rgba(8, 2, 13, 0.90));
}

.flow-booking-section .airport-booking-form .airport-submit-panel {
  box-shadow: 0 -18px 44px rgba(5, 1, 8, 0.22);
}

.flow-booking-section .airport-booking-form .quote-mini {
  min-height: 64px;
  display: grid;
  align-content: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 186, 0, 0.14), rgba(255, 250, 241, 0.06)),
    rgba(255, 250, 241, 0.035);
}

.flow-booking-section .airport-booking-form .wizard-actions .button:not(.outline),
.flow-booking-section .airport-booking-form .airport-submit-panel .button {
  border-color: transparent;
  background:
    linear-gradient(145deg, #ffba00, #ffe2a0);
}

.flow-booking-section .airport-booking-form .wizard-actions .button:not(.outline):hover,
.flow-booking-section .airport-booking-form .airport-submit-panel .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 48px rgba(255, 186, 0, 0.28);
}

@media (max-width: 1180px) {
  .flow-booking-section .airport-booking-form .wizard-track::after {
    display: none;
  }

  .flow-booking-section .airport-booking-form .wizard-side-head {
    margin-top: 0;
    padding: 14px 18px;
  }
}

@media (max-width: 900px) {
  .flow-booking-section .airport-booking-form .wizard-console .booking-step {
    grid-template-columns: 1fr;
  }

  .flow-booking-section .airport-booking-form .vertical-fields {
    padding: 16px;
  }
}

@media (max-width: 620px) {
  .flow-booking-section .airport-booking-form .wizard-track button {
    min-height: 72px;
    padding: 12px;
  }

  .flow-booking-section .airport-booking-form .field {
    padding: 10px;
  }
}

.flow-booking-section .airport-booking-form .booking-steps::before {
  content: "Complete each section to prepare your concierge request.";
  display: block;
  padding: 18px clamp(26px, 3vw, 42px) 0;
  color: rgba(255, 250, 241, 0.54);
  font-size: 0.88rem;
}

.flow-booking-section .airport-booking-form .field:focus-within {
  border-color: rgba(255, 186, 0, 0.28);
  background: rgba(255, 250, 241, 0.055);
}

@media (max-width: 760px) {
  .flow-booking-section .airport-booking-form .booking-steps::before {
    padding: 14px 18px 0;
  }
}

