/* =====================================================
   SafarByAriba — Premium Travel Experience
   Design system: deep navy / warm ivory / subtle gold
   ===================================================== */

:root {
  --navy: #0D1B2A;
  --navy-deep: #081120;
  --navy-soft: #142638;
  --gold: #C6A75E;
  --gold-bright: #D9BF7F;
  --gold-soft: rgba(198, 167, 94, 0.14);
  --ivory: #F7F4EE;
  --paper: #FCFBF7;
  --white: #FFFFFF;
  --ink: #0D1B2A;
  --muted: rgba(13, 27, 42, 0.63);
  --faint: rgba(13, 27, 42, 0.45);
  --border: rgba(13, 27, 42, 0.1);
  --border-strong: rgba(13, 27, 42, 0.16);
  --sand: rgba(247, 244, 238, 0.72);
  --sand-muted: rgba(247, 244, 238, 0.52);
  --sand-line: rgba(247, 244, 238, 0.1);
  --error: #B24A3B;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --font-ar: "Cairo", "Inter", system-ui, sans-serif;
  --font-tz: "Noto Sans Tifinagh", "Ebrima", "Segoe UI Historic", "Segoe UI", system-ui, sans-serif;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-sm: 0 4px 16px -6px rgba(13, 27, 42, 0.12);
  --shadow-card: 0 24px 60px -28px rgba(13, 27, 42, 0.3);
  --shadow-lg: 0 40px 90px -30px rgba(13, 27, 42, 0.4);
  --arrow-scale: 1;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--ivory);
  overflow-x: hidden;
}

html[dir="rtl"] body { font-family: var(--font-ar); }

html[lang="zgh"] body { font-family: var(--font-tz); }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4 { text-wrap: balance; }
p, li { text-wrap: pretty; }
::selection { background: rgba(198, 167, 94, 0.35); color: var(--ink); }

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

/* Subtle film grain over everything */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 5000;
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ===== Utilities ===== */
.container { max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }
@media (min-width: 1024px) { .container { padding: 0 3rem; } }
@media (max-width: 480px) { .container { padding: 0 1.15rem; } }

.skip-link {
  position: absolute;
  top: -60px;
  inset-inline-start: 1rem;
  z-index: 6000;
  background: var(--navy);
  color: var(--ivory);
  padding: 0.6rem 1.1rem;
  border-radius: 8px;
  font-size: 0.85rem;
  transition: top 0.25s var(--ease);
}
.skip-link:focus { top: 0.75rem; }

/* Section shells */
section { scroll-margin-top: 84px; }

.section-head { margin-bottom: 3.5rem; max-width: 720px; }
.section-head-center { text-align: center; margin-inline: auto; }
.section-head-center .section-index { margin-inline: auto; width: max-content; }
.section-head-center h2 { margin-inline: auto; }

.section-index {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.8rem, 6vw, 4.25rem);
  line-height: 0.9;
  margin-bottom: 1.5rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(13, 27, 42, 0.16);
  user-select: none;
}

.eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--gold);
  margin-bottom: 1.1rem;
}

.section-head h2,
.passport-side h2,
.req-copy h2,
.contact-intro h2,
.faq-head h2,
.story-copy h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.1rem, 4.5vw, 3.3rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.section-lead {
  margin-top: 1.25rem;
  max-width: 58ch;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
}

.section-head-light .section-index { -webkit-text-stroke: 1px rgba(247, 244, 238, 0.18); }
.section-head-light .section-lead,
.passport-side .section-lead,
.req-copy .section-lead { color: var(--muted-dark, var(--sand-muted)); }

/* ===== Buttons ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: var(--navy);
  color: var(--ivory);
  border: 1px solid var(--navy);
  border-radius: 999px;
  padding: 0.75rem 1.6rem 0.75rem 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease),
    transform 0.3s var(--ease), box-shadow 0.3s var(--ease), color 0.3s var(--ease);
  box-shadow: 0 10px 30px -14px rgba(13, 27, 42, 0.55);
}
.btn-primary .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  flex: none;
}
.btn-primary .btn-icon svg { width: 15px; height: 15px; transition: transform 0.35s var(--ease); }
.btn-primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
}
.btn-primary:hover .btn-icon { background: var(--navy); color: var(--ivory); }
.btn-primary:hover .btn-icon svg { transform: translate3d(2px, -2px, 0) rotate(12deg); }
html[dir="rtl"] .btn-primary:hover .btn-icon svg { transform: translate3d(-2px, -2px, 0) rotate(-12deg); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  padding: 0.78rem 1.45rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease), transform 0.3s var(--ease);
}
.btn-outline .arrow { width: 15px; height: 15px; transition: transform 0.3s var(--ease); transform: scaleX(var(--arrow-scale)); }
.btn-outline:hover { border-color: var(--gold); background: var(--white); transform: translateY(-2px); }
.btn-outline:hover .arrow { transform: scaleX(var(--arrow-scale)) translateX(4px); }

.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--navy);
  color: var(--ivory);
  border: 1px solid var(--navy);
  border-radius: 999px;
  padding: 0.85rem 1.7rem;
  font-size: 0.92rem;
  font-weight: 600;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  box-shadow: 0 14px 34px -18px rgba(13, 27, 42, 0.6);
}
.btn-dark svg { width: 16px; height: 16px; transition: transform 0.3s var(--ease); transform: scaleX(var(--arrow-scale)); }
.btn-dark:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); transform: translateY(-2px); }
.btn-dark:hover svg { transform: scaleX(var(--arrow-scale)) translateX(4px); }

/* ===== Entrance / reveal system ===== */
/* Only animate when JS is enabled and motion is allowed */
html.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.95s var(--ease), transform 0.95s var(--ease);
  will-change: opacity, transform;
}
html.js [data-reveal].in-view {
  opacity: 1;
  transform: translateY(0);
}

.load-fade {
  opacity: 0;
  transform: translateY(26px);
  animation: loadFade 0.95s var(--ease) forwards;
}
.load-fade-1 { animation-delay: 0.05s; }
.load-fade-2 { animation-delay: 0.18s; }
.load-fade-3 { animation-delay: 0.34s; }
.load-fade-4 { animation-delay: 0.5s; }
.load-fade-5 { animation-delay: 0.85s; }
@keyframes loadFade {
  to { opacity: 1; transform: translateY(0); }
}

html.js body.is-loading { opacity: 0; }
html.js body:not(.is-loading) { transition: opacity 0.45s ease; opacity: 1; }

/* =====================================================
   NAVIGATION
   ===================================================== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: transparent;
  transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease),
    border-color 0.35s var(--ease);
  border-bottom: 1px solid transparent;
}
.navbar.scrolled {
  background: rgba(247, 244, 238, 0.82);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--border);
  box-shadow: 0 12px 34px -24px rgba(13, 27, 42, 0.35);
}
.nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: height 0.35s var(--ease);
}
.navbar.scrolled .nav-inner { height: 68px; }
@media (min-width: 1024px) { .nav-inner { padding: 0 3rem; } }
@media (max-width: 640px) { .nav-inner { padding: 0 1.15rem; height: 70px; } .navbar.scrolled .nav-inner { height: 62px; } }

.logo {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--navy);
  white-space: nowrap;
  position: relative;
  z-index: 1005;
}
.logo span { font-style: italic; color: var(--gold); }
.logo.light { color: var(--ivory); }

.nav-links {
  display: none;
  gap: 2.1rem;
  align-items: center;
  margin-inline-start: auto;
  margin-inline-end: 1.5rem;
}
@media (min-width: 1024px) { .nav-links { display: flex; } }
.nav-links a {
  position: relative;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--muted);
  padding: 0.35rem 0;
  transition: color 0.25s ease;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 1.5px;
  background: var(--gold);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: var(--origin, right);
  transition: transform 0.35s var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: var(--origin, left); }

.nav-right { display: flex; align-items: center; gap: 0.85rem; }

.lang-switcher { position: relative; }
.lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 7px 13px;
  font-family: var(--font-mono), "Noto Sans Tifinagh", "Ebrima", "Segoe UI Historic", system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--navy);
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease);
}
.lang-trigger:hover { border-color: var(--border-strong); color: var(--gold); }
.lang-trigger[aria-expanded="true"] { border-color: rgba(198, 167, 94, 0.55); }
.lang-trigger-label { white-space: nowrap; }
.lang-chevron {
  width: 12px;
  height: 12px;
  color: var(--gold);
  transition: transform 0.3s var(--ease);
}
.lang-trigger[aria-expanded="true"] .lang-chevron { transform: rotate(180deg); }

.lang-menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  inset-inline-end: 0;
  z-index: 30;
  min-width: 150px;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-card);
  padding: 0.4rem;
  display: none;
}
.lang-switcher.open .lang-menu { display: block; }
.lang-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.7rem;
  border-radius: 9px;
  font-family: "Inter", "Noto Sans Tifinagh", "Ebrima", "Segoe UI Historic", sans-serif;
  font-size: 0.84rem;
  color: var(--muted);
  text-align: start;
  transition: background 0.2s ease, color 0.2s ease;
}
.lang-option::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: none;
}
.lang-option:hover { background: var(--gold-soft); color: var(--navy); }
.lang-option.active { color: var(--navy); font-weight: 600; }
.lang-option.active::before { background: var(--gold); border-radius: 50%; }

.btn-inquire {
  display: none;
  align-items: center;
  gap: 0.55rem;
  background: var(--navy);
  color: var(--ivory);
  border-radius: 999px;
  padding: 0.68rem 1.3rem;
  font-size: 0.85rem;
  font-weight: 600;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease);
}
.btn-inquire svg {
  width: 15px;
  height: 15px;
  color: var(--gold);
  transition: transform 0.35s var(--ease);
  transform: rotate(12deg);
}
.btn-inquire:hover { background: var(--gold); color: var(--navy); transform: translateY(-1px); }
.btn-inquire:hover svg { color: var(--navy); transform: rotate(12deg) translate(2px, -2px); }
@media (min-width: 640px) { .btn-inquire { display: inline-flex; } }

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 9px 7px;
  margin-inline-start: 0.15rem;
  border-radius: 10px;
  position: relative;
  z-index: 1005;
}
@media (max-width: 1023px) {
  /* Ensure a comfortable ~44px touch target for the hamburger button on
     touch devices without changing the visible icon size (extra hit area
     only, via padding). */
  .hamburger {
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }
}
.hamburger span {
  width: 22px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform 0.35s var(--ease), opacity 0.3s ease, background 0.3s ease;
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
body.menu-open .logo { color: var(--ivory); }
body.menu-open .hamburger span { background: var(--ivory); }
body.menu-open .hamburger:hover span { background: var(--gold-bright); }
@media (min-width: 1024px) { .hamburger { display: none; } }

/* Mobile menu overlay */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 950;
  background: rgba(8, 17, 32, 0.985);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  padding: 9rem 1.75rem 2.5rem;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--ease), visibility 0.4s;
  overflow-y: auto;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
body.menu-open { overflow: hidden; }
body.menu-open .navbar {
  background: rgba(247, 244, 238, 0.97);
  /* Intentionally no backdrop-filter here: applying backdrop-filter to
     .navbar establishes a new containing block for its fixed-position
     descendant .mobile-menu (position: fixed; inset: 0), which collapses
     the full-screen menu overlay down to the navbar's own box instead of
     covering the viewport. Also explicitly cancels .navbar.scrolled's
     backdrop-filter for the same reason while the menu is open. */
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom-color: var(--border);
}
.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: auto 0;
}
.mobile-link {
  font-family: var(--font-display);
  font-size: clamp(2rem, 8vw, 2.9rem);
  font-weight: 400;
  color: var(--ivory);
  padding: 0.45rem 0;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease), color 0.25s ease;
}
.mobile-link::before {
  content: attr(data-index);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--gold);
  letter-spacing: 0.2em;
  transform: translateY(-0.6rem);
}
.mobile-link:hover { color: var(--gold-bright); }
.mobile-menu.open .mobile-link { opacity: 1; transform: translateY(0); }
.mobile-menu.open .mobile-link:nth-child(1) { transition-delay: 0.08s; }
.mobile-menu.open .mobile-link:nth-child(2) { transition-delay: 0.14s; }
.mobile-menu.open .mobile-link:nth-child(3) { transition-delay: 0.2s; }
.mobile-menu.open .mobile-link:nth-child(4) { transition-delay: 0.26s; }
.mobile-menu.open .mobile-link:nth-child(5) { transition-delay: 0.32s; }
.mobile-menu-divider { height: 1px; background: rgba(247, 244, 238, 0.14); margin: 1.4rem 0; opacity: 0; transition: opacity 0.3s ease; }
.mobile-menu.open .mobile-menu-divider { opacity: 1; transition-delay: 0.38s; }
.mobile-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--gold);
  color: var(--navy);
  border-radius: 999px;
  padding: 0.9rem 1.7rem;
  font-weight: 700;
  font-size: 0.95rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.mobile-menu.open .mobile-cta { opacity: 1; transform: translateY(0); transition-delay: 0.44s; }

html[dir="rtl"] .mobile-link::before { transform: translateY(-0.6rem); }

/* =====================================================
   PHASE RAIL (fixed numbered journey indicator)
   ===================================================== */
.phase-rail {
  position: fixed;
  z-index: 900;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.1rem;
  padding: 1.1rem 0.6rem;
}
.phase-rail-line {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: 21px;
  width: 2px;
  background: var(--border);
}
.phase-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-direction: row-reverse;
  padding: 0.3rem 0.4rem;
  opacity: 0.5;
  transition: opacity 0.3s var(--ease), color 0.3s ease;
}
.phase-item:hover, .phase-item.active { opacity: 1; }
.phase-num {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  color: var(--gold);
  background: var(--paper);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.phase-item.active .phase-num { background: var(--navy); color: var(--ivory); border-color: var(--navy); }
.phase-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
  pointer-events: none;
  white-space: nowrap;
}
html[dir="rtl"] .phase-label { transform: translateX(-6px); }
.phase-item:hover .phase-label, .phase-item.active .phase-label {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .phase-rail { display: none; }
}

/* =====================================================
   HERO
   ===================================================== */
.hero {
  position: relative;
  padding: 2rem 0 6rem;
  overflow: hidden;
  background: var(--ivory);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(13, 27, 42, 0.07) 1px, transparent 1.3px);
  background-size: 30px 30px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 82%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 82%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  top: -18%;
  inset-inline-end: -10%;
  width: 55%;
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(198, 167, 94, 0.16), transparent 65%);
  pointer-events: none;
}
@media (max-width: 640px) {
  .hero { padding: 0.5rem 0 4rem; }
  .hero::after { width: 80%; height: 40%; top: -6%; inset-inline-end: -30%; }
  .hero-stage {
    min-height: 0;
    /* .hero-stage is a row flex container on desktop, which works because
       the desktop .hero-card is taken out of flow (position: absolute).
       On mobile .hero-card becomes a normal flex item instead (see below),
       so the stage needs to stack its children in a column or the card
       ends up squeezed into a side-by-side row and clipped by
       overflow: hidden. */
    flex-direction: column;
    align-items: stretch;
  }
  /* .hero-card mobile positioning (position: relative, etc.) is defined
     further down the stylesheet, after the base .hero-card rule, so that
     it reliably wins the cascade. See the max-width: 640px block near the
     other hero-card responsive refinements. */
}

.hero-stage {
  position: relative;
  border-radius: clamp(22px, 3vw, 40px);
  overflow: hidden;
  background: var(--navy-deep);
  box-shadow: var(--shadow-lg);
  min-height: clamp(560px, 84vh, 760px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transform: scale(1.03);
  animation: heroImgReveal 1.8s var(--ease) forwards;
}
@keyframes heroImgReveal {
  from { transform: scale(1.1); opacity: 0.55; }
  to { transform: scale(1.03); opacity: 1; }
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to top, rgba(8, 17, 32, 0.86) 0%, rgba(8, 17, 32, 0.42) 46%, rgba(8, 17, 32, 0.18) 100%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 3rem 2.2rem 3.6rem;
  max-width: 34rem;
}
.hero-eyebrow { color: var(--gold-bright); margin-bottom: 1.2rem; }
.hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--ivory);
  text-wrap: balance;
}
@media (max-width: 640px) {
  .hero h1 { font-size: clamp(2.1rem, 9.5vw, 2.9rem); line-height: 1.1; }
  .hero-copy { padding: 2.4rem 1.4rem 2.8rem; }
}

.hero-sub {
  margin-top: 1.4rem;
  max-width: 46ch;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--sand);
}
@media (max-width: 640px) { .hero-sub { font-size: 0.98rem; margin-top: 1.1rem; } }

.hero-ctas { margin-top: 2.1rem; display: flex; flex-wrap: wrap; gap: 0.8rem; }
@media (max-width: 520px) {
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn-primary, .hero-ctas .btn-outline { justify-content: center; }
}
.btn-outline-light {
  border-color: rgba(247, 244, 238, 0.35);
  color: var(--ivory);
  background: rgba(247, 244, 238, 0.04);
}
.btn-outline-light:hover { border-color: var(--gold-bright); background: rgba(247, 244, 238, 0.12); color: var(--ivory); }
.hero-copy .btn-primary {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}
.hero-copy .btn-primary .btn-icon { background: var(--navy); color: var(--ivory); }
.hero-copy .btn-primary:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.hero-copy .btn-primary:hover .btn-icon { background: var(--navy); color: var(--ivory); }
.hero-copy .btn-primary:hover .btn-icon svg { transform: translate3d(2px, -2px, 0) rotate(12deg); }
html[dir="rtl"] .hero-copy .btn-primary:hover .btn-icon svg { transform: translate3d(-2px, -2px, 0) rotate(-12deg); }

/* Floating destination card */
.hero-card {
  position: absolute;
  z-index: 3;
  bottom: 2.6rem;
  inset-inline-end: 2.6rem;
  width: min(320px, 86%);
  background: rgba(247, 244, 238, 0.92);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(247, 244, 238, 0.55);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.4rem 1.4rem;
  box-shadow: 0 30px 70px -30px rgba(8, 17, 32, 0.65);
}
@media (max-width: 640px) {
  /* On mobile the hero card must flow underneath the hero copy instead of
     floating on top of it (it previously had position: absolute here,
     which overlapped and hid the hero text/buttons). */
  .hero-card {
    position: relative;
    inset: auto;
    width: auto;
    margin: 1.6rem 1.4rem 0;
    bottom: auto;
  }
}
.hero-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--border);
}
.hero-card-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--navy);
}
.hero-card-code {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: var(--gold);
}
.hero-card-list {
  margin-top: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.hero-card-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink);
}
.hero-flag { font-size: 1.05rem; line-height: 1; }
.hero-card-cta {
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
}
.hero-card-cta:hover .hero-card-arrow {
  background: var(--gold);
  color: var(--navy);
  transform: translateX(3px);
}
html[dir="rtl"] .hero-card-cta:hover .hero-card-arrow { transform: translateX(-3px); }
.hero-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold);
  transition: background 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease);
}
.hero-card-arrow svg { width: 14px; height: 14px; }

.hero-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-inline: 0.25rem;
}
.hero-footnote {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--faint);
}

/* Flight route */
.hero-route {
  position: absolute;
  z-index: 2;
  top: 0;
  inset-inline-end: 0;
  left: 0;
  width: 62%;
  aspect-ratio: 1600 / 620;
  pointer-events: none;
  opacity: 0;
  animation: routeFade 1.4s ease 1.1s forwards;
}
@media (max-width: 900px) { .hero-route { display: none; } }
@keyframes routeFade { to { opacity: 1; } }
.route-svg { width: 100%; height: 100%; overflow: visible; }

.route-ghost {
  fill: none;
  stroke: rgba(13, 27, 42, 0.06);
  stroke-width: 44;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.route-trace {
  fill: none;
  stroke: var(--gold);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0.3 44;
  animation: dashFlow 3.4s linear infinite;
}
@keyframes dashFlow {
  to { stroke-dashoffset: -443; }
}

.marker-ring {
  fill: var(--paper);
  stroke: var(--gold);
  stroke-width: 3;
}
.marker-core { fill: var(--gold); }
.marker-core.gold { fill: var(--navy); stroke: var(--gold); stroke-width: 3; }
.marker-start .marker-ring { animation: markerPulse 3.4s ease-in-out infinite; }
@keyframes markerPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.route-label {
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.04em;
  fill: var(--ivory);
  stroke: rgba(8, 17, 32, 0.85);
  stroke-width: 7px;
  paint-order: stroke;
  opacity: 0.92;
}
.route-label.end { text-anchor: end; }
.route-label.gold { fill: var(--gold); }

.hero-plane { pointer-events: none; }
.plane-badge {
  fill: var(--navy);
  stroke: var(--gold);
  stroke-width: 4;
  filter: drop-shadow(0 10px 16px rgba(13, 27, 42, 0.35));
}
.plane-glyph { fill: var(--ivory); }

.hero-scrollcue {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--faint);
}
.cue-line {
  width: 1px;
  height: 34px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  position: relative;
  overflow: hidden;
}
.cue-line::after {
  content: "";
  position: absolute;
  top: -50%;
  inset-inline-start: 0;
  width: 100%;
  height: 50%;
  background: var(--navy);
  animation: cueDrop 2.2s var(--ease-in-out, cubic-bezier(0.65, 0, 0.35, 1)) infinite;
}
@keyframes cueDrop {
  from { top: -50%; }
  to { top: 100%; }
}
@media (max-width: 900px) { .hero-scrollcue { display: none; } }

/* =====================================================
   WHY SAFARBYARIBA
   ===================================================== */
.why { padding: 6.5rem 0 7rem; background: var(--paper); }
@media (min-width: 1024px) { .why { padding: 8.5rem 0; } }
.why-shell { display: grid; gap: 3.5rem; }
@media (min-width: 1024px) { .why-shell { grid-template-columns: 1fr 1.25fr; gap: 5rem; align-items: center; } }

.why-head .h2-continue {
  color: var(--gold);
  font-style: italic;
}
.why-head .section-lead { max-width: 46ch; }

.why-list {
  display: grid;
  gap: 1.25rem;
  counter-reset: why;
}
@media (min-width: 680px) { .why-list { grid-template-columns: repeat(2, 1fr); } }

.why-item {
  position: relative;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.9rem 2.1rem;
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.why-item::before {
  counter-increment: why;
  content: counter(why, decimal-leading-zero);
  position: absolute;
  top: 1.5rem;
  inset-inline-end: 1.6rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: rgba(198, 167, 94, 0.85);
}
.why-item .why-num { display: none; }
.why-item:hover {
  transform: translateY(-5px);
  border-color: rgba(198, 167, 94, 0.5);
  box-shadow: var(--shadow-card);
}
.why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--gold-soft);
  color: var(--gold);
  margin-bottom: 1.6rem;
  transition: transform 0.4s var(--ease), background 0.4s var(--ease), color 0.4s var(--ease);
}
.why-icon svg { width: 22px; height: 22px; }
.why-item:hover .why-icon { background: var(--navy); color: var(--gold-bright); transform: translateY(-3px); }
.why-body h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.45rem;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.why-body p { margin-top: 0.7rem; font-size: 0.92rem; line-height: 1.7; color: var(--muted); }

/* =====================================================
   SERVICES
   ===================================================== */
.services {
  position: relative;
  background: var(--navy);
  color: var(--ivory);
  padding: 6.5rem 0 7rem;
  overflow: hidden;
}
@media (min-width: 1024px) { .services { padding: 8.5rem 0; } }
.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(247, 244, 238, 0.045) 1px, transparent 1.3px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent 70%);
  mask-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent 70%);
  pointer-events: none;
}
.services .section-head h2 { color: var(--ivory); }

.service-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .service-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .service-grid { grid-template-columns: repeat(3, 1fr); } }

.service-feature {
  padding-bottom: 0;
  overflow: hidden;
}
@media (min-width: 640px) {
  .service-feature { grid-column: span 2; }
  .service-banner { grid-column: span 2; }
}
@media (min-width: 1024px) {
  .service-feature { grid-column: 1 / -1; min-height: 340px; }
  .service-feature > h3 { font-size: 1.9rem; max-width: 26ch; }
  .service-feature .service-feature-route {
    position: absolute;
    inset-inline-end: 2rem;
    bottom: 2rem;
    width: 45%;
  }
  .service-banner { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; }
  .service-banner .cta-pretitle { margin-bottom: 0; }
}
.service-feature-route { margin-top: 1.8rem; width: 100%; }
.service-feature-route svg { width: 100%; height: 56px; display: block; overflow: visible; }
.sfr-line {
  stroke: rgba(198, 167, 94, 0.35);
  stroke-width: 1.5;
  fill: none;
}
.sfr-dash {
  stroke: var(--gold);
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 3 6;
  animation: sfrDash 2.4s linear infinite;
}
@keyframes sfrDash { to { stroke-dashoffset: -18; } }
.sfr-dot {
  fill: var(--gold-bright);
  stroke: var(--gold);
  stroke-width: 2;
}
.sfr-dot-end { fill: var(--gold); }

.service-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.4rem;
  background: linear-gradient(135deg, rgba(198, 167, 94, 0.12), rgba(198, 167, 94, 0.03));
  border: 1px solid rgba(198, 167, 94, 0.28);
  border-radius: var(--radius-lg);
  padding: 2rem 2.1rem;
}
.service-banner .cta-inline { margin-top: 0; }
.service-banner .service-arrow { border-color: rgba(198, 167, 94, 0.4); color: var(--gold); opacity: 1; }

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.028);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-lg);
  padding: 1.9rem 1.8rem 2.1rem;
  overflow: hidden;
  transition: transform 0.4s var(--ease), background 0.4s var(--ease),
    border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(198, 167, 94, 0.4);
  box-shadow: 0 28px 60px -28px rgba(0, 0, 0, 0.65);
}
.service-card:focus-visible { outline-offset: 2px; }

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}
.service-num {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--gold);
}
.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  border: 1px solid rgba(198, 167, 94, 0.28);
  background: rgba(198, 167, 94, 0.1);
  color: var(--gold-bright);
  transition: transform 0.45s var(--ease), background 0.45s var(--ease), color 0.45s var(--ease);
}
.service-icon svg { width: 21px; height: 21px; }
.service-card:hover .service-icon {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-4px) rotate(-4deg);
}

.service-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  color: var(--ivory);
  max-width: 18ch;
}
.service-card p {
  margin-top: 0.7rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--sand-muted);
  flex: 1;
}

.service-arrow {
  align-self: flex-end;
  margin-top: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--sand);
  opacity: 0.65;
  transition: background 0.35s var(--ease), color 0.35s var(--ease),
    border-color 0.35s var(--ease), transform 0.35s var(--ease), opacity 0.35s var(--ease);
}
.service-arrow svg { width: 16px; height: 16px; transition: transform 0.35s var(--ease); }
.service-card:hover .service-arrow {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
  opacity: 1;
  transform: translateY(-2px);
}
.service-card:hover .service-arrow svg { transform: translateX(3px); }
html[dir="rtl"] .service-card:hover .service-arrow svg { transform: translateX(-3px); }

.service-toggle { padding: 0; }
.service-card.open .service-arrow {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
  opacity: 1;
}
.service-card.open .service-arrow svg { transform: rotate(90deg); }

.service-detail {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s var(--ease);
}
.service-detail[hidden] { display: none; }
.service-card.open .service-detail { grid-template-rows: 1fr; }
.service-detail-inner {
  overflow: hidden;
  min-height: 0;
  padding-top: 1.15rem;
}
.service-detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.service-detail-list li {
  position: relative;
  padding-inline-start: 1.05rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--sand);
}
.service-detail-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.service-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.15rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold-bright);
  border-bottom: 1px solid rgba(198, 167, 94, 0.45);
  padding-bottom: 0.2rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.service-detail-link:hover { color: var(--gold); border-color: var(--gold); }
.service-detail-link svg { width: 14px; height: 14px; transition: transform 0.3s var(--ease); }
.service-detail-link:hover svg { transform: translateX(3px); }
html[dir="rtl"] .service-detail-link:hover svg { transform: translateX(-3px); }

.service-accent {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--gold), transparent 80%);
  transform: scaleX(0);
  transform-origin: var(--origin, left);
  transition: transform 0.5s var(--ease);
}
.service-card:hover .service-accent { transform: scaleX(1); }

.cta-pretitle {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.cta-inline {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.55rem;
  color: var(--ivory);
  transition: color 0.3s ease;
}
.cta-inline:hover { color: var(--gold-bright); }

/* =====================================================
   JOURNEY / HOW IT WORKS
   ===================================================== */
.journey { position: relative; padding: 6.5rem 0 7.5rem; background: var(--ivory); overflow: hidden; }
@media (min-width: 1024px) { .journey { padding: 8.5rem 0 9rem; } }

.journey-track { position: relative; margin-top: 1rem; }

.journey-spine {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 26px;
  width: 2px;
}
@media (min-width: 1024px) {
  .journey-spine { inset-inline-start: 50%; }
}
.journey-track-line,
.journey-progress-line {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 2px;
  height: 100%;
  border-radius: 2px;
}
.journey-track-line {
  background: repeating-linear-gradient(
    to bottom,
    rgba(13, 27, 42, 0.16) 0,
    rgba(13, 27, 42, 0.16) 6px,
    transparent 6px,
    transparent 13px
  );
}
.journey-progress-line {
  background: linear-gradient(to bottom, var(--gold), var(--gold-bright));
  transform: scaleY(0);
  transform-origin: top;
  box-shadow: 0 0 14px rgba(198, 167, 94, 0.4);
}

.journey-plane-wrap {
  position: absolute;
  top: 0;
  inset-inline-start: 17px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .journey-plane-wrap { inset-inline-start: calc(50% - 10px); }
}
.journey-plane-wrap::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: rgba(198, 167, 94, 0.25);
  animation: planeHalo 2.6s ease-in-out infinite;
}
@keyframes planeHalo {
  0%, 100% { transform: scale(0.75); opacity: 0.6; }
  50% { transform: scale(1.25); opacity: 0.15; }
}
.journey-plane-glyph {
  position: relative;
  width: 20px;
  height: 20px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  padding: 3px;
  box-shadow: 0 6px 16px -4px rgba(13, 27, 42, 0.55);
}

.journey-steps { position: relative; display: flex; flex-direction: column; gap: 2.5rem; }
@media (min-width: 1024px) { .journey-steps { gap: 3.5rem; } }

.journey-step { position: relative; }
.step-card {
  position: relative;
  margin-inline-start: 64px;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.9rem 2rem;
  transition: border-color 0.5s var(--ease), box-shadow 0.5s var(--ease), transform 0.5s var(--ease);
}
@media (min-width: 1024px) {
  .journey-step { width: calc(50% - 72px); }
  .journey-step:nth-child(odd) { margin-inline-end: auto; margin-inline-start: 0; text-align: start; }
  .journey-step:nth-child(even) { margin-inline-start: auto; margin-inline-end: 0; }
  .journey-step:nth-child(odd) .step-card { margin-inline-start: 0; }
  .journey-step:nth-child(even) .step-card { margin-inline-start: 0; }
}

.step-marker {
  position: absolute;
  top: 2.1rem;
  inset-inline-start: 17px;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .step-marker { inset-inline-start: 50%; }
}
html[dir="rtl"] .step-marker { transform: translateX(50%); }
.step-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid rgba(13, 27, 42, 0.25);
  transition: background 0.5s var(--ease), border-color 0.5s var(--ease), box-shadow 0.5s var(--ease), transform 0.5s var(--ease);
}
.journey-step.active .step-dot {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 0 5px rgba(198, 167, 94, 0.2);
  transform: scale(1.15);
}

.step-num {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  color: var(--gold);
  margin-bottom: 0.65rem;
  transition: color 0.4s ease;
}
.step-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  color: var(--faint);
  transition: color 0.5s var(--ease);
}
.step-card p {
  margin-top: 0.7rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 46ch;
}
.journey-step.active .step-card {
  border-color: rgba(198, 167, 94, 0.5);
  box-shadow: var(--shadow-card);
}
.journey-step.active .step-card h3 { color: var(--ink); }
.journey-step.active .step-num { color: var(--gold); }

/* =====================================================
   DESTINATIONS
   ===================================================== */
.destinations {
  position: relative;
  padding: 6.5rem 0 7.5rem;
  background: linear-gradient(180deg, var(--ivory) 0%, var(--paper) 100%);
}
@media (min-width: 1024px) { .destinations { padding: 8.5rem 0 9.5rem; } }

.dest-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .dest-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .dest-grid { grid-template-columns: repeat(3, 1fr); gap: 1.6rem; } }

.dest-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}
.dest-card:hover,
.dest-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(198, 167, 94, 0.5);
  box-shadow: var(--shadow-card);
}
.dest-card:focus-visible { outline-offset: 2px; }

.dest-visual {
  position: relative;
  aspect-ratio: 3 / 3.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.6rem;
  background:
    radial-gradient(120% 80% at 20% 10%, rgba(198, 167, 94, 0.22), transparent 55%),
    radial-gradient(120% 100% at 90% 95%, rgba(20, 38, 56, 0.95), transparent 60%),
    linear-gradient(200deg, var(--navy-soft), var(--navy-deep) 78%);
  overflow: hidden;
}
.dest-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(247, 244, 238, 0.1) 1px, transparent 1.2px);
  background-size: 18px 18px;
  -webkit-mask-image: radial-gradient(70% 70% at center, rgba(0,0,0,0.55), transparent);
  mask-image: radial-gradient(70% 70% at center, rgba(0,0,0,0.55), transparent);
  transition: transform 0.8s var(--ease);
}
.dest-card:hover .dest-visual::before { transform: scale(1.12); }

.dest-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.9s var(--ease);
}
.dest-card:hover .dest-photo { transform: scale(1.07); }
.dest-photo-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(to top, rgba(8, 17, 32, 0.8) 0%, rgba(8, 17, 32, 0.34) 48%, rgba(8, 17, 32, 0.06) 80%);
  pointer-events: none;
}

.dest-code {
  position: absolute;
  top: 1.5rem;
  inset-inline-start: 1.5rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  letter-spacing: 0.1em;
  color: var(--gold-bright);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.5s var(--ease), letter-spacing 0.5s var(--ease);
}
.dest-card:hover .dest-code { transform: translateY(-3px) scale(1.05); letter-spacing: 0.18em; }

.dest-route {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 34px;
  margin-bottom: 0.8rem;
}
.dest-route-line {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(198, 167, 94, 0), rgba(198, 167, 94, 0.8) 30%, rgba(198, 167, 94, 0.15));
  transform: scaleX(0.5);
  transform-origin: var(--origin, left);
  transition: transform 0.6s var(--ease);
}
.dest-card:hover .dest-route-line { transform: scaleX(1); }
.dest-route-dot {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-bright);
  transform: translateY(-50%);
  opacity: 0.6;
  animation: destDot 6s ease-in-out infinite;
}
.dest-route-dot.d2 { inset-inline-start: 42%; animation-delay: -2s; }
.dest-route-dot.d3 { inset-inline-start: 74%; animation-delay: -4s; }
@keyframes destDot {
  0%, 100% { transform: translate(0, -50%); opacity: 0.3; }
  50% { transform: translate(3px, -57%); opacity: 0.9; }
}

.dest-cities {
  position: relative;
  z-index: 1;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sand);
}

.dest-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem 1.6rem 1.6rem;
}
.dest-body h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--ink);
  transition: color 0.3s ease;
}
.dest-body p {
  margin-top: 0.6rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--muted);
  flex: 1;
}
.dest-foot {
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 1.1rem;
}
.dest-tag {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--faint);
}
.dest-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold);
  transition: background 0.35s var(--ease), color 0.35s var(--ease), transform 0.35s var(--ease);
}
.dest-arrow svg { width: 15px; height: 15px; }
.dest-card:hover .dest-arrow {
  background: var(--navy);
  color: var(--gold-bright);
  transform: translateX(3px);
}
html[dir="rtl"] .dest-card:hover .dest-arrow { transform: translateX(-3px); }

.dest-more { margin-top: 3rem; display: flex; justify-content: center; }

/* =====================================================
   TRAVEL REQUIREMENTS
   ===================================================== */
.requirements {
  position: relative;
  padding: 6.5rem 0 7.5rem;
  background: var(--navy-deep);
  overflow: hidden;
}
@media (min-width: 1024px) { .requirements { padding: 8.5rem 0 9.5rem; } }
.requirements::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(247, 244, 238, 0.05) 1px, transparent 1.3px);
  background-size: 36px 36px;
  -webkit-mask-image: radial-gradient(70% 70% at 50% 0%, rgba(0,0,0,0.4), transparent);
  mask-image: radial-gradient(70% 70% at 50% 0%, rgba(0,0,0,0.4), transparent);
  pointer-events: none;
}

.req-shell {
  position: relative;
  z-index: 1;
}
.req-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) { .req-grid { grid-template-columns: 1fr 1.1fr; gap: 4.5rem; } }

.req-copy .section-index { -webkit-text-stroke: 1px rgba(247, 244, 238, 0.18); }
.req-copy h2 { color: var(--ivory); }
.req-copy .section-lead { color: var(--sand-muted); }

.req-card {
  background: var(--paper);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(247, 244, 238, 0.06);
}
@media (max-width: 520px) { .req-card { padding: 1.6rem; } }

.req-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-soft);
  border: 1px solid rgba(198, 167, 94, 0.4);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  margin-bottom: 1.4rem;
}
.req-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.req-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .req-row { grid-template-columns: 1fr auto 1fr; align-items: end; }
}

.req-field { display: flex; flex-direction: column; gap: 0.55rem; }
.req-field > span {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint);
}
.req-field select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: var(--white);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  padding: 0.8rem 2.4rem 0.8rem 1rem;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230D1B2A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
html[dir="rtl"] .req-field select { background-position: left 1rem center; padding: 0.8rem 1rem 0.8rem 2.4rem; }
.req-field select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(198, 167, 94, 0.25);
}
html[dir="rtl"] body select { font-family: var(--font-ar); }
html[lang="zgh"] body select { font-family: var(--font-tz); }

.req-swap {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--ivory);
  color: var(--faint);
  margin-bottom: 0.45rem;
  transition: transform 0.35s var(--ease), color 0.3s ease;
}
@media (min-width: 560px) { .req-swap { display: inline-flex; } }
.req-swap svg { width: 14px; height: 14px; }
.req-swap:hover { color: var(--gold); transform: scale(1.1); }

.req-purpose { margin-top: 1.15rem; }
.req-btn { width: 100%; justify-content: center; margin-top: 1.4rem; padding: 1rem 1.6rem; font-size: 1rem; }

.req-result {
  margin-top: 1.4rem;
}
.req-result[hidden] { display: none; }
.req-result-inner {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  background: var(--navy);
  border: 1px solid rgba(198, 167, 94, 0.4);
  border-radius: var(--radius-lg);
  padding: 1.7rem 1.8rem;
  color: var(--ivory);
  animation: reqIn 0.6s var(--ease);
}
@keyframes reqIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.req-result-icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--gold);
  color: var(--navy);
}
.req-result-icon svg { width: 22px; height: 22px; }
.req-result h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.35rem; }
.req-result p { margin-top: 0.5rem; font-size: 0.92rem; line-height: 1.7; color: var(--sand); }
.req-result a { margin-top: 1.1rem; }

/* =====================================================
   OUR STORY
   ===================================================== */
.story { padding: 6.5rem 0 7.5rem; background: var(--ivory); }
@media (min-width: 1024px) { .story { padding: 8.5rem 0 9.5rem; } }

.story-grid {
  display: grid;
  gap: 3.5rem;
  align-items: center;
}
@media (min-width: 1024px) { .story-grid { grid-template-columns: 5fr 7fr; gap: 5.5rem; } }

.story-visual { position: relative; }
.story-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3 / 3.7;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  outline: 1px solid rgba(13, 27, 42, 0.06);
  outline-offset: -1px;
}
@media (max-width: 640px) { .story-visual img { aspect-ratio: 4 / 4.5; } }
.story-frame {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(198, 167, 94, 0.55);
  border-radius: var(--radius-lg);
  transform: translate(-16px, 16px);
  z-index: 0;
  pointer-events: none;
}
.story-caption {
  position: absolute;
  z-index: 2;
  inset-inline-start: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(247, 244, 238, 0.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(247, 244, 238, 0.55);
  border-radius: 999px;
  padding: 0.6rem 1.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--navy);
  box-shadow: 0 18px 40px -20px rgba(13, 27, 42, 0.5);
}
.story-caption svg { width: 16px; height: 16px; color: var(--gold); transform: rotate(12deg); }
@media (max-width: 640px) { .story-frame { transform: translate(-9px, 9px); } }

.story-body { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.15rem; }
.story-body p {
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 62ch;
}
.story-body p:first-child::first-letter {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 500;
  color: var(--gold);
  float: var(--float-pos, left);
  line-height: 1;
  margin-inline-end: 0.1em;
  margin-top: 0.12em;
}

.story-mission {
  margin-top: 2.6rem;
  padding-inline-start: 2.2rem;
  position: relative;
  max-width: 56ch;
}
.mission-line {
  position: absolute;
  top: 0.2rem;
  inset-inline-start: 0;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(to bottom, var(--gold), rgba(198, 167, 94, 0.1));
}
.mission-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
}
.mission-text {
  margin-top: 0.8rem;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.45;
  color: var(--ink);
}

/* =====================================================
   TRAVEL READY / PASSPORT
   ===================================================== */
.travel-ready {
  position: relative;
  padding: 6.5rem 0 7.5rem;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--ivory);
  overflow: hidden;
}
@media (min-width: 1024px) { .travel-ready { padding: 8.5rem 0 9.5rem; } }
.travel-ready::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(247, 244, 238, 0.05) 1px, transparent 1.3px);
  background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(75% 75% at 80% 20%, rgba(0,0,0,0.5), transparent);
  mask-image: radial-gradient(75% 75% at 80% 20%, rgba(0,0,0,0.5), transparent);
  pointer-events: none;
}

.passport-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) { .passport-shell { grid-template-columns: 1fr 1fr; gap: 5.5rem; } }

.passport {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 50px 110px -40px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(247, 244, 238, 0.12);
  transform: rotate(-1.4deg);
  transition: transform 0.6s var(--ease);
}
.passport:hover { transform: rotate(0deg) translateY(-4px); }
@media (max-width: 640px) { .passport { transform: rotate(0deg); } }

.passport-cover {
  position: relative;
  background:
    radial-gradient(120% 130% at 15% 0%, rgba(198, 167, 94, 0.22), transparent 55%),
    linear-gradient(170deg, var(--navy-soft), var(--navy-deep));
  padding: 1.6rem 1.8rem 1.2rem;
  border-bottom: 3px double rgba(198, 167, 94, 0.5);
}
.passport-cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 1px;
  background: rgba(247, 244, 238, 0.14);
}
.passport-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--ivory);
  letter-spacing: 0.02em;
}
.passport-mark {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  position: relative;
  display: inline-block;
}
.passport-mark::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  opacity: 0.6;
}
.passport-code {
  position: absolute;
  top: 0.9rem;
  inset-inline-end: 1.4rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  transform: rotate(-4deg);
}

.passport-body {
  background: var(--paper);
  padding: 1.4rem 1.8rem 1.8rem;
}
.passport-list { display: flex; flex-direction: column; }
.passport-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px dashed rgba(13, 27, 42, 0.14);
}
.passport-item:last-of-type { border-bottom: none; }
.passport-check {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(13, 27, 42, 0.2);
  color: var(--navy);
  background: transparent;
  transition: background 0.45s var(--ease), border-color 0.45s var(--ease), transform 0.45s var(--ease);
}
.passport-check svg {
  width: 13px;
  height: 13px;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  transition: stroke-dashoffset 0.4s var(--ease) 0.1s;
}
.passport-item.checked .passport-check {
  background: var(--gold);
  border-color: var(--gold);
  transform: scale(1.08);
}
.passport-item.checked .passport-check svg { stroke-dashoffset: 0; }
.passport-label {
  flex: none;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--ink);
  min-width: 9ch;
  transition: color 0.4s var(--ease);
}
.passport-note {
  font-size: 0.78rem;
  color: var(--muted);
  transition: opacity 0.4s var(--ease);
}
.passport-item.checked .passport-note { opacity: 0.55; }
@media (max-width: 480px) {
  /* At very narrow widths there simply isn't room for icon + label + note
     to sit comfortably in one row (the label alone can need ~120px), which
     squeezed .passport-note into an unnaturally thin column and made it
     wrap one word per line. Wrapping the note onto its own line, indented
     to align under the label, keeps the same visual language (icon, bold
     label, muted note) while giving the note the full row width to wrap
     across instead of a sliver of it. */
  .passport-item { flex-wrap: wrap; row-gap: 0.3rem; }
  .passport-label { flex: 1 1 auto; min-width: 0; }
  .passport-note {
    flex: 1 1 100%;
    min-width: 0;
    margin-inline-start: calc(28px + 1rem);
  }
}

html.js .passport-ready {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
html.js .passport-shell.ready .passport-ready { opacity: 1; transform: translateY(0); }
.passport-ready {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
  padding: 1.4rem 1rem;
  border-radius: var(--radius-md);
  background:
    radial-gradient(120% 160% at 50% 0%, rgba(198, 167, 94, 0.16), transparent 60%),
    rgba(13, 27, 42, 0.03);
  border: 1px dashed rgba(198, 167, 94, 0.45);
}
.ready-plane {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  margin-bottom: 0.5rem;
  box-shadow: 0 14px 30px -12px rgba(13, 27, 42, 0.6);
}
.ready-plane svg { width: 20px; height: 20px; transform: rotate(12deg); }
.passport-shell.ready .ready-plane svg { animation: planeFloat 3s ease-in-out infinite; }
@keyframes planeFloat {
  0%, 100% { transform: rotate(12deg) translateY(0); }
  50% { transform: rotate(12deg) translateY(-5px); }
}
.ready-label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  color: var(--navy);
  text-transform: uppercase;
}
.ready-label::before { content: "— "; color: var(--gold); }
.ready-label::after { content: " —"; color: var(--gold); }
.ready-note { font-size: 0.82rem; color: var(--muted); max-width: 34ch; }

.passport-side .section-index { -webkit-text-stroke: 1px rgba(247, 244, 238, 0.18); }
.passport-side h2 { color: var(--ivory); margin-top: 1.5rem; }
.passport-side .section-lead { color: var(--sand); }
.passport-sign {
  margin-top: 2.6rem;
  color: rgba(198, 167, 94, 0.28);
}
.passport-sign svg { width: 220px; height: 90px; fill: none; }
html[dir="rtl"] .passport-sign svg { transform: scaleX(-1); }

/* =====================================================
   FAQ
   ===================================================== */
.faq { padding: 6.5rem 0 7.5rem; background: var(--ivory); }
@media (min-width: 1024px) { .faq { padding: 8.5rem 0 9.5rem; } }

.faq-grid { display: grid; gap: 3.5rem; }
@media (min-width: 1024px) { .faq-grid { grid-template-columns: 1fr 1.3fr; gap: 5rem; } }

.faq-more { margin-top: 2.2rem; font-size: 0.95rem; color: var(--muted); }
.faq-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.7rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
  border-bottom: 1px solid rgba(198, 167, 94, 0.6);
  padding-bottom: 0.25rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.faq-contact svg { width: 15px; height: 15px; color: var(--gold); transition: transform 0.3s var(--ease); }
.faq-contact:hover { color: var(--gold); border-color: var(--gold); }
.faq-contact:hover svg { transform: translateX(4px); }
html[dir="rtl"] .faq-contact:hover svg { transform: translateX(-4px); }

.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  text-align: start;
  padding: 1.5rem 0.25rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--ink);
  transition: color 0.3s ease;
}
.faq-q:hover { color: var(--gold); }
.faq-icon {
  flex: none;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid rgba(13, 27, 42, 0.22);
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), transform 0.4s var(--ease);
}
.faq-plus { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); }
.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  background: var(--ink);
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
html[dir="rtl"] .faq-plus::before,
html[dir="rtl"] .faq-plus::after { transform: translate(50%, -50%); }
.faq-plus::before { width: 11px; height: 1.5px; }
.faq-plus::after { width: 1.5px; height: 11px; }
html[dir="rtl"] .faq-plus::before { width: 11px; }
.faq-item.open .faq-icon { background: var(--gold); border-color: var(--gold); transform: rotate(180deg); }
.faq-item.open .faq-plus::before,
.faq-item.open .faq-plus::after { background: var(--navy); }

.faq-a { overflow: hidden; height: 0; transition: height 0.45s var(--ease); }
.faq-a[hidden] { display: none; }
.faq-a > p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.75;
  color: var(--muted);
  padding-inline-end: 2.6rem;
  padding-bottom: 1.5rem;
}
.faq-item.open .faq-q { color: var(--gold); }

@media (max-width: 640px) {
  .faq-q { font-size: 1.1rem; padding: 1.25rem 0.1rem; }
  .faq-a > p { padding-inline-end: 0.5rem; }
}

/* =====================================================
   CONTACT / CONSULTATION FORM
   ===================================================== */
.contact { position: relative; padding: 6.5rem 0 7.5rem; background: var(--paper); overflow: hidden; }
@media (min-width: 1024px) { .contact { padding: 8.5rem 0 9.5rem; } }
.contact::before {
  content: "";
  position: absolute;
  top: -10px;
  inset-inline-end: -8%;
  width: 40%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(198, 167, 94, 0.12), transparent 62%);
  pointer-events: none;
}

.contact-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3.5rem;
}
@media (min-width: 1024px) { .contact-shell { grid-template-columns: 1fr 1.15fr; gap: 5rem; align-items: start; } }

.contact-whatsapp {
  margin-top: 2.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.contact-whatsapp svg { width: 18px; height: 18px; fill: #25D366; }
.contact-whatsapp:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 211, 102, 0.5);
  box-shadow: var(--shadow-card);
}

.contact-form-wrap {
  position: relative;
  min-height: 620px;
}
.contact-form {
  background: var(--navy);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(198, 167, 94, 0.3);
  padding: 2.2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: var(--shadow-lg);
}
@media (max-width: 520px) { .contact-form { padding: 1.7rem 1.4rem; } }

.form-row { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 600px) { .form-row { grid-template-columns: 1fr 1fr; } }

.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field label {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--sand);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: rgba(247, 244, 238, 0.07);
  border: 1px solid rgba(247, 244, 238, 0.14);
  border-radius: var(--radius-sm);
  color: var(--ivory);
  padding: 0.95rem 1.05rem;
  font-family: var(--font-sans);
  font-size: 0.98rem;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
html[dir="rtl"] .field input,
html[dir="rtl"] .field select,
html[dir="rtl"] .field textarea { font-family: var(--font-ar); }
html[lang="zgh"] .field input,
html[lang="zgh"] .field select,
html[lang="zgh"] .field textarea { font-family: var(--font-tz); }
.field textarea { resize: vertical; min-height: 120px; }
.field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23C6A75E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.05rem center;
}
html[dir="rtl"] .field select { background-position: left 1.05rem center; }
.field select option { color: var(--ink); background: var(--ivory); }
.field ::placeholder { color: rgba(247, 244, 238, 0.38); }
.field input:hover, .field select:hover, .field textarea:hover { background: rgba(247, 244, 238, 0.1); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(247, 244, 238, 0.12);
  box-shadow: 0 0 0 4px rgba(198, 167, 94, 0.22);
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: var(--error);
  box-shadow: 0 0 0 4px rgba(178, 74, 59, 0.16);
}
.field-msg {
  font-size: 0.78rem;
  color: #E8A99B;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.35s ease, max-height 0.35s var(--ease);
}
.field.invalid .field-msg { opacity: 1; max-height: 24px; }

.honeypot { display: none; }

.btn-submit {
  position: relative;
  margin-top: 0.5rem;
  width: 100%;
  background: var(--gold);
  color: var(--navy);
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: 1.05rem 1.5rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  box-shadow: 0 16px 36px -16px rgba(198, 167, 94, 0.7);
}
.btn-submit:hover { background: var(--gold-bright); transform: translateY(-1px); }
.btn-submit:disabled { opacity: 0.85; cursor: default; transform: none; }
.btn-label { transition: opacity 0.25s ease; }
.btn-spinner {
  display: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid rgba(13, 27, 42, 0.25);
  border-top-color: var(--navy);
  animation: spin 0.7s linear infinite;
  position: absolute;
  inset-inline-start: 50%;
  margin-inline-start: -8.5px;
}
@keyframes spin { to { transform: rotate(360deg); } }
.btn-submit.loading .btn-label { opacity: 0; }
.btn-submit.loading .btn-spinner { display: block; }

.form-success {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  background: var(--navy);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(198, 167, 94, 0.3);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
}
.form-success[hidden] { display: none; }
.success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 18px 40px -14px rgba(198, 167, 94, 0.7);
  animation: successPop 0.6s var(--ease);
}
.success-icon svg { width: 30px; height: 30px; transform: rotate(12deg); }
@keyframes successPop {
  0% { transform: scale(0.5); opacity: 0; }
  70% { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}
.form-success h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--ivory);
  max-width: 24ch;
}
.form-success p { color: var(--sand); font-size: 0.98rem; max-width: 40ch; }
.form-restart {
  margin-top: 0.5rem;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(198, 167, 94, 0.5);
  padding-bottom: 0.2rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.form-restart:hover { color: var(--gold-bright); border-color: var(--gold-bright); }

/* =====================================================
   FOOTER
   ===================================================== */
.footer { background: var(--navy-deep); color: var(--sand); padding: 4.5rem 0 2.5rem; position: relative; overflow: hidden; }
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(247, 244, 238, 0.04) 1px, transparent 1.3px);
  background-size: 30px 30px;
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  mask-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  pointer-events: none;
}
.footer-top {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  padding-bottom: 3rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--sand-line);
}
@media (min-width: 760px) {
  .footer-top { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; }
}
.footer-brand .logo { font-size: 1.8rem; }
.footer-tagline { margin-top: 1rem; font-size: 0.95rem; color: var(--sand-muted); max-width: 30ch; }

.footer-col { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-start; }
.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}
.footer-col a {
  font-size: 0.92rem;
  color: var(--sand);
  position: relative;
  transition: color 0.25s ease, transform 0.25s var(--ease);
}
.footer-col a:hover { color: var(--gold-bright); transform: translateX(3px); }
html[dir="rtl"] .footer-col a:hover { transform: translateX(-3px); }

.footer-cta { gap: 0.5rem; }
.btn-inquire-dark {
  display: inline-flex;
  background: rgba(247, 244, 238, 0.08);
  border: 1px solid rgba(247, 244, 238, 0.18);
  color: var(--ivory);
}
.btn-inquire-dark:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
@media (min-width: 760px) { .footer-bottom { flex-direction: row; justify-content: space-between; text-align: start; } }
.copyright { font-size: 0.8rem; color: var(--sand-muted); }

.footer-lang .lang-trigger {
  background: rgba(247, 244, 238, 0.06);
  border-color: rgba(247, 244, 238, 0.18);
  color: var(--sand);
}
.footer-lang .lang-trigger:hover { color: var(--gold-bright); border-color: rgba(247, 244, 238, 0.32); }
.footer-lang .lang-trigger[aria-expanded="true"] { border-color: rgba(198, 167, 94, 0.55); }
.footer-lang .lang-menu {
  top: auto;
  bottom: calc(100% + 0.55rem);
  background: var(--navy-soft);
  border-color: rgba(247, 244, 238, 0.16);
}
.footer-lang .lang-option { color: var(--sand); }
.footer-lang .lang-option:hover { background: rgba(247, 244, 238, 0.08); color: var(--ivory); }
.footer-lang .lang-option.active { color: var(--ivory); }

/* =====================================================
   WHATSAPP FLOAT
   ===================================================== */
.whatsapp-float {
  position: fixed;
  bottom: 1.25rem;
  inset-inline-end: 1.25rem;
  z-index: 900;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
  outline: 4px solid rgba(255, 255, 255, 0.75);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }
@media (max-width: 640px) {
  .whatsapp-float { width: 50px; height: 50px; bottom: 1rem; inset-inline-end: 1rem; outline-width: 3px; }
  .whatsapp-float svg { width: 24px; height: 24px; }
}

/* =====================================================
   RTL SUPPORT
   ===================================================== */
html[dir="rtl"] {
  --arrow-scale: -1;
  --origin: right;
  --float-pos: right;
}
html[dir="rtl"] body { text-align: start; }
html[dir="rtl"] .section-head-center h2,
html[dir="rtl"] .section-head-center .section-lead { margin-inline: auto; }
html[dir="rtl"] .story-body p:first-child::first-letter { float: var(--float-pos, left); }

/* =====================================================
   RESPONSIVE REFINEMENTS
   ===================================================== */
@media (max-width: 1023px) {
  .route-label { font-size: 12px; }
  .hero-scrollcue { display: none; }
  .hero-card { bottom: 1.6rem; inset-inline-end: 1.6rem; }
}
@media (max-width: 640px) {
  /* Re-affirm the mobile hero-card layout (defined earlier, near the base
     .hero-card rule) so the tablet "bottom" offset above does not re-apply
     to the relatively-positioned mobile card. */
  .hero-card { bottom: auto; inset-inline-end: auto; }
}

@media (max-width: 900px) {
  .hero-route { display: none; }
}

@media (max-width: 640px) {
  .section-index { margin-bottom: 1.1rem; }
  .section-head { margin-bottom: 2.4rem; }
  .why, .services, .journey, .destinations, .requirements, .story,
  .travel-ready, .faq, .contact { padding: 4rem 0; }
  .why-item { padding: 1.7rem 1.5rem; }
  .service-card { padding: 1.6rem 1.4rem 1.8rem; }
  .service-card h3 { font-size: 1.35rem; }
  .service-feature { padding-bottom: 0; }
  .service-banner { padding: 1.6rem 1.5rem; }
  .step-card { margin-inline-start: 56px; padding: 1.5rem 1.4rem; }
  .step-card h3 { font-size: 1.4rem; }
  .journey-steps { gap: 1.75rem; }
  .dest-grid { gap: 1rem; }
  .dest-visual { aspect-ratio: 5 / 3.6; min-height: 0; }
  .req-card { padding: 1.5rem; }
  .story-body p { font-size: 0.98rem; }
  .passport-shell { gap: 3rem; }
  .passport-ready.passport-ready { margin-top: 1rem; }
  .field input, .field select, .field textarea { font-size: 16px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.2rem; }
  .contact-form, .form-success { min-height: 0; }
}

/* Slightly adjusted mobile journey spine */
@media (max-width: 1023px) {
  .journey-spine { inset-inline-start: 26px; }
  .step-marker { inset-inline-start: 17px; }
  .journey-plane-wrap { inset-inline-start: 17px; }
}

/* Mobile nav + language dropdown fit */
@media (max-width: 480px) {
  .nav-inner { padding: 0 1rem; }
  .nav-right { gap: 0.55rem; }
  .lang-trigger { padding: 6px 10px; font-size: 0.64rem; }
  .lang-trigger-label { max-width: 74px; overflow: hidden; text-overflow: ellipsis; }
  .hamburger { padding: 8px 6px; }
  .logo { font-size: 1.45rem; }
}
@media (max-width: 400px) {
  .lang-trigger-label { max-width: 56px; }
  .logo { font-size: 1.35rem; }
}
@media (max-width: 640px) {
  .mobile-menu { padding: 6.5rem 1.25rem 2rem; }
  .lang-switcher .lang-menu { min-width: 136px; }
}

/* =====================================================
   REDUCED MOTION
   ===================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .load-fade { opacity: 1; transform: none; }
  html.js [data-reveal] { opacity: 1; transform: none; }
  .hero-plane { display: none; }
  .hero-scrollcue { display: none; }
  .route-trace { animation: none; }
  .sfr-dash { animation: none; }
  .journey-plane-wrap { display: none; }
  .dest-route-dot { animation: none; }
  .ready-plane svg { animation: none; }
  .passport { transform: none; }
  .cue-line::after { display: none; }
  .hero-route { display: none; }
  .marker-start { animation: none; }
}