/* ============================================
   AERO — Light Mode · Luxury Aviation
   ============================================ */

:root {
  --bg:           #F8F6F1;
  --bg-warm:      #F2EDE4;
  --surface:      #FFFFFF;
  --surface-2:    #F5F2EC;
  --ink:          #1A1714;
  --ink-2:        #4A453E;
  --muted:        #9A9088;
  --gold:         #B8955A;
  --gold-light:   #D4AE72;
  --gold-pale:    #F5ECD8;
  --border:       rgba(26,23,20,0.1);
  --border-gold:  rgba(184,149,90,0.3);
  --shadow-sm:    0 2px 12px rgba(26,23,20,0.06);
  --shadow-md:    0 8px 32px rgba(26,23,20,0.10);
  --shadow-lg:    0 24px 64px rgba(26,23,20,0.14);
  --radius:       4px;
  --radius-lg:    12px;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', -apple-system, sans-serif;
  --ease:         cubic-bezier(0.25, 0.1, 0.25, 1);
  --transition:   0.32s var(--ease);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 52px;
  transition: var(--transition);
}
.nav.scrolled, .nav.solid {
  background: rgba(248,246,241,0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 14px 52px;
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 300;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); cursor: pointer;
  transition: var(--transition);
}
.nav-logo:hover { opacity: 0.7; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-link {
  font-size: 11px; font-weight: 300; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink-2);
  cursor: pointer; text-decoration: none;
  transition: color var(--transition);
}
.nav-link:hover { color: var(--gold); }
.nav-cta {
  padding: 9px 22px; border: 1px solid var(--gold);
  color: var(--gold) !important; border-radius: var(--radius);
  transition: all var(--transition) !important;
}
.nav-cta:hover { background: var(--gold); color: var(--surface) !important; }

/* hero nav — white over video */
.nav.hero-nav .nav-link       { color: rgba(255,255,255,0.78); }
.nav.hero-nav .nav-link:hover { color: #fff; }
.nav.hero-nav .nav-logo       { color: #fff; }
.nav.hero-nav .nav-cta        { border-color: rgba(255,255,255,0.6); color: rgba(255,255,255,0.88) !important; }
.nav.hero-nav .nav-cta:hover  { background: rgba(255,255,255,0.14); color: #fff !important; }
.nav.hero-nav.scrolled .nav-link { color: var(--ink-2); }
.nav.hero-nav.scrolled .nav-logo { color: var(--gold); }
.nav.hero-nav.scrolled .nav-cta  { border-color: var(--gold); color: var(--gold) !important; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { display: none; min-height: 100vh; }
.section.active { display: block; animation: sectionIn 0.55s var(--ease) both; }
@keyframes sectionIn {
  from { opacity:0; transform:translateY(18px); }
  to   { opacity:1; transform:translateY(0); }
}

/* ============================================================
   HERO — VIDEO BG
   ============================================================ */
#section-hero {
  position: relative; min-height: 100vh;
  display: flex !important; flex-direction: column; justify-content: center;
  overflow: hidden;
}
.video-wrap { position: absolute; inset: 0; z-index: 0; }
.video-wrap video { width:100%; height:100%; object-fit:cover; filter:brightness(0.62) saturate(0.88); }
.video-fallback {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #1a2a3a 0%, #0d1825 30%, #1a1210 65%, #2a1f0d 100%);
}
.video-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.04) 42%, rgba(0,0,0,0.44) 100%),
    linear-gradient(to right,  rgba(0,0,0,0.38) 0%, transparent 62%);
}
#particle-canvas { position:absolute; inset:0; z-index:1; pointer-events:none; }

/* ============================================================
   HERO CONTENT
   ============================================================ */
.hero-content {
  position: relative; z-index: 2;
  padding: 0 52px; max-width: 820px;
  margin-top: -64px;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  margin-bottom: 28px;
  opacity: 0; animation: revealLine 0.8s 0.3s var(--ease) forwards;
}
.eyebrow-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold-light);
  animation: dotPulse 2.5s ease infinite;
}
@keyframes dotPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.35;transform:scale(0.65)} }
@keyframes revealLine { from{opacity:0;transform:translateX(-12px)} to{opacity:1;transform:translateX(0)} }

/* Evaporate title */
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(58px, 8.5vw, 118px);
  font-weight: 200; line-height: 0.94;
  letter-spacing: -0.02em; color: #fff;
  margin-bottom: 26px; user-select: none;
  display: flex; flex-direction: column; gap: 0;
}
.title-word { display: flex; align-items: baseline; overflow: visible; }
.title-word.italic-word { font-style: italic; font-weight: 200; }
.title-letter {
  display: inline-block;
  transition: transform 0.55s var(--ease), opacity 0.55s var(--ease), filter 0.55s var(--ease);
  transform-origin: center bottom; cursor: default;
  will-change: transform, opacity, filter;
}
.title-space { display: inline-block; width: 0.3em; }
.title-letter.evap {
  opacity: 0;
  transform: translateY(-30px) scale(0.55) rotate(var(--rot, 0deg));
  filter: blur(7px);
}

.hero-sub {
  font-size: 15px; font-weight: 300;
  color: rgba(255,255,255,0.68);
  max-width: 500px; line-height: 1.78;
  margin-bottom: 36px;
}

/* Hero CTA — clean, no search bar */
.hero-cta-group {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.hero-primary-btn {
  display: flex; align-items: center; gap: 10px;
  background: var(--gold); color: #fff;
  border: none; padding: 16px 34px;
  font-family: var(--font-body); font-size: 12px;
  letter-spacing: 0.2em; text-transform: uppercase;
  cursor: pointer; font-weight: 400; border-radius: var(--radius);
  transition: all var(--transition);
}
.hero-primary-btn:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(184,149,90,0.45);
}
.hero-secondary-btn {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.22);
  padding: 15px 26px;
  font-family: var(--font-body); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  cursor: pointer; font-weight: 300; border-radius: var(--radius);
  transition: all var(--transition);
}
.hero-secondary-btn:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}

/* Hero stats */
.hero-stats { display: flex; align-items: center; gap: 32px; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: var(--font-display); font-size: 34px; font-weight: 300; color: #fff; line-height: 1; }
.stat-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.48); }
.stat-sep { width: 1px; height: 36px; background: rgba(255,255,255,0.18); }

/* Scroll cue */
.scroll-cue {
  position: absolute; bottom: 36px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  cursor: pointer; color: rgba(255,255,255,0.46);
  font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase;
  transition: color var(--transition); z-index: 2;
}
.scroll-cue:hover { color: rgba(255,255,255,0.86); }
.scroll-arrow { animation: scrollBounce 2.2s ease infinite; font-size: 14px; }
@keyframes scrollBounce { 0%,100%{transform:translateY(0);opacity:.5} 50%{transform:translateY(6px);opacity:1} }

/* ============================================================
   NON-HERO SECTIONS
   ============================================================ */
#section-listings,
#section-details,
#section-booking,
#section-dashboard {
  background: var(--bg);
  padding: 100px 52px 72px;
}

/* ============================================================
   LISTINGS TOPBAR
   ============================================================ */
.listings-topbar {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 20px;
}
.section-eyebrow {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px;
}
.section-title {
  font-family: var(--font-display); font-size: 44px;
  font-weight: 300; color: var(--ink); line-height: 1.08;
}

/* Filter trigger button */
.filter-trigger-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--surface); border: 1px solid var(--border);
  color: var(--ink-2); padding: 11px 20px;
  font-family: var(--font-body); font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; cursor: pointer; border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  position: relative;
}
.filter-trigger-btn:hover,
.filter-trigger-btn.active {
  border-color: var(--gold); color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-pale);
}
.filter-count-badge {
  background: var(--gold); color: #fff;
  font-size: 10px; font-weight: 500;
  width: 18px; height: 18px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}

/* Active tags row */
.active-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
  min-height: 0; margin-bottom: 6px;
  transition: all var(--transition);
}
.active-tag {
  display: flex; align-items: center; gap: 6px;
  background: var(--gold-pale); border: 1px solid var(--border-gold);
  color: var(--ink-2); padding: 5px 12px 5px 14px;
  font-size: 11px; font-weight: 400; border-radius: 100px;
  animation: tagIn 0.25s var(--ease) both;
}
@keyframes tagIn { from{opacity:0;transform:scale(0.85)} to{opacity:1;transform:scale(1)} }
.active-tag button {
  background: none; border: none; cursor: pointer;
  color: var(--muted); font-size: 13px; line-height: 1;
  padding: 0; margin-left: 2px;
  transition: color var(--transition);
}
.active-tag button:hover { color: var(--ink); }

/* Results summary */
.results-summary {
  font-size: 12px; color: var(--muted); letter-spacing: 0.08em;
  margin-bottom: 28px; min-height: 18px;
  transition: all var(--transition);
}

/* ============================================================
   FILTER PANEL — animated drawer (no backdrop, no overflow clip)
   ============================================================ */
.filter-panel {
  display: none;
  position: relative; z-index: 50;
  margin-bottom: 0;
}
.filter-panel.open {
  display: block;
  margin-bottom: 28px;
  animation: panelSlideIn 0.32s cubic-bezier(0.25,0.1,0.25,1) both;
}
@keyframes panelSlideIn {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.filter-panel-inner {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 32px 36px 28px;
  display: flex; flex-direction: column; gap: 28px;
  overflow: visible;
}

/* Filter panel sections */
.fp-section { }
.fp-section-inline {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
}
.fp-label {
  font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px; font-weight: 400;
}

/* Route row */
.fp-route-row { display: flex; align-items: stretch; }
.fp-airport-wrap {
  display: flex; align-items: center;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: visible;
  width: 100%; max-width: 580px;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.fp-airport-wrap:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-pale);
}

.fp-airport-field {
  flex: 1; padding: 13px 18px; position: relative;
  border-right: 1px solid var(--border);
}
.fp-airport-field:last-child { border-right: none; }
.fp-airport-label {
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 3px;
}
.fp-airport-input {
  width: 100%; background: none; border: none; outline: none;
  font-family: var(--font-body); font-size: 14px;
  font-weight: 300; color: var(--ink);
}
.fp-airport-input::placeholder { color: var(--muted); }

/* Swap icon */
.fp-route-swap {
  flex-shrink: 0; padding: 0 14px;
  display: flex; align-items: center;
  cursor: pointer; color: var(--muted);
  border-right: 1px solid var(--border);
  transition: color var(--transition), transform var(--transition);
}
.fp-route-swap:hover { color: var(--gold); transform: rotate(180deg); }

/* Airport autocomplete dropdown */
.fp-dropdown {
  position: absolute; top: calc(100% + 6px); left: -1px; right: -1px;
  background: var(--surface); border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  z-index: 200; overflow: hidden;
  max-height: 220px; overflow-y: auto;
  display: none;
}
.fp-dropdown.show { display: block; animation: dropIn 0.18s var(--ease); }
@keyframes dropIn { from{opacity:0;transform:translateY(-6px)} to{opacity:1;transform:translateY(0)} }
.fp-dropdown-item {
  padding: 11px 18px; cursor: pointer;
  display: flex; align-items: center; gap: 12px;
  transition: background var(--transition);
  border-bottom: 1px solid var(--border);
}
.fp-dropdown-item:last-child { border-bottom: none; }
.fp-dropdown-item:hover { background: var(--bg-warm); }
.fp-dropdown-code {
  font-family: var(--font-display); font-size: 18px;
  font-weight: 300; color: var(--gold); min-width: 44px;
}
.fp-dropdown-name { font-size: 12px; color: var(--ink-2); }
.fp-dropdown-city { font-size: 11px; color: var(--muted); }

/* Date pills */
.fp-date-pills { display: flex; gap: 8px; flex-wrap: wrap; }

.fp-pill {
  padding: 8px 16px; background: var(--surface-2);
  border: 1px solid var(--border); color: var(--ink-2);
  font-family: var(--font-body); font-size: 12px;
  letter-spacing: 0.06em; border-radius: 100px; cursor: pointer;
  transition: all var(--transition);
  font-weight: 300;
}
.fp-pill:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-pale); }
.fp-pill.active {
  background: var(--ink); border-color: var(--ink);
  color: #fff;
}

/* Custom date fields (hidden until "Custom Range" selected) */
.fp-custom-dates {
  display: none; gap: 12px;
  margin-top: 14px;
  grid-template-columns: 1fr 1fr;
}
.fp-custom-dates.show { display: grid; animation: fadeIn 0.22s ease; }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }
.fp-date-field {
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 12px 16px;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.fp-date-field:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-pale); }
.fp-date-input {
  width: 100%; background: none; border: none; outline: none;
  font-family: var(--font-body); font-size: 14px;
  font-weight: 300; color: var(--ink); margin-top: 3px;
}

/* Jet class chips */
.fp-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.fp-chip {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 18px; background: var(--surface-2);
  border: 1px solid var(--border); border-radius: var(--radius);
  cursor: pointer; font-family: var(--font-body);
  font-size: 12px; color: var(--ink-2);
  transition: all var(--transition);
  font-weight: 300;
}
.fp-chip:hover { border-color: var(--gold); background: var(--gold-pale); color: var(--ink); }
.fp-chip.active {
  background: var(--ink); border-color: var(--ink); color: #fff;
}
.fp-chip.active .chip-sub { color: rgba(255,255,255,0.55); }
.chip-icon { font-size: 11px; }
.chip-sub { font-size: 10px; color: var(--muted); margin-left: 2px; }

/* Price / region pills */
.fp-price-pills { display: flex; gap: 8px; flex-wrap: wrap; }

/* Actions row */
.fp-actions {
  display: flex; align-items: center; justify-content: flex-end; gap: 12px;
  padding-top: 8px; border-top: 1px solid var(--border);
}
.fp-clear-btn {
  background: none; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: 11px; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--muted);
  padding: 10px 16px; border-radius: var(--radius);
  transition: color var(--transition);
}
.fp-clear-btn:hover { color: var(--ink); }
.fp-apply-btn {
  display: flex; align-items: center; gap: 10px;
  background: var(--ink); color: #fff;
  border: none; padding: 12px 28px;
  font-family: var(--font-body); font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  cursor: pointer; font-weight: 400; border-radius: var(--radius);
  transition: all var(--transition);
}
.fp-apply-btn:hover { background: var(--gold); }
.fp-result-badge {
  background: rgba(255,255,255,0.22);
  font-size: 11px; padding: 2px 8px; border-radius: 100px;
}

/* ============================================================
   FLIGHT CARDS
   ============================================================ */
.flights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 22px;
}
.flight-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
  cursor: pointer; box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.flight-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--border-gold); }
.card-image { height: 168px; overflow: hidden; position: relative; background: var(--bg-warm); }
.card-image img {
  width:100%; height:100%; object-fit:cover;
  transition: transform 0.65s var(--ease);
  filter: brightness(0.86) saturate(0.88);
}
.flight-card:hover .card-image img { transform: scale(1.06); }
.card-badge {
  position:absolute; top:12px; right:12px;
  background: var(--gold); color: #fff;
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 4px 10px; border-radius: var(--radius);
}
.card-urgency {
  position: absolute; bottom:12px; left:12px;
  background: rgba(208,54,44,0.86); color:#fff;
  font-size: 9px; letter-spacing: 0.1em;
  padding: 4px 10px; border-radius: var(--radius);
  display: flex; align-items: center; gap: 6px;
}
.urgency-dot { width:5px; height:5px; background:#fff; border-radius:50%; animation:blink 1.4s ease infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

.card-body { padding: 20px 22px 22px; }
.card-route {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 28px;
  font-weight: 300; color: var(--ink); margin-bottom: 3px;
}
.card-route-arrow { color: var(--gold); font-size: 20px; }
.card-aircraft { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.card-meta { display: flex; justify-content: space-between; align-items: flex-end; }
.card-price { display: flex; flex-direction: column; }
.card-price-from { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.card-price-amount { font-family: var(--font-display); font-size: 30px; font-weight: 300; color: var(--gold); line-height: 1; }
.card-price-original { font-size: 11px; color: var(--muted); text-decoration: line-through; margin-top: 1px; }
.card-info { text-align: right; }
.card-time { font-size: 13px; color: var(--ink-2); }
.card-seats { font-size: 10px; color: var(--muted); letter-spacing: 0.08em; }
.card-countdown {
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.countdown-label { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.countdown-timer { font-family: var(--font-display); font-size: 19px; color: var(--ink); letter-spacing: 0.06em; }

/* Empty grid state */
.no-results {
  grid-column: 1/-1; text-align: center;
  padding: 72px 24px; color: var(--muted);
}
.no-results-icon { font-size: 36px; margin-bottom: 16px; opacity: 0.4; }
.no-results h3 { font-family: var(--font-display); font-size: 26px; font-weight: 300; color: var(--ink-2); margin-bottom: 8px; }
.no-results p { font-size: 13px; line-height: 1.7; }
.no-results button { margin-top: 20px; }

/* ============================================================
   DETAILS
   ============================================================ */
.details-hero { height:340px; border-radius:var(--radius-lg); overflow:hidden; position:relative; margin-bottom:36px; box-shadow:var(--shadow-md); }
.details-hero img { width:100%; height:100%; object-fit:cover; filter:brightness(0.76); }
.details-hero-overlay { position:absolute; inset:0; background:linear-gradient(to right, rgba(0,0,0,0.72) 0%, transparent 62%); display:flex; align-items:flex-end; padding:36px 40px; }
.details-route { font-family:var(--font-display); font-size:54px; font-weight:300; color:#fff; }
.details-route span { color:var(--gold-light); }
.details-grid { display:grid; grid-template-columns:1fr 360px; gap:22px; }
.details-info-card { padding:30px; background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-lg); box-shadow:var(--shadow-sm); margin-bottom: 18px; }
.details-label { font-size:9px; letter-spacing:0.25em; text-transform:uppercase; color:var(--gold); margin-bottom:5px; }
.details-value { font-size:15px; color:var(--ink); margin-bottom:22px; }
.spec-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:12px; }
.pricing-card { padding:30px; background:var(--surface); border:1px solid var(--border-gold); border-radius:var(--radius-lg); box-shadow:var(--shadow-md); position:sticky; top:100px; }
.pricing-row { display:flex; justify-content:space-between; font-size:13px; color:var(--ink-2); margin-bottom:12px; }
.pricing-total { display:flex; justify-content:space-between; align-items:baseline; border-top:1px solid var(--border); padding-top:16px; margin-top:4px; }
.pricing-total-label { font-size:11px; letter-spacing:0.2em; text-transform:uppercase; color:var(--muted); }
.pricing-total-amount { font-family:var(--font-display); font-size:38px; color:var(--gold); font-weight:300; }
.book-btn { width:100%; background:var(--ink); color:#fff; border:none; padding:18px; font-family:var(--font-body); font-size:11px; letter-spacing:0.25em; text-transform:uppercase; cursor:pointer; font-weight:400; border-radius:var(--radius); margin-top:20px; transition:all var(--transition); }
.book-btn:hover { background:var(--gold); transform:translateY(-1px); box-shadow:0 8px 24px rgba(184,149,90,0.4); }
.operator-row { margin-top:18px; padding-top:14px; border-top:1px solid var(--border); font-size:11px; color:var(--muted); display:flex; gap:8px; align-items:center; }
.operator-dot { width:6px; height:6px; background:#4ade80; border-radius:50%; }

/* ============================================================
   BOOKING
   ============================================================ */
.booking-container { max-width:600px; margin:0 auto; }
.booking-steps { display:flex; align-items:center; justify-content:center; margin-bottom:52px; }
.step { font-size:10px; letter-spacing:0.15em; text-transform:uppercase; color:var(--muted); padding:8px 0; white-space:nowrap; transition:color var(--transition); }
.step.active { color:var(--gold); }
.step.done   { color:var(--ink); }
.step-line   { flex:1; height:1px; background:var(--border); margin:0 16px; }
.form-title { font-family:var(--font-display); font-size:34px; font-weight:300; margin-bottom:32px; color:var(--ink); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:14px; }
.form-group { display:flex; flex-direction:column; gap:7px; }
.form-group.full { grid-column:1/-1; }
.form-label { font-size:9px; letter-spacing:0.2em; text-transform:uppercase; color:var(--gold); }
.form-input { background:var(--surface); border:1px solid var(--border); color:var(--ink); padding:13px 15px; font-family:var(--font-body); font-size:14px; font-weight:300; outline:none; border-radius:var(--radius); transition:border-color var(--transition), box-shadow var(--transition); }
.form-input:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(184,149,90,0.1); }
.form-next-btn { background:var(--ink); color:#fff; border:none; padding:15px 36px; margin-top:20px; font-family:var(--font-body); font-size:11px; letter-spacing:0.2em; text-transform:uppercase; cursor:pointer; font-weight:400; border-radius:var(--radius); transition:all var(--transition); }
.form-next-btn:hover { background:var(--gold); }
.review-card { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-lg); padding:28px; margin-bottom:24px; box-shadow:var(--shadow-sm); }
.review-row { display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px solid var(--border); font-size:13px; }
.review-row:last-child { border-bottom:none; }
.review-row span:first-child { color:var(--muted); }
.payment-logos { display:flex; gap:10px; margin-bottom:22px; }
.payment-logo { padding:7px 14px; background:var(--surface-2); border:1px solid var(--border); font-size:11px; color:var(--ink-2); border-radius:var(--radius); }
.confirmation-center { text-align:center; padding:40px 0; }
.confirm-icon { width:72px; height:72px; border:1px solid var(--gold); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:28px; margin:0 auto 28px; color:var(--gold); }
.confirm-title { font-family:var(--font-display); font-size:44px; font-weight:300; margin-bottom:10px; color:var(--ink); }
.confirm-id { font-size:11px; letter-spacing:0.3em; color:var(--gold); text-transform:uppercase; margin-bottom:20px; }
.confirm-sub { font-size:14px; color:var(--ink-2); max-width:360px; margin:0 auto; }

/* ============================================================
   DASHBOARD
   ============================================================ */
.dashboard-header { margin-bottom:40px; }
.dashboard-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.dash-card { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-lg); padding:28px; box-shadow:var(--shadow-sm); }
.dash-card.wide { grid-column:1/-1; }
.dash-label { font-size:9px; letter-spacing:0.25em; text-transform:uppercase; color:var(--gold); margin-bottom:20px; }
.empty-state { font-size:14px; color:var(--muted); line-height:1.8; }
.link-accent { color:var(--gold); cursor:pointer; }
.link-accent:hover { text-decoration:underline; }
.saved-route { font-family:var(--font-display); font-size:20px; font-weight:300; padding:12px 0; border-bottom:1px solid var(--border); cursor:pointer; transition:color var(--transition); color:var(--ink); }
.saved-route:hover { color:var(--gold); }
.rec-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:14px; }
.rec-card { padding:18px; background:var(--bg-warm); border:1px solid var(--border); border-radius:var(--radius); cursor:pointer; transition:border-color var(--transition), box-shadow var(--transition); }
.rec-card:hover { border-color:var(--gold); box-shadow:var(--shadow-sm); }
.rec-route { font-family:var(--font-display); font-size:22px; font-weight:300; color:var(--ink); }
.rec-price { font-size:11px; color:var(--gold); margin-top:5px; }

/* ============================================================
   SHARED
   ============================================================ */
.back-btn { background:none; border:1px solid var(--border); color:var(--muted); padding:10px 24px; font-family:var(--font-body); font-size:11px; letter-spacing:0.15em; cursor:pointer; margin-top:40px; border-radius:var(--radius); transition:all var(--transition); }
.back-btn:hover { border-color:var(--ink); color:var(--ink); }
.toast { position:fixed; bottom:28px; right:28px; background:var(--ink); border:1px solid var(--border-gold); color:#fff; padding:14px 24px; font-size:13px; border-radius:var(--radius); transform:translateY(70px); opacity:0; transition:all 0.4s var(--ease); z-index:999; pointer-events:none; }
.toast.show { transform:translateY(0); opacity:1; }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal-up { opacity:0; transform:translateY(18px); animation:revealUp 0.75s var(--ease) forwards; }
.delay-2 { animation-delay:0.52s; }
.delay-3 { animation-delay:0.78s; }
.delay-4 { animation-delay:1.02s; }
@keyframes revealUp { to{opacity:1;transform:translateY(0)} }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .nav { padding:14px 20px; }
  .nav.scrolled, .nav.solid { padding:10px 20px; }
  .hero-content { padding:0 20px; }
  #section-listings, #section-details, #section-booking, #section-dashboard { padding:80px 20px 48px; }
  .hero-cta-group { flex-direction: column; align-items: flex-start; }
  .hero-primary-btn, .hero-secondary-btn { width: 100%; justify-content: center; }
  .hero-stats { gap:16px; }
  .hero-title { font-size:clamp(44px,11vw,78px); }
  .br-desktop { display:none; }
  .listings-topbar { flex-direction:column; align-items:flex-start; gap:16px; }
  .filter-panel-inner { padding:20px; gap:20px; }
  .fp-section-inline { grid-template-columns:1fr; gap:20px; }
  .fp-airport-wrap { flex-direction:column; }
  .fp-route-swap { display:none; }
  .fp-airport-field { border-right:none; border-bottom:1px solid var(--border); }
  .details-grid { grid-template-columns:1fr; }
  .dashboard-grid { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; }
}
