/* ============================================================
   LAST MIN FLY — Master Stylesheet
   Breakpoints: 480 | 640 | 768 | 1024 | 1200 | 1280
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,600&family=Inter:wght@300;400;500;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

/* ─── CSS Variables — Ocean Luxury Design System ─────────── */
/*
   Palette rationale:
   · --bg / --surface: warm linen tones, never sterile white
   · --primary: deep Mediterranean blue — rich, not electric
   · --accent: natural sand-amber — warm luxury, not casino gold
   · Shadows carry a warm navy tint for depth without coldness
   · Every gray has a warm undertone, never cold blue-grays
*/
:root {

  /* ── Semantic tokens (production design system) ─────────── */

  /* Backgrounds */
  --bg:           #F8F5F0;   /* warm linen — the page canvas          */
  --surface:      #FFFFFF;   /* pure white — cards, modals, inputs     */
  --surface-2:    #F2EDE4;   /* warm cream — alternating sections      */
  --surface-dark: #0E2237;   /* deep ocean — hero / dark sections      */

  /* Borders */
  --border:       #E0D9CE;   /* warm stone — visible but calm          */
  --border-light: #EDE8DF;   /* barely-there separator                  */

  /* Text */
  --text-primary:   #111C2D; /* near-black with navy warmth             */
  --text-secondary: #45607A; /* ocean-blue mid-tone                     */
  --text-muted:     #7A93A8; /* calm, readable placeholder              */
  --text-inverse:   #FFFFFF;

  /* Brand — Ocean Blue */
  --primary:        #1A5E9A; /* deep Mediterranean blue                 */
  --primary-hover:  #144D80; /* slightly deeper on hover                */
  --primary-active: #0F3E68; /* pressed state                           */
  --primary-soft:   #E6F0FA; /* tint background for badges/chips        */
  --primary-fg:     #FFFFFF; /* text on primary background              */

  /* Accent — Natural Sand Amber */
  --accent:         #B8893C; /* warm sand — luxury without flash        */
  --accent-hover:   #9E7430; /* richer on hover                         */
  --accent-soft:    #F7EDD8; /* warm cream tint                         */
  --accent-fg:      #FFFFFF;

  /* Status */
  --success:      #2A7A55;
  --success-soft: #E8F5EE;
  --warning:      #B86E15;
  --warning-soft: #FEF3E3;
  --error:        #B83232;
  --error-soft:   #FDECEC;

  /* ── Legacy aliases (keep for backward compat with inline styles) ── */

  --navy-deepest: #091929;
  --navy-deep:    #0E2237;
  --navy-mid:     #163350;
  --navy-light:   #1D4D78;
  --blue-royal:   #1A5E9A;
  --blue-accent:  #1A5E9A;
  --blue-light:   #6BAAD6;

  /* Sand-amber replaces the old brassy gold */
  --gold:         #B8893C;
  --gold-light:   #D4A85C;
  --gold-pale:    #F7EDD8;

  --white:        #FFFFFF;
  --off-white:    #F8F5F0;
  --gray-50:      #F5F1EB;
  --gray-100:     #EDE8DF;
  --gray-200:     #E0D9CE;
  --gray-300:     #C8BFB2;
  --gray-500:     #7A93A8;
  --gray-600:     #45607A;
  --gray-700:     #2F4558;
  --gray-900:     #111C2D;

  /* ── Shadows — warm navy tint, not cold black ──────────── */
  --shadow-xs:   0 1px 3px rgba(14,34,55,0.06), 0 1px 2px rgba(14,34,55,0.04);
  --shadow-sm:   0 2px 8px rgba(14,34,55,0.08), 0 1px 3px rgba(14,34,55,0.05);
  --shadow-md:   0 6px 24px rgba(14,34,55,0.10), 0 2px 8px rgba(14,34,55,0.06);
  --shadow-lg:   0 16px 48px rgba(14,34,55,0.13), 0 4px 16px rgba(14,34,55,0.07);
  --shadow-xl:   0 24px 72px rgba(14,34,55,0.18), 0 8px 24px rgba(14,34,55,0.10);
  --shadow-gold: 0 6px 24px rgba(184,137,60,0.28);
  --shadow-navy: 0 6px 24px rgba(14,34,55,0.38);

  /* ── Radii ─────────────────────────────────────────────── */
  --radius-xs:   5px;
  --radius-sm:   10px;
  --radius-md:   16px;
  --radius-lg:   24px;
  --radius-xl:   36px;
  --radius-full: 9999px;

  /* ── Motion ─────────────────────────────────────────────── */
  --ease-out:        cubic-bezier(0.16, 1, 0.3, 1);
  --ease-inout:      cubic-bezier(0.4, 0, 0.2, 1);
  --transition:      0.25s var(--ease-inout);
  --transition-slow: 0.55s var(--ease-out);

  /* ── Layout ─────────────────────────────────────────────── */
  --max-width:   1280px;
  --section-gap: 100px;
  --nav-h:       72px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-primary);
  background: var(--bg);
  overflow-x: hidden;
  line-height: 1.6;
}

img { display: block; max-width: 100%; height: auto; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; }
fieldset { border: none; }

/* ─── Typography ─────────────────────────────────────────── */
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  line-height: 1.15;
  color: var(--navy-deep);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}
.section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
}
.section-title span { color: var(--gold); }

.section-subtitle {
  font-size: 1rem;
  color: var(--gray-500);
  max-width: 560px;
  margin-top: 12px;
  line-height: 1.7;
}

/* ─── Layout ─────────────────────────────────────────────── */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
}

section { padding: var(--section-gap) 0; }

/* Responsive grid helpers */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

/* ─── Buttons ────────────────────────────────────────────── */
/*
   Design intent:
   · Primary = Ocean blue — clear, trustworthy, action-oriented
   · Accent = Sand amber — warm CTA variant for hero / conversion
   · Navy = Dark anchor — for dark-bg contexts
   · No gradients on primary — solid color converts better
   · Subtle lift on hover, never dramatic
*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: var(--transition);
  white-space: nowrap;
  line-height: 1;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
}
.btn:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

/* Primary — Ocean blue, solid, conversion-focused */
.btn-primary {
  background: var(--primary);
  color: var(--primary-fg);
  border-color: var(--primary);
  box-shadow: 0 1px 3px rgba(26,94,154,0.20), 0 4px 12px rgba(26,94,154,0.15);
}
.btn-primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(26,94,154,0.28), 0 2px 6px rgba(26,94,154,0.16);
}
.btn-primary:active {
  background: var(--primary-active);
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(26,94,154,0.20);
}

/* Accent — warm amber for hero CTAs & booking urgency */
.btn-accent {
  background: var(--accent);
  color: var(--accent-fg);
  border-color: var(--accent);
  box-shadow: 0 2px 8px rgba(184,137,60,0.22);
}
.btn-accent:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(184,137,60,0.30);
}

/* Navy — deep ocean, for dark section CTAs */
.btn-navy {
  background: var(--navy-deep);
  color: var(--white);
  border-color: var(--navy-deep);
  box-shadow: 0 2px 8px rgba(14,34,55,0.25);
}
.btn-navy:hover {
  background: var(--navy-mid);
  border-color: var(--navy-mid);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(14,34,55,0.35);
}

/* Outline — secondary actions */
.btn-outline {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline:hover {
  background: var(--primary-soft);
  transform: translateY(-1px);
}

/* Outline accent variant */
.btn-outline-accent {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent);
}
.btn-outline-accent:hover {
  background: var(--accent-soft);
  transform: translateY(-1px);
}

/* Ghost — on dark/photo backgrounds */
.btn-ghost {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.35);
  color: var(--white);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.20);
  border-color: rgba(255,255,255,0.60);
  transform: translateY(-1px);
}

/* Sizes */
.btn-sm  { padding: 9px 18px; font-size: 0.8125rem; border-radius: var(--radius-xs); }
.btn-lg  { padding: 16px 36px; font-size: 1rem; }
.btn-xl  { padding: 18px 44px; font-size: 1.0625rem; }

/* Backward compat: --gold mapped to --accent, so old btn-primary gradient is now solid */

/* ─── NAVIGATION ─────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 18px 0;
  transition: background 0.35s var(--ease-out), box-shadow 0.35s, padding 0.35s;
}
.navbar.scrolled {
  background: rgba(14, 34, 55, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 12px 0;
  box-shadow: 0 2px 20px rgba(14,34,55,0.30);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Logo */
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo-icon {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--gold), #a8823a);
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  box-shadow: var(--shadow-gold);
  flex-shrink: 0;
}
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.125rem; font-weight: 700;
  color: var(--white); line-height: 1;
}
.nav-logo-tagline {
  font-size: 0.58rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-light);
  line-height: 1; margin-top: 3px;
}

/* Desktop nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}
.nav-links a {
  color: rgba(255,255,255,0.82);
  font-size: 0.875rem; font-weight: 500;
  padding: 8px 13px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-light);
  background: rgba(255,255,255,0.08);
}

/* Nav CTA */
.nav-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-phone {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.72);
  font-size: 0.8125rem;
  white-space: nowrap;
}
.nav-phone a { color: rgba(255,255,255,0.72); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  margin-left: auto;
  flex-shrink: 0;
  border-radius: 8px;
  transition: var(--transition);
}
.hamburger:hover { background: rgba(255,255,255,0.08); }
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── MOBILE MENU ────────────────────────────────────────── */
.mobile-menu {
  display: block;
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(340px, 100vw);
  background: var(--navy-deepest);
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.4s var(--ease-out);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: -8px 0 40px rgba(0,0,0,0.5);
}
.mobile-menu.active { transform: translateX(0); }

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px 28px 36px;
}

.mobile-menu-logo {
  padding-bottom: 28px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

/* Mobile overlay */
.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 998;
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s;
}
.mobile-overlay.active { display: block; opacity: 1; }

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 16px 0;
  flex: 1;
}
.mobile-nav a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,0.8);
  font-size: 1rem;
  font-weight: 500;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: var(--transition);
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover, .mobile-nav a.active {
  color: var(--gold-light);
  padding-left: 6px;
}
.mob-icon { font-size: 1rem; width: 22px; text-align: center; flex-shrink: 0; }

.mobile-menu-footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.mobile-phone-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  padding: 10px;
}

/* ─── HERO ───────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 8s ease-out;
  will-change: transform;
}
.hero-bg.loaded { transform: scale(1); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg,
    rgba(5,16,30,0.88) 0%,
    rgba(13,27,42,0.72) 40%,
    rgba(30,77,140,0.42) 100%
  );
}
.hero-content {
  position: relative; z-index: 1;
  padding: calc(var(--nav-h) + 40px) 0 60px;
  width: 100%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.35);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-full);
  padding: 7px 16px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 20px;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.25rem, 7vw, 5.5rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 20px;
}
.hero-title em { font-style: italic; color: var(--gold-light); display: block; }
.hero-subtitle {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.75);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 32px;
}
.hero-btn-group { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-stats {
  display: flex;
  gap: clamp(20px, 4vw, 48px);
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-wrap: wrap;
}
.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.hero-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin-top: 4px; }

/* ─── SEARCH BOX ─────────────────────────────────────────── */
.search-box {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 4vw, 32px);
  box-shadow: var(--shadow-xl);
  margin-top: 40px;
  border: 1px solid rgba(255,255,255,0.6);
}
.search-tabs {
  display: flex;
  gap: 4px;
  background: var(--gray-100);
  padding: 4px;
  border-radius: 10px;
  margin-bottom: 20px;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
}
.search-tab {
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 0.8375rem;
  font-weight: 600;
  color: var(--gray-500);
  transition: var(--transition);
  white-space: nowrap;
}
.search-tab.active {
  background: var(--white);
  color: var(--navy-deep);
  box-shadow: var(--shadow-sm);
}
.search-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 160px 160px auto;
  gap: 10px;
  align-items: end;
}
.search-field { display: flex; flex-direction: column; gap: 5px; }
.search-field label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.search-field input,
.search-field select {
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.9375rem;
  color: var(--text-primary);
  background: var(--surface);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
}
.search-field input:hover,
.search-field select:hover { border-color: var(--gray-300); }
.search-field input:focus,
.search-field select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26,94,154,0.10);
}
.search-field input::placeholder { color: var(--text-muted); }
.search-btn {
  background: var(--primary);
  color: var(--primary-fg);
  border-radius: var(--radius-sm);
  padding: 13px 22px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(26,94,154,0.22);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.search-btn:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(26,94,154,0.30);
}
.search-popular { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; align-items: center; }
.search-popular-label { font-size: 0.78rem; color: var(--gray-500); }

/* ─── PAGE HERO (inner pages) ────────────────────────────── */
.page-hero {
  padding: calc(var(--nav-h) + 60px) 0 70px;
  background: linear-gradient(135deg, var(--navy-deepest), var(--navy-light));
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -60%; right: -20%;
  width: 70vw; height: 70vw;
  background: radial-gradient(circle, rgba(37,99,235,0.14) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero h1 { color: var(--white); font-size: clamp(2rem, 5vw, 3.75rem); margin-bottom: 14px; }
.page-hero .section-label { color: var(--gold-light); opacity: 0.9; }
.page-hero .section-label::before { background: var(--gold-light); }
.page-hero p { color: rgba(255,255,255,0.65); font-size: 1.0625rem; max-width: 520px; }

.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; color: rgba(255,255,255,0.45);
  margin-bottom: 22px; flex-wrap: wrap;
}
.breadcrumb a { color: rgba(255,255,255,0.45); transition: var(--transition); }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb span { color: rgba(255,255,255,0.8); }

/* ─── DESTINATION CARDS ──────────────────────────────────── */
.dest-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.dest-card-img {
  width: 100%; object-fit: cover;
  transition: transform 0.7s var(--ease-out);
  display: block;
}
.dest-card:hover .dest-card-img { transform: scale(1.08); }
.dest-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,16,30,0.88) 0%, rgba(5,16,30,0.3) 45%, transparent 100%);
  transition: var(--transition);
}
.dest-card:hover .dest-card-overlay { background: linear-gradient(to top, rgba(5,16,30,0.92) 0%, rgba(5,16,30,0.42) 55%, transparent 100%); }
.dest-card-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 24px; }
.dest-card-country { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 5px; }
.dest-card-city { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--white); line-height: 1.1; margin-bottom: 10px; }
.dest-card-meta { display: flex; align-items: center; justify-content: space-between; }
.dest-card-price { color: rgba(255,255,255,0.72); font-size: 0.8rem; }
.dest-card-price strong { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--gold-light); }
.dest-card-arrow {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; color: var(--white);
  transition: var(--transition);
  transform: translateX(-8px);
  opacity: 0;
}
.dest-card:hover .dest-card-arrow { transform: translateX(0); opacity: 1; background: var(--gold); }

/* ─── DEAL / PACKAGE CARDS ───────────────────────────────── */
/*
   Design intent:
   · White surface on warm --bg creates clean hierarchy
   · Border is warm stone, not cool gray
   · Hover: gentle 4px lift with warmer shadow — not dramatic
   · Badge: solid colors, no gradients
*/
.deal-card {
  background: var(--surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  transition: box-shadow 0.25s var(--ease-out), transform 0.25s var(--ease-out), border-color 0.25s;
  display: flex;
  flex-direction: column;
}
.deal-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: var(--border);
}
.deal-card-img-wrap { overflow: hidden; position: relative; }
.deal-card-img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover;
  transition: transform 0.55s var(--ease-out); display: block;
}
.deal-card:hover .deal-card-img { transform: scale(1.03); }

/* Badges — solid, readable, not gradient */
.deal-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--error);
  color: var(--white);
  font-size: 0.7rem; font-weight: 700;
  padding: 4px 11px; border-radius: var(--radius-xs);
  letter-spacing: 0.05em; text-transform: uppercase;
}
.deal-badge.sale {
  background: var(--accent);
  color: var(--white);
}
.deal-badge.new-badge {
  background: var(--primary);
  color: var(--white);
}

.deal-card-body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.deal-card-dest {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 6px;
}
.deal-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.075rem; font-weight: 600;
  color: var(--text-primary); margin-bottom: 10px; line-height: 1.3;
}
.deal-card-info {
  display: flex; gap: 10px; margin-bottom: 14px;
  font-size: 0.775rem; color: var(--text-muted); flex-wrap: wrap;
}
.deal-card-info span { display: flex; align-items: center; gap: 4px; }
.deal-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: auto; padding-top: 14px;
  border-top: 1px solid var(--border-light); gap: 10px; flex-wrap: wrap;
}
.deal-price-old {
  font-size: 0.78rem; color: var(--gray-300);
  text-decoration: line-through; line-height: 1;
}
.deal-price-new {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; font-weight: 700;
  color: var(--text-primary); line-height: 1;
}
.deal-price-new small {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem; font-weight: 400; color: var(--text-muted);
}

/* ─── GENERIC CARD BASE (feature cards, review cards, etc.) ─ */
.card-base {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}
.card-base:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

/* ─── REVIEW CARDS ───────────────────────────────────────── */
.review-card {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  transition: box-shadow 0.25s var(--ease-out), transform 0.25s var(--ease-out);
  position: relative;
}
.review-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.review-card::before {
  content: '"';
  position: absolute; top: 14px; right: 22px;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  color: var(--accent); opacity: 0.14; line-height: 1;
  pointer-events: none;
}
.review-stars { display: flex; gap: 2px; margin-bottom: 12px; color: var(--accent); font-size: 0.875rem; }
.review-text {
  font-size: 0.9rem; color: var(--text-secondary);
  line-height: 1.78; margin-bottom: 18px; font-style: italic;
}
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--accent-soft); flex-shrink: 0;
}
.review-name { font-weight: 600; color: var(--text-primary); font-size: 0.875rem; }
.review-meta { font-size: 0.76rem; color: var(--text-muted); margin-top: 2px; }

/* ─── FEATURE CARDS ──────────────────────────────────────── */
.feature-card {
  padding: 30px 26px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-xs);
  transition: box-shadow 0.25s var(--ease-out), transform 0.25s var(--ease-out), border-color 0.25s;
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transition: transform 0.35s var(--ease-out);
  transform-origin: left;
}
.feature-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: var(--border);
}
.feature-card:hover::after { transform: scaleX(1); }
.feature-icon {
  width: 52px; height: 52px;
  border-radius: var(--radius-sm);
  background: var(--primary-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.375rem; margin-bottom: 18px;
  transition: background 0.25s var(--ease-out), transform 0.25s;
}
.feature-card:hover .feature-icon {
  background: var(--primary);
  transform: scale(1.05);
}
.feature-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.075rem; font-weight: 600;
  color: var(--text-primary); margin-bottom: 10px;
}
.feature-text { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.72; }

/* ─── GALLERY GRID ───────────────────────────────────────── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 260px;
  gap: 10px;
}
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius-sm); cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.gallery-item:nth-child(2) { grid-column: span 4; }
.gallery-item:nth-child(3) { grid-column: span 3; }
.gallery-item:nth-child(4) { grid-column: span 3; }
.gallery-item:nth-child(5) { grid-column: span 4; }
.gallery-item-overlay {
  position: absolute; inset: 0;
  background: rgba(5,16,30,0);
  transition: var(--transition);
  display: flex; align-items: center; justify-content: center;
}
.gallery-item:hover .gallery-item-overlay { background: rgba(5,16,30,0.38); }
.gallery-item-icon {
  width: 48px; height: 48px;
  background: rgba(255,255,255,0.9); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.125rem;
  transform: scale(0); transition: transform 0.3s var(--ease-out);
}
.gallery-item:hover .gallery-item-icon { transform: scale(1); }

/* ─── STATS STRIP ────────────────────────────────────────── */
.stats-strip {
  background: var(--primary);
  padding: 48px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.stat-num { font-family: 'Playfair Display', serif; font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 700; color: var(--white); line-height: 1; }
.stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.75); margin-top: 6px; font-weight: 500; }

/* ─── NEWSLETTER ─────────────────────────────────────────── */
.newsletter-section {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-light) 60%, var(--blue-royal));
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.newsletter-section::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw; height: 100%;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.08), transparent 65%);
  pointer-events: none;
}
.newsletter-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.newsletter-form { display: flex; gap: 10px; flex: 1; min-width: 260px; max-width: 480px; }
.newsletter-form input {
  flex: 1;
  padding: 14px 20px;
  border-radius: var(--radius-full);
  border: 1.5px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 0.9375rem;
  outline: none;
  transition: var(--transition);
  min-width: 0;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.42); }
.newsletter-form input:focus { border-color: var(--gold); background: rgba(255,255,255,0.12); }

/* ─── FOOTER ─────────────────────────────────────────────── */
.footer { background: #0A1929; padding: 72px 0 0; color: rgba(255,255,255,0.55); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.1fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-brand p { font-size: 0.875rem; line-height: 1.75; margin: 18px 0 24px; max-width: 290px; }
.footer-socials { display: flex; gap: 8px; }
.footer-social {
  width: 38px; height: 38px; border-radius: 9px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; color: rgba(255,255,255,0.5);
  transition: var(--transition);
}
.footer-social:hover { background: var(--gold); border-color: var(--gold); color: var(--white); transform: translateY(-3px); }
.footer-trust { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.trust-chip {
  font-size: 0.72rem; font-weight: 700;
  padding: 5px 10px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: var(--radius-full);
  color: var(--gold-light);
  letter-spacing: 0.04em;
}
.footer-heading { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 600; color: var(--white); margin-bottom: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.85rem; color: rgba(255,255,255,0.52); transition: var(--transition); display: flex; align-items: center; gap: 0; }
.footer-links a::before { content: '→'; margin-right: 7px; opacity: 0; transition: var(--transition); transform: translateX(-4px); }
.footer-links a:hover { color: var(--gold-light); }
.footer-links a:hover::before { opacity: 1; transform: translateX(0); }
.footer-contact-item { display: flex; gap: 11px; margin-bottom: 14px; font-size: 0.85rem; }
.footer-contact-icon {
  width: 30px; height: 30px;
  background: rgba(201,168,76,0.12);
  border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; color: var(--gold);
  flex-shrink: 0;
}
.footer-bottom {
  padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.78rem; color: rgba(255,255,255,0.3);
  flex-wrap: wrap; gap: 12px;
}
.footer-copy { flex: 1; min-width: 200px; }
.footer-bottom-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom-links a { color: rgba(255,255,255,0.3); font-size: 0.78rem; transition: var(--transition); }
.footer-bottom-links a:hover { color: var(--gold-light); }

/* ─── STICKY CTA ─────────────────────────────────────────── */
.sticky-cta { position: fixed; bottom: 24px; right: 24px; z-index: 900; }
.sticky-whatsapp {
  width: 54px; height: 54px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: white;
  box-shadow: 0 8px 24px rgba(37,211,102,0.45);
  transition: var(--transition);
  animation: pulse-green 2.5s infinite;
}
.sticky-whatsapp:hover { transform: scale(1.1); }
@keyframes pulse-green {
  0%, 100% { box-shadow: 0 8px 24px rgba(37,211,102,0.45); }
  50%       { box-shadow: 0 8px 36px rgba(37,211,102,0.65); }
}

/* ─── BOTTOM TAB NAVIGATION (mobile only) ───────────────────── */
.bottom-nav {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 995;
  background: rgba(5, 16, 30, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  box-shadow: 0 -8px 32px rgba(0,0,0,0.35);
}
.bottom-nav-inner {
  display: flex;
  align-items: stretch;
}
.bottom-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 10px 4px 10px;
  color: rgba(255,255,255,0.42);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s, background 0.2s;
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  text-decoration: none;
  min-height: 58px;
}
.bottom-nav-item::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%;
  height: 2px;
  background: var(--gold);
  border-radius: 0 0 3px 3px;
  transform: scaleX(0);
  transition: transform 0.25s var(--ease-out);
}
.bottom-nav-item.active {
  color: var(--gold-light);
}
.bottom-nav-item.active::before {
  transform: scaleX(1);
}
.bottom-nav-icon {
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 0.2s var(--ease-out);
}
.bottom-nav-item.active .bottom-nav-icon {
  transform: translateY(-2px);
}
.bottom-nav-item:active .bottom-nav-icon {
  transform: scale(0.88);
}
.bottom-nav-label {
  line-height: 1;
}

/* Active dot indicator */
.bottom-nav-item.active .bottom-nav-label {
  color: var(--gold-light);
}

/* ─── GLASS UTILITY — used sparingly on photo backgrounds ─── */
.glass {
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius-md);
}
.glass-dark {
  background: rgba(14,34,55,0.55);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
}

/* ─── SCROLL REVEAL ──────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal-left  { opacity: 0; transform: translateX(-28px); transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out); }
.reveal-right { opacity: 0; transform: translateX(28px);  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out); }
.reveal-left.visible, .reveal-right.visible { opacity: 1; transform: translateX(0); }

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ─── TAGS / CHIPS ───────────────────────────────────────── */
.tag {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--surface-2); color: var(--text-secondary);
  padding: 5px 13px; border-radius: var(--radius-xs);
  font-size: 0.8rem; font-weight: 500; transition: var(--transition);
  cursor: pointer; white-space: nowrap;
  border: 1px solid var(--border-light);
}
.tag:hover {
  background: var(--accent-soft);
  color: var(--accent);
  border-color: var(--accent-soft);
}
.tag-navy {
  background: var(--primary-soft);
  color: var(--primary);
  border-color: transparent;
}
.tag-navy:hover {
  background: var(--primary);
  color: var(--white);
}

/* ─── FORMS ──────────────────────────────────────────────── */
/*
   Design intent:
   · Warm stone border, not cold gray
   · Focus ring uses --primary (ocean blue) — clear, accessible
   · Background is pure white to contrast the warm --bg
   · Labels are dark and clear for readability
*/
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-label {
  font-size: 0.825rem;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.01em;
}
.form-input {
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.9375rem;
  color: var(--text-primary);
  background: var(--surface);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  line-height: 1.5;
}
.form-input::placeholder {
  color: var(--text-muted);
  font-weight: 400;
}
.form-input:hover {
  border-color: var(--gray-300);
}
.form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26,94,154,0.10);
}
.form-input:disabled {
  background: var(--gray-50);
  color: var(--text-muted);
  cursor: not-allowed;
}
textarea.form-input { resize: vertical; min-height: 120px; line-height: 1.6; }

/* ─── FAQ ACCORDION ──────────────────────────────────────── */
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden; margin-bottom: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item.open { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(26,94,154,0.06); }
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 17px 20px; cursor: pointer;
  font-weight: 600; font-size: 0.9375rem; color: var(--text-primary);
  transition: background 0.2s; user-select: none; gap: 12px;
}
.faq-question:hover { background: var(--surface-2); }
.faq-item.open .faq-question { background: var(--primary-soft); }
.faq-icon {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--surface-2);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 0.9rem;
  transition: background 0.2s, transform 0.2s, color 0.2s;
  color: var(--text-muted);
}
.faq-item.open .faq-icon {
  background: var(--primary); color: var(--white); transform: rotate(45deg);
}
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-out); }
.faq-item.open .faq-answer { max-height: 500px; }
.faq-answer-inner {
  padding: 0 20px 18px;
  font-size: 0.9375rem; color: var(--text-secondary); line-height: 1.75;
}

/* ─── BOOKING STEPS ──────────────────────────────────────── */
.steps-wrap { display: flex; align-items: flex-start; gap: 0; margin-bottom: 40px; overflow-x: auto; padding-bottom: 4px; }
.step-item { display: flex; align-items: center; flex: 1; min-width: 0; }
.step-inner { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.step-circle {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--gray-200); color: var(--gray-500);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.875rem;
  transition: var(--transition);
}
.step-item.active .step-circle { background: var(--gold); color: var(--white); box-shadow: var(--shadow-gold); }
.step-item.done .step-circle { background: var(--blue-accent); color: var(--white); }
.step-label { font-size: 0.72rem; font-weight: 600; color: var(--gray-400); margin-top: 5px; white-space: nowrap; }
.step-item.active .step-label { color: var(--gold); }
.step-item.done .step-label { color: var(--blue-accent); }
.step-connector { flex: 1; height: 2px; background: var(--gray-200); margin: 0 6px; transform: translateY(-10px); }
.step-item.done + .step-item .step-connector { background: var(--blue-accent); }

/* ─── CUSTOM CHECKBOX ────────────────────────────────────── */
.custom-check { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 0.875rem; color: var(--gray-700); }
.custom-check input { position: absolute; opacity: 0; width: 0; height: 0; }
.check-box {
  width: 20px; height: 20px; border-radius: 5px;
  border: 2px solid var(--gray-300);
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition); flex-shrink: 0;
  font-size: 0.75rem; color: transparent; margin-top: 1px;
}
.custom-check input:checked ~ .check-box { background: var(--gold); border-color: var(--gold); color: white; }

/* ─── RANGE SLIDER ───────────────────────────────────────── */
input[type=range] { -webkit-appearance: none; width: 100%; height: 4px; border-radius: 2px; background: var(--gray-200); outline: none; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); cursor: pointer; box-shadow: var(--shadow-gold); }

/* ─── MISC ───────────────────────────────────────────────── */
.map-placeholder {
  width: 100%; height: 360px;
  background: var(--gray-100); border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 12px; color: var(--gray-400);
}
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--gray-100); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

.page-transition { animation: fadeInPage 0.45s var(--ease-out); }
@keyframes fadeInPage { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* Tooltip */
[data-tooltip] { position: relative; }
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute; bottom: calc(100% + 7px); left: 50%; transform: translateX(-50%);
  white-space: nowrap; background: var(--navy-deep); color: var(--white);
  font-size: 0.72rem; padding: 5px 10px; border-radius: 6px;
  opacity: 0; pointer-events: none; transition: opacity 0.2s;
}
[data-tooltip]:hover::after { opacity: 1; }

/* ─── SLIDER (injected by JS) ────────────────────────────── */
.testimonials-slider { overflow: hidden; position: relative; }
.testimonials-track { display: flex; transition: transform 0.5s cubic-bezier(0.16,1,0.3,1); will-change: transform; }
.testimonials-track .slide { min-width: 100%; }
.slider-controls { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.slider-btn {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid var(--gray-200);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: var(--transition);
  background: white; color: var(--navy-deep); font-size: 1rem;
}
.slider-btn:hover { background: var(--gold); border-color: var(--gold); color: white; transform: scale(1.08); }
.slider-dots { display: flex; gap: 7px; }
.slider-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gray-300); border: none; cursor: pointer; transition: var(--transition);
}
.slider-dot.active { background: var(--gold); width: 22px; border-radius: 4px; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ═══════════════════════════════════════════════════════════ */

/* ── 1200px: Large Tablet / Small Desktop ─────────────────── */
@media (max-width: 1200px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-phone { display: none; }
}

/* ── Navbar slim on mobile (bottom nav handles primary nav) ── */
@media (max-width: 1024px) {
  .navbar { padding: 12px 0; }
  .navbar.scrolled { padding: 10px 0; }
  .nav-logo-tagline { display: none; }
  .nav-logo-name { font-size: 1rem; }
  .nav-logo-icon { width: 36px; height: 36px; font-size: 1.05rem; }
}

/* ── 1024px: Tablet Landscape ────────────────────────────── */
@media (max-width: 1024px) {
  :root { --section-gap: 72px; }

  .nav-links { display: none; }
  .nav-cta .btn { display: none; }
  .hamburger { display: flex; }

  /* Show bottom tab nav */
  .bottom-nav { display: flex; flex-direction: column; }

  /* Push page content above bottom nav */
  body {
    padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
  }

  /* Lift WhatsApp button above bottom nav */
  .sticky-cta {
    bottom: calc(70px + env(safe-area-inset-bottom, 0px));
    right: 16px;
  }
  .sticky-whatsapp { width: 48px; height: 48px; font-size: 1.25rem; }

  .search-fields {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .search-fields .search-btn {
    grid-column: 1 / -1;
    border-radius: var(--radius-sm);
    padding: 14px;
    justify-content: center;
  }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }

  .gallery-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 200px;
  }
  .gallery-item:nth-child(1) { grid-column: span 4; grid-row: span 2; }
  .gallery-item:nth-child(2) { grid-column: span 2; }
  .gallery-item:nth-child(3) { grid-column: span 2; }
  .gallery-item:nth-child(4) { grid-column: span 3; }
  .gallery-item:nth-child(5) { grid-column: span 3; }

  .newsletter-inner { gap: 32px; }
}

/* ── 900px: Tablet Portrait ──────────────────────────────── */
@media (max-width: 900px) {
  /* Flights page filter + results stack */
  .flights-layout {
    grid-template-columns: 1fr !important;
  }
  .filter-sidebar {
    position: static !important;
    max-height: none !important;
  }

  /* Booking layout stack */
  .booking-layout {
    grid-template-columns: 1fr !important;
  }
  .booking-sidebar { position: static !important; }
}

/* ── 768px: Mobile Landscape / Small Tablet ──────────────── */
@media (max-width: 768px) {
  :root { --section-gap: 56px; }

  /* Flash sale featured grid (deals page) */
  [style*="grid-template-columns:1.5fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* Contact / About two-col grids */
  [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* FAQ sidebar layout */
  [style*="grid-template-columns:1fr 280px"] {
    grid-template-columns: 1fr !important;
  }
  [style*="position:sticky;top:90px"] {
    position: static !important;
  }

  .container { padding: 0 16px; }

  .grid-2, .grid-3 { grid-template-columns: 1fr; }

  /* Hero */
  .hero-stats { flex-direction: row; flex-wrap: wrap; column-gap: 28px; row-gap: 18px; }
  .hero-btn-group { flex-direction: column; align-items: flex-start; }
  .hero-btn-group .btn { width: 100%; }

  /* Search */
  .search-box { padding: 18px; border-radius: var(--radius-md); }
  .search-tabs { width: 100%; overflow-x: auto; }
  .search-fields { grid-template-columns: 1fr 1fr; }
  .search-fields .search-field:nth-child(n+3) { /* date fields go full width */ }
  .search-fields .search-btn {
    grid-column: 1 / -1;
    justify-content: center;
  }

  /* Destination mega grid simplify */
  .dest-mega-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
    gap: 12px !important;
  }
  .dest-mega-grid .dest-card {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .dest-mega-grid .dest-card:first-child {
    grid-column: 1 / -1 !important;
  }
  .dest-mega-grid .dest-card-img { height: 240px !important; }

  /* Stats */
  .stats-grid { grid-template-columns: 1fr 1fr; }

  /* Gallery */
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
  }
  .gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .gallery-item:nth-child(1) { grid-column: 1 / -1; grid-row: span 1; }

  /* Newsletter */
  .newsletter-inner { flex-direction: column; gap: 28px; }
  .newsletter-form { max-width: 100%; width: 100%; flex-direction: column; }
  .newsletter-form input { min-width: 0; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: none; }

  /* About page two cols */
  .about-grid-2 { grid-template-columns: 1fr !important; }

  /* Deal card footer */
  .deal-card-footer { flex-direction: row; }
}

/* ── 640px: Mobile ───────────────────────────────────────── */
@media (max-width: 640px) {
  :root { --section-gap: 48px; }

  /* Buttons */
  .btn-lg { padding: 14px 28px; font-size: 0.9375rem; }

  /* Search form: single column */
  .search-fields { grid-template-columns: 1fr; }

  /* Grid fixes */
  .grid-4 { grid-template-columns: 1fr; }

  /* Hero stats: 2-col */
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

  /* Gallery: single col */
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 8px;
  }
  .gallery-item:nth-child(n) { grid-column: 1; grid-row: auto; }
  .gallery-item { aspect-ratio: 16/9; }

  /* Footer stack fully */
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }
  .footer-bottom-links { justify-content: center; gap: 14px; }

  /* Stats 2 col */
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 18px; }

  /* Destination mega grid: 1 col on small screens */
  .dest-mega-grid {
    grid-template-columns: 1fr !important;
  }
  .dest-mega-grid .dest-card:first-child {
    grid-column: 1 !important;
  }

  /* Review card grid */
  .testimonials-track .slide .grid-3 { grid-template-columns: 1fr; }

  /* Search popular tags */
  .search-popular { gap: 6px; }
  .search-popular .tag { font-size: 0.72rem; padding: 4px 10px; }

  /* Sticky CTA position */
  .sticky-cta { bottom: 16px; right: 16px; }

  /* Booking steps text hide on small */
  .step-label { display: none; }
  .step-connector { margin: 0 4px; }
}

/* ── 480px: Small Mobile ─────────────────────────────────── */
@media (max-width: 480px) {
  .hero-title { font-size: 2rem; }
  .section-title { font-size: 1.625rem; }

  .page-hero { padding: calc(var(--nav-h) + 40px) 0 52px; }
  .page-hero h1 { font-size: 1.875rem; }

  .search-box { padding: 14px; }
  .search-tab { padding: 8px 12px; font-size: 0.78rem; }

  .booking-main { padding: 24px 18px; }

  /* Stats: 2 cols even on smallest */
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .stat-num { font-size: 1.5rem; }

  .deal-card-footer { flex-direction: column; align-items: flex-start; gap: 12px; }
  .deal-card-footer .btn { width: 100%; }

  /* FAQ sidebar hide */
  .faq-aside { display: none; }
  .faq-main-col { grid-column: 1 / -1 !important; }

  .footer-bottom-links { gap: 10px; }

  .review-card { padding: 20px 18px; }
  .feature-card { padding: 24px 20px; }
}

/* ── Touch / Hover media ─────────────────────────────────── */
@media (hover: none) {
  .dest-card-arrow { opacity: 1; transform: translateX(0); }
  .gallery-item-icon { transform: scale(1); }
  .gallery-item-overlay { background: rgba(5,16,30,0.25); }
}

/* ── Reduced Motion ──────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.1ms !important; }
  .hero-bg { transition: none; }
  .reveal, .reveal-left, .reveal-right { opacity: 1; transform: none; transition: none; }
}

/* ── Print ───────────────────────────────────────────────── */
@media print {
  .navbar, .mobile-menu, .sticky-cta, .newsletter-section, .bottom-nav { display: none !important; }
  .hero { min-height: auto; }
  body { color: black; padding-bottom: 0 !important; }
}

/* ── Premium polish additions ────────────────────────────── */

/* Smoother page-hero on mobile with bottom nav visible */
@media (max-width: 1024px) {
  .page-hero {
    padding: calc(var(--nav-h) + 40px) 0 56px;
  }
}

/* Better hero on very small screens */
@media (max-width: 480px) {
  .hero-content {
    padding-top: calc(var(--nav-h) + 24px);
  }
  .hero-btn-group .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Booking steps: responsive inner grid */
@media (max-width: 600px) {
  .booking-main [style*="grid-template-columns:1fr 1fr 1fr"] {
    grid-template-columns: 1fr 1fr !important;
  }
  .booking-main [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* Contact form name row: responsive */
@media (max-width: 600px) {
  .contact-form [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* Trust strip on holidays: responsive */
@media (max-width: 640px) {
  [style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Passenger blocks: stack on small mobile */
@media (max-width: 540px) {
  .passenger-block [style*="grid-template-columns:1fr 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* Destinations region filter: horizontal scroll on mobile */
.region-filter {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.region-filter::-webkit-scrollbar { display: none; }

/* About page timeline + awards: stack on mobile */
@media (max-width: 768px) {
  .timeline { padding-left: 24px; }
}

/* Footer bottom nav clear area on mobile */
@media (max-width: 1024px) {
  .footer {
    padding-bottom: 16px;
  }
}

/* Deal hero cards: stack properly on mobile */
@media (max-width: 640px) {
  .deal-hero-body { padding: 20px; }
  .deal-hero-body h3 { font-size: 1.25rem !important; }
  .deal-hero-body [style*="font-size:2.25rem"] { font-size: 1.75rem !important; }
  .countdown-small { flex-wrap: wrap; gap: 6px; }
}

/* Stats strip on about page */
.stats-strip { overflow-x: auto; }

/* Category filter bar (holidays page): smooth horizontal scroll */
[aria-label="Package type filter"] {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
[aria-label="Package type filter"]::-webkit-scrollbar { display: none; }

/* Smooth focus rings (accessibility) */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}
