/* ═══════════════════════════════════════════════════════════════
   DARGOL LOGISTICS — MASTER STYLESHEET
   Premium Palette: Charcoal #1A1A1A · Cyan Accent #00B4D8 · White #FFFFFF
   ═══════════════════════════════════════════════════════════════ */

/* ──────────────────────────── CSS CUSTOM PROPERTIES ──────────────────────────── */
:root {
  /* ══ PRIMARY — Charcoal Black (replaces all purple) ══ */
  --indigo-950: #111111;
  --indigo-900: #1a1a1a;   /* deep dark */
  --indigo-800: #222222;
  --indigo-700: #1a1a1a;   /* ★ BRAND PRIMARY — charcoal */
  --indigo-600: #2a2a2a;
  --indigo-500: #333333;
  --indigo-400: #555555;
  --indigo-200: #e0e0e0;
  --indigo-100: #f5f5f5;
  --indigo-50:  #fafafa;

  /* ══ ACCENT — Vibrant Cyan (unchanged) ══ */
  --cyan-700:   #007a9a;
  --cyan-600:   #0096b7;
  --cyan-500:   #00b4d8;   /* ★ BRAND ACCENT     */
  --cyan-400:   #22c9f0;
  --cyan-300:   #67dff7;
  --cyan-100:   #e0f8ff;

  /* ══ LEGACY ALIASES — all remapped to black/charcoal ══ */
  --purple-900: #111111;
  --purple-800: #1a1a1a;
  --purple-700: #222222;
  --purple-600: #1a1a1a;   /* brand charcoal */
  --purple-500: #00b4d8;   /* cyan accent — kept */
  --purple-400: #22c9f0;
  --purple-300: #67dff7;
  --purple-100: #f5f5f5;

  --blue-900:   #111111;
  --blue-700:   #1a1a1a;
  --blue-600:   #222222;
  --blue-500:   #1a1a1a;
  --blue-400:   #333333;
  --blue-300:   #555555;
  --navy:       #1a1a1a;
  --navy-dark:  #111111;
  --navy-900:   #1a1a1a;
  --navy-800:   #222222;
  --navy-700:   #1a1a1a;
  --navy-600:   #2a2a2a;

  --gold-500:   #00b4d8;   /* cyan */
  --gold-400:   #22c9f0;

  /* ══ NEUTRALS — warm white spectrum ══ */
  --white:      #ffffff;
  --off-white:  #fafafa;
  --gray-50:    #f5f5f7;
  --gray-100:   #efefef;
  --gray-200:   #e0e0e0;
  --gray-300:   #c8c8c8;
  --gray-400:   #a0a0a0;
  --gray-500:   #737373;
  --gray-600:   #525252;
  --gray-700:   #404040;
  --gray-800:   #262626;
  --gray-900:   #171717;

  /* ══ GRADIENTS ══ */
  /* Hero: near-black overlay on photo — authoritative & readable */
  --gradient-hero:    linear-gradient(160deg,
                        rgba(10,10,10,0.94) 0%,
                        rgba(15,15,15,0.88) 45%,
                        rgba(26,26,26,0.78) 100%);
  /* Primary button: solid charcoal */
  --gradient-primary: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  --gradient-card:    linear-gradient(135deg, rgba(0,0,0,0.03) 0%, rgba(0,180,216,0.03) 100%);

  /* ══ SHADOWS — light & elegant on white ══ */
  --shadow-sm:     0 1px 4px rgba(0,0,0,0.06);
  --shadow-md:     0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg:     0 12px 40px rgba(0,0,0,0.10);
  --shadow-xl:     0 24px 64px rgba(0,0,0,0.12);
  --shadow-purple: 0 8px 32px rgba(0,0,0,0.15);
  --shadow-cyan:   0 8px 24px rgba(0,180,216,0.20);
  --shadow-indigo: 0 8px 32px rgba(0,0,0,0.18);

  /* ══ BORDER RADIUS — sharp & corporate ══ */
  --radius-sm:   4px;
  --radius-md:   6px;
  --radius-lg:   8px;
  --radius-xl:   12px;
  --radius-2xl:  16px;
  --radius-full: 9999px;

  /* ══ TRANSITIONS ══ */
  --transition:      0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.4s cubic-bezier(0.4, 0, 0.2, 1);

  /* ══ TYPOGRAPHY ══ */
  --font-sans:    'Inter', system-ui, -apple-system, sans-serif;
  --font-display: 'Outfit', 'Inter', system-ui, sans-serif;

  /* ══ SPACING ══ */
  --navbar-h:   80px;
  --section-py: 96px;
}

/* ══════════════════════════════════════════════════════
   VESTERBRO FONT — Arabic & Kurdish (RTL) Typography
   Files: fonts/TRYVesterbro-*.ttf
   ══════════════════════════════════════════════════════ */
@font-face {
  font-family: 'Vesterbro';
  src: url('../fonts/TRYVesterbro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vesterbro';
  src: url('../fonts/TRYVesterbro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vesterbro';
  src: url('../fonts/TRYVesterbro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vesterbro';
  src: url('../fonts/TRYVesterbro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vesterbro';
  src: url('../fonts/TRYVesterbro-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vesterbro';
  src: url('../fonts/TRYVesterbro-Poster.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--gray-800);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

/* RTL support */
body[dir="rtl"] { font-family: 'Inter', 'Tahoma', 'Arial Unicode MS', sans-serif; }

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

/* ──────────────────────────── CONTAINER & UTILITIES ──────────────────────────── */
.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 24px;
}

.section { padding-block: var(--section-py); }

.section-header {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 64px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  border-left: 3px solid var(--cyan-500);
  color: var(--indigo-700);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 0 4px 12px;
  border-radius: 0;
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--indigo-700);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--gray-500);
  line-height: 1.7;
}

/* ──────────────────────────── BUTTONS ──────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-sm);   /* sharp — 4px */
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  transition: var(--transition);
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid transparent;
}

.btn--primary {
  background: var(--indigo-700);
  color: var(--white);
  border-color: var(--indigo-700);
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.btn--primary:hover {
  background: var(--indigo-800);
  border-color: var(--indigo-800);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26,26,26,0.15);
}

.btn--outline {
  background: transparent;
  color: var(--indigo-700);
  border-color: var(--indigo-700);
}
.btn--outline:hover {
  background: var(--indigo-700);
  color: var(--white);
}

.btn--glass {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 2px solid rgba(255,255,255,0.30);
  color: var(--white);
}
.btn--glass:hover {
  background: rgba(255,255,255,0.20);
  transform: translateY(-1px);
}

.btn--white {
  background: var(--white);
  color: var(--indigo-700);
  border-color: var(--white);
  box-shadow: var(--shadow-md);
}
.btn--white:hover {
  background: var(--indigo-50);
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}

.btn--glass-white {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(12px);
  border: 2px solid rgba(255,255,255,0.35);
  color: var(--white);
}
.btn--glass-white:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-1px);
}

.btn--sm { padding: 8px 20px; font-size: 0.85rem; }
.btn--lg { padding: 15px 36px; font-size: 1rem; }


/* ──────────────────────────── ANIMATIONS ──────────────────────────── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(30px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

@keyframes planefly {
  0% { transform: translateX(-20px); opacity: 0.6; }
  100% { transform: translateX(20px); opacity: 1; }
}

@keyframes pulse-ring {
  0% { transform: scale(0.8); opacity: 0.9; }
  100% { transform: scale(1.4); opacity: 0; }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

.animate-fadeInUp {
  animation: fadeInUp 0.7s cubic-bezier(0.4,0,0.2,1) both;
  animation-delay: var(--delay, 0s);
}

/* ──────────────────────────── SIDE OVERLAY ──────────────────────────── */
.side-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-slow);
}
.side-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

/* ──────────────────────────── SIDE MENU ──────────────────────────── */
.side-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: min(400px, 92vw);
  height: 100dvh;
  background: #ffffff;
  z-index: 999;
  transition: right var(--transition-slow);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: -20px 0 60px rgba(0,0,0,0.15);
  border-left: 1px solid var(--gray-200);
}

body[dir="rtl"] .side-menu {
  right: auto;
  left: -400px;
  transition: left var(--transition-slow);
}
body[dir="rtl"] .side-menu.is-open { left: 0; }

.side-menu.is-open { right: 0; }

.side-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--gray-200);
}

.side-menu__logo {
  height: 52px;
  width: auto;
  filter: none;
}

.side-menu__close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: var(--gray-100);
  color: var(--gray-700);
  font-size: 1.2rem;
  transition: var(--transition);
  border: 1px solid var(--gray-200);
}
.side-menu__close:hover {
  background: rgba(0,180,216,0.10);
  border-color: var(--cyan-500);
  color: var(--cyan-600);
  transform: rotate(90deg);
}

/* ──────── LANGUAGE SWITCHER ──────── */
/* ────────────────────────────────────────────
   DESKTOP NAVBAR — Language Dropdown
   ──────────────────────────────────────────── */
.lang-dropdown {
  position: relative;
}

.lang-dropdown__toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1.5px solid rgba(0,0,0,0.12);
  border-radius: var(--radius-md);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.lang-dropdown__toggle:hover {
  border-color: var(--cyan-500);
  color: var(--cyan-600);
  background: rgba(0,180,216,0.04);
}
.lang-dropdown__toggle i {
  font-size: 0.7rem;
  transition: transform 0.2s ease;
}
.lang-dropdown.open .lang-dropdown__toggle i { transform: rotate(180deg); }

.lang-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.07);
  overflow: visible;
  z-index: 9999;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.lang-dropdown.open .lang-dropdown__menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.lang-dropdown__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 11px 18px;
  background: transparent;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.lang-dropdown__item:hover {
  background: rgba(0,180,216,0.06);
  color: var(--cyan-600);
}
.lang-dropdown__item.active {
  background: rgba(0,0,0,0.05);
  color: var(--indigo-700);
  font-weight: 700;
}
/* RTL: flip dropdown to open left-aligned so it doesn't clip off-screen */
/* Removed right: auto; left: 0; because navbar is visually LTR even in RTL mode */

/* ────────────────────────────────────────────
   SIDE MENU — Language Switcher (bottom, text-only)
   ──────────────────────────────────────────── */
.lang-switcher {
  padding: 14px 20px;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

.lang-switcher__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 12px;
  padding-left: 2px;
}

.lang-switcher__buttons {
  display: flex;
  gap: 6px;
}

.lang-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 8px;
  border-radius: var(--radius-md);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gray-600);
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  transition: var(--transition);
  cursor: pointer;
  letter-spacing: 0.01em;
}

.lang-btn:hover {
  color: var(--cyan-600);
  background: rgba(0,180,216,0.06);
  border-color: var(--cyan-500);
}

.lang-btn.active {
  background: var(--indigo-700);
  color: var(--white);
  border-color: var(--indigo-700);
  box-shadow: var(--shadow-sm);
}

/* ──────── SIDE NAV ──────── */
.side-menu__nav {
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  flex: 1;
}

.side-nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--gray-700);
  transition: var(--transition);
  position: relative;
  margin-bottom: 2px;
}

.side-nav-link i {
  width: 20px;
  font-size: 1rem;
  color: var(--cyan-500);
  transition: var(--transition);
}

.side-nav-link:hover,
.side-nav-link.active {
  color: var(--indigo-700);
  background: var(--gray-100);
}

.side-nav-link.active {
  background: linear-gradient(135deg, rgba(0,180,216,0.08), rgba(0,180,216,0.04));
  border: 1px solid rgba(0,180,216,0.15);
  color: var(--cyan-600);
}

.side-nav-link.active i { color: var(--cyan-500); }

.side-nav-link::after {
  content: '›';
  position: absolute;
  right: 16px;
  font-size: 1.2rem;
  opacity: 0;
  color: var(--cyan-500);
  transition: var(--transition);
}
body[dir="rtl"] .side-nav-link::after { right: auto; left: 16px; content: '‹'; }

.side-nav-link:hover::after { opacity: 0.6; transform: translateX(4px); }

/* ──────── SIDE CONTACTS ──────── */
.side-menu__contacts {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.wa-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(37,211,102,0.12);
  border: 1px solid rgba(37,211,102,0.25);
  border-radius: var(--radius-md);
  color: #25d366;
  font-weight: 600;
  font-size: 0.88rem;
  transition: var(--transition);
}
.wa-link:hover {
  background: rgba(37,211,102,0.22);
  transform: translateY(-1px);
}
.wa-link i { font-size: 1.1rem; }

/* ──────────────────────────── NAVBAR ──────────────────────────── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--navbar-h);
  z-index: 900;
  background: rgba(255,255,255,0.98);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.04);
  transition: background var(--transition), box-shadow var(--transition), height var(--transition);
  overflow: visible;
}

.navbar.scrolled {
  background: rgba(255,255,255,0.99);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.08), 0 4px 20px rgba(0,0,0,0.06);
  height: 68px;
}

.navbar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.navbar__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.navbar__logo {
  height: 44px;
  width: auto;
  transition: var(--transition);
  /* Clean — logo on white background, no filter needed */
  filter: none;
}
.navbar.scrolled .navbar__logo {
  height: 36px;
  filter: none;
}

.navbar__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--indigo-700);
  letter-spacing: 0.03em;
}
.navbar__name span { color: var(--cyan-500); }

.navbar__links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  padding: 8px 14px;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1a1a;
  transition: var(--transition);
  position: relative;
  letter-spacing: 0.01em;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--cyan-500);
  transition: var(--transition);
}

.nav-link:hover { color: var(--cyan-600); }
.nav-link:hover::after,
.nav-link.active::after { width: 100%; }
.nav-link.active { color: var(--cyan-600); font-weight: 600; }

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

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: var(--radius-sm);
  background: transparent;
  border: 1px solid var(--gray-200);
  transition: var(--transition);
}
.hamburger:hover { background: var(--indigo-50); border-color: var(--indigo-200); }
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--indigo-700);
  border-radius: 2px;
  transition: var(--transition);
}

/* ──────────────────────────── HERO SECTION ──────────────────────────── */
.hero {
  min-height: 100dvh;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: var(--navbar-h);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--gradient-hero);
}

.hero__particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.particle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: float linear infinite;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding-block: 80px 120px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,180,216,0.08);
  border: 1px solid rgba(0,180,216,0.18);
  color: var(--cyan-300);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.hero__badge i { color: var(--cyan-400); }

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 24px;
}

.hero__gradient-text {
  /* Clean cyan accent on the hero dark background */
  color: var(--cyan-400);
  -webkit-text-fill-color: var(--cyan-400);
}

.hero__subtitle {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: rgba(255,255,255,0.82);
  max-width: 580px;
  margin-bottom: 40px;
  line-height: 1.75;
}
.hero__subtitle strong { color: var(--cyan-300); font-weight: 700; }

.hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

/* Route badge */
.route-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-xl);
  padding: 14px 24px;
}

.route-badge__city {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 600;
  font-size: 0.9rem;
}
.route-badge__city i { color: var(--cyan-400); }

.route-badge__line {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  min-width: 100px;
}

.route-badge__dots {
  flex: 1;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.5) 0px, rgba(255,255,255,0.5) 4px, transparent 4px, transparent 8px);
}

.route-badge__plane {
  color: var(--cyan-300);
  font-size: 1.1rem;
  animation: planefly 2s ease-in-out infinite alternate;
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.scroll-indicator {
  width: 28px;
  height: 44px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: var(--radius-full);
  position: relative;
  animation: scrollBounce 2s ease-in-out infinite;
}
.scroll-indicator::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 10px;
  background: rgba(255,255,255,0.7);
  border-radius: var(--radius-full);
  animation: scrollBounce 2s ease-in-out infinite;
}

/* ──────────────────────────── QUICK TRACK BAR ──────────────────────────── */
.track-bar {
  background: var(--white);
  box-shadow: 0 -4px 0 0 var(--purple-500), var(--shadow-xl);
  position: relative;
  z-index: 10;
  padding-block: 32px;
}

.track-bar__inner {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 24px 28px;
  position: relative;
  overflow: hidden;
}

.track-bar__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
}

.track-bar__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.track-bar__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.track-bar__field label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-500);
}

.track-bar__field input {
  border: none;
  background: none;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--gray-800);
  outline: none;
  padding: 4px 0;
}
.track-bar__field input::placeholder { color: var(--gray-300); }

/* ──────────────────────────── STATS ──────────────────────────── */
.stats-section {
  background: var(--gray-50);
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
  padding-block: 80px;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 100% at 50% 100%, rgba(0,0,0,0.04), transparent);
}

.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.stat-card__icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--indigo-700);
}

.stat-card__num {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--indigo-700);
  line-height: 1;
}

.stat-card__label {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--gray-500);
}

/* ──────────────────────────── SERVICES GRID ──────────────────────────── */
.services-section {
  background: var(--off-white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 36px 28px;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition);
}

.service-card:hover {
  border-color: rgba(26,26,26,0.15);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.service-card:hover::before { transform: scaleX(1); }

.service-card--featured {
  border-color: rgba(0,0,0,0.08);
  background: linear-gradient(135deg, rgba(0,0,0,0.02) 0%, rgba(6,182,212,0.03) 100%);
  box-shadow: 0 4px 24px rgba(0,180,216,0.07);
}
.service-card--featured::before { transform: scaleX(1); }

.service-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gradient-primary);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-full);
}

.service-card__icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.service-card__icon--air   { background: rgba(0,0,0,0.06);  color: #1a1a1a; }
.service-card__icon--land  { background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%); color: var(--white); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
.service-card__icon--sea   { background: rgba(0,180,216,0.10); color: var(--cyan-600); }
.service-card__icon--cargo { background: rgba(0,0,0,0.06);  color: #1a1a1a; }
.service-card__icon--shein { background: rgba(0,180,216,0.08); color: var(--cyan-600); }
.service-card__icon--auto  { background: rgba(0,0,0,0.06);  color: #1a1a1a; }

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gray-900);
}

.service-card p {
  font-size: 0.9rem;
  color: var(--gray-500);
  line-height: 1.65;
  flex: 1;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--purple-500);
  transition: var(--transition);
}
.service-card:hover .service-card__link { gap: 10px; }

/* ──────────────────────────── WHY SECTION ──────────────────────────── */
.why-section {
  position: relative;
  overflow: hidden;
}

.why-section__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--off-white) 60%, rgba(0,0,0,0.02) 100%);
}

.why-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.why-image__frame {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.why-image__frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.why-image__badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(15,23,42,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}
.why-image__badge i {
  font-size: 1.6rem;
  color: var(--cyan-400);
}
.why-image__badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
}
.why-image__badge span {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.65);
}

.why-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-block: 32px;
}

.why-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.why-feature__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-purple);
}

.why-feature h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.why-feature p {
  font-size: 0.88rem;
  color: var(--gray-500);
  line-height: 1.6;
}

/* ──────────────────────────── OFFERS SECTION ──────────────────────────── */
.offers-section { background: var(--white); }

.offers-section .section-tag {
  border-color: var(--cyan-500);
  color: var(--indigo-700);
}
.offers-section .section-title { color: var(--indigo-700); }
.offers-section .section-subtitle { color: var(--gray-500); }

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.offer-card {
  border-radius: var(--radius-xl);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.offer-card::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}

.offer-card--purple { background: linear-gradient(135deg, var(--purple-700) 0%, var(--purple-600) 100%); }
.offer-card--blue { background: linear-gradient(135deg, var(--blue-700) 0%, var(--cyan-600) 100%); }
.offer-card--teal { background: linear-gradient(135deg, #0f766e 0%, #0096b7 100%); }

.offer-card__icon {
  font-size: 2rem;
  color: rgba(255,255,255,0.85);
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
}

.offer-card__content { flex: 1; }
.offer-card__price {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}
.offer-card__price span { font-size: 1rem; opacity: 0.75; }

.offer-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.offer-card p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin-bottom: 20px;
}

/* ──────────────────────────── TESTIMONIALS ──────────────────────────── */
.testimonials-section { background: var(--off-white); }

.testimonials-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: var(--transition);
}
.testimonial-card:hover {
  border-color: rgba(26,26,26,0.15);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.testimonial-card__stars { color: var(--cyan-500); font-size: 0.9rem; letter-spacing: 2px; }

.testimonial-card__text {
  font-size: 0.9rem;
  color: var(--gray-600);
  line-height: 1.7;
  font-style: italic;
  flex: 1;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.testimonial-card__author strong { display: block; font-size: 0.9rem; color: var(--gray-800); }
.testimonial-card__author span { font-size: 0.8rem; color: var(--gray-500); }

.testimonials-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.test-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--gray-200);
  color: var(--gray-600);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.test-nav-btn:hover {
  background: var(--gradient-primary);
  color: var(--white);
  border-color: transparent;
  box-shadow: var(--shadow-purple);
}

.test-dots { display: flex; gap: 8px; }
.test-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gray-300);
  cursor: pointer;
  transition: var(--transition);
}
.test-dot.active {
  background: var(--purple-500);
  width: 24px;
  border-radius: 4px;
}

/* ──────────────────────────── CTA BANNER ──────────────────────────── */
.cta-banner {
  position: relative;
  overflow: hidden;
  padding-block: 96px;
}

.cta-banner__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--purple-700) 0%, var(--navy) 40%, var(--cyan-600) 100%);
}
.cta-banner__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(0,180,216,0.20) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(0,180,216,0.15) 0%, transparent 60%);
}

.cta-banner__content {
  position: relative;
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}
.cta-banner__content h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}
.cta-banner__content p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 40px;
  line-height: 1.7;
}
.cta-banner__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ──────────────────────────── FOOTER ──────────────────────────── */
.footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.7);
}

.footer__main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 60px;
  padding-block: 80px 60px;
}

.footer__logo {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}

.footer__brand p {
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 280px;
  margin-bottom: 24px;
}

.footer__socials {
  display: flex;
  gap: 12px;
}
.footer__socials a {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 0.95rem;
  transition: var(--transition);
}
.footer__socials a:hover {
  background: var(--gradient-primary);
  border-color: transparent;
  color: var(--white);
  transform: translateY(-2px);
}

.footer__links h4,
.footer__services h4,
.footer__contact h4 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}

.footer__links ul,
.footer__services ul { display: flex; flex-direction: column; gap: 10px; }

.footer__links a,
.footer__services a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__links a:hover,
.footer__services a:hover {
  color: var(--cyan-400);
  padding-left: 4px;
}
body[dir="rtl"] .footer__links a:hover,
body[dir="rtl"] .footer__services a:hover { padding-left: 0; padding-right: 4px; }

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.5;
}
.footer__contact-item i {
  color: var(--cyan-400);
  font-size: 0.85rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.footer__contact-item--link { color: rgba(255,255,255,0.55); transition: var(--transition); }
.footer__contact-item--link:hover { color: var(--cyan-400); }

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-block: 24px;
}
.footer__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.footer__bottom p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}
.footer__bottom-links {
  display: flex;
  gap: 20px;
}
.footer__bottom-links a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  transition: var(--transition);
}
.footer__bottom-links a:hover { color: var(--cyan-400); }

/* ──────────────────────────── BACK TO TOP ──────────────────────────── */
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  box-shadow: var(--shadow-purple);
  z-index: 800;
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition);
  pointer-events: none;
}
.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(200,151,42,0.50);
}

/* ──────────────────────────── SCROLL REVEAL UTILITY ──────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal--left { transform: translateX(-24px); }
.reveal--right { transform: translateX(24px); }
.reveal--left.is-visible, .reveal--right.is-visible { transform: translateX(0); }
.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }
.reveal--delay-4 { transition-delay: 0.4s; }
.reveal--delay-5 { transition-delay: 0.5s; }

/* ──────────────────────────── PAGE-SPECIFIC HEADER ──────────────────────────── */
.page-hero {
  padding-block: 140px 80px;
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  position: relative;
  overflow: hidden;
  text-align: center;
  color: var(--indigo-700);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 120%, rgba(0,0,0,0.04) 0%, transparent 65%);
  pointer-events: none;
}
/* subtle horizontal accent line at bottom */
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--cyan-500);
  border-radius: var(--radius-full);
}
.page-hero__content { position: relative; }
.page-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  border-left: 3px solid var(--cyan-500);
  color: var(--indigo-700);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 0 4px 12px;
  border-radius: 0;
  margin-bottom: 20px;
}
.page-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--indigo-700);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.page-hero__subtitle {
  font-size: 1.05rem;
  color: var(--gray-500);
  max-width: 560px;
  margin-inline: auto;
  line-height: 1.7;
}

/* ──────────────────────────── TRACKING PAGE ──────────────────────────── */
.tracking-portal {
  max-width: 780px;
  margin-inline: auto;
  padding-block: 64px;
}
.tracking-input-group {
  display: flex;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 12px;
  box-shadow: var(--shadow-lg);
  margin-bottom: 48px;
}
.tracking-input {
  flex: 1;
  padding: 14px 20px;
  border: none;
  outline: none;
  font-size: 1rem;
  color: var(--gray-800);
  background: transparent;
}
.tracking-input::placeholder { color: var(--gray-300); }

.tracking-result {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: none;
}
.tracking-result.is-visible { display: block; }

.tracking-result__header {
  background: var(--gradient-primary);
  padding: 28px 32px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tracking-result__id { font-family: var(--font-display); font-size: 1.4rem; font-weight: 800; }
.tracking-result__status {
  background: rgba(255,255,255,0.2);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.tracking-timeline {
  padding: 40px 32px;
}

.timeline-step {
  display: flex;
  gap: 20px;
  position: relative;
  padding-bottom: 32px;
}
.timeline-step:last-child { padding-bottom: 0; }

.timeline-step::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 18px;
  bottom: 0;
  width: 2px;
  background: var(--gray-200);
}
.timeline-step:last-child::before { display: none; }
.timeline-step.completed::before { background: var(--purple-400); }

.timeline-step__dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--gray-300);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--gray-400);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.timeline-step.completed .timeline-step__dot {
  background: var(--gradient-primary);
  border-color: transparent;
  color: var(--white);
  box-shadow: var(--shadow-purple);
}
.timeline-step.active .timeline-step__dot {
  border-color: var(--cyan-500);
  color: var(--cyan-600);
  box-shadow: 0 0 0 4px rgba(0,180,216,0.08);
}

.timeline-step__content { padding-top: 6px; }
.timeline-step__title { font-weight: 700; font-size: 0.95rem; color: var(--gray-900); margin-bottom: 4px; }
.timeline-step__desc { font-size: 0.85rem; color: var(--gray-500); }
.timeline-step__date { font-size: 0.78rem; color: var(--gray-400); margin-top: 4px; }

/* ──────────────────────────── CONTACT FORM ──────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.contact-info-card {
  background: var(--indigo-700);
  border-radius: var(--radius-2xl);
  padding: 48px 40px;
  color: var(--white);
  position: sticky;
  top: calc(var(--navbar-h) + 24px);
  box-shadow: var(--shadow-purple);
}
.contact-info-card h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--white);
}
.contact-info-card p { color: rgba(255,255,255,0.75); margin-bottom: 36px; line-height: 1.65; }

.contact-detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.contact-detail__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--cyan-300);
  flex-shrink: 0;
}
.contact-detail h5 { font-size: 0.78rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.contact-detail p { color: var(--white); font-weight: 500; font-size: 0.9rem; margin: 0; }

.contact-wa-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 32px;
}
.contact-wa-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(37,211,102,0.12);
  border: 1px solid rgba(37,211,102,0.3);
  border-radius: var(--radius-md);
  color: #25d366;
  font-weight: 600;
  font-size: 0.875rem;
  transition: var(--transition);
}
.contact-wa-btn:hover { background: rgba(37,211,102,0.22); transform: translateY(-1px); }
.contact-wa-btn i { font-size: 1.1rem; }

.contact-form {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-2xl);
  padding: 48px 40px;
  box-shadow: var(--shadow-lg);
}

.form-group {
  margin-bottom: 24px;
}
.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gray-600);
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  color: var(--gray-800);
  background: var(--gray-50);
  outline: none;
  transition: var(--transition);
  resize: vertical;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--purple-500);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(0,180,216,0.06);
}
.form-group textarea { min-height: 130px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* ──────────────────────────── MAP SECTION ──────────────────────────── */
.map-section { background: var(--gray-50); padding-block: 0; }
.map-container {
  position: relative;
  height: 420px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.map-container iframe { width: 100%; height: 100%; border: none; }
.map-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
  pointer-events: none;
}
.map-pin-badge {
  background: rgba(15,23,42,0.88);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-lg);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  pointer-events: all;
}
.map-pin-badge i { color: var(--cyan-400); }
.map-pin-badge strong { font-size: 0.85rem; display: block; }
.map-pin-badge span { font-size: 0.78rem; color: rgba(255,255,255,0.6); }

/* ──────────────────────────── BLOG PAGE ──────────────────────────── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: var(--transition);
}
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }

.blog-card__img {
  height: 210px;
  overflow: hidden;
  position: relative;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow);
}
.blog-card:hover .blog-card__img img { transform: scale(1.05); }

.blog-card__category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--gradient-primary);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-full);
}

.blog-card__content { padding: 24px; }
.blog-card__meta { font-size: 0.78rem; color: var(--gray-400); margin-bottom: 10px; }
.blog-card__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 10px;
  line-height: 1.4;
}
.blog-card__excerpt { font-size: 0.875rem; color: var(--gray-500); line-height: 1.65; margin-bottom: 20px; }
.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--purple-600);
  transition: var(--transition);
}
.blog-card:hover .blog-card__link { gap: 10px; }

/* ──────────────────────────── SURVEY MULTI-STEP FORM ──────────────────────────── */
.survey-container {
  max-width: 780px;
  margin-inline: auto;
  padding-block: 64px;
}

.survey-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 52px;
  position: relative;
}

.survey-step-indicator {
  display: flex;
  align-items: center;
  gap: 0;
}

.step-bubble {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--gray-200);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--gray-400);
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.step-bubble.active {
  border-color: var(--purple-500);
  color: var(--purple-500);
  box-shadow: 0 0 0 4px rgba(0,180,216,0.07);
}
.step-bubble.done {
  background: var(--gradient-primary);
  border-color: transparent;
  color: var(--white);
}

.step-line {
  width: 80px;
  height: 2px;
  background: var(--gray-200);
  transition: var(--transition-slow);
}
.step-line.done { background: var(--purple-500); }

.step-label {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gray-400);
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.step-bubble.active .step-label { color: var(--purple-500); }
.step-bubble.done .step-label { color: var(--gray-600); }

.survey-panel {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-2xl);
  padding: 52px 48px;
  box-shadow: var(--shadow-lg);
  display: none;
}
.survey-panel.is-active { display: block; animation: fadeInUp 0.4s ease both; }

.survey-panel__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 8px;
}
.survey-panel__subtitle {
  font-size: 0.9rem;
  color: var(--gray-500);
  margin-bottom: 36px;
}

.rating-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.rating-btn {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  border: 1px solid var(--gray-200);
  background: var(--gray-50);
  font-weight: 700;
  font-size: 1rem;
  color: var(--gray-600);
  transition: var(--transition);
  cursor: pointer;
}
.rating-btn.selected,
.rating-btn:hover {
  background: var(--gradient-primary);
  color: var(--white);
  border-color: transparent;
  box-shadow: var(--shadow-purple);
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition);
}
.checkbox-item:hover { border-color: rgba(0,0,0,0.08); background: rgba(26,26,26,0.15); }
.checkbox-item input { width: 18px; height: 18px; accent-color: var(--purple-600); }
.checkbox-item span { font-size: 0.9rem; color: var(--gray-700); font-weight: 500; }

.survey-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--gray-200);
}

/* ──────────────────────────── ABOUT PAGE ──────────────────────────── */
.timeline {
  position: relative;
  padding-left: 60px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 2px;
  background: linear-gradient(to bottom, var(--purple-500), var(--cyan-500));
}

body[dir="rtl"] .timeline { padding-left: 0; padding-right: 60px; }
body[dir="rtl"] .timeline::before { left: auto; right: 18px; }

.timeline-item {
  position: relative;
  margin-bottom: 48px;
}

.timeline-item__dot {
  position: absolute;
  left: -49px;
  top: 4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: var(--shadow-purple);
  border: 3px solid var(--white);
}
body[dir="rtl"] .timeline-item__dot { left: auto; right: -49px; }

.timeline-item__year {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--purple-500);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.timeline-item__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 8px;
}
.timeline-item__desc { font-size: 0.9rem; color: var(--gray-500); line-height: 1.65; }

/* Team cards */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.team-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: var(--transition);
  text-align: center;
}
.team-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.team-card__avatar {
  height: 200px;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255,255,255,0.3);
  position: relative;
  overflow: hidden;
}
.team-card__avatar::before {
  content: attr(data-initials);
  position: absolute;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(255,255,255,0.6);
}
.team-card__content { padding: 20px 16px; }
.team-card__name { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--gray-900); margin-bottom: 4px; }
.team-card__role { font-size: 0.8rem; color: var(--purple-600); font-weight: 600; }

/* ──────────────────────────── PRIVACY PAGE ──────────────────────────── */
.privacy-content {
  max-width: 800px;
  margin-inline: auto;
}
.privacy-section { margin-bottom: 48px; }
.privacy-section h2 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--purple-100);
  display: flex;
  align-items: center;
  gap: 10px;
}
.privacy-section h2 i { color: var(--purple-500); }
.privacy-section p { font-size: 0.95rem; color: var(--gray-600); line-height: 1.75; margin-bottom: 12px; }
.privacy-section ul { padding-left: 20px; }
.privacy-section ul li { font-size: 0.95rem; color: var(--gray-600); line-height: 1.75; margin-bottom: 8px; }

/* ──────────────────────────── SERVICES PAGE ──────────────────────────── */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding-block: 80px;
}
.service-detail:nth-child(even) .service-detail__image { order: 1; }

.service-detail__image {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  height: 440px;
}
.service-detail__image img { width: 100%; height: 100%; object-fit: cover; }

.service-detail__icon-large {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-xl);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 20px;
  box-shadow: var(--shadow-purple);
}

.service-detail h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 16px;
}
.service-detail p { font-size: 0.95rem; color: var(--gray-500); line-height: 1.75; margin-bottom: 24px; }

.service-feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.service-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--gray-700);
  font-weight: 500;
}
.service-feature-item i { color: var(--cyan-500); font-size: 0.8rem; }

/* ──────────────────────────── NOTIFICATION TOAST ──────────────────────────── */
.toast {
  position: fixed;
  bottom: 90px;
  right: 32px;
  background: var(--gray-900);
  color: var(--white);
  padding: 16px 24px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  z-index: 9999;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(20px);
  opacity: 0;
  transition: var(--transition);
  border-left: 3px solid var(--cyan-500);
  max-width: 340px;
}
.toast.is-visible { transform: translateY(0); opacity: 1; }
.toast i { color: var(--cyan-400); font-size: 1rem; }

/* ──────────────────────────── RESPONSIVE ──────────────────────────── */
@media (max-width: 1200px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  :root { --section-py: 72px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .why-image { display: none; }
  .footer__main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-info-card { position: static; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-track { grid-template-columns: repeat(2, 1fr); }
  .service-detail { grid-template-columns: 1fr; gap: 40px; }
  .service-detail__image { height: 300px; }
  .service-detail:nth-child(even) .service-detail__image { order: 0; }
}

@media (max-width: 768px) {
  :root { --section-py: 56px; }

  .navbar__links { display: none; }
  .hamburger { display: flex; }
  .navbar__actions .btn--primary { display: none; }

  .hero__title { font-size: clamp(2.2rem, 8vw, 3rem); }

  .track-bar__inner { flex-direction: column; gap: 16px; align-items: center; text-align: center; }
  .track-bar__inner .btn { width: 100%; justify-content: center; }

  .services-grid { grid-template-columns: 1fr; }
  .offers-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-track { grid-template-columns: 1fr; }

  .footer__main { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom .container { flex-direction: column; gap: 12px; text-align: center; }

  .form-row { grid-template-columns: 1fr; }
  .survey-panel { padding: 32px 24px; }
  .contact-form { padding: 32px 24px; }
  .contact-info-card { padding: 32px 24px; }

  .step-line { width: 40px; }

  .cta-banner__actions { flex-direction: column; align-items: center; }

  .route-badge { flex-direction: column; gap: 8px; }
  .route-badge__line { display: none; }

  .back-to-top { bottom: 20px; right: 20px; }
  .toast { right: 16px; bottom: 80px; left: 16px; max-width: unset; }
}

@media (max-width: 480px) {
  .hero__ctas { flex-direction: column; }
  .lang-switcher__buttons { flex-direction: row; }
  .lang-btn { flex: 1; }
  .team-grid { grid-template-columns: 1fr; }
  .hero__content { padding-block: 40px 60px; }
  /* Hide desktop lang dropdown on mobile — hamburger/side menu handles it */
  .lang-dropdown { display: none; }
}

/* ──────────────────────────── RTL OVERRIDES ──────────────────────────── */
body[dir="rtl"] .hero__title { text-align: right; }
body[dir="rtl"] .hero__subtitle { text-align: right; }
body[dir="rtl"] .hero__badge { flex-direction: row-reverse; }
body[dir="rtl"] .hero__ctas { flex-direction: row-reverse; }
body[dir="rtl"] .back-to-top { right: auto; left: 32px; }
body[dir="rtl"] .toast { right: auto; left: 32px; }

/* RTL: lang dropdown position */
[dir="rtl"] .lang-dropdown__item { text-align: right; }
[dir="rtl"] .lang-dropdown__toggle { flex-direction: row-reverse; }

/* ──────────────────────────── UTILITY CLASSES ──────────────────────────── */
.text-center { text-align: center; }
.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hidden { display: none !important; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* ═══════════════════════════════════════════════
   PAGE HERO (shared across inner pages)
   ═══════════════════════════════════════════════ */
.page-hero {
  padding-top: calc(var(--navbar-h) + 60px);
  padding-bottom: 72px;
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 110%, rgba(0,0,0,0.04), transparent);
  pointer-events: none;
}
.page-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  border-left: 3px solid var(--cyan-500);
  color: var(--indigo-700);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 0 4px 12px;
  border-radius: 0;
  margin-bottom: 20px;
}
.page-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: var(--indigo-700);
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.page-hero__subtitle {
  font-size: 1.1rem;
  color: var(--gray-500);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════
   TRACKING PORTAL
   ═══════════════════════════════════════════════ */
.tracking-portal {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 0;
}
.tracking-input-group {
  display: flex;
  gap: 12px;
  background: var(--white);
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-2xl);
  padding: 10px 10px 10px 24px;
  box-shadow: var(--shadow-lg);
  margin-bottom: 20px;
  transition: border-color var(--transition);
}
.tracking-input-group:focus-within {
  border-color: var(--purple-500);
  box-shadow: 0 0 0 4px rgba(0,180,216,0.05), var(--shadow-lg);
}
.tracking-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--gray-900);
}
.tracking-input::placeholder { color: var(--gray-400); }
.tracking-result {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin-bottom: 48px;
}
.tracking-result.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 0.4s ease forwards;
}
.tracking-result__header {
  background: linear-gradient(135deg, var(--gray-900), var(--purple-900));
  color: var(--white);
  padding: 28px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.tracking-result__id {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.tracking-result__status {
  background: rgba(0,180,216,0.10);
  border: 1px solid rgba(0,180,216,0.30);
  color: var(--cyan-400);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: var(--radius-full);
}
.tracking-timeline {
  padding: 36px 32px;
}

/* Timeline Steps */
.timeline-step {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  padding-bottom: 32px;
  position: relative;
}
.timeline-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: 0;
  width: 2px;
  background: var(--gray-200);
}
.timeline-step.completed::before { background: var(--purple-400); }
.timeline-step.active::before { background: linear-gradient(to bottom, var(--purple-400), var(--gray-200)); }

.timeline-step__dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gray-200);
  color: var(--gray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.timeline-step.completed .timeline-step__dot {
  background: var(--gradient-primary);
  color: var(--white);
  box-shadow: 0 4px 12px rgba(0,180,216,0.20);
}
.timeline-step.active .timeline-step__dot {
  background: linear-gradient(135deg, var(--cyan-600), var(--cyan-400));
  color: var(--white);
  box-shadow: 0 4px 12px rgba(0,180,216,0.30);
  animation: pulse 2s ease infinite;
}
.timeline-step__content {
  flex: 1;
  padding-top: 8px;
}
.timeline-step__title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.timeline-step__desc {
  font-size: 0.85rem;
  color: var(--gray-500);
  line-height: 1.6;
  margin-bottom: 4px;
}
.timeline-step__date {
  font-size: 0.78rem;
  color: var(--gray-400);
}

/* ═══════════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════════ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}
.contact-info-card {
  background: var(--indigo-700);
  border-radius: var(--radius-2xl);
  padding: 48px 36px;
  color: var(--white);
  box-shadow: var(--shadow-purple);
}
.contact-info-card h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--white);
}
.contact-info-card > p {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 36px;
}
.contact-detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.contact-detail:last-of-type { border-bottom: none; margin-bottom: 32px; }
.contact-detail__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--cyan-300);
  flex-shrink: 0;
}
.contact-detail h5 {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 3px;
}
.contact-detail p { font-size: 0.9rem; color: rgba(255,255,255,0.9); }
.contact-wa-btns { display: flex; flex-direction: column; gap: 10px; }
.contact-wa-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(37,211,102,0.15);
  border: 1px solid rgba(37,211,102,0.35);
  border-radius: var(--radius-lg);
  padding: 14px 20px;
  color: var(--white);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all var(--transition);
}
.contact-wa-btn:hover {
  background: rgba(37,211,102,0.25);
  transform: translateX(4px);
}
.contact-wa-btn i { font-size: 1.6rem; color: #25d366; }

/* Contact Form */
.contact-form {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-2xl);
  padding: 48px 40px;
  box-shadow: var(--shadow-md);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}
.form-group label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gray-700);
}
.form-group input,
.form-group select,
.form-group textarea {
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  color: var(--gray-900);
  background: var(--gray-50);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--purple-500);
  box-shadow: 0 0 0 3px rgba(0,180,216,0.06);
  background: var(--white);
}
.form-group textarea { min-height: 130px; resize: vertical; }
.form-group select { cursor: pointer; }

/* ═══════════════════════════════════════════════
   SURVEY PAGE
   ═══════════════════════════════════════════════ */
.survey-container {
  max-width: 760px;
  margin: 0 auto;
  padding-block: 48px;
}
.survey-progress {
  margin-bottom: 48px;
}
.survey-step-indicator {
  justify-content: center;
}
.step-bubble {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gray-200);
  color: var(--gray-500);
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--transition);
  cursor: pointer;
}
.step-bubble .step-label {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gray-500);
  white-space: nowrap;
}
.step-bubble.active {
  background: var(--gradient-primary);
  color: var(--white);
  box-shadow: var(--shadow-purple);
  transform: scale(1.1);
}
.step-bubble.active .step-label { color: var(--purple-600); font-weight: 700; }
.step-bubble.done {
  background: linear-gradient(135deg, var(--purple-600), var(--cyan-600));
  color: var(--white);
}
.step-line {
  flex: 1;
  height: 2px;
  background: var(--gray-200);
  margin-top: 22px;
  transition: background var(--transition);
}
.step-line.done { background: var(--gradient-primary); }

.survey-panel {
  display: none;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-2xl);
  padding: 48px 40px;
  box-shadow: var(--shadow-md);
  animation: fadeInUp 0.35s ease;
}
.survey-panel.is-active { display: block; }
.survey-panel__title {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 8px;
}
.survey-panel__subtitle {
  font-size: 0.95rem;
  color: var(--gray-500);
  margin-bottom: 36px;
  line-height: 1.6;
}
.survey-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--gray-200);
  flex-wrap: wrap;
  gap: 12px;
}
.rating-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.rating-btn {
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: var(--radius-md);
  border: 2px solid var(--gray-200);
  background: var(--gray-50);
  color: var(--gray-700);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.rating-btn:hover,
.rating-btn.selected {
  border-color: var(--purple-500);
  background: rgba(0,180,216,0.05);
  color: var(--purple-600);
  transform: translateY(-2px);
}
.rating-btn.selected {
  background: var(--gradient-primary);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-fast);
  background: var(--gray-50);
}
.checkbox-item:hover {
  border-color: var(--purple-400);
  background: rgba(0,0,0,0.02);
}
.checkbox-item input { accent-color: var(--purple-500); width: 16px; height: 16px; }
.checkbox-item span { font-size: 0.9rem; color: var(--gray-700); }

/* ═══════════════════════════════════════════════
   ABOUT PAGE — TIMELINE
   ═══════════════════════════════════════════════ */
.timeline {
  position: relative;
  padding-left: 48px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--purple-500), var(--cyan-500), var(--gray-200));
}
.timeline-item {
  position: relative;
  padding-bottom: 40px;
}
.timeline-item__dot {
  position: absolute;
  left: -39px;
  top: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: var(--white);
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,180,216,0.20);
  z-index: 1;
}
.timeline-item__year {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--purple-600);
  margin-bottom: 4px;
}
.timeline-item__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 6px;
}
.timeline-item__desc {
  font-size: 0.875rem;
  color: var(--gray-500);
  line-height: 1.7;
}

/* Team */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.team-card__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  font-family: var(--font-display);
}
.team-card__avatar::after {
  content: attr(data-initials);
}
.team-card__name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.team-card__role {
  font-size: 0.8rem;
  color: var(--gray-500);
}

/* ═══════════════════════════════════════════════
   SERVICES PAGE — DETAIL SECTIONS
   ═══════════════════════════════════════════════ */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding-block: 80px;
}
.service-detail__image {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  height: 380px;
}
.service-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-detail__image:hover img { transform: scale(1.04); }
.service-detail__icon-large {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-xl);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 24px;
  box-shadow: var(--shadow-purple);
}
.service-detail h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--gray-900);
  line-height: 1.25;
  margin-bottom: 16px;
}
.service-detail > div > p {
  font-size: 0.95rem;
  color: var(--gray-500);
  line-height: 1.75;
  margin-bottom: 28px;
}
.service-feature-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.service-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--gray-700);
}
.service-feature-item i { color: var(--purple-500); font-size: 0.85rem; flex-shrink: 0; }

/* Reveal animations for service details */
.reveal--left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal--right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal--left.is-visible,
.reveal--right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* ═══════════════════════════════════════════════
   BLOG PAGE
   ═══════════════════════════════════════════════ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--purple-300);
}
.blog-card__img {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card__img img { transform: scale(1.06); }
.blog-card__category {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(26,26,26,0.15);
  backdrop-filter: blur(8px);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 4px 10px;
  border-radius: var(--radius-full);
}
.blog-card__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card__meta {
  font-size: 0.75rem;
  color: var(--gray-400);
  margin-bottom: 8px;
}
.blog-card__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gray-900);
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog-card__excerpt {
  font-size: 0.85rem;
  color: var(--gray-500);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
}
.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--purple-600);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap var(--transition-fast);
}
.blog-card__link:hover { gap: 10px; }

/* ═══════════════════════════════════════════════
   PRIVACY PAGE
   ═══════════════════════════════════════════════ */
.privacy-content {
  max-width: 820px;
  margin: 0 auto;
  padding-block: 40px;
}
.privacy-section {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 36px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}
.privacy-section h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.privacy-section h2 i { color: var(--purple-500); font-size: 1rem; }
.privacy-section p {
  font-size: 0.9rem;
  color: var(--gray-600);
  line-height: 1.75;
  margin-bottom: 12px;
}
.privacy-section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.privacy-section ul li {
  font-size: 0.875rem;
  color: var(--gray-600);
  line-height: 1.65;
  padding-left: 20px;
  position: relative;
}
.privacy-section ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--purple-500);
  font-weight: 700;
}
.privacy-section a { color: var(--purple-600); text-decoration: underline; }

/* ═══════════════════════════════════════════════
   PULSE ANIMATION (for active timeline dot)
   ═══════════════════════════════════════════════ */
@keyframes pulse {
  0%, 100% { box-shadow: 0 4px 12px rgba(0,180,216,0.30); }
  50% { box-shadow: 0 4px 24px rgba(0,180,216,0.70); }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — NEW PAGES
   ═══════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .contact-grid { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; gap: 40px; padding-block: 56px; }
  .service-detail__image { height: 280px; order: 0 !important; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .page-hero { padding-top: calc(var(--navbar-h) + 40px); padding-bottom: 48px; }
  .page-hero__title { font-size: 2rem; }
  .tracking-input-group { flex-direction: column; padding: 16px; }
  .tracking-input { padding: 4px 0; }
  .tracking-result__header { flex-direction: column; }
  .contact-form { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .survey-panel { padding: 32px 24px; }
  .blog-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .privacy-content { padding-block: 24px; }
  .privacy-section { padding: 24px 20px; }
  .contact-info-card { padding: 32px 24px; }
}


/* ══════════════════════════════════════════════════════════════════
   RTL LAYOUT — Arabic (ar) & Kurdish (ku)
   Vesterbro font applied throughout; all directional rules mirrored.
   ══════════════════════════════════════════════════════════════════ */

/* ── 1. GLOBAL FONT & DIRECTION ── */
[dir="rtl"] {
  font-family: 'Vesterbro', system-ui, sans-serif !important;
  text-align: right;
}
[dir="rtl"] body,
[dir="rtl"] p,
[dir="rtl"] span,
[dir="rtl"] li,
[dir="rtl"] label,
[dir="rtl"] input,
[dir="rtl"] textarea,
[dir="rtl"] select,
[dir="rtl"] button {
  font-family: 'Vesterbro', system-ui, sans-serif !important;
}
/* Display / heading weights */
[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] .section-title,
[dir="rtl"] .hero__title,
[dir="rtl"] .page-hero__title,
[dir="rtl"] .navbar__name,
[dir="rtl"] .app-hero__title {
  font-family: 'Vesterbro', system-ui, sans-serif !important;
  font-weight: 800;
  letter-spacing: 0;          /* Vesterbro needs no letter-spacing for RTL scripts */
}
[dir="rtl"] .section-tag,
[dir="rtl"] .page-hero__tag,
[dir="rtl"] .hero__badge {
  font-family: 'Vesterbro', system-ui, sans-serif !important;
  font-weight: 700;
}

/* ── 2. NAVBAR ── */
[dir="rtl"] .navbar__inner {
  flex-direction: row-reverse;
}
[dir="rtl"] .navbar__links {
  flex-direction: row-reverse;
}
[dir="rtl"] .navbar__actions {
  flex-direction: row-reverse;
}
[dir="rtl"] .navbar__brand {
  flex-direction: row-reverse;
}

/* ── 3. SIDE MENU ── */
/* RTL: slide from the LEFT side instead of right */
[dir="rtl"] .side-menu {
  right: auto;
  left: -400px;
  transition: left var(--transition-slow);
}
[dir="rtl"] .side-menu.is-open {
  left: 0;
  right: auto;
}
[dir="rtl"] .side-menu__header {
  flex-direction: row-reverse;
}
[dir="rtl"] .side-nav-link {
  flex-direction: row-reverse;
  text-align: right;
}
[dir="rtl"] .lang-switcher__buttons {
  flex-direction: row-reverse;
}

/* ── 4. HERO SECTION ── */
[dir="rtl"] .hero__content {
  text-align: right;
}
[dir="rtl"] .hero__badge {
  flex-direction: row-reverse;
}
[dir="rtl"] .hero__ctas {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
[dir="rtl"] .route-badge {
  flex-direction: row-reverse;
}
[dir="rtl"] .route-badge__city {
  flex-direction: row-reverse;
}
[dir="rtl"] .hero__title,
[dir="rtl"] .hero__subtitle {
  text-align: right;
}

/* ── 5. SECTION HEADERS ── */
[dir="rtl"] .section-header {
  text-align: right;
}
[dir="rtl"] .section-tag {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 0;
}

/* ── 6. TRACK / DOWNLOAD BAR ── */
[dir="rtl"] .track-bar__inner {
  flex-direction: row-reverse;
}
[dir="rtl"] .track-bar__field {
  text-align: right;
}

/* ── 7. STATS ── */
[dir="rtl"] .stat-card {
  text-align: center;           /* stats stay centred */
}

/* ── 8. SERVICE CARDS ── */
[dir="rtl"] .service-card__header {
  flex-direction: row-reverse;
}
[dir="rtl"] .service-card__icon {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .service-card__title {
  text-align: right;
}
[dir="rtl"] .service-card__desc {
  text-align: right;
}
[dir="rtl"] .service-card__features {
  text-align: right;
}
[dir="rtl"] .service-feature-item {
  flex-direction: row-reverse;
  text-align: right;
}

/* ── 9. WHY / FEATURE GRID ── */
[dir="rtl"] .why-grid {
  direction: rtl;
}
[dir="rtl"] .why-feature {
  flex-direction: row-reverse;
  text-align: right;
}
[dir="rtl"] .why-feature__icon {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .why-content {
  text-align: right;
}

/* ── 10. OFFER CARDS ── */
[dir="rtl"] .offer-card {
  text-align: right;
}
[dir="rtl"] .offer-card__header {
  flex-direction: row-reverse;
}

/* ── 11. TESTIMONIALS ── */
[dir="rtl"] .testimonial-card {
  text-align: right;
}
[dir="rtl"] .testimonial-card__author {
  flex-direction: row-reverse;
  text-align: right;
}

/* ── 12. FOOTER ── */
[dir="rtl"] .footer__main {
  direction: rtl;
  text-align: right;
}
[dir="rtl"] .footer__socials {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
[dir="rtl"] .footer__contact-item {
  flex-direction: row-reverse;
  text-align: right;
}
[dir="rtl"] .footer__bottom > div {
  flex-direction: row-reverse;
}
[dir="rtl"] .footer__bottom-links {
  flex-direction: row-reverse;
}
[dir="rtl"] .footer__links ul {
  text-align: right;
}
[dir="rtl"] .footer__services ul {
  text-align: right;
}

/* ── 13. CONTACT FORM ── */
[dir="rtl"] .contact-grid {
  direction: rtl;
}
[dir="rtl"] .contact-detail {
  flex-direction: row-reverse;
  text-align: right;
}
[dir="rtl"] .contact-wa-btn {
  flex-direction: row-reverse;
  text-align: right;
}
[dir="rtl"] .form-group label {
  text-align: right;
}
[dir="rtl"] .form-group input,
[dir="rtl"] .form-group select,
[dir="rtl"] .form-group textarea {
  text-align: right;
  direction: rtl;
}

/* ── 14. ABOUT / TIMELINE ── */
[dir="rtl"] .timeline {
  padding-left: 0;
  padding-right: 48px;
}
[dir="rtl"] .timeline::before {
  left: auto;
  right: 16px;
}
[dir="rtl"] .timeline-item__dot {
  left: auto;
  right: -39px;
}
[dir="rtl"] .timeline-item {
  text-align: right;
}

/* ── 15. BLOG CARDS ── */
[dir="rtl"] .blog-card__content {
  text-align: right;
}
[dir="rtl"] .blog-card__link {
  flex-direction: row-reverse;
}

/* ── 16. APP DOWNLOAD PAGE ── */
[dir="rtl"] .app-hero__inner {
  direction: rtl;
}
[dir="rtl"] .app-hero__left {
  text-align: right;
}
[dir="rtl"] .store-buttons {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
[dir="rtl"] .app-stats {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
[dir="rtl"] .app-stat {
  flex-direction: row-reverse;
}

/* ── 17. PAGE HERO (inner pages) ── */
[dir="rtl"] .page-hero__content {
  text-align: right;
}
[dir="rtl"] .page-hero__tag {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 0;
}

/* ── 18. SURVEY ── */
[dir="rtl"] .survey-panel {
  text-align: right;
  direction: rtl;
}
[dir="rtl"] .survey-nav {
  flex-direction: row-reverse;
}
[dir="rtl"] .checkbox-item {
  flex-direction: row-reverse;
}
[dir="rtl"] .rating-group {
  flex-direction: row-reverse;
}

/* ── 19. PRIVACY ── */
[dir="rtl"] .privacy-section {
  text-align: right;
  direction: rtl;
}
[dir="rtl"] .privacy-section h2 {
  flex-direction: row-reverse;
}
[dir="rtl"] .privacy-section ul li {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}
[dir="rtl"] .privacy-section ul li::before {
  left: auto;
  right: 0;
  content: '←';
}

/* ── 20. BACK TO TOP & TOAST (mirror position) ── */
[dir="rtl"] .back-to-top {
  right: auto;
  left: 32px;
}
[dir="rtl"] .toast {
  right: auto;
  left: 32px;
}

/* ── 21. SERVICE DETAIL (services page) ── */
[dir="rtl"] .service-detail {
  direction: rtl;
}

/* ── 22. HAMBURGER (keep position, just flip icon visually) ── */
[dir="rtl"] .hamburger {
  margin-left: 0;
  margin-right: 0;
}

/* ── 23. RESPONSIVE FIXES FOR MOBILE TABS (Zoom / Scroll Right-Left) ── */
@media (max-width: 768px) {
  html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  
  /* Prevent inline grid styles from forcing elements wider than screen */
  div[style*="display:grid"], 
  div[style*="display: grid"] {
    grid-template-columns: 1fr !important;
  }
  
  /* Fix track bar squishing on RTL by forcing column */
  [dir="rtl"] .track-bar__inner {
    flex-direction: column !important;
  }
  
  /* Fix home stats overflowing column width */
  .stat-card__num {
    font-size: 2.2rem !important;
  }
  
  /* Fix about us stats wrapping awkwardly */
  div[style*="min-width:120px"], 
  div[style*="min-width: 120px"] {
    flex: 1 !important;
    min-width: 90px !important;
    padding: 16px !important;
  }
}
