/* ============================================================
   NASHIVAI SAFARIS — PREMIUM FOREST GREEN CSS FRAMEWORK v3.0
   Tanzania Specialist · Safari Experts · East Africa

   FOREST GREEN PALETTE:
   Forest Deep:       #1a3022  (dark forest green)
   Forest:            #223E2C  (forest green)
   Forest Mid:        #2d5a3d  (mid forest green)
   Forest Light:      #3d7a52  (light forest green)
   Gold:              #D4A037  (golden accent)
   Brown:             #4B2E0F  (warm brown)
   Cream:             #F7F3E8  (warm cream)
   ============================================================ */

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

/* ── CSS Variables ── */
:root {
  /* Forest Green Palette */
  --green-deep:    #1a3022;
  --green-forest:  #223E2C;
  --green-mid:     #2d5a3d;
  --green-light:   #3d7a52;
  --green-pale:    #5a9e72;
  --brown:         #4B2E0F;
  --brown-mid:     #6B4420;
  --gold:          #D4A037;
  --gold-light:    #E8B84B;
  --gold-dark:     #B8862E;
  --cream:         #F7F3E8;
  --cream-dark:    #EDE6CE;
  --linen:         #FDFAF5;
  --grey-warm:     #7A7A72;
  --charcoal:      #1e2820;
  --charcoal-mid:  #3a4a3e;
  --charcoal-light:#5a6e60;
  --white:         #FFFFFF;
  --black:         #080D09;

  /* Aliases to keep any lingering savannah references working */
  --sav-dust:      #D4B896;
  --sav-tan:       #C4A070;
  --sav-brown:     #8B6F47;
  --sav-deep:      #1a3022;
  --sav-espresso:  #1a3022;
  --burnt:         #D4A037;
  --burnt-dark:    #B8862E;
  --burnt-light:   #E8B84B;
  --bush:          #2d5a3d;
  --bush-mid:      #3d7a52;
  --bush-light:    #5a9e72;

  /* Overlay variants */
  --overlay-dark:  rgba(15,25,18,0.78);
  --overlay-mid:   rgba(15,25,18,0.55);
  --overlay-light: rgba(15,25,18,0.32);
  --overlay-cream: rgba(247,243,232,0.92);

  /* Fonts */
  --font-serif:    'Playfair Display', 'Georgia', serif;
  --font-display:  'Cormorant Garamond', 'Georgia', serif;
  --font-sans:     'Plus Jakarta Sans', 'Inter', sans-serif;

  /* Shadows */
  --shadow-sm:     0 2px 8px rgba(26,48,34,0.14);
  --shadow-card:   0 6px 28px rgba(26,48,34,0.20);
  --shadow-hover:  0 16px 52px rgba(26,48,34,0.32);
  --shadow-xl:     0 24px 72px rgba(15,25,18,0.40);

  /* Radii */
  --radius:        10px;
  --radius-lg:     18px;
  --radius-xl:     28px;
  --radius-pill:   50px;

  /* Transitions */
  --transition:    all 0.38s cubic-bezier(0.4,0,0.2,1);
  --transition-fast: all 0.2s ease;

  /* Forest texture */
  --texture-url:   url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232d5a3d' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--charcoal);
  background: var(--linen);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: var(--font-sans); }
ul, ol { list-style: none; }

/* ── Typography ── */
h1,h2,h3,h4,h5,h6 { font-family: var(--font-serif); line-height: 1.2; color: var(--green-deep); }
p { color: var(--charcoal-light); line-height: 1.85; }

/* ── Container ── */
.container        { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.container-wide   { max-width: 1440px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 900px;  margin: 0 auto; padding: 0 24px; }

/* ── Section Spacing ── */
.section-pad    { padding: 90px 0; }
.section-pad-sm { padding: 60px 0; }
.section-pad-lg { padding: 120px 0; }

/* ── Section Labels & Eyebrows ── */
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 800; letter-spacing: 3px;
  text-transform: uppercase; color: var(--burnt);
  margin-bottom: 14px;
}
.section-label::before, .section-label::after {
  content: ''; width: 28px; height: 1px; background: var(--burnt);
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  color: var(--green-deep); line-height: 1.18; margin-bottom: 18px;
}
.section-title em { color: var(--burnt); font-style: italic; }
.section-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: var(--charcoal-light); max-width: 560px; line-height: 1.8;
}
.gold-divider {
  width: 56px; height: 3px;
  background: linear-gradient(90deg, var(--burnt), var(--gold));
  border-radius: 4px; margin: 18px 0 28px;
}

/* ── Background Helpers ── */
.bg-linen     { background: var(--linen); }
.bg-cream     { background: var(--cream); }
.bg-dark      { background: var(--green-deep); }
.bg-bush      { background: var(--green-mid); }
.bg-savannah  { background: var(--cream); }
.bg-texture   { background-color: var(--cream); background-image: var(--texture-url); }
.bg-white     { background: var(--white); }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: var(--radius-pill);
  font-family: var(--font-sans); font-size: 13px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase;
  cursor: pointer; border: 2px solid transparent;
  transition: var(--transition); white-space: nowrap;
  text-decoration: none;
}
.btn-lg { padding: 17px 40px; font-size: 14px; }
.btn-sm { padding: 10px 22px; font-size: 12px; }

.btn-burnt {
  background: var(--burnt); color: var(--white); border-color: var(--burnt);
}
.btn-burnt:hover {
  background: var(--burnt-dark); border-color: var(--burnt-dark);
  transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,160,55,0.45);
}
.btn-gold {
  background: var(--gold); color: var(--white); border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-dark); border-color: var(--gold-dark);
  transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,160,55,0.45);
}
.btn-bush {
  background: var(--green-mid); color: var(--white); border-color: var(--green-mid);
}
.btn-bush:hover {
  background: var(--green-light); border-color: var(--green-light);
  transform: translateY(-2px); box-shadow: 0 8px 28px rgba(61,90,62,0.4);
}
.btn-outline-burnt {
  background: transparent; color: var(--burnt); border-color: var(--burnt);
}
.btn-outline-burnt:hover { background: var(--burnt); color: var(--white); }
.btn-outline-light {
  background: transparent; color: var(--white); border-color: rgba(255,255,255,0.75);
}
.btn-outline-light:hover {
  background: rgba(255,255,255,0.15); border-color: var(--white);
}
.btn-outline-gold {
  background: transparent; color: var(--gold); border-color: var(--gold);
}
.btn-outline-gold:hover { background: var(--gold); color: var(--white); }

/* ── Cards ── */
.card {
  background: var(--white); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card); overflow: hidden;
  transition: var(--transition);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.card-img { position: relative; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.card:hover .card-img img { transform: scale(1.06); }
.card-body { padding: 24px; }
.card-tag {
  display: inline-block; padding: 4px 14px;
  background: rgba(212,160,55,0.12); color: var(--burnt);
  border-radius: var(--radius-pill); font-size: 11px;
  font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  margin-bottom: 10px;
}

/* ── ══════════════════════════════════════════ ──
   NAVIGATION — Premium Thomson-Style
   ── ══════════════════════════════════════════ ── */
#navbar, .navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.3s ease;
  padding: 0;
}
#navbar.transparent, .navbar.transparent {
  background: transparent;
}
#navbar.solid, #navbar.scrolled,
.navbar.solid, .navbar.scrolled {
  background: var(--green-deep);
  box-shadow: 0 4px 30px rgba(15,25,18,0.35);
}

/* Top utility bar */
.nav-top-bar {
  background: var(--green-deep);
  padding: 0;
  border-bottom: 1px solid rgba(61,122,82,0.2);
}
.nav-top-inner {
  max-width: 1440px; margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-top-left {
  display: flex; align-items: center; gap: 20px;
}
.nav-top-left span {
  display: flex; align-items: center; gap: 7px;
  color: rgba(245,239,224,0.65); font-size: 12px;
}
.nav-top-left span i { color: var(--gold-light); font-size: 11px; }
.nav-top-right { display: flex; align-items: center; }
.nav-top-bar a, .nav-top-bar button.nav-top-link {
  display: flex; align-items: center; gap: 8px;
  color: rgba(245,239,224,0.8); font-size: 12px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  padding: 10px 20px; border-left: 1px solid rgba(61,122,82,0.15);
  transition: color 0.2s, background 0.2s; font-family: var(--font-sans);
  cursor: pointer;
}
.nav-top-bar a:hover, .nav-top-bar button.nav-top-link:hover { color: var(--gold-light); background: rgba(61,122,82,0.08); }
.nav-top-bar a.nav-cta-top {
  background: var(--burnt); color: var(--white);
  border-left: none; letter-spacing: 0.5px; text-transform: none; font-size: 13px;
}
.nav-top-bar a.nav-cta-top:hover { background: var(--burnt-dark); }

/* Main nav inner */
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1440px; margin: 0 auto; padding: 0 32px; height: 72px;
}
.nav-logo {
  display: flex; align-items: center; gap: 12px;
  flex-shrink: 0; text-decoration: none;
}
.nav-logo img { height: 50px; border-radius: 4px; }
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-text .logo-name {
  font-family: var(--font-serif); font-size: 1.15rem;
  font-weight: 700; color: var(--white); letter-spacing: 0.5px;
  line-height: 1.1;
}
.nav-logo-text .logo-sub {
  font-family: var(--font-display); font-style: italic;
  font-size: 0.72rem; color: var(--gold-light); letter-spacing: 2px;
}

/* Nav center links */
.nav-center {
  display: flex; align-items: center; gap: 2px;
  list-style: none; margin: 0; padding: 0;
}
.nav-center > li { position: relative; }
.nav-link {
  display: block; padding: 8px 16px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.3px;
  color: rgba(247,243,232,0.85); border-radius: 6px;
  transition: color 0.2s, background 0.2s; text-decoration: none;
  white-space: nowrap;
}
.nav-link:hover, .nav-link.active {
  color: var(--gold-light); background: rgba(61,122,82,0.12);
}

/* Dropdown */
.nav-item { position: relative; }
.nav-item .chevron { font-size: 9px; margin-left: 4px; transition: transform 0.25s; }
.nav-item:hover .chevron { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 12px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--green-deep);
  border: 1px solid rgba(61,122,82,0.2);
  border-radius: var(--radius-lg); padding: 10px;
  min-width: 220px; opacity: 0; visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  box-shadow: 0 16px 48px rgba(15,25,18,0.45);
}
.nav-item:hover .dropdown {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.dropdown-link {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-radius: var(--radius);
  color: rgba(245,239,224,0.78); font-size: 13px; font-weight: 600;
  transition: background 0.2s, color 0.2s; text-decoration: none;
}
.dropdown-link:hover { background: rgba(61,122,82,0.12); color: var(--gold-light); }
.dropdown-link i { color: var(--burnt); width: 16px; text-align: center; font-size: 12px; }

/* Mega dropdown */
.mega-menu {
  position: absolute; top: calc(100% + 12px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--green-deep);
  border: 1px solid rgba(61,122,82,0.2);
  border-radius: var(--radius-lg); padding: 28px;
  min-width: 520px; opacity: 0; visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  box-shadow: 0 16px 48px rgba(15,25,18,0.45);
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
}
.nav-item:hover .mega-menu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.mega-col h5 {
  font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 10px; padding-bottom: 8px;
  border-bottom: 1px solid rgba(61,122,82,0.2);
  font-family: var(--font-sans);
}

/* Nav right */
.nav-right {
  display: flex; align-items: center; gap: 10px;
}
.nav-whatsapp {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(37,211,102,0.15); border: 1px solid rgba(37,211,102,0.35);
  display: flex; align-items: center; justify-content: center;
  color: #25D366; font-size: 18px; text-decoration: none;
  transition: var(--transition-fast);
}
.nav-whatsapp:hover { background: #25D366; color: var(--white); }
.nav-cta {
  padding: 9px 22px; background: var(--burnt); color: var(--white) !important;
  border-radius: var(--radius-pill); font-size: 13px; font-weight: 700;
  letter-spacing: 0.3px; transition: var(--transition-fast);
}
.nav-cta:hover { background: var(--burnt-dark); transform: translateY(-1px); }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 6px; cursor: pointer;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: var(--transition-fast);
}

/* Mobile menu */
.mobile-menu {
  display: none; position: fixed; top: 72px; left: 0; right: 0;
  background: var(--green-deep); z-index: 999;
  padding: 20px 24px 28px;
  max-height: calc(100vh - 72px); overflow-y: auto;
  box-shadow: 0 20px 40px rgba(15,25,18,0.5);
  transform: translateX(-100%); transition: transform 0.35s ease;
}
.mobile-menu.open { display: block; transform: translateX(0); }
.mobile-menu a {
  display: block; padding: 13px 16px; font-size: 15px; font-weight: 600;
  color: rgba(247,243,232,0.85); border-bottom: 1px solid rgba(61,122,82,0.12);
  transition: color 0.2s, padding-left 0.2s; border-radius: 6px;
  text-decoration: none;
}
.mobile-menu a:hover { color: var(--gold-light); padding-left: 24px; background: rgba(61,122,82,0.08); }
.mobile-menu .mob-cta {
  display: block; margin-top: 16px; padding: 14px; text-align: center;
  background: var(--burnt); color: var(--white) !important;
  border-radius: var(--radius-pill); font-weight: 700; font-size: 14px;
}

/* ── .navbar variant (for newer pages) ── */
.navbar {
  background: rgba(26,48,34,0); backdrop-filter: blur(0px);
  padding: 0;
}
.navbar.scrolled {
  background: rgba(26,48,34,0.97);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(15,25,18,0.35);
}
.navbar .nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1440px; margin: 0 auto; padding: 0 32px; height: 72px;
}
.navbar .nav-menu {
  display: flex; align-items: center; gap: 4px;
}
.navbar .nav-list {
  list-style: none; display: flex; align-items: center; gap: 2px;
}
.navbar .nav-list > li { position: relative; }
.navbar .nav-link {
  display: block; padding: 8px 14px;
  font-size: 13px; font-weight: 600; color: rgba(247,243,232,0.85);
  border-radius: 6px; transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
  color: var(--gold-light); background: rgba(61,122,82,0.12);
}
.navbar .nav-cta {
  margin-left: 10px; padding: 9px 22px;
  background: var(--burnt) !important; color: var(--white) !important;
  border-radius: var(--radius-pill); font-size: 13px; font-weight: 700;
}
.navbar .nav-cta:hover { background: var(--burnt-dark) !important; }
.navbar .nav-dropdown { position: relative; }
.navbar .dropdown-menu {
  position: absolute; top: calc(100% + 10px); left: 0;
  background: var(--green-deep);
  border: 1px solid rgba(61,122,82,0.2);
  border-radius: var(--radius-lg); padding: 10px;
  min-width: 230px; opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 100; box-shadow: 0 16px 48px rgba(15,25,18,0.45);
}
.navbar .nav-dropdown:hover .dropdown-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.navbar .dropdown-menu a {
  display: flex; align-items: center; gap: 10px;
  color: rgba(245,239,224,0.78); font-size: 13px; font-weight: 600;
  padding: 10px 14px; border-radius: var(--radius); transition: background 0.2s, color 0.2s;
}
.navbar .dropdown-menu a:hover { background: rgba(61,122,82,0.12); color: var(--gold-light); }
.navbar .dropdown-menu a i { color: var(--burnt); width: 16px; text-align: center; font-size: 12px; }
.navbar .nav-toggle {
  display: none; background: none; border: none;
  color: var(--white); font-size: 22px; cursor: pointer; padding: 6px;
}

/* ── ══════════════════════════════════════════ ──
   FIND YOUR SAFARI — Fixed Right Sidebar Tab (Thomson-Style)
   ── ══════════════════════════════════════════ ── */
.find-safari-tab {
  position: fixed; right: 0; top: 50%;
  transform: translateY(-50%); z-index: 800;
}
.find-safari-tab-btn {
  writing-mode: vertical-rl; text-orientation: mixed;
  transform: rotate(180deg);
  background: var(--burnt); color: var(--white);
  padding: 22px 14px; font-size: 12px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  border: none; cursor: pointer;
  border-radius: 0 0 var(--radius) var(--radius);
  transition: background 0.2s, padding 0.2s;
  display: flex; align-items: center; gap: 10px;
  box-shadow: -4px 0 20px rgba(212,160,55,0.35);
}
.find-safari-tab-btn i { transform: rotate(180deg); font-size: 14px; }
.find-safari-tab-btn:hover { background: var(--burnt-dark); }

/* Safari Panel Overlay */
.find-safari-panel {
  position: fixed; right: 0; top: 0; bottom: 0;
  width: 400px; max-width: 95vw;
  background: var(--green-deep);
  z-index: 2000; overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  box-shadow: -8px 0 40px rgba(15,25,18,0.5);
}
.find-safari-panel.open { transform: translateX(0); }
.safari-panel-overlay,
.find-safari-overlay {
  position: fixed; inset: 0; background: rgba(15,25,18,0.6);
  z-index: 1999; opacity: 0; visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  backdrop-filter: blur(4px);
}
.safari-panel-overlay.open,
.find-safari-overlay.open { opacity: 1; visibility: visible; }

.panel-header {
  background: var(--burnt);
  padding: 24px 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.panel-header h3 {
  font-family: var(--font-serif); color: var(--white); font-size: 1.3rem;
  margin: 0;
}
.panel-close {
  background: rgba(255,255,255,0.15); border: none;
  color: var(--white); width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; cursor: pointer; transition: background 0.2s;
}
.panel-close:hover { background: rgba(255,255,255,0.25); }

.panel-body { padding: 28px; }
.panel-section { margin-bottom: 28px; }
.panel-section h4 {
  font-family: var(--font-sans); font-size: 10px; font-weight: 800;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-light);
  margin-bottom: 14px; padding-bottom: 8px;
  border-bottom: 1px solid rgba(61,122,82,0.2);
}
.panel-link {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 16px; border-radius: var(--radius);
  color: rgba(245,239,224,0.82); font-size: 14px; font-weight: 600;
  transition: background 0.2s, color 0.2s; margin-bottom: 4px;
  text-decoration: none;
}
.panel-link:hover { background: rgba(61,122,82,0.12); color: var(--gold-light); }
.panel-link i {
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(212,160,55,0.25); color: var(--burnt);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; flex-shrink: 0;
}
.panel-arrow { margin-left: auto; font-size: 11px; color: var(--burnt); }

.panel-cta-btn {
  display: block; width: 100%; padding: 15px;
  background: var(--burnt); color: var(--white);
  border-radius: var(--radius-pill); font-size: 14px; font-weight: 700;
  text-align: center; text-decoration: none; letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.2s;
  border: none; cursor: pointer; margin-top: 8px;
}
.panel-cta-btn:hover { background: var(--burnt-dark); transform: translateY(-1px); }
.panel-cta-btn-outline {
  display: block; width: 100%; padding: 14px;
  border: 2px solid rgba(61,122,82,0.4); color: var(--gold-light);
  border-radius: var(--radius-pill); font-size: 13px; font-weight: 700;
  text-align: center; text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
  margin-top: 10px;
}
.panel-cta-btn-outline:hover { border-color: var(--gold-light); background: rgba(61,122,82,0.08); }

/* ── ══════════════════════════════════════════ ──
   HERO SECTION
   ── ══════════════════════════════════════════ ── */
.hero {
  position: relative; width: 100%;
  min-height: 100vh; display: flex; align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  background-attachment: fixed;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(
    160deg,
    rgba(15,25,18,0.82) 0%,
    rgba(15,25,18,0.45) 60%,
    rgba(15,25,18,0.2) 100%
  );
}
/* Savannah texture overlay on hero */
.hero-bg::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background-image: var(--texture-url);
  opacity: 0.4;
}

/* ── Hero Slider (new index.html structure) ── */
.hero-slides {
  position: absolute; inset: 0; z-index: 0;
}
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  background-attachment: fixed;
  opacity: 0; transition: opacity 1.5s ease;
}
.hero-slide.active { opacity: 1; }
.hero-slide::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(
    160deg,
    rgba(15,25,18,0.80) 0%,
    rgba(15,25,18,0.45) 55%,
    rgba(15,25,18,0.22) 100%
  );
}
.hero-texture-overlay {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background-image: var(--texture-url); opacity: 0.4;
}
.hero .hero-content { z-index: 3; }
.hero .hero-indicators {
  position: absolute; bottom: 72px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 3;
}
.hero-dot {
  width: 32px; height: 4px; border-radius: 2px;
  background: rgba(247,243,232,0.35); cursor: pointer;
  transition: background 0.3s, width 0.3s;
}
.hero-dot.active { background: var(--gold-light); width: 48px; }
.hero-scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column;
  align-items: center; gap: 8px;
  color: rgba(247,243,232,0.6); font-size: 10px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
}
.hero-scroll-line {
  width: 1px; height: 36px;
  background: linear-gradient(to bottom, var(--gold-light), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.4; transform: scaleY(0.7); }
}
.hero-label {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold);
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .hero-slide { background-attachment: scroll; }
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 800px;
  padding: 0 64px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(212,160,55,0.2);
  border: 1px solid rgba(212,160,55,0.5);
  color: var(--gold-light); padding: 7px 20px;
  border-radius: var(--radius-pill); font-size: 11px;
  font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase;
  margin-bottom: 22px;
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  color: var(--white); line-height: 1.08;
  margin-bottom: 22px; letter-spacing: -0.5px;
}
.hero-title em { color: var(--gold-light); font-style: italic; }
.hero-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(247,243,232,0.85); max-width: 540px;
  line-height: 1.8; margin-bottom: 36px;
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* Hero scroll indicator */
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column;
  align-items: center; gap: 8px;
  color: rgba(247,243,232,0.6); font-size: 11px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  animation: bob 2.5s ease-in-out infinite;
}
.hero-scroll i { font-size: 18px; }
@keyframes bob { 0%,100%{ transform: translateX(-50%) translateY(0); } 50%{ transform: translateX(-50%) translateY(8px); } }

/* ── Page Hero (inner pages) ── */
.page-hero {
  min-height: 52vh; display: flex; align-items: center;
  padding-top: 72px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: var(--texture-url); opacity: 0.35; z-index: 1;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: var(--white); line-height: 1.15; margin-bottom: 16px;
}
.page-hero-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: rgba(245,239,224,0.80); max-width: 560px;
}

/* ── Breadcrumb ── */
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(247,243,232,0.6); flex-wrap: wrap;
}
.breadcrumb a { color: rgba(245,239,224,0.7); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { color: var(--burnt); }

/* ── ══════════════════════════════════════════ ──
   SAFARI CARDS
   ── ══════════════════════════════════════════ ── */
.safari-card {
  background: var(--white); border-radius: var(--radius-xl);
  overflow: hidden; box-shadow: var(--shadow-card);
  transition: var(--transition); position: relative;
}
.safari-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.safari-card .card-img { height: 240px; }
.safari-card .card-img img { height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.safari-card:hover .card-img img { transform: scale(1.07); }
.safari-card .card-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--burnt); color: var(--white);
  padding: 5px 14px; border-radius: var(--radius-pill);
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.safari-card .card-body { padding: 26px; }
.safari-card .card-title {
  font-family: var(--font-serif); font-size: 1.2rem;
  color: var(--green-deep); margin-bottom: 8px; line-height: 1.3;
}
.safari-card .card-meta {
  display: flex; gap: 16px; flex-wrap: wrap;
  font-size: 12px; color: var(--charcoal-light);
  margin-bottom: 14px;
}
.safari-card .card-meta span { display: flex; align-items: center; gap: 5px; }
.safari-card .card-meta i { color: var(--burnt); }
.safari-card .card-price {
  font-family: var(--font-serif); font-size: 1.4rem;
  color: var(--burnt); font-weight: 700;
}
.safari-card .card-price span { font-size: 0.85rem; color: var(--charcoal-light); font-family: var(--font-sans); font-weight: 400; }

/* ── ══════════════════════════════════════════ ──
   STATS BAR
   ── ══════════════════════════════════════════ ── */
.stats-bar {
  background: var(--green-deep);
  padding: 32px 0;
  position: relative; overflow: hidden;
}
.stats-bar::before {
  content: ''; position: absolute; inset: 0;
  background-image: var(--texture-url); opacity: 0.3;
}
.stats-bar .container { position: relative; z-index: 1; }
.stats-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
  gap: 0; text-align: center;
}
.stat-item {
  padding: 16px 24px;
  border-right: 1px solid rgba(61,122,82,0.15);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--gold-light); font-weight: 800;
  display: block; line-height: 1.1;
}
.stat-label {
  font-size: 11px; color: rgba(247,243,232,0.6);
  text-transform: uppercase; letter-spacing: 1.5px;
  display: block; margin-top: 4px;
}

/* ── ══════════════════════════════════════════ ──
   TRUST BADGE BAR (Awards / Certifications)
   ── ══════════════════════════════════════════ ── */
.trust-bar {
  background: var(--cream);
  border-top: 1px solid var(--cream-dark);
  border-bottom: 1px solid var(--cream-dark);
  padding: 20px 0;
}
.trust-bar .container {
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; color: var(--charcoal-mid);
  letter-spacing: 0.3px;
}
.trust-item i { font-size: 20px; color: var(--burnt); }
.trust-divider {
  width: 1px; height: 32px; background: var(--cream-dark);
}

/* ── ══════════════════════════════════════════ ──
   SEARCH / TRIP BUILDER WIDGET
   ── ══════════════════════════════════════════ ── */
.search-widget {
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  padding: 32px 36px;
  display: flex; align-items: flex-end; gap: 16px; flex-wrap: wrap;
}
.search-field {
  display: flex; flex-direction: column; gap: 6px;
  flex: 1; min-width: 160px;
}
.search-field label {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--charcoal-mid);
}
.search-field select, .search-field input {
  padding: 13px 16px; border-radius: var(--radius);
  border: 2px solid var(--cream-dark); background: var(--linen);
  font-family: var(--font-sans); font-size: 14px; color: var(--charcoal);
  outline: none; transition: border-color 0.2s;
  -webkit-appearance: none;
}
.search-field select:focus, .search-field input:focus {
  border-color: var(--burnt);
}

/* ── ══════════════════════════════════════════ ──
   DESTINATION / PARK CIRCLES
   ── ══════════════════════════════════════════ ── */
.destinations-grid {
  display: flex; gap: 20px; overflow-x: auto;
  padding: 10px 0 20px; scrollbar-width: none;
}
.destinations-grid::-webkit-scrollbar { display: none; }
.dest-circle {
  flex-shrink: 0; width: 150px; text-align: center;
  cursor: pointer; transition: transform 0.3s;
}
.dest-circle:hover { transform: translateY(-6px); }
.dest-circle-img {
  width: 150px; height: 150px; border-radius: 50%;
  overflow: hidden; margin: 0 auto 12px;
  border: 3px solid var(--cream-dark);
  box-shadow: var(--shadow-card); transition: border-color 0.3s;
}
.dest-circle:hover .dest-circle-img { border-color: var(--burnt); }
.dest-circle-img img { width: 100%; height: 100%; object-fit: cover; }
.dest-circle-name {
  font-size: 13px; font-weight: 700; color: var(--green-deep);
  display: block;
}

/* ── ══════════════════════════════════════════ ──
   PROCESS STEPS
   ── ══════════════════════════════════════════ ── */
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  position: relative;
}
.process-steps::before {
  content: ''; position: absolute;
  top: 28px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, var(--burnt), var(--gold));
  z-index: 0;
}
.process-step { text-align: center; position: relative; z-index: 1; }
.step-circle {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--burnt); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 1.3rem; font-weight: 700;
  margin: 0 auto 18px; box-shadow: 0 6px 20px rgba(212,160,55,0.45);
}
.step-title { font-family: var(--font-serif); font-size: 1.05rem; color: var(--green-deep); margin-bottom: 8px; }
.step-desc { font-size: 13px; color: var(--charcoal-light); line-height: 1.65; }

/* ── ══════════════════════════════════════════ ──
   TESTIMONIAL / REVIEW CARDS
   ── ══════════════════════════════════════════ ── */
.review-card {
  background: var(--white); border-radius: var(--radius-xl);
  padding: 32px; box-shadow: var(--shadow-card);
  position: relative; overflow: hidden;
}
.review-card::before {
  content: '\201C';
  position: absolute; top: -10px; left: 20px;
  font-family: var(--font-serif); font-size: 8rem; font-weight: 900;
  color: rgba(196,98,45,0.08); line-height: 1;
}
.review-stars { color: var(--gold); font-size: 14px; margin-bottom: 14px; }
.review-text { font-size: 14px; line-height: 1.8; color: var(--charcoal-mid); margin-bottom: 20px; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--cream-dark);
}
.review-name { font-weight: 700; font-size: 14px; color: var(--green-deep); }
.review-from { font-size: 12px; color: var(--charcoal-light); }
.review-source { margin-left: auto; opacity: 0.5; font-size: 12px; }

/* ── ══════════════════════════════════════════ ──
   ITINERARY MODAL
   ── ══════════════════════════════════════════ ── */
.modal-overlay {
  position: fixed; inset: 0; z-index: 3000;
  background: rgba(15,25,18,0.88); backdrop-filter: blur(10px);
  opacity: 0; visibility: hidden; transition: var(--transition);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 40px 20px; overflow-y: auto;
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal-box {
  background: var(--white); border-radius: var(--radius-xl);
  max-width: 760px; width: 100%;
  box-shadow: var(--shadow-xl); overflow: hidden;
  transform: scale(0.95); transition: transform 0.35s;
}
.modal-overlay.open .modal-box { transform: scale(1); }
.modal-header-img { height: 320px; overflow: hidden; position: relative; }
.modal-header-img img { width: 100%; height: 100%; object-fit: cover; }
.modal-body { padding: 36px 40px; }
.modal-title { font-family: var(--font-serif); font-size: 1.8rem; color: var(--green-deep); margin-bottom: 14px; }
.modal-close {
  position: absolute; top: 16px; right: 16px;
  background: rgba(15,25,18,0.65); color: var(--white);
  width: 38px; height: 38px; border-radius: 50%; border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 16px; transition: background 0.2s;
  z-index: 10;
}
.modal-close:hover { background: var(--burnt); }

/* ── ══════════════════════════════════════════ ──
   ACCORDION (FAQ)
   ── ══════════════════════════════════════════ ── */
.accordion-item {
  background: var(--white); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); margin-bottom: 10px; overflow: hidden;
}
.accordion-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px; cursor: pointer; transition: background 0.2s;
  font-weight: 600; font-size: 15px; color: var(--charcoal);
}
.accordion-q:hover { background: var(--cream); }
.accordion-q .acc-icon { color: var(--burnt); font-size: 14px; transition: transform 0.3s; flex-shrink: 0; margin-left: 12px; }
.accordion-item.open .accordion-q { background: var(--cream); color: var(--green-deep); }
.accordion-item.open .acc-icon { transform: rotate(45deg); }
.accordion-a {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s;
  padding: 0 24px; font-size: 14px; color: var(--charcoal-light); line-height: 1.85;
}
.accordion-item.open .accordion-a { max-height: 600px; padding: 4px 24px 20px; }

/* ── ══════════════════════════════════════════ ──
   TABS
   ── ══════════════════════════════════════════ ── */
.tabs-nav {
  display: flex; gap: 6px; flex-wrap: wrap;
  border-bottom: 2px solid var(--cream-dark); margin-bottom: 32px;
  padding-bottom: 0;
}
.tab-btn {
  padding: 12px 22px; font-size: 13px; font-weight: 700;
  border: none; border-bottom: 3px solid transparent; margin-bottom: -2px;
  background: transparent; color: var(--charcoal-light); cursor: pointer;
  transition: var(--transition-fast); border-radius: 6px 6px 0 0;
  letter-spacing: 0.3px;
}
.tab-btn.active, .tab-btn:hover { color: var(--burnt); border-bottom-color: var(--burnt); }
.tab-content { display: none; }
.tab-content.active { display: block; }

/* ── ══════════════════════════════════════════ ──
   FILTER CHIPS
   ── ══════════════════════════════════════════ ── */
.filter-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-chip {
  padding: 9px 22px; border-radius: var(--radius-pill);
  border: 2px solid var(--cream-dark); font-size: 13px; font-weight: 600;
  cursor: pointer; transition: var(--transition-fast);
  background: var(--white); color: var(--charcoal-light);
}
.filter-chip.active, .filter-chip:hover {
  border-color: var(--burnt); background: var(--burnt); color: var(--white);
}

/* ── ══════════════════════════════════════════ ──
   PREMIUM FOOTER — Thomson/SafariBookings style
   ── ══════════════════════════════════════════ ── */
.footer {
  background: var(--green-deep);
  color: rgba(247,243,232,0.8);
  position: relative; overflow: hidden;
}
.footer::before {
  content: ''; position: absolute; inset: 0;
  background-image: var(--texture-url); opacity: 0.25;
  pointer-events: none;
}

/* Footer top review strip */
.footer-review-strip {
  background: var(--green-deep);
  border-bottom: 1px solid rgba(61,122,82,0.15);
  padding: 20px 0; position: relative; z-index: 1;
}
.footer-review-strip .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.footer-review-item {
  display: flex; align-items: center; gap: 12px;
}
.footer-review-item .stars { color: var(--gold); font-size: 14px; }
.footer-review-item .score { font-family: var(--font-serif); font-size: 1.5rem; color: var(--gold-light); font-weight: 700; }
.footer-review-item .label { font-size: 12px; color: rgba(247,243,232,0.6); }
.footer-review-link {
  color: var(--gold-light); font-size: 13px; font-weight: 600;
  text-decoration: none; border-bottom: 1px solid rgba(61,122,82,0.4);
}
.footer-review-link:hover { color: var(--burnt); }

/* Footer main */
.footer-main { padding: 72px 0 48px; position: relative; z-index: 1; }
.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr 1.6fr;
  gap: 48px; margin-bottom: 56px;
}

.footer-brand p {
  font-size: 14px; line-height: 1.85; color: rgba(247,243,232,0.6);
  margin: 16px 0 24px;
}
.footer-socials { display: flex; gap: 10px; }
.footer-socials a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(200,169,126,0.25);
  display: flex; align-items: center; justify-content: center;
  color: rgba(245,239,224,0.65); font-size: 15px;
  transition: var(--transition-fast); text-decoration: none;
}
.footer-socials a:hover { border-color: var(--burnt); color: var(--burnt); background: rgba(212,160,55,0.12); }

.footer-cert-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 20px; }
.cert-badge {
  padding: 5px 14px; border-radius: var(--radius-pill);
  border: 1px solid rgba(200,169,126,0.3);
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
  color: var(--gold-light); text-transform: uppercase;
}

.footer-col h4 {
  font-family: var(--font-sans); font-size: 11px; font-weight: 800;
  letter-spacing: 3px; text-transform: uppercase; color: var(--gold-light);
  margin-bottom: 20px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(61,122,82,0.2);
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a {
  font-size: 13px; color: rgba(245,239,224,0.62);
  transition: color 0.2s, padding-left 0.2s;
  display: flex; align-items: center; gap: 7px;
}
.footer-col ul li a:hover { color: var(--gold-light); padding-left: 6px; }
.footer-col ul li a i { color: var(--burnt); font-size: 10px; }
.footer-links { list-style: none !important; }
.footer-links li a {
  font-size: 13px; color: rgba(245,239,224,0.62);
  transition: color 0.2s, padding-left 0.2s;
  display: block; padding: 2px 0;
}
.footer-links li a:hover { color: var(--gold-light); padding-left: 6px; }

.footer-contact-item {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 13px; color: rgba(245,239,224,0.65);
  margin-bottom: 14px; line-height: 1.55;
}
.footer-contact-item i { color: var(--burnt); font-size: 15px; margin-top: 2px; flex-shrink: 0; }
.footer-contact-item a { color: rgba(245,239,224,0.65); transition: color 0.2s; }
.footer-contact-item a:hover { color: var(--gold-light); }

/* Newsletter block */
.footer-newsletter { margin-top: 0; }
.footer-newsletter p { font-size: 13px; color: rgba(247,243,232,0.6); margin-bottom: 16px; }
.newsletter-form { display: flex; gap: 8px; flex-direction: column; gap: 10px; }
.newsletter-form input {
  padding: 12px 16px; border-radius: var(--radius);
  border: 1px solid rgba(200,169,126,0.25); background: rgba(61,122,82,0.08);
  color: var(--white); font-size: 13px; font-family: var(--font-sans);
  outline: none; transition: border-color 0.2s; width: 100%;
}
.newsletter-form input::placeholder { color: rgba(245,239,224,0.4); }
.newsletter-form input:focus { border-color: var(--burnt); }
.newsletter-form button {
  background: var(--burnt); color: var(--white); border: none;
  padding: 12px; border-radius: var(--radius); cursor: pointer;
  font-weight: 700; font-size: 13px; transition: var(--transition-fast);
  width: 100%; letter-spacing: 0.5px;
}
.newsletter-form button:hover { background: var(--burnt-dark); }

/* Footer bottom */
.footer-bottom {
  padding: 22px 0; border-top: 1px solid rgba(61,122,82,0.12);
  position: relative; z-index: 1;
}
.footer-bottom .container {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 14px;
}
.footer-bottom p { font-size: 12px; color: rgba(245,239,224,0.4); }
.footer-bottom-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom-links a {
  font-size: 12px; color: rgba(245,239,224,0.45);
  transition: color 0.2s;
}
.footer-bottom-links a:hover { color: var(--gold-light); }

/* ── ══════════════════════════════════════════ ──
   FAB BUTTONS
   ── ══════════════════════════════════════════ ── */
/* WhatsApp left */
a.fab-whatsapp {
  position: fixed; bottom: 32px; left: 24px; z-index: 900;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
  transition: var(--transition); animation: wa-pulse 2.5s infinite;
}
a.fab-whatsapp:hover { transform: scale(1.12); box-shadow: 0 8px 30px rgba(37,211,102,0.6); }
/* Right FABs */
.fab-right {
  position: fixed; bottom: 32px; right: 24px; z-index: 900;
  display: flex; flex-direction: column; gap: 12px; align-items: center;
}
a.fab-email, a.fab-plan {
  width: 54px; height: 54px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--white); text-decoration: none;
  box-shadow: var(--shadow-card); transition: var(--transition);
}
a.fab-email { background: linear-gradient(135deg, var(--green-mid), var(--green-light)); }
a.fab-plan  { background: linear-gradient(135deg, var(--burnt), var(--burnt-light)); }
a.fab-email:hover, a.fab-plan:hover { transform: scale(1.1); box-shadow: var(--shadow-hover); }

/* Legacy FAB container */
.fab-container {
  position: fixed; bottom: 32px; z-index: 900;
  display: flex; flex-direction: column; gap: 12px;
}
.fab-left { left: 24px; }
.fab-right-c { right: 24px; }
.fab {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: white;
  box-shadow: var(--shadow-card); transition: var(--transition);
  cursor: pointer; text-decoration: none; border: none;
}
.fab:hover { transform: scale(1.1) translateY(-2px); box-shadow: var(--shadow-hover); }
.fab-chat { background: linear-gradient(135deg, var(--green-mid), var(--green-light)); }
.fab-label {
  position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%);
  background: rgba(15,25,18,0.9); color: var(--white);
  font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 20px;
  white-space: nowrap; opacity: 0; transition: var(--transition-fast); pointer-events: none;
}
.fab-label-right {
  position: absolute; left: calc(100% + 12px); top: 50%; transform: translateY(-50%);
  background: rgba(15,25,18,0.9); color: var(--white);
  font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 20px;
  white-space: nowrap; opacity: 0; transition: var(--transition-fast); pointer-events: none;
}
.fab-wrapper { position: relative; }
.fab-wrapper:hover .fab-label,
.fab-wrapper:hover .fab-label-right { opacity: 1; }

@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ── Grids ── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 28px; }

/* ── Animations ── */
.fade-up {
  opacity: 0; transform: translateY(32px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-in { opacity: 0; transition: opacity 0.65s ease; }
.fade-in.visible { opacity: 1; }
.slide-left { opacity: 0; transform: translateX(-32px); transition: opacity 0.65s ease, transform 0.65s ease; }
.slide-left.visible { opacity: 1; transform: translateX(0); }
.slide-right { opacity: 0; transform: translateX(32px); transition: opacity 0.65s ease, transform 0.65s ease; }
.slide-right.visible { opacity: 1; transform: translateX(0); }

.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }

/* ── Swiper ── */
.cards-swiper { padding-bottom: 40px !important; overflow: visible !important; }
.swiper-slide { height: auto; }

/* ── ══════════════════════════════════════════ ──
   RESPONSIVE BREAKPOINTS — Mobile First
   ── ══════════════════════════════════════════ ── */

/* 1440px — Large Desktop */
@media (max-width: 1440px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr 1.4fr; gap: 36px; }
}

/* 1280px — Desktop */
@media (max-width: 1280px) {
  .nav-inner { padding: 0 24px; }
  .footer-grid { grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 32px; }
  .footer-grid > .footer-newsletter { grid-column: 1/-1; }
}

/* 1100px — Small Desktop / Large Tablet Landscape */
@media (max-width: 1100px) {
  .nav-center { display: none; }
  .hamburger { display: flex; }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .process-steps::before { display: none; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .mega-menu { min-width: 380px; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > .footer-newsletter { grid-column: 1/-1; }
  .find-safari-tab { display: none; }
}

/* 1024px — Tablet Landscape */
@media (max-width: 1024px) {
  .section-pad { padding: 72px 0; }
  .section-pad-lg { padding: 96px 0; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .navbar .nav-menu {
    position: fixed; top: 72px; left: 0; right: 0;
    background: rgba(26,48,34,0.98); backdrop-filter: blur(20px);
    flex-direction: column; align-items: flex-start;
    padding: 20px 24px 28px; gap: 4px;
    max-height: 0; overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    z-index: 999;
  }
  .navbar .nav-menu.open { max-height: 80vh; overflow-y: auto; }
  .navbar .nav-list { flex-direction: column; width: 100%; gap: 2px; }
  .navbar .nav-list > li { width: 100%; }
  .navbar .nav-link { padding: 12px 16px; width: 100%; }
  .navbar .nav-dropdown .dropdown-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    background: rgba(255,255,255,0.05); border: none;
    padding: 4px 0; margin: 4px 0 4px 16px;
    max-height: 0; overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: none;
  }
  .navbar .nav-dropdown.open .dropdown-menu { max-height: 400px; }
  .navbar .nav-cta { margin-left: 0; margin-top: 12px; width: 100%; text-align: center; display: block; }
  .navbar .nav-toggle { display: block; }
}

/* 768px — Tablet Portrait */
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .section-pad { padding: 60px 0; }
  .section-pad-sm { padding: 44px 0; }
  .section-pad-lg { padding: 76px 0; }
  .hero { min-height: 100svh; }
  .hero-bg { background-attachment: scroll; }
  .hero-content { padding: 0 36px; }
  .hero-title { font-size: clamp(2.2rem, 7vw, 3.4rem); }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(61,122,82,0.15); }
  .stat-item:nth-child(odd) { border-right: 1px solid rgba(61,122,82,0.15); }
  .stat-item:last-child, .stat-item:nth-last-child(-n+2) { border-bottom: none; }
  .process-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1/-1; }
  .modal-body { padding: 24px 20px; }
  .modal-header-img { height: 220px; }
  .search-widget { flex-direction: column; padding: 24px 20px; }
  .search-field { min-width: 100%; }
  .trust-bar .container { gap: 18px; }
  .trust-divider { display: none; }
  .nav-top-bar { display: none; }
  .destinations-grid { gap: 14px; }
  .dest-circle { width: 120px; }
  .dest-circle-img { width: 120px; height: 120px; }
  .footer-review-strip .container { flex-direction: column; align-items: flex-start; }
}

/* 640px — Large Phone */
@media (max-width: 640px) {
  .grid-4 { grid-template-columns: 1fr; }
  .hero-eyebrow { font-size: 10px; padding: 6px 14px; }
  .tabs-nav { gap: 4px; }
  .tab-btn { padding: 10px 14px; font-size: 12px; }
  .filter-chips { gap: 8px; }
  .filter-chip { padding: 8px 16px; font-size: 12px; }
}

/* 480px — Phone */
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .section-pad { padding: 48px 0; }
  .hero-content { padding: 0 24px; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom .container { flex-direction: column; align-items: flex-start; }
  a.fab-whatsapp { width: 52px; height: 52px; font-size: 22px; }
  a.fab-email, a.fab-plan { width: 48px; height: 48px; font-size: 18px; }
  .fab-right { bottom: 24px; right: 16px; }
  a.fab-whatsapp { bottom: 24px; left: 16px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .nav-inner { padding: 0 16px; }
}

/* ── FIND YOUR SAFARI PANEL — FULL FORM STYLES ── */
.find-safari-panel-header {
  background: linear-gradient(135deg, var(--burnt), var(--burnt-dark));
  padding: 28px 28px 24px;
  display: flex; align-items: flex-start; justify-content: space-between;
  position: sticky; top: 0; z-index: 1;
}
.find-safari-panel-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.7); margin-bottom: 6px;
}
.find-safari-panel-title {
  font-family: var(--font-serif); font-size: 1.5rem; color: white; font-weight: 800; margin: 0;
}
.find-safari-close {
  background: rgba(255,255,255,0.15); border: none; color: white;
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; cursor: pointer; transition: background 0.2s; flex-shrink: 0; margin-top: 4px;
}
.find-safari-close:hover { background: rgba(255,255,255,0.28); }

.find-safari-panel-body { padding: 28px; }
.find-safari-intro {
  font-size: 14px; color: rgba(245,239,224,0.75); line-height: 1.7; margin-bottom: 24px;
}

.safari-panel-form { display: flex; flex-direction: column; gap: 16px; }
.panel-field { display: flex; flex-direction: column; gap: 6px; }
.panel-field label {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gold-light); display: flex; align-items: center; gap: 6px;
}
.panel-field select, .panel-field input {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(200,169,126,0.25);
  border-radius: var(--radius); color: var(--cream); font-size: 14px;
  padding: 12px 14px; transition: border-color 0.2s, background 0.2s;
  -webkit-appearance: none; appearance: none;
}
.panel-field select:focus, .panel-field input:focus {
  outline: none; border-color: var(--gold-light); background: rgba(255,255,255,0.12);
}
.panel-field select option { background: var(--green-deep); color: var(--cream); }
.panel-field input::placeholder { color: rgba(245,239,224,0.4); }
.panel-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.panel-submit-btn {
  background: var(--burnt); color: white; border: none; border-radius: var(--radius-pill);
  padding: 15px 24px; font-size: 15px; font-weight: 800; cursor: pointer;
  transition: var(--transition); letter-spacing: 0.5px; display: flex; align-items: center;
  justify-content: center; gap: 10px; margin-top: 4px;
}
.panel-submit-btn:hover { background: var(--burnt-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,160,55,0.45); }

.panel-divider { height: 1px; background: rgba(61,122,82,0.15); margin: 28px 0; }

.panel-specialist {
  display: flex; align-items: center; gap: 16px; padding: 18px;
  background: rgba(255,255,255,0.06); border-radius: var(--radius-lg);
  border: 1px solid rgba(61,122,82,0.15); margin-bottom: 20px;
}
.specialist-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold-light); flex-shrink: 0; }
.specialist-name { font-weight: 700; color: white; font-size: 15px; margin-bottom: 2px; }
.specialist-title { font-size: 12px; color: rgba(247,243,232,0.6); margin-bottom: 8px; }
.specialist-chat {
  display: inline-flex; align-items: center; gap: 6px; background: #25D366;
  color: white; padding: 6px 12px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 700;
  text-decoration: none; transition: background 0.2s;
}
.specialist-chat:hover { background: #1daf55; }

.panel-trust { display: flex; gap: 8px; flex-wrap: wrap; }
.panel-trust-item {
  display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(61,122,82,0.15); border-radius: var(--radius-pill);
  padding: 7px 12px; font-size: 11px; color: rgba(245,239,224,0.75); white-space: nowrap;
}
.panel-trust-item i { color: var(--gold); font-size: 11px; }

/* ── MOBILE MENU ENHANCED ── */
.mobile-overlay {
  position: fixed; inset: 0; background: rgba(15,25,18,0.65);
  z-index: 899; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s;
  backdrop-filter: blur(3px);
}
.mobile-overlay.open { opacity: 1; visibility: visible; }
.mobile-menu-header {
  display: flex; align-items: center; gap: 12px;
  padding: 20px 24px 16px; border-bottom: 1px solid rgba(61,122,82,0.15);
  margin-bottom: 8px;
}
.mobile-menu-parent {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
}
.mobile-submenu {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  background: rgba(0,0,0,0.15); border-left: 2px solid var(--burnt);
  margin: 0 16px 4px 16px; border-radius: 0 var(--radius) var(--radius) 0;
}
.mobile-submenu.open { max-height: 400px; }
.mobile-submenu a { padding: 10px 20px !important; font-size: 13px !important; }
.mobile-menu-ctas {
  display: flex; gap: 10px; flex-direction: column; padding: 20px 24px;
  border-top: 1px solid rgba(61,122,82,0.15); margin-top: 8px;
}
.mobile-menu-ctas .btn { justify-content: center; text-align: center; width: 100%; }

/* ── HERO TRUST STRIP ── */
.hero-trust {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-top: 40px; padding-top: 24px;
  border-top: 1px solid rgba(245,239,224,0.2);
}
.hero-trust-item {
  display: flex; align-items: center; gap: 8px;
  color: rgba(247,243,232,0.85); font-size: 13px; font-weight: 600;
}
.hero-trust-item i { color: var(--gold); font-size: 14px; }
.hero-trust-sep { width: 1px; height: 20px; background: rgba(245,239,224,0.25); }

/* ── HERO TEXTURE OVERLAY ── */
.hero-texture-overlay {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background-image: var(--texture-url);
  opacity: 0.6;
}

/* ── FOOTER REVIEW STRIP ENHANCED ── */
.footer-review-inner {
  display: flex; align-items: center; gap: 36px; flex-wrap: wrap; justify-content: space-between;
}
.footer-review-score { display: flex; align-items: center; gap: 14px; }
.review-score-num { font-family: var(--font-serif); font-size: 2.2rem; font-weight: 900; color: var(--gold); line-height: 1; }
.review-score-stars { color: var(--gold); font-size: 14px; letter-spacing: 1px; margin-bottom: 4px; }
.review-score-label { font-size: 12px; color: rgba(245,239,224,0.65); }
.footer-review-quote {
  flex: 1; font-size: 14px; color: rgba(245,239,224,0.82); font-style: italic;
  line-height: 1.6; min-width: 200px;
}
.footer-review-author { display: block; margin-top: 6px; font-size: 12px; color: var(--gold-light); font-style: normal; font-weight: 600; }
.footer-review-cta { white-space: nowrap; }

/* ── FOOTER BOTTOM BAR ── */
.footer-bottom-bar {
  background: rgba(0,0,0,0.4);
  border-top: 1px solid rgba(61,122,82,0.12);
  padding: 18px 0;
}

/* ── BUTTON VARIANTS ── */
.btn-outline-cream {
  background: transparent; color: var(--cream); border: 2px solid rgba(247,243,232,0.6);
  border-radius: var(--radius-pill); padding: 14px 28px; font-size: 15px; font-weight: 700;
  cursor: pointer; transition: var(--transition); display: inline-flex; align-items: center;
  gap: 8px; text-decoration: none;
}
.btn-outline-cream:hover { background: rgba(245,239,224,0.12); border-color: var(--cream); color: white; }

/* ── NAV TOP BAR BUTTON VARIANT ── */
.nav-top-bar button.nav-top-link {
  background: none; border: none; cursor: pointer; font-family: var(--font-sans);
}

/* ── SWIPER BUTTON THEMING ── */
.swiper-button-next, .swiper-button-prev {
  background: var(--burnt); border-radius: 50%; width: 44px; height: 44px;
  color: white !important;
}
.swiper-button-next::after, .swiper-button-prev::after { font-size: 16px !important; font-weight: 900; }
.swiper-button-next:hover, .swiper-button-prev:hover { background: var(--burnt-dark); }

/* ── MODAL ENHANCED ── */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(15,25,18,0.82);
  z-index: 3000; display: flex; align-items: center; justify-content: center;
  padding: 20px; opacity: 0; visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s; backdrop-filter: blur(6px);
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal-box {
  background: white; border-radius: var(--radius-xl); overflow: hidden;
  max-width: 720px; width: 100%; max-height: 90vh; overflow-y: auto;
  box-shadow: var(--shadow-xl); position: relative;
}
.modal-close {
  position: absolute; top: 16px; right: 16px; background: rgba(0,0,0,0.35);
  color: white; width: 38px; height: 38px; border-radius: 50%; border: none;
  font-size: 20px; cursor: pointer; z-index: 1; display: flex; align-items: center;
  justify-content: center; transition: background 0.2s;
}
.modal-close:hover { background: rgba(0,0,0,0.6); }
.modal-img { height: 260px; background-size: cover; background-position: center; position: relative; }
.modal-content-inner { padding: 28px 32px 32px; }
.modal-title { font-family: var(--font-serif); font-size: 1.7rem; font-weight: 800; color: var(--green-deep); margin-bottom: 16px; }
.modal-meta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.modal-meta span { font-size: 13px; color: var(--charcoal-mid); display: flex; align-items: center; gap: 5px; }
.modal-meta .price-tag { color: var(--burnt); font-weight: 700; }
.modal-meta i { color: var(--burnt); }
.modal-desc { color: var(--charcoal-mid); line-height: 1.8; margin-bottom: 24px; font-size: 15px; }
.modal-days { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.modal-day { display: flex; gap: 16px; padding: 14px; background: var(--cream); border-radius: var(--radius); }
.day-tag { background: var(--burnt); color: white; font-size: 11px; font-weight: 700; letter-spacing: 1px; padding: 4px 10px; border-radius: var(--radius-pill); white-space: nowrap; height: fit-content; flex-shrink: 0; }
.modal-day strong { display: block; color: var(--green-deep); font-weight: 700; font-size: 14px; margin-bottom: 4px; }
.modal-day p { font-size: 13px; color: var(--charcoal-mid); line-height: 1.6; margin: 0; }
.modal-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── SAFARI CARD (Homepage variant) ── */
.safari-card {
  background: var(--white); border-radius: var(--radius-xl);
  overflow: hidden; box-shadow: var(--shadow-card);
  transition: var(--transition); cursor: pointer;
}
.safari-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.safari-card-img { position: relative; height: 240px; overflow: hidden; }
.safari-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.safari-card:hover .safari-card-img img { transform: scale(1.07); }
.safari-card-img .safari-badge { position: absolute; top: 14px; left: 14px; }
.safari-card-body { padding: 22px 24px; }
.safari-card-meta { font-size: 12px; color: var(--charcoal-light); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.safari-card-meta i { color: var(--burnt); font-size: 11px; }
.safari-card-title { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 700; color: var(--green-deep); line-height: 1.35; margin-bottom: 10px; }
.safari-card-desc { font-size: 13px; color: var(--charcoal-light); line-height: 1.7; margin-bottom: 16px; }
.safari-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid var(--cream-dark); }
.safari-price { font-size: 13px; color: var(--charcoal-light); }
.safari-price strong { font-family: var(--font-serif); font-size: 1.3rem; color: var(--burnt); font-weight: 800; }
.safari-price span { font-size: 11px; }

/* ── SAFARI BADGE ── */
.safari-badge { background: var(--burnt); color: white; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 12px; border-radius: var(--radius-pill); }
.safari-badge.signature { background: var(--green-deep); }
.safari-badge.family { background: var(--green-mid); }
.safari-badge.romance { background: #C4296D; }
.safari-badge.trekking { background: var(--charcoal-mid); }

/* 375px — Small Phone */
@media (max-width: 375px) {
  .section-title { font-size: 1.7rem; }
  .btn { padding: 12px 22px; font-size: 12px; }
  .nav-logo-text { display: none; }
}

/* ══════════════════════════════════════════════
   LANGUAGE SWITCHER
   ══════════════════════════════════════════════ */
.nav-lang-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-lang-btn {
  display: flex; align-items: center; gap: 6px;
  background: rgba(61,122,82,0.12);
  border: 1px solid rgba(61,122,82,0.3);
  color: var(--white);
  padding: 6px 12px 6px 10px;
  border-radius: var(--radius-pill);
  font-size: 12px; font-weight: 700;
  cursor: pointer; transition: var(--transition);
  white-space: nowrap;
  font-family: var(--font-sans);
}
.nav-lang-btn:hover,
.nav-lang-btn.active {
  background: rgba(61,122,82,0.25);
  border-color: rgba(61,122,82,0.55);
}
.nav-lang-btn .lang-flag { font-size: 14px; }
.nav-lang-btn .lang-code { letter-spacing: 0.5px; }
.nav-lang-btn .lang-chevron {
  font-size: 9px; margin-left: 2px;
  transition: transform 0.25s ease;
}
.nav-lang-btn.open .lang-chevron { transform: rotate(180deg); }

/* Dropdown panel */
.lang-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  background: var(--green-deep);
  border: 1px solid rgba(61,122,82,0.35);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(15,25,18,0.55);
  z-index: 1200;
  overflow: hidden;
  opacity: 0; visibility: hidden;
  transform: translateY(-8px) scale(0.97);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}
.lang-dropdown.open {
  opacity: 1; visibility: visible;
  transform: translateY(0) scale(1);
}
.lang-dropdown-header {
  padding: 12px 16px 8px;
  font-size: 10px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold-light);
  border-bottom: 1px solid rgba(61,122,82,0.2);
}
.lang-dropdown-list {
  max-height: 340px; overflow-y: auto;
  padding: 6px 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(61,122,82,0.4) transparent;
}
.lang-dropdown-list::-webkit-scrollbar { width: 4px; }
.lang-dropdown-list::-webkit-scrollbar-track { background: transparent; }
.lang-dropdown-list::-webkit-scrollbar-thumb { background: rgba(61,122,82,0.4); border-radius: 2px; }
.lang-option {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 16px;
  font-size: 13px; font-weight: 500;
  color: rgba(247,243,232,0.85);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.lang-option:hover {
  background: rgba(61,122,82,0.2);
  color: var(--white);
}
.lang-option.selected {
  background: rgba(61,122,82,0.28);
  color: var(--gold-light);
  font-weight: 700;
}
.lang-option .lang-opt-flag { font-size: 18px; flex-shrink: 0; }
.lang-option .lang-opt-name { flex: 1; }
.lang-option .lang-opt-tick {
  font-size: 11px; color: var(--gold-light);
  opacity: 0;
}
.lang-option.selected .lang-opt-tick { opacity: 1; }

/* Google Translate widget hider */
#google_translate_element { display: none !important; }
.goog-te-banner-frame { display: none !important; }
body { top: 0 !important; }
.skiptranslate { display: none !important; }

/* Mobile lang button in mobile menu */
.mobile-lang-row {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 8px; padding: 16px 24px 8px;
  border-top: 1px solid rgba(61,122,82,0.15);
}
.mobile-lang-row label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--gold-light);
  width: 100%; margin-bottom: 4px;
}
.mobile-lang-select {
  flex: 1; background: rgba(61,122,82,0.15);
  border: 1px solid rgba(61,122,82,0.3);
  color: var(--white);
  padding: 8px 12px; border-radius: var(--radius-pill);
  font-size: 13px; font-family: var(--font-sans);
  cursor: pointer;
}
.mobile-lang-select option { background: var(--green-deep); color: var(--white); }
