/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   OtelBilet Flights — Main Stylesheet
   Design: Trip.com inspired · Brand: #0B3AD6
   в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* ── Trip.com / Skyscanner-inspired design tokens ─────────────────────────
     Every page pulls from these. Do NOT hardcode colors or radii in page CSS.
     Update here to re-skin the entire product. */

  /* Brand */
  --primary:        #0B3AD6;
  --primary-dark:   #06248a;
  --primary-light:  #3b5ff0;
  --primary-tint:   #eff2ff;   /* very light brand wash for selected states  */
  --accent:         #ff6b35;   /* CTA orange (use sparingly: book button)    */
  --accent-dark:    #e55a28;
  --accent-tint:    #fff1eb;

  /* Semantic */
  --success:        #059669;
  --success-tint:   #ecfdf5;
  --warning:        #d97706;
  --warning-tint:   #fef3c7;
  --danger:         #dc2626;
  --danger-tint:    #fef2f2;
  --info:           #0369a1;
  --info-tint:      #f0f9ff;

  /* Text scale */
  --text:           #1a1d2e;
  --text-secondary: #4b5563;
  --text-muted:     #9ca3af;
  --text-inverse:   #ffffff;

  /* Surface scale */
  --bg:             #f5f7ff;
  --bg-elevated:    #ffffff;
  --bg-subtle:      #f9fafb;
  --bg-hover:       #f3f4f6;
  --white:          #ffffff;

  /* Borders */
  --border:         #e8eaf0;
  --border-strong:  #d1d5db;
  --border-focus:   var(--primary);

  /* Shadows — Trip.com uses very soft, layered shadows */
  --shadow-xs:      0 1px 2px rgba(15,23,42,0.04);
  --shadow-sm:      0 2px 6px rgba(15,23,42,0.06);
  --shadow-md:      0 4px 16px rgba(15,23,42,0.08);
  --shadow-lg:      0 12px 32px rgba(15,23,42,0.10);
  --card-shadow:    var(--shadow-sm);    /* default card */
  --card-shadow-hover: var(--shadow-md);

  /* Radii */
  --radius-xs:      4px;
  --radius-sm:      8px;
  --radius:         12px;
  --radius-lg:      16px;
  --radius-xl:      24px;
  --radius-pill:    999px;

  /* Spacing scale (use multiples of 4) */
  --space-1:        4px;
  --space-2:        8px;
  --space-3:        12px;
  --space-4:        16px;
  --space-5:        20px;
  --space-6:        24px;
  --space-8:        32px;
  --space-10:       40px;
  --space-12:       48px;
  --space-16:       64px;

  /* Typography */
  --font-sans:      'Inter', system-ui, -apple-system, sans-serif;
  --font-mono:      'JetBrains Mono', ui-monospace, monospace;
  --text-xs:        11px;
  --text-sm:        13px;
  --text-base:      14px;
  --text-md:        15px;
  --text-lg:        17px;
  --text-xl:        20px;
  --text-2xl:       24px;
  --text-3xl:       30px;
  --text-4xl:       36px;
  --weight-regular: 400;
  --weight-medium:  500;
  --weight-semi:    600;
  --weight-bold:    700;
  --weight-extra:   800;

  /* Z-index scale */
  --z-dropdown:     50;
  --z-nav:          100;
  --z-overlay:      900;
  --z-modal:        1000;

  /* Motion */
  --easing:         cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast:  120ms;
  --duration:       180ms;
  --duration-slow:  280ms;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); min-height: 100vh; }
a { text-decoration: none; color: inherit; }

/* ── CONTAINER ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   NAVBAR
в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(11,58,214,0.08);
  height: 64px;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 20px;
  height: 100%; display: flex; align-items: center; gap: 32px;
}
.logo { display: flex; align-items: center; gap: 4px; font-weight: 800; font-size: 20px; }
.logo-ob { color: var(--primary); }
.logo-bilet { color: var(--text); }
.logo-tag {
  background: var(--primary); color: white;
  font-size: 9px; font-weight: 700; padding: 2px 6px;
  border-radius: 4px; letter-spacing: 0.5px; margin-left: 4px; margin-top: 2px;
}
.nav-links { display: flex; gap: 4px; flex: 1; }
.nav-link {
  padding: 8px 14px; border-radius: 8px; font-size: 13px; font-weight: 500;
  color: var(--text-secondary); transition: all 0.15s; white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: var(--primary); background: rgba(11,58,214,0.06); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.btn-agent {
  background: var(--primary); color: white;
  padding: 8px 18px; border-radius: 8px; font-size: 13px; font-weight: 600;
  transition: background 0.15s; white-space: nowrap;
}
.btn-agent:hover { background: var(--primary-dark); color: white; }
.btn-help { font-size: 13px; color: var(--text-secondary); padding: 8px; white-space: nowrap; }
.nav-burger { display: none; background: none; border: none; font-size: 22px; cursor: pointer; }

/* Currency toggle */
.currency-toggle {
  display: inline-flex; background: var(--bg-subtle); border-radius: 999px;
  padding: 3px; gap: 0;
  border: 1px solid var(--border);
}
.cur-btn {
  background: none; border: none; border-radius: 999px;
  padding: 7px 14px; font-size: 12.5px; font-weight: 700;
  cursor: pointer; color: var(--text-secondary);
  transition: all 0.15s; font-family: 'Inter', sans-serif;
  line-height: 1;
}
.cur-btn:hover:not(.active) { color: var(--text); }
.cur-btn.active { background: white; color: var(--primary); box-shadow: 0 1px 4px rgba(0,0,0,0.12); }

/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   HERO
в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */
.hero {
  min-height: 520px;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, #2563eb 100%);
  padding: 100px 20px 180px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; align-items: center;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-circle {
  position: absolute; border-radius: 50%;
  background: rgba(255,255,255,0.04);
}
.c1 { width: 600px; height: 600px; top: -200px; right: -100px; }
.c2 { width: 400px; height: 400px; bottom: -100px; left: -100px; }
.c3 { width: 250px; height: 250px; top: 50px; left: 30%; background: rgba(255,255,255,0.03); }

.hero-content { text-align: center; z-index: 1; margin-bottom: 36px; }
.hero-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
  padding: 6px 16px; border-radius: 20px;
  font-size: 13px; font-weight: 500; margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,0.15);
}
.hero-title {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 900; color: white; line-height: 1.1; margin-bottom: 12px;
}
.hero-highlight { color: #93c5fd; }
.hero-sub { color: rgba(255,255,255,0.75); font-size: 16px; font-weight: 400; }

/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   SEARCH CARD
в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */
.search-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  padding: 24px 28px;
  width: 100%; max-width: 1100px;
  z-index: 10; position: relative;
}

/* Trip tabs */
.trip-tabs { display: flex; gap: 4px; margin-bottom: 20px; border-bottom: 2px solid var(--border); }
.trip-tab {
  padding: 8px 18px; font-size: 13px; font-weight: 500;
  color: var(--text-secondary); background: none; border: none;
  border-bottom: 2px solid transparent; margin-bottom: -2px;
  cursor: pointer; transition: all 0.15s;
}
.trip-tab.active { color: var(--primary); border-bottom-color: var(--primary); }
.trip-tab:hover:not(.active) { color: var(--text); }

/* Search row */
.search-row {
  display: flex; gap: 12px; align-items: flex-start;
  flex-wrap: wrap;
}
.search-field { position: relative; flex: 1; min-width: 140px; }
.from-field, .to-field { flex: 2; min-width: 160px; }
.date-field { flex: 1.5; min-width: 140px; }
.pax-field { flex: 1.5; min-width: 150px; }

.field-label {
  display: block; font-size: 10px; font-weight: 700;
  color: var(--text-secondary); text-transform: uppercase;
  letter-spacing: 0.5px; margin-bottom: 6px;
}
.field-input-wrap {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; border: 2px solid var(--border);
  border-radius: var(--radius-sm); cursor: pointer;
  transition: border-color 0.15s; background: #fafbff;
  min-height: 58px;
}
.field-input-wrap:hover { border-color: #c7d7fb; }
.field-input-wrap:focus-within, .field-input-wrap.active { border-color: var(--primary); background: white; }
.field-icon {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--primary);
  width: 22px; height: 22px;
}
.field-icon .ico { width: 22px; height: 22px; display: block; }
.field-text { flex: 1; min-width: 0; }
.field-city { font-size: 15px; font-weight: 700; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.field-code { font-size: 11px; color: var(--text-secondary); margin-top: 2px; }

/* Swap button */
.swap-btn {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--primary); color: white; border: none;
  cursor: pointer; flex-shrink: 0;
  margin-top: 28px; transition: transform 0.3s, background 0.15s;
  display: flex; align-items: center; justify-content: center;
}
.swap-btn svg { width: 16px; height: 16px; }
.swap-btn:hover { background: var(--primary-dark); transform: rotate(180deg); }

/* Date input (hidden but functional) */
.date-input {
  position: absolute; opacity: 0; pointer-events: none;
  width: 1px; height: 1px;
}

/* Passenger panel */
.pax-panel {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 50;
  background: white; border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--card-shadow);
  padding: 16px; margin-top: 4px; display: none;
  min-width: 240px;
}
.pax-panel.open { display: block; }
.pax-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; border-bottom: 1px solid var(--border);
}
.pax-row:last-of-type { border-bottom: none; }
.pax-type { font-size: 13px; font-weight: 600; color: var(--text); }
.pax-hint { font-size: 11px; color: var(--text-secondary); }
.pax-counter { display: flex; align-items: center; gap: 12px; }
.pax-counter button {
  width: 28px; height: 28px; border-radius: 50%;
  border: 2px solid var(--border); background: white;
  font-size: 16px; cursor: pointer; font-weight: 700;
  transition: all 0.15s; display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.pax-counter button:hover { border-color: var(--primary); color: var(--primary); }
.pax-counter span { font-size: 15px; font-weight: 700; min-width: 20px; text-align: center; }

.class-select { margin-top: 12px; }
.class-label { font-size: 11px; font-weight: 700; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }
.class-options { display: flex; gap: 6px; flex-wrap: wrap; }
.class-opt {
  padding: 5px 12px; border-radius: 6px; border: 1px solid var(--border);
  font-size: 12px; font-weight: 500; cursor: pointer; background: white;
  transition: all 0.15s;
}
.class-opt:hover { border-color: var(--primary); color: var(--primary); }
.class-opt.active { background: var(--primary); color: white; border-color: var(--primary); }

.pax-done {
  width: 100%; margin-top: 12px; padding: 10px;
  background: var(--primary); color: white; border: none;
  border-radius: var(--radius-sm); font-size: 13px; font-weight: 600;
  cursor: pointer; transition: background 0.15s;
}
.pax-done:hover { background: var(--primary-dark); }

/* Search button */
.search-btn {
  display: flex; align-items: center; gap: 8px;
  padding: 0 28px; height: 58px; margin-top: 26px;
  background: var(--accent); color: white; border: none;
  border-radius: var(--radius-sm); font-size: 15px; font-weight: 700;
  cursor: pointer; transition: all 0.2s; white-space: nowrap;
  box-shadow: 0 4px 12px rgba(255,107,53,0.4);
  font-family: 'Inter', sans-serif;
}
.search-btn:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(255,107,53,0.5); }
.search-btn:active { transform: translateY(0); }
.search-btn-svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Multicity */
.multicity-row { display: none; }
.multicity-row #multicityRows { display: flex; flex-direction: column; gap: 12px; }
.mc-row {
  display: flex; align-items: flex-end; gap: 12px;
  padding-bottom: 12px;
}
.mc-row .search-field { flex: 1; min-width: 140px; }
.mc-row .from-field, .mc-row .to-field { flex: 2; min-width: 160px; }
.mc-row .date-field { flex: 1.5; min-width: 140px; }
.mc-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(11,58,214,0.1); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 13px;
  margin-bottom: 16px; flex-shrink: 0;
}
.mc-remove {
  width: 36px; height: 36px; border-radius: 50%;
  background: white; border: 1.5px solid var(--border);
  color: #ef4444; cursor: pointer; flex-shrink: 0;
  margin-bottom: 12px; font-size: 18px; font-weight: 700;
  font-family: 'Inter', sans-serif;
  transition: all 0.15s;
}
.mc-remove:hover { border-color: #ef4444; background: rgba(239,68,68,0.06); }
.mc-remove-spacer { width: 36px; flex-shrink: 0; }
.mc-actions {
  display: flex; gap: 12px; align-items: center;
  margin-top: 12px; padding-top: 16px; border-top: 1px dashed var(--border);
}
.mc-add {
  background: white; border: 1.5px dashed var(--primary);
  color: var(--primary); padding: 10px 18px;
  border-radius: var(--radius-sm); font-weight: 600; font-size: 13px;
  cursor: pointer; font-family: 'Inter', sans-serif;
  transition: all 0.15s;
}
.mc-add:hover:not(:disabled) { background: rgba(11,58,214,0.05); }
.mc-add:disabled { opacity: 0.4; cursor: not-allowed; }
.mc-search { margin-left: auto; margin-top: 0 !important; height: 48px; padding: 0 24px; }

/* Multicity pax summary + popover */
.mc-pax-summary {
  position: relative;
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--text-secondary);
  padding: 8px 14px; background: #fafbff;
  border: 1px solid var(--border); border-radius: var(--radius-sm);
}
.mc-pax-summary strong { color: var(--text); font-weight: 700; }
.mc-pax-edit {
  background: white; border: 1.5px solid var(--border);
  color: var(--primary); padding: 5px 12px;
  border-radius: 6px; font-weight: 600; font-size: 12px;
  cursor: pointer; font-family: 'Inter', sans-serif;
  transition: all 0.15s;
}
.mc-pax-edit:hover { border-color: var(--primary); background: rgba(11,58,214,0.05); }
.mc-pax-popover {
  position: absolute; top: calc(100% + 6px); left: 0;
  background: white; border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: 0 16px 40px rgba(15,23,42,0.18);
  padding: 16px;
  min-width: 280px;
  z-index: 100;
  display: none;
}
.mc-pax-popover.open { display: block; }

/* Quick routes */
.quick-routes {
  display: flex; align-items: center; gap: 8px;
  margin-top: 16px; flex-wrap: wrap;
  padding-top: 16px; border-top: 1px solid var(--border);
}
.quick-label { font-size: 12px; color: var(--text-secondary); font-weight: 500; white-space: nowrap; }
.quick-btn {
  padding: 5px 12px; border-radius: 20px;
  border: 1px solid var(--border); background: #f8f9ff;
  font-size: 12px; font-weight: 500; cursor: pointer;
  transition: all 0.15s; color: var(--text);
}
.quick-btn:hover { border-color: var(--primary); color: var(--primary); background: #f0f4ff; }

/* Airport typeahead inline input */
.airport-type-input {
  display: none; flex: 1; min-width: 0;
  border: none; outline: none; background: transparent;
  font-size: 15px; font-weight: 700; color: var(--text);
  font-family: inherit; padding: 0;
}
.field-input-wrap.typing { cursor: text; }
.field-input-wrap.typing .field-text { display: none; }
.field-input-wrap.typing .airport-type-input { display: block; }

/* Airport dropdown */
.airport-dropdown {
  display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 60;
  background: white; border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--card-shadow);
  margin-top: 4px; max-height: 300px; overflow-y: auto;
}
.airport-dropdown.open { display: block; }
.airport-item {
  padding: 12px 14px; display: flex; gap: 12px; align-items: center;
  cursor: pointer; transition: background 0.1s; border-bottom: 1px solid #f5f5f5;
}
.airport-item:hover { background: #f0f4ff; }
.airport-item:last-child { border-bottom: none; }
.ai-code { font-weight: 700; color: var(--primary); font-size: 14px; width: 36px; flex-shrink: 0; }
.ai-info { flex: 1; min-width: 0; }
.ai-city { font-size: 13px; font-weight: 600; color: var(--text); }
.ai-country { font-size: 11px; color: var(--text-secondary); }

/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   DESTINATIONS
в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */
.destinations { padding: 80px 0 60px; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-title { font-size: 28px; font-weight: 800; color: var(--text); margin-bottom: 8px; }
.section-sub { color: var(--text-secondary); font-size: 14px; }

.dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
.dest-card {
  border-radius: var(--radius); overflow: hidden;
  background: white; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  cursor: pointer; transition: all 0.2s;
}
.dest-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow); }
.dest-img {
  height: 110px; display: flex; align-items: center; justify-content: center;
}
.dest-iata {
  font-size: 32px; font-weight: 900;
  color: rgba(255,255,255,0.9);
  letter-spacing: 2px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.25);
  font-family: 'Inter', sans-serif;
}
.dest-info { padding: 14px; }
.dest-city { font-size: 15px; font-weight: 700; color: var(--text); }
.dest-country { font-size: 11px; color: var(--text-secondary); margin: 2px 0 8px; }
.dest-price { font-size: 12px; color: var(--text-secondary); }
.dest-price strong { color: var(--primary); font-size: 15px; }

/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   FEATURES
в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */
.features { background: white; padding: 60px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.features-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px;
}
.feature-card { text-align: center; padding: 24px 16px; }
.feat-icon {
  width: 56px; height: 56px;
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(11,58,214,0.08);
  border-radius: 14px;
  color: var(--primary);
}
.feat-icon svg { width: 28px; height: 28px; }
.feat-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.feat-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.6; }

/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   CTA BANNER
в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */
.cta-banner { background: linear-gradient(135deg, var(--primary), var(--primary-light)); padding: 60px 0; }
.cta-inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
}
.cta-text h2 { color: white; font-size: 24px; font-weight: 800; margin-bottom: 6px; }
.cta-text p { color: rgba(255,255,255,0.8); font-size: 14px; }
.cta-btn {
  background: var(--accent); color: white;
  padding: 14px 32px; border-radius: var(--radius-sm);
  font-size: 15px; font-weight: 700; white-space: nowrap;
  transition: all 0.2s; box-shadow: 0 4px 12px rgba(255,107,53,0.4);
}
.cta-btn:hover { background: var(--accent-dark); transform: translateY(-1px); color: white; }

/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   FOOTER
в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */
.footer { background: var(--text); color: rgba(255,255,255,0.8); padding: 48px 0 24px; }
.footer-top { display: flex; gap: 48px; flex-wrap: wrap; margin-bottom: 40px; }
.footer-brand { flex: 2; min-width: 200px; }
.footer-brand .logo { margin-bottom: 12px; }
.footer-brand .logo-ob { color: #93c5fd; }
.footer-brand .logo-bilet { color: white; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 16px; max-width: 380px; }

/* Footer contact rows (phone + email) — constrain SVG size, otherwise it expands to fill the column */
.footer-contact { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.fc-row {
  display: inline-flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.85); font-size: 13.5px; font-weight: 600;
  text-decoration: none; transition: color 0.15s;
  width: max-content; max-width: 100%;
}
.fc-row:hover { color: white; }
.fc-row svg {
  width: 16px; height: 16px; flex-shrink: 0;
  color: #93c5fd;
}

/* Payment method chips */
.pay-icons { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-icon {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.3px;
}

.social-links { display: flex; gap: 8px; flex-wrap: wrap; }
.social-btn {
  padding: 6px 14px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.15);
  font-size: 12px; color: rgba(255,255,255,0.8); transition: all 0.15s;
}
.social-btn:hover { background: rgba(255,255,255,0.1); color: white; }
.footer-links { display: flex; gap: 48px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 10px; min-width: 120px; }
.footer-col-title { font-size: 12px; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.6); transition: color 0.15s; }
.footer-col a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px; font-size: 12px; color: rgba(255,255,255,0.4);
}

/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   AIRPORT MODAL
в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,0.5); backdrop-filter: blur(4px);
  align-items: flex-start; justify-content: center; padding-top: 80px;
}
.modal-overlay.open { display: flex; }
.airport-modal {
  background: white; border-radius: var(--radius);
  width: 90%; max-width: 480px;
  box-shadow: 0 24px 48px rgba(0,0,0,0.2);
  max-height: 80vh; display: flex; flex-direction: column;
}
.modal-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px; border-bottom: 1px solid var(--border);
  font-size: 15px; font-weight: 700;
}
.modal-close {
  background: none; border: none; font-size: 18px; cursor: pointer;
  color: var(--text-secondary); padding: 4px 8px;
}
.modal-search { padding: 12px 16px; border-bottom: 1px solid var(--border); }
.modal-search input {
  width: 100%; padding: 10px 14px; border: 1px solid var(--border);
  border-radius: var(--radius-sm); font-size: 14px; outline: none;
  font-family: 'Inter', sans-serif;
}
.modal-search input:focus { border-color: var(--primary); }
.modal-results { flex: 1; overflow-y: auto; padding: 8px 0; }
.modal-airport-item {
  padding: 12px 20px; display: flex; gap: 14px; align-items: center;
  cursor: pointer; transition: background 0.1s;
}
.modal-airport-item:hover { background: #f0f4ff; }
.mai-code { font-weight: 700; color: var(--primary); font-size: 15px; width: 40px; }
.mai-info .mai-name { font-size: 13px; font-weight: 600; color: var(--text); }
.mai-info .mai-country { font-size: 11px; color: var(--text-secondary); }

/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   RESPONSIVE
в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */
@media (max-width: 768px) {
  .nav-links, .nav-actions { display: none; }
  .nav-burger { display: block; margin-left: auto; }
  .hero { padding: 90px 16px 160px; }
  .search-card { padding: 16px; }
  .search-row { flex-direction: column; gap: 8px; }
  .from-field, .to-field, .date-field, .pax-field { min-width: 100%; flex: none; }
  .swap-btn { display: none; }
  .search-btn { width: 100%; justify-content: center; margin-top: 8px; height: 52px; }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { flex-direction: column; text-align: center; }
  .footer-top { flex-direction: column; gap: 32px; }
}

@media (max-width: 480px) {
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .hero-title { font-size: 32px; }
}

/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   EMBED MODE (iframe in B2B dashboard)
в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */
html.embed-mode .navbar,
html.embed-mode .hero-bg,
html.embed-mode .hero-content,
html.embed-mode .destinations,
html.embed-mode .features,
html.embed-mode .cta-banner,
html.embed-mode .footer { display: none !important; }

html.embed-mode body  { background: #f4f6fb; }
html.embed-mode .hero { min-height: unset; padding: 24px 20px 0; background: #f4f6fb; }
html.embed-mode .search-card { border-radius: 12px; max-width: 900px; }

/* Loading animation */
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.skeleton {
  background: linear-gradient(90deg, #f0f2f8 25%, #e8eaf0 50%, #f0f2f8 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 6px;
}

/* ===========================================================================
   HOMEPAGE - .hp-* namespace
   Full original OTA design. Uses :root tokens. No external dependencies.
   =========================================================================== */

/* --- HERO ----------------------------------------------------------------- */
.hp-hero {
  position: relative;
  background:
    radial-gradient(ellipse at top, rgba(59, 95, 240, 0.35) 0%, transparent 55%),
    linear-gradient(160deg, #06248a 0%, #0B3AD6 50%, #08308d 100%);
  padding: 80px 20px 96px;
  overflow: hidden;
  isolation: isolate;
}
.hp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,0.08) 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
.hp-hero::after {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,209,102,0.18) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.hp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.92);
  font-size: 13px;
  font-weight: var(--weight-semi);
  padding: 7px 16px;
  border-radius: 999px;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
  backdrop-filter: blur(6px);
}
.hp-hero-eyebrow-dot {
  width: 8px; height: 8px;
  background: #22d35a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(34,211,90,0.18);
  animation: hpPulse 2s ease-in-out infinite;
}
@keyframes hpPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.7; transform: scale(1.15); }
}
.hp-hero h1 {
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900;
  color: white;
  line-height: 1.08;
  letter-spacing: -1.6px;
  margin: 0 auto 18px;
  max-width: 820px;
}
.hp-hero h1 .accent {
  color: #ffd166;
  position: relative;
  white-space: nowrap;
}
.hp-hero p.hp-hero-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
  max-width: 620px;
  margin: 0 auto 36px;
  font-weight: 400;
}

/* --- Search card — transparent shell, no frame -------------------------- */
.hp-search-card {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  max-width: 1080px;
  align-self: stretch;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  z-index: 10;
}

/* Service pills (above search card) */
.hp-service-pills {
  display: flex;
  gap: 12px;
  margin: 0 auto 24px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1080px;
}
.hp-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  backdrop-filter: blur(12px);
}
.hp-pill svg { width: 18px; height: 18px; flex-shrink: 0; }
.hp-pill:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.hp-pill.active {
  background: white;
  color: var(--primary);
  border-color: white;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.hp-panel { display: none; }
.hp-panel.active { display: block; }

/* ════════════════════════════════════════════════════════════════
   HERO SEARCH BAR — ported from results page (.sb-* classes)
   ════════════════════════════════════════════════════════════════ */
.hero-search-bar {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  align-self: stretch;
}
.hero-search-bar .sb-fields {
  display: flex; align-items: stretch; gap: 1px;
  background: #e6e8ef;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  padding: 4px;
  position: relative;
  box-shadow:
    0 18px 40px rgba(6, 20, 80, 0.28),
    0 4px 12px rgba(6, 20, 80, 0.12);
}
.hero-search-bar .sb-field {
  flex: 1; min-width: 0;
  padding: 12px 16px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: background .14s;
}
.hero-search-bar .sb-field:first-child { border-radius: 10px 0 0 10px; }
.hero-search-bar .sb-field:hover { background: #f5f7ff; }
.hero-search-bar .sb-label {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.hero-search-bar .sb-value {
  font-size: 16px;
  font-weight: 700;
  color: #1a1d2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.2px;
}
.hero-search-bar .sb-type-input {
  position: absolute; inset: 26px 16px 12px;
  width: calc(100% - 32px);
  border: none; outline: none; background: transparent;
  font-size: 16px; font-weight: 700; font-family: inherit; color: #1a1d2e;
  display: none;
}
.hero-search-bar .sb-field.typing .sb-value { visibility: hidden; }
.hero-search-bar .sb-field.typing .sb-type-input { display: block; }
.hero-search-bar .sb-swap {
  background: #fff;
  border: 1.5px solid #e6e8ef;
  border-radius: 50%;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  align-self: center; flex-shrink: 0;
  margin: 0 -16px;
  z-index: 4;
  cursor: pointer;
  color: #0b3ad6;
  position: relative;
  padding: 0;
  transition: transform .25s ease, background .15s, box-shadow .15s;
  box-shadow: 0 3px 10px rgba(11, 58, 214, 0.20);
}
.hero-search-bar .sb-swap:hover {
  transform: rotate(180deg);
  background: #eff2ff;
  box-shadow: 0 6px 16px rgba(11, 58, 214, 0.28);
}
.hero-search-bar .sb-swap svg { width: 14px; height: 14px; }
.hero-search-bar .sb-sep {
  width: 1px; background: #d1d5db; margin: 10px 0; flex-shrink: 0;
}
.hero-search-bar .sb-search-btn {
  background: linear-gradient(135deg, #ff7a45 0%, #ff5722 100%);
  color: #fff; border: none;
  border-radius: 0 10px 10px 0;
  padding: 0 28px;
  font-size: 15px; font-weight: 700; letter-spacing: 0.2px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  cursor: pointer;
  font-family: inherit;
  align-self: stretch;
  min-width: 150px;
  flex: 0 0 auto;
  margin: -4px -4px -4px 0;
  transition: filter .15s, box-shadow .15s, transform .14s;
  box-shadow: 0 6px 18px rgba(255, 87, 34, 0.36);
}
.hero-search-bar .sb-search-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(255, 87, 34, 0.5);
}
.hero-search-bar .sb-search-btn svg { width: 18px; height: 18px; }

/* Airport dropdown inside hero search */
.hero-search-bar .airport-dropdown {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0;
  background: #fff;
  border: 1px solid #e6e8ef;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(15,23,42,0.16);
  max-height: 320px; overflow-y: auto;
  display: none; z-index: 60;
}
.hero-search-bar .airport-dropdown.open { display: block; }
.hero-search-bar .airport-dropdown .airport-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px; cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
}
.hero-search-bar .airport-dropdown .airport-item:last-child { border-bottom: none; }
.hero-search-bar .airport-dropdown .airport-item:hover { background: #eff2ff; }
.hero-search-bar .airport-dropdown .ai-code {
  font-size: 13px; font-weight: 700; color: #0b3ad6; min-width: 38px;
}
.hero-search-bar .airport-dropdown .ai-info { flex: 1; min-width: 0; }
.hero-search-bar .airport-dropdown .ai-city {
  font-size: 14px; font-weight: 600; color: #1a1d2e;
}
.hero-search-bar .airport-dropdown .ai-country {
  font-size: 11px; color: #9ca3af;
}

/* Pax panel — fixed so it escapes hero's overflow:hidden */
.hero-search-bar .sb-pax-panel {
  position: fixed;
  background: #fff;
  border: 1px solid #e6e8ef;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(15,23,42,0.18);
  padding: 18px;
  width: 320px;
  max-width: calc(100vw - 24px);
  display: none; z-index: 200;
  text-align: left;
}
.hero-search-bar .sb-pax-panel.open { display: block; }
.hero-search-bar .sb-pax-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
}
.hero-search-bar .sb-pax-row:last-of-type { border-bottom: none; }
.hero-search-bar .sb-pax-type { font-size: 14px; font-weight: 600; color: #1a1d2e; }
.hero-search-bar .sb-pax-hint { font-size: 11px; color: #9ca3af; }
.hero-search-bar .sb-pax-counter { display: flex; align-items: center; gap: 12px; }
.hero-search-bar .sb-pax-counter button {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1.5px solid #d1d5db;
  background: #fff;
  font-size: 16px; font-weight: 600;
  color: #1a1d2e; cursor: pointer;
  font-family: inherit;
  display: flex; align-items: center; justify-content: center;
}
.hero-search-bar .sb-pax-counter button:hover { border-color: #0b3ad6; color: #0b3ad6; }
.hero-search-bar .sb-pax-counter span { min-width: 18px; text-align: center; font-weight: 600; }
.hero-search-bar .sb-pax-class { padding-top: 14px; border-top: 1px solid #e6e8ef; margin-top: 10px; }
.hero-search-bar .sb-pax-class-label {
  font-size: 11px; font-weight: 600; color: #9ca3af;
  text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px;
}
.hero-search-bar .sb-pax-class-options { display: flex; gap: 6px; }
.hero-search-bar .sb-class-opt {
  flex: 1; padding: 8px;
  background: #f9fafb; border: 1px solid #e6e8ef;
  border-radius: 8px;
  font-size: 12px; font-weight: 600;
  color: #1a1d2e; cursor: pointer; font-family: inherit;
}
.hero-search-bar .sb-class-opt.active { background: #eff2ff; border-color: #0b3ad6; color: #0b3ad6; }
.hero-search-bar .sb-pax-done {
  width: 100%; margin-top: 14px;
  padding: 11px;
  background: #0b3ad6; color: #fff; border: none;
  border-radius: 8px;
  font-size: 14px; font-weight: 700;
  cursor: pointer; font-family: inherit;
}
.hero-search-bar .sb-pax-done:hover { background: #06248a; }

/* Quick routes below the bar */
.hero-search-bar .quick-routes {
  display: flex; align-items: center; gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
  justify-content: center;
}
.hero-search-bar .quick-label {
  color: rgba(255,255,255,0.82);
  font-weight: 600;
  font-size: 12.5px;
}
.hero-search-bar .quick-btn {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 12.5px; font-weight: 600;
  color: #fff; cursor: pointer; font-family: inherit;
  transition: background .15s, border-color .15s;
}
.hero-search-bar .quick-btn:hover {
  background: rgba(255,255,255,0.26);
  border-color: rgba(255,255,255,0.4);
}

/* ═══════════════════════════════════════════════════════
   MOBILE APP-LIKE LAYOUT (≤768px)
   Big tap targets, icon prefixes, clean list of fields,
   bold primary CTA — feels like a native travel app.
   ═══════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .hp-hero {
    padding: 22px 14px 56px;
    background:
      radial-gradient(ellipse at top, rgba(59, 95, 240, 0.45) 0%, transparent 65%),
      linear-gradient(170deg, #06248a 0%, #0B3AD6 55%, #08308d 100%);
  }
  .hp-hero::before { opacity: 0.5; }
  .hp-hero::after { display: none; }

  /* Tight, compact eyebrow */
  .hp-hero-eyebrow {
    font-size: 10.5px; padding: 5px 10px;
    margin-bottom: 14px;
  }
  .hp-hero h1 {
    font-size: clamp(26px, 7.5vw, 34px);
    letter-spacing: -0.6px;
    line-height: 1.15;
    margin-bottom: 10px;
  }
  .hp-hero p.hp-hero-sub {
    font-size: 13.5px;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.78);
  }

  /* Service pills — horizontal scrollable, no wrap */
  .hp-service-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 16px;
    padding: 2px 2px 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .hp-service-pills::-webkit-scrollbar { display: none; }
  .hp-pill {
    padding: 9px 14px;
    font-size: 13px;
    flex-shrink: 0;
  }
  .hp-pill svg { width: 15px; height: 15px; }

  /* Search bar — single-column app-like card */
  .hero-search-bar {
    margin: 0 -4px;
    max-width: none;
  }
  .hero-search-bar .sb-fields {
    flex-direction: column;
    background: #fff;
    padding: 6px;
    gap: 0;
    border: none;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(6, 20, 80, 0.30);
    overflow: visible;
  }
  .hero-search-bar .sb-field {
    width: 100%;
    padding: 14px 14px 14px 48px;
    border-radius: 12px;
    border-bottom: none;
    min-height: 64px;
    position: relative;
    transition: background .12s;
  }
  .hero-search-bar .sb-field:active { background: #eff2ff; }
  /* Divider line via pseudo-element */
  .hero-search-bar .sb-field + .sb-field::after {
    content: '';
    position: absolute;
    left: 48px; right: 14px; top: 0;
    height: 1px; background: #e6e8ef;
  }
  /* Field icons */
  .hero-search-bar .sb-field::before {
    content: '';
    position: absolute;
    left: 14px; top: 50%; transform: translateY(-50%);
    width: 22px; height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.78;
  }
  .hero-search-bar #sbFromWrap::before,
  .hero-search-bar #sbToWrap::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3ad6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 0 0-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/%3E%3C/svg%3E");
  }
  .hero-search-bar #sbToWrap::before { transform: translateY(-50%) rotate(90deg); }
  .hero-search-bar #sbDepartWrap::before,
  .hero-search-bar #sbReturnWrap::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3ad6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
  }
  .hero-search-bar #sbPaxWrap::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3ad6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
  }

  .hero-search-bar .sb-label {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 3px;
  }
  .hero-search-bar .sb-value {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
  }
  .hero-search-bar .sb-type-input { inset: 28px 14px 14px 48px; width: auto; }

  /* Swap button — floating circle on the boundary between From and To */
  .hero-search-bar .sb-fields { position: relative; }
  .hero-search-bar #sbFromWrap,
  .hero-search-bar #sbToWrap { padding-right: 60px; }
  .hero-search-bar .sb-swap {
    position: absolute;
    right: 16px;
    /* From field is the first; its bottom edge = swap center */
    top: calc(6px + 64px);   /* parent padding (6) + From field height (64) */
    transform: translateY(-50%);
    width: 38px; height: 38px;
    margin: 0;
    z-index: 5;
    background: #fff;
    border: 1.5px solid #e6e8ef;
    box-shadow: 0 3px 10px rgba(11, 58, 214, 0.18);
  }
  .hero-search-bar .sb-swap:hover { transform: translateY(-50%) rotate(180deg); }
  .hero-search-bar .sb-swap svg { transform: rotate(90deg); }

  /* Hide separators */
  .hero-search-bar .sb-sep { display: none; }

  /* Search button — full-width, prominent */
  .hero-search-bar .sb-search-btn {
    width: 100%;
    min-width: 0;
    height: 56px;
    margin: 8px 0 0 0;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.3px;
    align-self: auto;
  }
  .hero-search-bar .sb-search-btn svg { width: 20px; height: 20px; }

  /* Move search-btn from inside .sb-fields visually to look like a fixed CTA */
  /* (It is already there; the margin-top gives separation.) */

  /* Pax panel: bottom-sheet style — full width, slides up */
  .hero-search-bar .sb-pax-panel {
    position: fixed !important;
    left: 8px !important;
    right: 8px !important;
    top: auto !important;
    bottom: 8px;
    width: auto !important;
    max-width: none;
    min-width: 0;
    border-radius: 18px;
    padding: 18px;
    z-index: 300;
    box-shadow: 0 -8px 40px rgba(0,0,0,0.25);
  }
  .hero-search-bar .sb-pax-panel.open::before {
    content: '';
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: -1;
  }

  /* Airport dropdown — full width below field */
  .hero-search-bar .airport-dropdown {
    max-height: 280px;
    border-radius: 12px;
  }

  /* Quick routes — horizontal scrollable strip */
  .hero-search-bar .quick-routes {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 6px;
    margin-top: 14px;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
  }
  .hero-search-bar .quick-routes::-webkit-scrollbar { display: none; }
  .hero-search-bar .quick-btn { padding: 6px 12px; font-size: 12.5px; flex-shrink: 0; }

  /* Trust strip — tight grid, two-by-two */
  .hp-trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 14px;
    margin-top: 22px;
    justify-items: start;
    font-size: 12px;
  }
  .hp-trust-item svg { width: 13px; height: 13px; }
}

@media (max-width: 420px) {
  .hp-hero h1 { font-size: 26px; letter-spacing: -0.5px; }
  .hp-hero p.hp-hero-sub { font-size: 13px; margin-bottom: 16px; }
  .hero-search-bar .sb-field { padding-left: 46px; min-height: 60px; }
  .hero-search-bar .sb-value { font-size: 15.5px; }
}

/* Flight form inside the panel ─ premium redesign */
.hp-flight-panel { padding-top: 0; }
/* Trip-type radios — Trip.com style (clean inline radio row, no chrome) */
.hp-flight-panel .trip-tabs {
  display: inline-flex;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0 auto 18px;
  border: none;
  box-shadow: none;
  gap: 24px;
  align-items: center;
}
.hp-flight-panel .trip-tab {
  background: transparent;
  border: none;
  padding: 4px 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font-family: inherit;
  transition: color .15s;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.hp-flight-panel .trip-tab::before {
  content: '';
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.55);
  background: transparent;
  flex-shrink: 0;
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.hp-flight-panel .trip-tab:hover { color: #fff; background: transparent; }
.hp-flight-panel .trip-tab:hover::before { border-color: #fff; }
.hp-flight-panel .trip-tab.active {
  background: transparent;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
}
.hp-flight-panel .trip-tab.active::before {
  border-color: #fff;
  background: #fff;
  box-shadow: inset 0 0 0 4px #1a5dff;
}

/* Premium white search row */
.hp-flight-panel .search-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border-radius: 14px;
  padding: 6px;
  position: relative;
  overflow: visible;
  min-height: 84px;
  box-shadow:
    0 18px 40px rgba(6, 20, 80, 0.28),
    0 4px 12px rgba(6, 20, 80, 0.12);
}
.hp-flight-panel .search-field {
  background: transparent;
  padding: 12px 14px;
  position: relative;
  cursor: pointer;
  min-width: 0;
  flex: 1 1 0;
  border-radius: 10px;
  border-left: none;
  display: flex; flex-direction: column;
  justify-content: center;
  transition: background .14s;
}
/* Vertical separator between adjacent fields */
.hp-flight-panel .search-field + .search-field::before {
  content: '';
  position: absolute;
  left: 0; top: 16px; bottom: 16px;
  width: 1px;
  background: #e6e8ef;
  pointer-events: none;
  transition: opacity .14s;
}
.hp-flight-panel .from-field,
.hp-flight-panel .to-field { flex: 1.4 1 0; min-width: 0; }
.hp-flight-panel .date-field { flex: 1.2 1 0; min-width: 0; }
.hp-flight-panel .pax-field { flex: 1.2 1 0; min-width: 0; }
.hp-flight-panel .search-field:hover {
  background: #f5f7ff;
}
.hp-flight-panel .search-field:hover + .search-field::before,
.hp-flight-panel .search-field:hover::before { opacity: 0; }

.hp-flight-panel .field-label {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.hp-flight-panel .field-input-wrap {
  display: flex; align-items: center;
  width: 100%;
  min-width: 0;
}
.hp-flight-panel .field-text { flex: 1; min-width: 0; }
.hp-flight-panel .field-icon { display: none; }
.hp-flight-panel .field-city {
  font-size: 16px;
  font-weight: 700;
  color: #1a1d2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  letter-spacing: -0.2px;
}
.hp-flight-panel .field-code {
  font-size: 11.5px;
  color: #9ca3af;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
}
.hp-flight-panel .airport-type-input {
  position: absolute;
  inset: 12px 16px;
  width: calc(100% - 32px);
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  font-weight: var(--weight-bold);
  font-family: inherit;
  color: var(--text);
  display: none;
}
.hp-flight-panel .field-input-wrap.typing .field-text { visibility: hidden; }
.hp-flight-panel .field-input-wrap.typing .airport-type-input { display: block; }
.hp-flight-panel .swap-btn {
  background: #fff;
  border: 1.5px solid #e6e8ef;
  border-radius: 50%;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  align-self: center;
  flex-shrink: 0;
  margin: 0 -18px;
  padding: 0;
  z-index: 4;
  position: relative;
  cursor: pointer;
  color: #0b3ad6;
  transition: transform .25s ease, background .15s, box-shadow .15s;
  box-shadow: 0 4px 12px rgba(11,58,214,0.20);
}
.hp-flight-panel .swap-btn:hover {
  transform: rotate(180deg);
  background: #eff2ff;
  box-shadow: 0 6px 18px rgba(11,58,214,0.30);
}
.hp-flight-panel .swap-btn svg { width: 16px; height: 16px; }

.hp-flight-panel .search-btn {
  background: linear-gradient(135deg, #ff7a45 0%, #ff5722 100%);
  color: #fff;
  border: none;
  padding: 0 32px;
  margin: 0;
  height: auto;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
  font-family: inherit;
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
  white-space: nowrap;
  flex: 0 0 auto;
  align-self: stretch;
  min-width: 168px;
  box-shadow: 0 8px 22px rgba(255,87,34,0.42);
  transition: transform .14s, box-shadow .15s, filter .15s;
}
.hp-flight-panel .search-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 12px 28px rgba(255,87,34,0.52);
}
.hp-flight-panel .search-btn:active { transform: translateY(0); }
.hp-flight-panel .search-btn-svg { width: 18px; height: 18px; flex-shrink: 0; }

.hp-flight-panel .airport-dropdown {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  max-height: 320px;
  overflow-y: auto;
  display: none;
  z-index: 60;
}
.hp-flight-panel .airport-dropdown.open { display: block; }
.hp-flight-panel .airport-item {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 14px;
  cursor: pointer;
  border-bottom: 1px solid var(--bg-subtle);
}
.hp-flight-panel .airport-item:hover { background: var(--primary-tint); }
.hp-flight-panel .ai-code { font-size: 13px; font-weight: var(--weight-bold); color: var(--primary); min-width: 38px; }
.hp-flight-panel .ai-info { flex: 1; min-width: 0; }
.hp-flight-panel .ai-city { font-size: 14px; font-weight: var(--weight-semi); color: var(--text); }
.hp-flight-panel .ai-country { font-size: 11px; color: var(--text-muted); }

.hp-flight-panel .pax-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 18px;
  width: 320px;
  max-width: calc(100vw - 32px);
  min-width: 0;
  display: none;
  z-index: 60;
}
.hp-flight-panel .pax-panel.open { display: block; }
.hp-flight-panel .pax-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--bg-subtle);
}
.hp-flight-panel .pax-row:last-of-type { border-bottom: none; }
.hp-flight-panel .pax-type { font-size: 14px; font-weight: var(--weight-semi); color: var(--text); }
.hp-flight-panel .pax-hint { font-size: 11px; color: var(--text-muted); }
.hp-flight-panel .pax-counter { display: flex; align-items: center; gap: 14px; }
.hp-flight-panel .pax-counter button {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--border-strong);
  background: var(--bg-elevated);
  font-size: 16px;
  font-weight: var(--weight-bold);
  color: var(--text);
  cursor: pointer;
  font-family: inherit;
}
.hp-flight-panel .pax-counter span { min-width: 22px; text-align: center; font-weight: var(--weight-semi); }
.hp-flight-panel .class-select { padding-top: 14px; border-top: 1px solid var(--border); margin-top: 6px; }
.hp-flight-panel .class-label {
  font-size: 11px; font-weight: var(--weight-bold);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
.hp-flight-panel .class-options { display: flex; gap: 8px; }
.hp-flight-panel .class-opt {
  flex: 1;
  padding: 8px;
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 12px; font-weight: var(--weight-semi);
  cursor: pointer;
  color: var(--text);
  font-family: inherit;
}
.hp-flight-panel .class-opt.active {
  background: var(--primary-tint);
  border-color: var(--primary);
  color: var(--primary);
}
.hp-flight-panel .pax-done {
  width: 100%;
  margin-top: 14px;
  padding: 11px;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: var(--weight-bold);
  cursor: pointer;
  font-family: inherit;
}

/* Helper links row directly under the search pill */
.hp-search-extras {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.hp-extra-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  cursor: pointer;
  transition: color .15s;
}
.hp-extra-link:hover { color: #fff; text-decoration: underline; }
.hp-extra-link svg { width: 15px; height: 15px; }

.hp-flight-panel .quick-routes {
  display: flex; align-items: center; gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
  justify-content: center;
  font-size: 12px;
}
.hp-flight-panel .quick-label {
  color: rgba(255,255,255,0.78);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
}
.hp-flight-panel .quick-btn {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  transition: background .15s;
}
.hp-flight-panel .quick-btn:hover { background: rgba(255,255,255,0.26); color: #fff; }

/* Coming-soon panel for hotels/tours/visa */
.hp-soon {
  padding: 48px 24px;
  text-align: center;
  background: var(--bg-subtle);
  border-radius: 12px;
}
.hp-soon-icon {
  display: inline-flex;
  width: 64px; height: 64px;
  background: var(--bg-elevated);
  color: var(--primary);
  border-radius: 16px;
  align-items: center; justify-content: center;
  margin-bottom: 14px;
  box-shadow: var(--shadow-sm);
}
.hp-soon-icon svg { width: 28px; height: 28px; }
.hp-soon h3 {
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  color: var(--text);
  margin-bottom: 8px;
}
.hp-soon p {
  font-size: 14px;
  color: var(--text-secondary);
  max-width: 420px;
  margin: 0 auto 20px;
  line-height: 1.55;
}
.hp-soon-actions {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.hp-soon-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: var(--weight-bold);
  text-decoration: none;
  cursor: pointer;
  transition: all var(--duration);
  border: none;
  font-family: inherit;
  min-height: 40px;
}
.hp-soon-btn.primary { background: var(--primary); color: white; }
.hp-soon-btn.primary:hover { background: var(--primary-dark); color: white; }
.hp-soon-btn.ghost {
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--primary);
}
.hp-soon-btn.ghost:hover { background: var(--primary-tint); }

/* Hero trust strip */
.hp-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 28px;
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  font-weight: var(--weight-medium);
}
.hp-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hp-trust-item svg { width: 14px; height: 14px; color: rgba(255,255,255,0.78); }

/* --- STATS BAR ----------------------------------------------------------- */
.hp-stats {
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
  padding: 28px 20px;
}
.hp-stats-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.hp-stat {
  text-align: center;
}
.hp-stat-num {
  font-size: 32px;
  font-weight: var(--weight-extra);
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.5px;
}
.hp-stat-label {
  font-size: 12px;
  color: var(--text-secondary);
  font-weight: var(--weight-semi);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 6px;
}

/* --- SECTION HEADER (shared) -------------------------------------------- */
.hp-section {
  padding: 80px 20px;
}
.hp-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.hp-section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.hp-section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px;
  font-weight: var(--weight-bold);
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.hp-section-eyebrow::before {
  content: '';
  width: 24px; height: 2px;
  background: var(--primary);
  border-radius: 2px;
}
.hp-section-title {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: var(--weight-extra);
  color: var(--text);
  line-height: 1.15;
  letter-spacing: -0.8px;
  max-width: 600px;
}
.hp-section-title .accent { color: var(--primary); }
.hp-section-sub {
  font-size: 15px;
  color: var(--text-secondary);
  margin-top: 8px;
  max-width: 540px;
  line-height: 1.55;
}
.hp-section-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 14px;
  font-weight: var(--weight-bold);
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--bg-elevated);
  border: 1.5px solid var(--border-strong);
  transition: all var(--duration);
  white-space: nowrap;
}
.hp-section-cta:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}
.hp-section-cta svg { width: 14px; height: 14px; transition: transform var(--duration); }
.hp-section-cta:hover svg { transform: translateX(3px); }

/* --- BENTO DESTINATIONS ------------------------------------------------- */
.hp-bento {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 16px;
}
.hp-bento-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  color: white;
  transition: transform var(--duration) var(--easing);
  box-shadow: var(--shadow-sm);
  isolation: isolate;
}
.hp-bento-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--card-grad);
  z-index: -2;
}
.hp-bento-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(0,0,0,0.65) 100%);
  z-index: -1;
}
.hp-bento-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.hp-bento-card.featured {
  grid-row: span 2;
  padding: 28px;
}
.hp-bento-iata {
  position: absolute;
  top: 16px; right: 18px;
  font-size: 11px;
  font-weight: var(--weight-extra);
  letter-spacing: 1.5px;
  background: rgba(255,255,255,0.20);
  border: 1px solid rgba(255,255,255,0.35);
  padding: 4px 10px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.hp-bento-city {
  font-size: 22px;
  font-weight: var(--weight-extra);
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 4px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hp-bento-card.featured .hp-bento-city {
  font-size: 42px;
  letter-spacing: -1.5px;
}
.hp-bento-meta {
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  font-weight: var(--weight-medium);
  margin-bottom: 10px;
}
.hp-bento-card.featured .hp-bento-meta { font-size: 14px; }
.hp-bento-price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 15px;
  font-weight: var(--weight-bold);
}
.hp-bento-price em {
  font-style: normal;
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  font-weight: var(--weight-medium);
  margin-right: 2px;
}
.hp-bento-card.featured .hp-bento-price { font-size: 22px; }

/* --- SERVICE SHOWCASE --------------------------------------------------- */
.hp-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hp-service-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: transform var(--duration) var(--easing), box-shadow var(--duration);
  isolation: isolate;
}
.hp-service-card::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: var(--card-tint, var(--primary-tint));
  opacity: 0.7;
  z-index: -1;
}
.hp-service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.hp-service-icon {
  display: inline-flex;
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--card-tint, var(--primary-tint));
  color: var(--card-color, var(--primary));
  align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.hp-service-icon svg { width: 26px; height: 26px; }
.hp-service-card h3 {
  font-size: 19px;
  font-weight: var(--weight-bold);
  color: var(--text);
  margin-bottom: 8px;
}
.hp-service-card p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.55;
  margin-bottom: 18px;
}
.hp-service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: var(--weight-bold);
  color: var(--card-color, var(--primary));
  text-decoration: none;
  transition: gap var(--duration);
}
.hp-service-link:hover { gap: 10px; }
.hp-service-card[data-color="blue"]   { --card-tint: var(--primary-tint); --card-color: var(--primary); }
.hp-service-card[data-color="orange"] { --card-tint: var(--accent-tint);  --card-color: var(--accent); }
.hp-service-card[data-color="green"]  { --card-tint: var(--success-tint); --card-color: var(--success); }
.hp-service-card[data-color="purple"] { --card-tint: #f3e8ff;            --card-color: #7c3aed; }

/* --- HOT DEALS ---------------------------------------------------------- */
.hp-deals {
  background: var(--bg-subtle);
}
.hp-deals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.hp-deal {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform var(--duration) var(--easing), box-shadow var(--duration);
}
.hp-deal:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.hp-deal-cover {
  height: 170px;
  position: relative;
  background: var(--deal-grad);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hp-deal-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.30) 100%);
}
.hp-deal-cover .hp-deal-iata {
  position: relative;
  color: white;
  font-size: 56px;
  font-weight: var(--weight-extra);
  letter-spacing: 2px;
  text-shadow: 0 4px 16px rgba(0,0,0,0.30);
}
.hp-deal-discount {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--accent);
  color: white;
  font-size: 13px;
  font-weight: var(--weight-extra);
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(255,107,53,0.42);
}
.hp-deal-badge {
  position: absolute;
  top: 14px; right: 14px;
  background: rgba(0,0,0,0.55);
  color: white;
  font-size: 10px;
  font-weight: var(--weight-bold);
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  backdrop-filter: blur(6px);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hp-deal-body {
  padding: 16px 18px 18px;
  flex: 1;
  display: flex; flex-direction: column;
}
.hp-deal-tag {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 6px;
}
.hp-deal-title {
  font-size: 16px;
  font-weight: var(--weight-bold);
  color: var(--text);
  margin-bottom: 4px;
  line-height: 1.25;
}
.hp-deal-meta {
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.5;
  flex: 1;
  margin-bottom: 12px;
}
.hp-deal-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.hp-deal-old {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: line-through;
}
.hp-deal-new {
  font-size: 22px;
  font-weight: var(--weight-extra);
  color: var(--accent);
}
.hp-deal-new em { font-style: normal; font-size: 12px; color: var(--text-muted); font-weight: var(--weight-medium); margin-left: 2px; }
.hp-deal-action {
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--border);
}
.hp-deal-cta {
  background: var(--primary-tint);
  color: var(--primary);
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: var(--weight-bold);
  cursor: pointer;
  font-family: inherit;
  transition: all var(--duration);
}
.hp-deal-cta:hover { background: var(--primary); color: white; }
.hp-deal-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: var(--weight-semi);
  color: var(--warning);
}

/* --- WHY US -------------------------------------------------------------- */
.hp-why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.hp-why-card {
  text-align: left;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  transition: transform var(--duration) var(--easing), border-color var(--duration);
}
.hp-why-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
}
.hp-why-icon {
  display: inline-flex;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--primary-tint);
  color: var(--primary);
  align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.hp-why-icon svg { width: 24px; height: 24px; }
.hp-why-card h3 {
  font-size: 16px;
  font-weight: var(--weight-bold);
  color: var(--text);
  margin-bottom: 8px;
}
.hp-why-card p {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.55;
}

/* --- TESTIMONIALS -------------------------------------------------------- */
.hp-test {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-subtle) 100%);
}
.hp-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hp-test-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  isolation: isolate;
}
.hp-test-card::before {
  content: '"';
  position: absolute;
  top: 6px; right: 18px;
  font-size: 90px;
  line-height: 1;
  color: var(--primary-tint);
  font-family: Georgia, serif;
  z-index: -1;
}
.hp-test-stars {
  display: inline-flex;
  gap: 2px;
  font-size: 14px;
  color: var(--warning);
  margin-bottom: 12px;
}
.hp-test-quote {
  font-size: 14px;
  color: var(--text);
  line-height: 1.55;
  margin-bottom: 18px;
}
.hp-test-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.hp-test-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  font-weight: var(--weight-bold);
  flex-shrink: 0;
}
.hp-test-name {
  font-size: 14px;
  font-weight: var(--weight-bold);
  color: var(--text);
  line-height: 1.2;
}
.hp-test-meta {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 2px;
}

/* --- CATEGORIES ---------------------------------------------------------- */
.hp-cats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.hp-cat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--bg-elevated);
  border: 1.5px solid var(--border);
  font-size: 14px;
  font-weight: var(--weight-bold);
  color: var(--text);
  text-decoration: none;
  transition: all var(--duration);
  cursor: pointer;
}
.hp-cat:hover {
  border-color: var(--primary);
  background: var(--primary-tint);
  color: var(--primary);
  transform: translateY(-2px);
}
.hp-cat-icon {
  width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px;
}

/* --- NEWSLETTER --------------------------------------------------------- */
.hp-news {
  background:
    radial-gradient(ellipse at top right, rgba(255,209,102,0.15) 0%, transparent 50%),
    linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  color: white;
  padding: 56px 20px;
  position: relative;
  overflow: hidden;
}
.hp-news::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
}
.hp-news-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
}
.hp-news h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: var(--weight-extra);
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 8px;
}
.hp-news h2 .accent { color: #ffd166; }
.hp-news p {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
}
.hp-news-form {
  display: flex;
  gap: 0;
  background: white;
  border-radius: 999px;
  padding: 5px;
  min-width: 340px;
  box-shadow: 0 8px 28px rgba(6,36,138,0.32);
}
.hp-news-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 11px 18px;
  background: transparent;
  font-size: 14px;
  font-family: inherit;
  color: var(--text);
  min-width: 0;
}
.hp-news-form button {
  background: var(--accent);
  color: white;
  border: none;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: var(--weight-bold);
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  transition: background var(--duration);
}
.hp-news-form button:hover { background: var(--accent-dark); }

/* --- RESPONSIVE ---------------------------------------------------------- */
@media (max-width: 1024px) {
  .hp-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px 200px;
  }
  .hp-bento-card.featured { grid-row: span 1; grid-column: span 2; }
  .hp-services { grid-template-columns: 1fr; }
  .hp-deals-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-why { grid-template-columns: repeat(2, 1fr); }
  .hp-test-grid { grid-template-columns: 1fr; }
  .hp-news-inner { grid-template-columns: 1fr; text-align: center; }
  .hp-news-form { min-width: 0; width: 100%; }
}

@media (max-width: 768px) {
  .hp-hero { padding: 48px 14px 36px; }
  .hp-hero h1 { font-size: 30px; }
  .hp-hero p.hp-hero-sub { font-size: 14px; margin-bottom: 18px; }
  .hp-search-card { padding: 10px; border-radius: 18px; }

  /* Service pills mobile: scroll horizontally */
  .hp-service-pills { gap: 8px; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; scrollbar-width: none; justify-content: flex-start; padding-left: 4px; padding-right: 4px; }
  .hp-service-pills::-webkit-scrollbar { display: none; }
  .hp-pill { padding: 8px 14px; font-size: 12.5px; flex-shrink: 0; }

  /* App-like single-card search */
  .hp-flight-panel .trip-tabs { width: 100%; justify-content: center; display: flex; }
  .hp-flight-panel .trip-tab { flex: 1; text-align: center; padding: 9px 0; font-size: 13px; }

  .hp-flight-panel .search-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "from from"
      "to   to"
      "depart return"
      "pax  pax"
      "btn  btn";
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 0;
    gap: 0;
    overflow: visible;
    position: relative;
    min-height: 0;
  }
  .hp-flight-panel .from-field   { grid-area: from;   border-radius: 14px 14px 0 0; }
  .hp-flight-panel .to-field     { grid-area: to;     border-top: 1px solid var(--border); }
  .hp-flight-panel .date-field:nth-of-type(3) { grid-area: depart; border-top: 1px solid var(--border); }
  .hp-flight-panel #returnDateField           { grid-area: return; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
  .hp-flight-panel .pax-field    { grid-area: pax;    border-top: 1px solid var(--border); }
  .hp-flight-panel .search-btn   { grid-area: btn; }

  /* Oneway: depart spans both columns */
  .hp-flight-panel .search-row.is-oneway {
    grid-template-areas:
      "from from"
      "to   to"
      "depart depart"
      "pax  pax"
      "btn  btn";
  }

  .hp-flight-panel .search-field {
    background: var(--bg-elevated);
    border-radius: 0;
    border-left: none;
    padding: 11px 16px 11px 44px;
    min-height: 58px;
    position: relative;
  }
  .hp-flight-panel .search-field:hover { background: var(--bg-elevated); }
  .hp-flight-panel .search-field:first-child { border-radius: 14px 14px 0 0; }

  /* Leading icon for each row (mobile only) */
  .hp-flight-panel .search-field::before {
    content: "";
    position: absolute;
    left: 16px; top: 50%;
    width: 18px; height: 18px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.7;
  }
  .hp-flight-panel .from-field::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3ad6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z'/></svg>");
  }
  .hp-flight-panel .to-field::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6b35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 16v-2l-8-5V3.5a1.5 1.5 0 0 0-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/></svg>");
  }
  .hp-flight-panel .date-field::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3ad6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2' ry='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>");
  }
  .hp-flight-panel .pax-field::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b3ad6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/><circle cx='12' cy='7' r='4'/></svg>");
  }

  /* Trailing chevron for tap affordance on From / To / Pax */
  .hp-flight-panel .from-field::after,
  .hp-flight-panel .to-field::after,
  .hp-flight-panel .pax-field::after {
    content: "›";
    position: absolute;
    right: 14px; top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 22px;
    line-height: 1;
    pointer-events: none;
  }
  /* Hide the From chevron under the swap button */
  .hp-flight-panel .from-field::after { display: none; }

  .hp-flight-panel .field-label { font-size: 9.5px; margin-bottom: 1px; letter-spacing: 0.6px; }
  .hp-flight-panel .field-city  { font-size: 15px; font-weight: 700; }
  .hp-flight-panel .field-code  { font-size: 11px; }

  /* Floating swap button on the From/To divider */
  .hp-flight-panel .swap-btn {
    display: flex !important;
    position: absolute;
    top: calc(58px); /* sits on the divider between from + to */
    right: 14px;
    margin: 0;
    transform: translateY(-50%);
    width: 38px; height: 38px;
    background: white;
    border: 1px solid var(--border);
    box-shadow: 0 4px 12px rgba(11,58,214,0.2);
    z-index: 5;
  }
  .hp-flight-panel .swap-btn svg { width: 16px; height: 16px; transform: rotate(90deg); }
  .hp-flight-panel .swap-btn:hover { transform: translateY(-50%) rotate(180deg); }

  /* Big orange CTA */
  .hp-flight-panel .search-btn {
    width: 100%;
    min-height: 54px;
    border-radius: 0 0 13px 13px;
    font-size: 15px;
    box-shadow: none;
    margin-top: 0;
    border-top: 1px solid rgba(255,255,255,0.18);
  }

  /* Pax panel: bottom-sheet style */
  .hp-flight-panel .pax-panel {
    position: fixed;
    left: 0; right: 0; bottom: 0; top: auto;
    width: 100%;
    min-width: 0;
    border-radius: 18px 18px 0 0;
    padding: 20px 18px calc(20px + env(safe-area-inset-bottom));
    box-shadow: 0 -12px 40px rgba(0,0,0,0.25);
    z-index: 250;
  }

  /* Airport dropdown: bottom-sheet on mobile */
  .hp-flight-panel .airport-dropdown {
    position: fixed;
    left: 0; right: 0; bottom: 0; top: 30vh;
    border-radius: 18px 18px 0 0;
    max-height: 70vh;
    box-shadow: 0 -12px 40px rgba(0,0,0,0.25);
    z-index: 250;
  }

  /* Quick routes: compact horizontal scroll on mobile */
  .hp-flight-panel .quick-routes {
    margin-top: 14px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  .hp-flight-panel .quick-routes::-webkit-scrollbar { display: none; }
  .hp-flight-panel .quick-btn { flex-shrink: 0; }

  .hp-trust { gap: 14px; font-size: 11px; justify-content: flex-start; flex-wrap: wrap; }
  .hp-stats { padding: 22px 16px; }
  .hp-stat-num { font-size: 26px; }

  .hp-section { padding: 56px 16px; }
  .hp-section-head { flex-direction: column; align-items: flex-start; gap: 12px; }

  .hp-bento {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 180px);
  }
  .hp-bento-card.featured { grid-column: span 1; height: 220px; }
  .hp-bento-card.featured .hp-bento-city { font-size: 32px; }

  .hp-deals-grid { grid-template-columns: 1fr; }
  .hp-why { grid-template-columns: 1fr; gap: 14px; }
  .hp-why-card { padding: 22px; }

  .hp-news { padding: 40px 16px; }

  /* Footer mobile */
  .footer-links { gap: 28px; }
  .fc-row { font-size: 14px; }
}

@media (max-width: 480px) {
  .hp-section { padding: 40px 16px; }
  .hp-stats-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .hp-stat-num { font-size: 22px; }
  .hp-news-form { flex-direction: column; padding: 8px; border-radius: 14px; }
  .hp-news-form input { width: 100%; }
  .hp-news-form button { width: 100%; padding: 12px; }
}

/* iOS auto-zoom prevention on form inputs */
@media (max-width: 768px) {
  .hp-flight-panel input[type="text"],
  .hp-flight-panel input[type="email"],
  .hp-flight-panel input[type="tel"],
  .hp-news-form input { font-size: 16px !important; }
}


/* ── Mobile: hide nav + bottom-nav on scroll-down, show on scroll-up ──
   Desktop is untouched — these rules only apply at ≤880px. */
@media (max-width: 880px) {
  .navbar         { transition: transform 0.28s cubic-bezier(.4,0,.2,1); will-change: transform; }
  .htl-mobile-nav { transition: transform 0.32s cubic-bezier(.4,0,.2,1), opacity 0.25s ease; will-change: transform, opacity; }
  body.nav-hidden .navbar         { transform: translateY(-110%); }
  body.nav-hidden .htl-mobile-nav { transform: translateY(160%); opacity: 0; }
}
