/* ============================================================
   [BRAND] — MAIN STYLESHEET v2.0
   Premium Crisis Services | Middle East
   Architecture: Design tokens → Reset → Typography →
   Layout → Components → Animations → RTL → Responsive
   ============================================================ */

/* ============================================================
   Move Now Group — MAIN STYLESHEET v3.0
   Crisis Services | Middle East
   ============================================================ */

/* ============================================================
   1. DESIGN TOKENS
   ============================================================ */
:root {
  /* ── Light theme colours ── */
  --bg:            #FFFFFF;
  --bg-surface:    #F8FAFC;
  --bg-elevated:   #F1F5F9;
  --bg-glass:      rgba(255, 255, 255, 0.92);
  --bg-overlay:    rgba(255, 255, 255, 0.7);
  /* ── Gold accent (unchanged) ── */
  --gold:          #B8860B;
  --gold-light:    #C9A84C;
  --gold-bright:   #DAA520;
  --gold-dim:      rgba(184, 134, 11, 0.09);
  --gold-border:   rgba(184, 134, 11, 0.22);
  --gold-hover:    rgba(184, 134, 11, 0.18);
  /* ── Dark navy (used in hero, urgency strip, footer) ── */
  --navy:          #0A1628;
  --navy-light:    #1E293B;
  /* ── Status colours ── */
  --red:           #DC2626;
  --red-dim:       rgba(220, 38, 38, 0.08);
  --red-border:    rgba(220, 38, 38, 0.22);
  --green:         #059669;
  --green-dim:     rgba(5, 150, 105, 0.08);
  --green-border:  rgba(5, 150, 105, 0.22);
  --amber:         #D97706;
  /* ── Text ── */
  --text:          #0F172A;
  --text-2:        #475569;
  --text-muted:    #94A3B8;
  /* ── Borders ── */
  --border:        rgba(0,0,0,0.08);
  --border-subtle: rgba(0,0,0,0.04);
  --border-strong: rgba(0,0,0,0.13);
  /* ── Shadows ── */
  --shadow-sm:     0 2px 8px rgba(0,0,0,0.07);
  --shadow-md:     0 8px 32px rgba(0,0,0,0.10);
  --shadow-lg:     0 24px 64px rgba(0,0,0,0.14);
  --shadow-gold:   0 0 48px rgba(184,134,11,0.14);
  --shadow-card:   0 4px 24px rgba(0,0,0,0.08), 0 0 0 1px rgba(0,0,0,0.04);
  /* ── Spacing ── */
  --s-1:  0.25rem; --s-2:  0.5rem;  --s-3:  0.75rem; --s-4:  1rem;
  --s-5:  1.25rem; --s-6:  1.5rem;  --s-8:  2rem;    --s-10: 2.5rem;
  --s-12: 3rem;    --s-16: 4rem;    --s-20: 5rem;    --s-24: 6rem;    --s-32: 8rem;
  /* ── Fonts ── */
  --font:         'Inter', system-ui, -apple-system, sans-serif;
  --font-display: 'Cormorant Garamond', 'Cormorant', Georgia, serif;
  --font-ar:      'Vazirmatn', 'Noto Sans Arabic', sans-serif;
  --font-mono:    'JetBrains Mono', 'Fira Code', monospace;
  /* ── Motion ── */
  --ease:      cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:  cubic-bezier(0, 0, 0.2, 1);
  --t-fast:    0.15s cubic-bezier(0.4,0,0.2,1);
  --t:         0.25s cubic-bezier(0.4,0,0.2,1);
  --t-slow:    0.4s  cubic-bezier(0,0,0.2,1);
  /* ── Radii ── */
  --r-sm: 4px; --r: 8px; --r-md: 12px; --r-lg: 20px; --r-xl: 32px; --r-full: 9999px;
  /* ── Layout ── */
  --container: 1280px; --container-sm: 860px;
  --nav-h: 76px; --bar-h: 44px;
  /* ── Compatibility aliases ── */
  --bg-primary:    #FFFFFF;
  --bg-secondary:  #F8FAFC;
  --text-secondary:#475569;
  --navy-mid:      #1E293B;
  --text-light:    #0F172A;
}

/* ============================================================
   2. 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);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
[dir="rtl"], [dir="rtl"] body { font-family: var(--font-ar); }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
ul, ol { list-style: none; }
input, select, textarea, button { font: inherit; }
h1,h2,h3,h4,h5,h6 { line-height: 1.2; font-weight: 700; }
::selection { background: rgba(184,134,11,0.15); color: #92660A; }

/* ============================================================
   3. TYPOGRAPHY
   ============================================================ */
.eyebrow {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold);
  display: inline-block;
}
.text-gold  { color: var(--gold); }
.text-muted { color: var(--text-2); }

/* ============================================================
   4. LAYOUT
   ============================================================ */
.container {
  width: 100%; max-width: var(--container);
  margin-inline: auto; padding-inline: var(--s-6);
}
.container--sm { max-width: var(--container-sm); }
.section { padding-block: var(--s-24); }
.section--lg { padding-block: var(--s-32); }
.section--sm { padding-block: var(--s-16); }
.section--alt { background: var(--bg-surface); }
.section-header {
  text-align: center; max-width: 640px;
  margin-inline: auto; margin-bottom: var(--s-16);
}
.section-header h2 {
  font-family: var(--font);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700; letter-spacing: -0.025em;
  margin-top: var(--s-3); margin-bottom: var(--s-4);
  color: var(--text);
}
.section-header p { color: var(--text-2); font-size: 1.0625rem; line-height: 1.7; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--s-6); }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-6); }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--s-6); }

/* ============================================================
   5. ANIMATIONS
   ============================================================ */
@keyframes fadeUp   { from{opacity:0;transform:translateY(32px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn   { from{opacity:0} to{opacity:1} }
@keyframes pulse    { 0%,100%{opacity:1} 50%{opacity:0.4} }
@keyframes shimmer  { from{background-position:-200% center} to{background-position:200% center} }
@keyframes ticker   { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
@keyframes blink    { 0%,100%{opacity:1} 50%{opacity:0} }
@keyframes scalePulse{ 0%,100%{transform:scale(1)} 50%{transform:scale(1.05)} }
@keyframes spin     { to{transform:rotate(360deg)} }
@keyframes glow     { 0%,100%{box-shadow:0 0 20px rgba(201,168,76,0.2)} 50%{box-shadow:0 0 40px rgba(201,168,76,0.5)} }

.fade-in-up {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}
.fade-in-up.is-visible { opacity: 1; transform: translateY(0); }
.fade-in-up:nth-child(2) { transition-delay: 0.1s; }
.fade-in-up:nth-child(3) { transition-delay: 0.2s; }
.fade-in-up:nth-child(4) { transition-delay: 0.3s; }
.fade-in-up:nth-child(5) { transition-delay: 0.4s; }
.fade-in-up:nth-child(6) { transition-delay: 0.5s; }

/* ============================================================
   6. BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--s-2); padding: 0.8125rem 1.75rem;
  border-radius: var(--r-sm); font-size: 0.875rem;
  font-weight: 600; letter-spacing: 0.02em;
  transition: var(--t); white-space: nowrap;
  position: relative; overflow: hidden;
}
.btn::before {
  content: ''; position: absolute; inset: 0; opacity: 0;
  transition: var(--t); background: rgba(255,255,255,0.08);
}
.btn:hover::before { opacity: 1; }
.btn--primary {
  background: linear-gradient(135deg, var(--gold) 0%, #A8813C 100%);
  color: #000; font-weight: 700;
  box-shadow: 0 4px 20px rgba(201,168,76,0.35);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(201,168,76,0.45); }
.btn--primary:active { transform: translateY(0); }
.btn--outline {
  border: 1.5px solid var(--gold-border); color: var(--gold-light); background: transparent;
}
.btn--outline:hover { border-color: var(--gold); background: var(--gold-dim); transform: translateY(-2px); }
.btn--ghost {
  border: 1.5px solid var(--border-strong); color: var(--text); background: transparent;
}
.btn--ghost:hover { border-color: rgba(0,0,0,0.2); background: rgba(0,0,0,0.04); }
/* Ghost variant for dark sections (hero, urgency strip) */
.btn--ghost-light {
  border: 1.5px solid rgba(255,255,255,0.35); color: #fff; background: transparent;
}
.btn--ghost-light:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.08); }
.btn--danger {
  background: var(--red); color: #fff; font-weight: 700;
  box-shadow: 0 4px 20px rgba(230,57,70,0.3);
}
.btn--danger:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(230,57,70,0.45); }
.btn--white { background: #fff; color: #0A1628; font-weight: 700; }
.btn--white:hover { background: #f0f4ff; transform: translateY(-2px); }
.btn--lg  { padding: 1rem 2.25rem; font-size: 1rem; }
.btn--sm  { padding: 0.6rem 1.25rem; font-size: 0.875rem; }
.btn--xl  { padding: 1.15rem 2.75rem; font-size: 1.0625rem; }
.btn--full{ width: 100%; }
.btn--loading { pointer-events: none; opacity: 0.7; }
.btn--loading::after {
  content: ''; display: inline-block; width: 16px; height: 16px;
  border: 2px solid rgba(0,0,0,0.3); border-top-color: #000;
  border-radius: 50%; animation: spin 0.6s linear infinite; margin-left: var(--s-2);
}

/* ============================================================
   7. EMERGENCY BAR
   ============================================================ */
.emergency-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: #B91C1C;
  padding: 0 var(--s-6); height: var(--bar-h);
  display: flex; align-items: center; justify-content: center;
}
.emergency-bar .container {
  display: flex; align-items: center; justify-content: center; gap: var(--s-4);
}
.emergency-bar__text {
  font-size: 0.8125rem; font-weight: 600; color: #fff;
  letter-spacing: 0.02em; text-align: center;
}
.emergency-bar__text a { color: #FFD700; text-decoration: underline; text-underline-offset: 3px; }
.emergency-bar__close {
  position: absolute; right: var(--s-4); color: rgba(255,255,255,0.7);
  font-size: 1rem; padding: var(--s-2); transition: var(--t-fast);
}
.emergency-bar__close:hover { color: #fff; }

/* ============================================================
   8. NAVIGATION
   ============================================================ */
.nav {
  position: fixed; left: 0; right: 0; z-index: 900;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: background var(--t), box-shadow var(--t), border-color var(--t);
}
.nav--scrolled { box-shadow: 0 4px 32px rgba(0,0,0,0.08); }
/* Nav always has white bg, so links always use dark text — visible everywhere */
/* Selectors cover both structures: <ul><li><a> AND <a>/<button> direct children */
.nav__links > li > a,
.nav__links > a,
.nav__links > .nav__dropdown > .nav__dropdown-toggle { color: var(--text-2); }
.nav__links > li > a:hover,
.nav__links > a:hover,
.nav__links > .nav__dropdown > .nav__dropdown-toggle:hover { color: var(--text); background: rgba(0,0,0,0.04); }
.nav__links > li > a.active,
.nav__links > a.active { color: var(--gold); }
.nav__dropdown-menu { background: #fff; border-color: var(--border); }
.nav__dropdown-menu a { color: var(--text-2); }
.nav__dropdown-menu a:hover { color: var(--text); background: rgba(0,0,0,0.04); }
.nav__inner {
  max-width: var(--container); margin-inline: auto;
  padding-inline: var(--s-6); height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
}
.nav__logo {
  display: flex; align-items: center; flex-shrink: 0;
  text-decoration: none; line-height: 0;
}
.nav__logo img {
  height: 44px; width: auto; display: block;
  transition: opacity var(--t-fast);
}
.nav__logo:hover img { opacity: 0.85; }
@media (max-width: 600px) {
  .nav__logo img { height: 36px; }
}
.nav__links {
  display: flex; align-items: center; gap: 0;
  flex: 1; justify-content: center;
}
.nav__links > li { position: relative; }
.nav__links > li > a,
.nav__links > a,
.nav__links > .nav__dropdown > .nav__dropdown-toggle {
  display: flex; align-items: center; gap: 4px;
  padding: var(--s-2) var(--s-2); font-size: 0.82rem; font-weight: 500;
  border-radius: var(--r); transition: var(--t-fast);
  white-space: nowrap; background: transparent; border: none; cursor: pointer;
  font-family: inherit;
  /* colour override comes from .nav--scrolled block above */
}
.nav__links > li > a.active,
.nav__links > a.active { color: var(--gold-light); }
.nav--scrolled .nav__links > li > a.active,
.nav--scrolled .nav__links > a.active { color: var(--gold); }
.nav__dropdown { position: relative; }
/* Invisible bridge fills the gap between link and menu so hover stays active */
.nav__dropdown::after {
  content: ""; position: absolute;
  top: 100%; left: 0; right: 0; height: 14px;
  pointer-events: none;
}
.nav__dropdown:hover::after { pointer-events: auto; }
.nav__dropdown-menu {
  position: absolute; top: calc(100% + 12px); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 230px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--r-md);
  box-shadow: var(--shadow-lg); padding: var(--s-2);
  opacity: 0; pointer-events: none;
  transition: opacity var(--t), transform var(--t); z-index: 10;
}
[dir="rtl"] .nav__dropdown-menu { left: auto; right: 50%; transform: translateX(50%) translateY(-8px); }
.nav__dropdown:hover .nav__dropdown-menu,
.nav__dropdown:focus-within .nav__dropdown-menu {
  opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
[dir="rtl"] .nav__dropdown:hover .nav__dropdown-menu,
[dir="rtl"] .nav__dropdown:focus-within .nav__dropdown-menu { transform: translateX(50%) translateY(0); }
.nav__dropdown-menu a {
  display: flex; align-items: center; gap: var(--s-3);
  padding: var(--s-3) var(--s-4); font-size: 0.875rem;
  color: var(--text-2); border-radius: var(--r); transition: var(--t-fast);
}
.nav__dropdown-menu a:hover { color: var(--text); background: rgba(0,0,0,0.04); }
.nav__dropdown-menu a .icon { width: 20px; text-align: center; }
.nav__actions { display: flex; align-items: center; gap: var(--s-2); flex-shrink: 0; }
.lang-select {
  appearance: none; -webkit-appearance: none;
  background: transparent;
  border: 1px solid rgba(184, 134, 11, 0.3);
  border-radius: var(--r);
  padding: 6px 28px 6px 10px;
  font-family: inherit; font-size: 0.78rem; font-weight: 600;
  color: var(--text-2); letter-spacing: 0.04em;
  cursor: pointer; max-width: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23B8860B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center;
  transition: border-color var(--t-fast), color var(--t-fast);
}
.lang-select:hover { border-color: var(--gold); color: var(--text); }
.lang-select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim); }
.lang-select option { background: #fff; color: var(--text); padding: 6px; font-weight: 500; }
@media (max-width: 600px) {
  .lang-select { font-size: 0.72rem; padding: 5px 24px 5px 8px; max-width: 70px; }
}
/* Legacy lang-toggle (kept for any stale markup) */
.lang-toggle {
  display: flex; flex-wrap: wrap; background: rgba(0,0,0,0.05);
  border: 1px solid var(--border); border-radius: var(--r-lg); padding: 3px; gap: 2px;
  max-width: 240px; /* 10 buttons — wraps to 2 rows on tight screens */
}
.lang-btn {
  padding: 3px 8px; border-radius: var(--r-lg);
  font-size: 0.7rem; font-weight: 700; letter-spacing: .03em;
  color: var(--text-muted); transition: var(--t-fast); white-space: nowrap;
  background: transparent; border: none; cursor: pointer;
}
.lang-btn.active, .lang-btn:hover { background: var(--gold); color: #000; }
/* On mobile, collapse to a compact dropdown-style selector */
@media (max-width: 768px) {
  .lang-toggle { max-width: 200px; }
  .lang-btn { padding: 2px 6px; font-size: .65rem; }
}
.nav__emergency {
  display: flex; align-items: center; gap: var(--s-2);
  padding: 0.4rem 1rem; background: var(--red-dim);
  border: 1px solid var(--red-border); border-radius: var(--r-full);
  font-size: 0.8rem; font-weight: 700; color: #ff8585;
  letter-spacing: 0.02em; transition: var(--t); white-space: nowrap;
}
.nav__emergency:hover { background: var(--red); color: #fff; border-color: var(--red); }
.nav__emergency .pulse-dot {
  width: 7px; height: 7px; background: var(--red); border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite; flex-shrink: 0;
}
.nav__emergency:hover .pulse-dot { background: #fff; }
.nav__hamburger {
  display: none; flex-direction: column; gap: 5px;
  padding: var(--s-2); flex-shrink: 0;
  font-size: 1.6rem; line-height: 1; color: var(--text);
  background: transparent; border: none; cursor: pointer;
  align-items: center; justify-content: center;
}
.nav__hamburger span {
  display: block; width: 24px; height: 2.5px;
  background: var(--text); border-radius: 2px; transition: var(--t);
}

/* ============================================================
   9. MOBILE MENU
   ============================================================ */
.mobile-menu {
  position: fixed; inset: 0; z-index: 950; background: var(--bg);
  display: flex; flex-direction: column; padding: var(--s-6);
  transform: translateX(100%); transition: transform 0.35s var(--ease); overflow-y: auto;
}
[dir="rtl"] .mobile-menu { transform: translateX(-100%); }
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__header {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--s-8);
}
.mobile-menu__logo { height: 42px; width: auto; display: block; }
.mobile-menu > .mobile-menu__close { align-self: flex-end; margin-bottom: var(--s-6); }
.mobile-menu__close {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(0,0,0,0.06); color: var(--text);
  display: flex; align-items: center; justify-content: center;
  border: none; cursor: pointer; flex-shrink: 0;
  font-size: 1.1rem; transition: var(--t-fast);
}
.mobile-menu__close:hover { background: var(--red-dim); color: var(--red); }
.mobile-menu__nav,
.mobile-menu > nav { flex: 1; display: flex; flex-direction: column; }
.mobile-menu__nav a,
.mobile-menu > nav > a {
  display: flex; align-items: center; gap: var(--s-3);
  padding: var(--s-4) var(--s-2); font-size: 1.0625rem; font-weight: 500;
  color: var(--text-2); border-bottom: 1px solid var(--border); transition: var(--t-fast);
}
.mobile-menu__nav a:last-child,
.mobile-menu > nav > a:last-child { border-bottom: none; }
.mobile-menu__nav a:hover, .mobile-menu__nav a.active,
.mobile-menu > nav > a:hover, .mobile-menu > nav > a.active { color: var(--gold-light); padding-left: var(--s-4); }
[dir="rtl"] .mobile-menu__nav a:hover,
[dir="rtl"] .mobile-menu__nav a.active,
[dir="rtl"] .mobile-menu > nav > a:hover,
[dir="rtl"] .mobile-menu > nav > a.active { padding-left: var(--s-2); padding-right: var(--s-4); }
.mobile-menu__footer { padding-top: var(--s-6); display: flex; flex-direction: column; gap: var(--s-3); }
.mobile-menu__emergency {
  display: flex; align-items: center; justify-content: center; gap: var(--s-2);
  padding: var(--s-4); background: var(--red-dim); border: 1px solid var(--red-border);
  border-radius: var(--r-md); font-weight: 700; color: #ff8585; font-size: 0.9375rem;
}

/* ============================================================
   11. HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0; background-size: cover;
  background-position: center; z-index: 0;
}
.hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(6,13,27,0.94) 0%, rgba(6,13,27,0.84) 45%, rgba(6,13,27,0.55) 100%);
}
.hero__content {
  position: relative; z-index: 1; width: 100%;
  padding-block: calc(var(--nav-h) + var(--bar-h) + var(--s-16)) var(--s-24);
}
.hero__grid {
  display: grid; grid-template-columns: 1fr 430px;
  gap: var(--s-12); align-items: center;
}
.hero__eyebrow { margin-bottom: var(--s-5); }

/* Brand title plate above the H1 — makes the company name prominent on hero */
.hero__brand {
  display: inline-flex; align-items: center; gap: var(--s-4);
  flex-wrap: wrap; margin-bottom: var(--s-6);
  padding: 0.65rem 1.1rem 0.65rem 1.2rem;
  background: rgba(10, 22, 40, 0.55);
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-left: 3px solid var(--gold);
  border-radius: 2px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.hero__brand-name {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 700;
  color: var(--gold-light); letter-spacing: 0.02em;
  white-space: nowrap;
}
.hero__brand-rule {
  width: 24px; height: 1px; background: rgba(201, 168, 76, 0.5);
  flex-shrink: 0;
}
.hero__brand-tagline {
  font-family: var(--font-sans); font-size: 0.7rem;
  font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}
@media (max-width: 600px) {
  .hero__brand { gap: var(--s-2); padding: 0.55rem 0.9rem; }
  .hero__brand-name { font-size: 1.05rem; }
  .hero__brand-rule { display: none; }
  .hero__brand-tagline { font-size: 0.62rem; letter-spacing: 0.14em; }
}

.hero__headline {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.75rem);
  font-weight: 800; line-height: 1.07;
  letter-spacing: -0.025em; margin-bottom: var(--s-6);
  color: #fff;
}
.hero__headline em { font-style: italic; color: var(--gold-light); }
.hero__typewriter { color: var(--gold-light); }
.hero__sub {
  font-size: 1.125rem; color: rgba(255,255,255,0.68); line-height: 1.75;
  max-width: 540px; margin-bottom: var(--s-8);
}
.hero__ctas { display: flex; align-items: center; gap: var(--s-4); flex-wrap: wrap; }
.hero__proof {
  margin-top: var(--s-10); display: flex;
  align-items: center; gap: var(--s-6); flex-wrap: wrap;
}
.hero__proof-item {
  display: flex; align-items: center; gap: var(--s-2);
  font-size: 0.875rem; color: rgba(255,255,255,0.6);
}
.hero__proof-item .check { color: var(--green); }

/* Hero Form Panel — sits on dark hero image, so uses dark glass */
.hero__form-panel {
  position: relative;
  background: rgba(10,22,40,0.93); backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(201,168,76,0.32); border-radius: var(--r-lg);
  padding: var(--s-6); /* slightly tighter to fit new content */
  box-shadow:
    0 0 0 1px rgba(201,168,76,0.08),
    0 24px 60px rgba(0,0,0,0.55),
    0 0 90px rgba(201,168,76,0.10);
}

/* Live response indicator above tabs */
.hero__form-status {
  display: flex; align-items: center; justify-content: center;
  gap: 0.55rem; margin-bottom: var(--s-3);
  padding: 0.5rem 0.85rem;
  background: linear-gradient(90deg, rgba(34,197,94,0.10), rgba(34,197,94,0.04));
  border: 1px solid rgba(34,197,94,0.28);
  border-radius: var(--r);
  font-size: 0.72rem; font-weight: 600;
  color: rgba(220,255,230,0.92);
  letter-spacing: 0.04em;
}
.hero__form-status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e; flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(34,197,94,0.7);
  animation: pulse-live 1.6s cubic-bezier(.4,0,.6,1) infinite;
}
@keyframes pulse-live {
  0%   { box-shadow: 0 0 0 0 rgba(34,197,94,0.55); }
  70%  { box-shadow: 0 0 0 10px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
.hero__form-status-text { white-space: nowrap; }
@media (max-width: 380px) {
  .hero__form-status { font-size: 0.65rem; padding: 0.4rem 0.6rem; }
}

/* Tabs with two-line label */
.hero__form-tabs {
  display: flex; background: rgba(255,255,255,0.05);
  border-radius: var(--r); padding: 3px; margin-bottom: var(--s-4); gap: 2px;
}
.hero__form-tab {
  flex: 1; padding: 0.55rem 0.4rem; border-radius: calc(var(--r) - 2px);
  display: flex; flex-direction: column; align-items: center;
  gap: 1px;
  text-align: center; cursor: pointer;
  background: transparent; border: 0; color: rgba(255,255,255,0.55);
  transition: var(--t-fast);
}
.hero__form-tab-label {
  font-size: 0.78rem; font-weight: 700; line-height: 1.2;
}
.hero__form-tab-meta {
  font-size: 0.62rem; font-weight: 500;
  letter-spacing: 0.04em; opacity: 0.75;
}
.hero__form-tab:hover { color: rgba(255,255,255,0.85); }
.hero__form-tab.active {
  background: var(--gold); color: #0A1628;
  box-shadow: 0 4px 14px rgba(201,168,76,0.35);
}
.hero__form-tab.active .hero__form-tab-meta { opacity: 0.85; }

/* Panel title + subtitle + promise badges */
.hero__form-panel-title {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 700;
  color: #fff; letter-spacing: -0.015em;
  margin: 0 0 0.35rem;
}
.hero__form-panel-sub {
  font-size: 0.85rem; line-height: 1.55;
  color: rgba(255,255,255,0.65);
  margin: 0 0 var(--s-3);
}
.hero__form-promises {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  margin-bottom: var(--s-5);
}
.hero__form-promise {
  font-size: 0.7rem; font-weight: 600;
  padding: 0.3rem 0.65rem;
  background: rgba(201,168,76,0.13);
  border: 1px solid rgba(201,168,76,0.32);
  border-radius: var(--r-full);
  color: var(--gold-light);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
/* Form inputs inside hero panel — keep dark */
.hero__form-panel .form-input,
.hero__form-panel .form-select,
.hero__form-panel .form-textarea {
  background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.14);
  color: #fff;
}
.hero__form-panel .form-input::placeholder,
.hero__form-panel .form-textarea::placeholder { color: rgba(255,255,255,0.4); }
.hero__form-panel .form-label { color: rgba(255,255,255,0.65); }
.hero__form-panel .form-radio,
.hero__form-panel .form-checkbox { color: rgba(255,255,255,0.65); }
.hero__form-pane { display: none; }
.hero__form-pane.active { display: block; }

/* ============================================================
   12. PAGE HERO
   ============================================================ */
.page-hero {
  position: relative; min-height: 55vh;
  display: flex; align-items: flex-end; overflow: hidden; padding-bottom: var(--s-16);
}
.page-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; z-index: 0;
}
.page-hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,13,27,1) 0%, rgba(6,13,27,0.85) 40%, rgba(6,13,27,0.45) 100%);
}
.page-hero__content {
  position: relative; z-index: 1; width: 100%;
  padding-top: calc(var(--nav-h) + var(--bar-h) + var(--s-16));
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800; letter-spacing: -0.02em;
  margin-top: var(--s-3); margin-bottom: var(--s-4);
  color: #fff;
}
.page-hero p { font-size: 1.0625rem; color: rgba(255,255,255,0.68); max-width: 600px; line-height: 1.7; }
.page-hero .eyebrow { color: var(--gold-light); }
.breadcrumb { color: rgba(255,255,255,0.5); }
.breadcrumb a:hover { color: var(--gold-light); }
.page-hero__ctas { display: flex; gap: var(--s-3); flex-wrap: wrap; margin-top: var(--s-6); }
.breadcrumb {
  display: flex; align-items: center; gap: var(--s-2);
  font-size: 0.8125rem; color: var(--text-muted); margin-bottom: var(--s-4);
}
.breadcrumb a:hover { color: var(--gold); transition: var(--t-fast); }
.breadcrumb-sep { opacity: 0.4; }

/* ============================================================
   13. STATS BAR
   ============================================================ */
.stats-bar {
  background: var(--bg-surface);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding-block: var(--s-10);
}
.stats-bar__grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: var(--s-4);
}
.stat-item {
  text-align: center;
  padding-inline: var(--s-6);
  border-right: 1px solid var(--border);
}
.stat-item:last-child { border-right: none; }
.stat-item__number {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 800; color: var(--gold); line-height: 1;
  margin-bottom: var(--s-2); letter-spacing: -0.02em;
}
.stat-item__label { font-size: 0.9rem; color: var(--text-2); font-weight: 500; }
.stat-item__sub { font-size: 0.75rem; color: var(--text-muted); margin-top: var(--s-1); }

/* ============================================================
   14. PRESS BAR
   ============================================================ */
.press-bar { padding-block: var(--s-12); background: var(--bg-surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.press-bar__label {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--text-muted); text-align: center; margin-bottom: var(--s-6);
}
.press-bar__logos {
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-10); flex-wrap: wrap;
}
.press-logo {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 700;
  color: var(--text-muted); letter-spacing: -0.01em;
  opacity: 0.45; transition: var(--t);
}
.press-logo:hover { opacity: 0.85; color: var(--text); }
.press-logo--sans  { font-family: var(--font); font-weight: 800; letter-spacing: -0.04em; }
.press-logo--italic { font-style: italic; }
.press-logo--serif { font-family: var(--font-display); font-style: normal; }

/* ============================================================
   14B. SHOWCASE (passports + private jets)
   ============================================================ */
.showcase { background: var(--bg); }
.showcase__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-6);
  margin-bottom: var(--s-12);
}
@media (max-width: 900px) {
  .showcase__grid { grid-template-columns: 1fr; }
}
.showcase__card {
  position: relative; background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.showcase__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.10);
  border-color: var(--gold-border);
}
.showcase__img {
  position: relative; height: 320px; overflow: hidden; background: #000;
}
.showcase__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.showcase__card:hover .showcase__img img { transform: scale(1.05); }
.showcase__badge {
  position: absolute; top: var(--s-4); left: var(--s-4);
  background: var(--gold); color: #fff;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 0.4rem 0.8rem;
  border-radius: var(--r-full); box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.showcase__body { padding: var(--s-6) var(--s-6) var(--s-8); }
.showcase__body h3 {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 700;
  color: var(--text); margin-bottom: var(--s-3); letter-spacing: -0.01em;
}
.showcase__body p {
  font-size: 0.95rem; line-height: 1.7; color: var(--text-2);
  margin-bottom: var(--s-4);
}
.showcase__list {
  list-style: none; padding: 0; margin: 0 0 var(--s-5);
  display: flex; flex-direction: column; gap: var(--s-2);
}
.showcase__list li {
  font-size: 0.875rem; color: var(--text-2); padding-left: 1.4rem;
  position: relative; line-height: 1.6;
}
.showcase__list li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 0.7rem; height: 2px; background: var(--gold);
}
.showcase__cta {
  display: inline-flex; align-items: center; gap: var(--s-2);
  color: var(--gold); font-weight: 600; font-size: 0.95rem;
  border-bottom: 1px solid transparent; padding-bottom: 2px;
  transition: var(--t-fast);
}
.showcase__card:hover .showcase__cta { border-bottom-color: var(--gold); }

.showcase__gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-3);
}
@media (max-width: 900px) {
  .showcase__gallery { grid-template-columns: repeat(2, 1fr); }
}
.showcase__gallery figure {
  margin: 0; position: relative; border-radius: var(--r-md);
  overflow: hidden; aspect-ratio: 4 / 3; background: #000;
}
.showcase__gallery img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.showcase__gallery figure:hover img { transform: scale(1.06); }
.showcase__gallery figcaption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.78));
  color: #fff; font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.02em; padding: var(--s-6) var(--s-3) var(--s-3);
}

/* ============================================================
   15. SERVICE CARDS
   ============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-5); }
.service-card {
  position: relative; background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  transition: transform var(--t), box-shadow var(--t), border-color var(--t); cursor: pointer;
}
.service-card:hover {
  transform: translateY(-6px); border-color: var(--gold-border);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12), var(--shadow-gold);
}
.service-card__img { height: 220px; overflow: hidden; }
.service-card__img img {
  width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease);
}
.service-card:hover .service-card__img img { transform: scale(1.06); }
.service-card__body { padding: var(--s-6); }
.service-card__icon {
  width: 44px; height: 44px; background: var(--gold-dim);
  border: 1px solid var(--gold-border); border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; margin-bottom: var(--s-4);
}
.service-card h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: var(--s-2); transition: color var(--t-fast); }
.service-card:hover h3 { color: var(--gold-light); }
.service-card p { font-size: 0.875rem; color: var(--text-2); line-height: 1.65; margin-bottom: var(--s-4); }
.service-card__link {
  font-size: 0.875rem; font-weight: 600; color: var(--gold);
  display: flex; align-items: center; gap: var(--s-2); transition: gap var(--t-fast);
}
.service-card:hover .service-card__link { gap: var(--s-3); }
.service-card__badge {
  position: absolute; top: var(--s-4); right: var(--s-4);
  background: var(--red); color: #fff; font-size: 0.6875rem;
  font-weight: 700; padding: 3px 10px; border-radius: var(--r-full);
  letter-spacing: 0.05em; text-transform: uppercase;
}
[dir="rtl"] .service-card__badge { right: auto; left: var(--s-4); }

/* ============================================================
   16. TESTIMONIALS
   ============================================================ */
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-6); }
.testimonial-card {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--s-7); position: relative;
  display: flex; flex-direction: column;
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.testimonial-card:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow-md), var(--shadow-gold); transform: translateY(-4px);
}
.testimonial-card__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: var(--s-4); gap: var(--s-3);
}
.testimonial-card__stars { font-size: 0.85rem; color: var(--gold); letter-spacing: 2px; }
.testimonial-card__verified {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 0.7rem; font-weight: 600; color: #16a34a;
  background: rgba(34,197,94,0.1); padding: 3px 8px;
  border-radius: var(--r-full); letter-spacing: 0.02em;
}
.testimonial-card__check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 12px; height: 12px; border-radius: 50%;
  background: #16a34a; color: #fff; font-size: 0.55rem; font-weight: 800;
}
.testimonial-card__text {
  font-size: 0.9375rem; line-height: 1.7; color: var(--text-2);
  margin-bottom: var(--s-5); flex: 1;
}
.testimonial-card__author {
  display: flex; align-items: center; gap: var(--s-3);
  padding-top: var(--s-4); border-top: 1px solid var(--border);
}
.testimonial-card__avatar {
  width: 42px; height: 42px; border-radius: 50%; background: var(--bg-elevated);
  border: 2px solid var(--gold-border); display: flex; align-items: center;
  justify-content: center; font-size: 0.95rem; color: var(--gold); font-weight: 700; flex-shrink: 0;
  font-family: var(--font-display);
}
.testimonial-card__avatar--lock { color: var(--gold); }
.testimonial-card__avatar--lock svg { display: block; }
.testimonial-card__name { font-weight: 700; font-size: 0.9rem; color: var(--text); }
.testimonial-card__role { font-size: 0.78rem; color: var(--text-muted); margin-top: 1px; }
.testimonial-card__meta {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-2); margin-top: var(--s-4);
  padding-top: var(--s-3); border-top: 1px dashed var(--border);
  font-size: 0.72rem;
}
.testimonial-card__service {
  font-weight: 600; color: var(--gold);
  letter-spacing: 0.03em; text-transform: uppercase;
}
.testimonial-card__date { color: var(--text-muted); }

/* ============================================================
   17. CERT BADGES
   ============================================================ */
.cert-strip {
  padding-block: var(--s-10); background: var(--bg-surface);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.cert-strip__label {
  font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--text-muted); text-align: center; margin-bottom: var(--s-6);
}
.cert-strip__items { display: flex; align-items: center; justify-content: center; gap: var(--s-5); flex-wrap: wrap; }
.cert-badge {
  display: flex; align-items: center; gap: var(--s-3);
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r); padding: var(--s-3) var(--s-5); transition: var(--t);
}
.cert-badge:hover { border-color: var(--gold-border); background: var(--gold-dim); }
.cert-badge__icon { font-size: 1.2rem; }
.cert-badge__text { font-size: 0.8125rem; font-weight: 600; color: var(--text-2); }

/* ============================================================
   18. FORMS
   ============================================================ */
.form-card {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--s-8); box-shadow: var(--shadow-card);
}
.form-card--urgent { border-color: var(--gold-border); box-shadow: var(--shadow-card), var(--shadow-gold); }
.form-card__header {
  display: flex; align-items: flex-start; gap: var(--s-4);
  margin-bottom: var(--s-6); padding-bottom: var(--s-6); border-bottom: 1px solid var(--border);
}
.form-card__icon {
  width: 48px; height: 48px; background: var(--gold-dim);
  border: 1px solid var(--gold-border); border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0;
}
.form-card__title { font-size: 1.1875rem; font-weight: 700; margin-bottom: 4px; }
.form-card__sub { font-size: 0.8125rem; color: var(--text-2); line-height: 1.5; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-5); }
.form-group { margin-bottom: var(--s-5); }
.form-label {
  display: block; font-size: 0.8125rem; font-weight: 600;
  color: var(--text-2); margin-bottom: var(--s-3); letter-spacing: 0.01em;
}
.form-label .req { color: var(--red); margin-left: 2px; }
.form-input, .form-select, .form-textarea {
  width: 100%; background: #fff;
  border: 1.5px solid var(--border-strong); border-radius: var(--r);
  padding: 0.95rem 1.15rem; color: var(--text); font-size: 0.9375rem;
  line-height: 1.4;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
  appearance: none; -webkit-appearance: none;
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-muted); }
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim);
}
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B9AB8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  padding-right: 2.75rem; cursor: pointer;
}
[dir="rtl"] .form-select { background-position: left 14px center; padding-right: 1rem; padding-left: 2.5rem; }
.form-textarea { resize: vertical; min-height: 96px; line-height: 1.6; }
.form-radio-group { display: flex; flex-wrap: wrap; gap: var(--s-3); }
.form-radio {
  display: flex; align-items: center; gap: var(--s-2);
  cursor: pointer; font-size: 0.875rem; color: var(--text-2); transition: var(--t-fast);
}
.form-radio:hover { color: var(--text); }
.form-radio input { accent-color: var(--gold); width: 15px; height: 15px; cursor: pointer; }
.form-checkbox {
  display: flex; align-items: flex-start; gap: var(--s-3);
  cursor: pointer; font-size: 0.8125rem; color: var(--text-2); line-height: 1.5;
}
.form-checkbox input { accent-color: var(--gold); width: 15px; height: 15px; cursor: pointer; flex-shrink: 0; margin-top: 2px; }
.form-checkbox a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.form-error { font-size: 0.75rem; color: var(--red); margin-top: var(--s-1); display: none; }
.form-group.has-error .form-input,
.form-group.has-error .form-select,
.form-group.has-error .form-textarea { border-color: var(--red); box-shadow: 0 0 0 3px var(--red-dim); }
.form-group.has-error .form-error { display: block; }
.form-trust {
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-2); font-size: 0.75rem; color: var(--text-muted); margin-top: var(--s-3);
}
.form-trust .icon { color: var(--green); }
.form-success { display: none; text-align: center; padding: var(--s-12) var(--s-8); }
.form-success__icon {
  width: 64px; height: 64px; background: var(--green-dim);
  border: 2px solid var(--green-border); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem; margin: 0 auto var(--s-5);
}
.form-success h3 { font-size: 1.375rem; margin-bottom: var(--s-3); }
.form-success p { color: var(--text-2); font-size: 0.9375rem; }
.conditional-field { display: none; }
.conditional-field.is-shown { display: block; }

/* ============================================================
   19. CALCULATOR
   ============================================================ */
.calculator {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--s-8); box-shadow: var(--shadow-card);
}
.calculator__header { display: flex; align-items: center; gap: var(--s-3); margin-bottom: var(--s-6); }
.calculator__title { font-size: 1.125rem; font-weight: 700; flex: 1; }
.live-dot {
  display: flex; align-items: center; gap: var(--s-2);
  font-size: 0.75rem; color: var(--green); font-weight: 600;
}
.live-dot::before {
  content: ''; width: 8px; height: 8px; background: var(--green);
  border-radius: 50%; animation: pulse 1.5s ease-in-out infinite;
}
.calculator__result {
  background: var(--bg-elevated); border-radius: var(--r-md);
  padding: var(--s-5); margin-top: var(--s-4);
}
.calculator__result-amount {
  font-family: var(--font-mono); font-size: 1.75rem;
  font-weight: 700; color: var(--gold-light); margin-bottom: var(--s-2);
}
.calculator__result-meta { font-size: 0.8125rem; color: var(--text-muted); }
.calc-input-group { position: relative; }
.calc-currency {
  position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  font-weight: 700; color: var(--gold); font-size: 0.875rem;
}
[dir="rtl"] .calc-currency { left: auto; right: 12px; }
.calc-input-group .form-input { padding-left: 2rem; }
[dir="rtl"] .calc-input-group .form-input { padding-left: 1rem; padding-right: 2rem; }

/* ============================================================
   20. TIER CARDS
   ============================================================ */
.tiers-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-6); }
.tier-card {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--s-8); position: relative; transition: var(--t);
}
.tier-card--featured {
  border-color: var(--gold); transform: translateY(-8px);
  box-shadow: 0 0 0 1px var(--gold-border), var(--shadow-lg), var(--shadow-gold);
}
.tier-card__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), #A8813C);
  color: #000; font-size: 0.75rem; font-weight: 800;
  padding: 5px 16px; border-radius: var(--r-full);
  letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap;
}
.tier-card__name {
  font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: var(--s-4);
}
.tier-card__price {
  font-family: var(--font-display); font-size: 2.5rem; font-weight: 800;
  color: var(--gold-light); line-height: 1; margin-bottom: var(--s-2);
}
.tier-card__price-note { font-size: 0.8125rem; color: var(--text-muted); margin-bottom: var(--s-6); }
.tier-card__features { list-style: none; margin-bottom: var(--s-8); }
.tier-card__features li {
  display: flex; align-items: flex-start; gap: var(--s-3);
  padding-block: var(--s-3); font-size: 0.875rem;
  color: var(--text-2); border-bottom: 1px solid var(--border);
}
.tier-card__features li:last-child { border-bottom: none; }
.tier-card__features li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* ============================================================
   21. COUNTRY CARDS
   ============================================================ */
.countries-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-5); }
.country-card {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden; transition: var(--t); cursor: pointer;
}
.country-card:hover { border-color: var(--gold-border); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.country-card__img { height: 120px; position: relative; overflow: hidden; }
.country-card__img img { width: 100%; height: 100%; object-fit: cover; }
.country-card__img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,18,34,0.9), transparent 60%);
}
.country-card__emoji { position: absolute; bottom: var(--s-3); left: var(--s-4); z-index: 1; font-size: 1.75rem; }
[dir="rtl"] .country-card__emoji { left: auto; right: var(--s-4); }
.country-card__demand {
  position: absolute; top: var(--s-3); right: var(--s-3); z-index: 1;
  background: var(--red); color: #fff; font-size: 0.6875rem; font-weight: 700;
  padding: 2px 8px; border-radius: var(--r-full); text-transform: uppercase;
}
[dir="rtl"] .country-card__demand { right: auto; left: var(--s-3); }
.country-card__body { padding: var(--s-5); }
.country-card__name { font-size: 1.0625rem; font-weight: 700; margin-bottom: var(--s-3); }
.country-card__stats { display: flex; gap: var(--s-4); margin-bottom: var(--s-3); flex-wrap: wrap; }
.country-card__stat .value { color: var(--gold); font-weight: 600; font-size: 0.875rem; }
.country-card__stat .label { color: var(--text-muted); font-size: 0.75rem; }
.country-card__desc { font-size: 0.8125rem; color: var(--text-2); line-height: 1.6; }

/* ============================================================
   22. PRODUCT CARDS
   ============================================================ */
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-6); }
.product-card {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden; transition: var(--t);
}
.product-card:hover { border-color: var(--gold-border); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-card__img { height: 220px; overflow: hidden; position: relative; }
.product-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.product-card:hover .product-card__img img { transform: scale(1.05); }
.product-card__label {
  position: absolute; top: var(--s-3); left: var(--s-3);
  background: var(--gold); color: #000; font-size: 0.6875rem; font-weight: 800;
  padding: 3px 10px; border-radius: var(--r-full); text-transform: uppercase;
}
[dir="rtl"] .product-card__label { left: auto; right: var(--s-3); }
.product-card__body { padding: var(--s-6); }
.product-card__name { font-size: 1.125rem; font-weight: 700; margin-bottom: var(--s-2); }
.product-card__desc { font-size: 0.875rem; color: var(--text-2); margin-bottom: var(--s-4); line-height: 1.6; }
.product-card__specs { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-bottom: var(--s-5); }
.spec-chip {
  font-size: 0.75rem; font-weight: 600; padding: 3px 10px; border-radius: var(--r-full);
  background: rgba(0,0,0,0.04); border: 1px solid var(--border-strong); color: var(--text-2);
}
.product-card__footer {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-4); padding-top: var(--s-5); border-top: 1px solid var(--border);
}
.product-card__price { font-family: var(--font-display); font-size: 1.625rem; font-weight: 800; color: var(--gold-light); }
.product-card__qty { display: flex; align-items: center; gap: var(--s-2); border: 1px solid var(--border-strong); border-radius: var(--r); overflow: hidden; }
.qty-btn {
  width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--text-2); transition: var(--t-fast);
}
.qty-btn:hover { background: rgba(0,0,0,0.06); color: var(--text); }
.qty-display { min-width: 32px; text-align: center; font-weight: 700; font-size: 0.9375rem; }
.cart-sidebar {
  position: fixed; right: 0; top: 0; bottom: 0; width: 360px;
  background: var(--bg-elevated); border-left: 1px solid var(--border);
  z-index: 800; transform: translateX(100%); transition: transform var(--t-slow);
  display: flex; flex-direction: column; box-shadow: var(--shadow-lg);
}
[dir="rtl"] .cart-sidebar { right: auto; left: 0; border-left: none; border-right: 1px solid var(--border); transform: translateX(-100%); }
.cart-sidebar.is-open { transform: translateX(0); }
.cart-sidebar__header {
  padding: var(--s-6); border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.cart-sidebar__title { font-size: 1.125rem; font-weight: 700; }
.cart-sidebar__close {
  width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,0.05);
  display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: var(--t-fast);
}
.cart-sidebar__close:hover { background: var(--red-dim); color: var(--red); }
.cart-items { flex: 1; overflow-y: auto; padding: var(--s-5); }
.cart-item { display: flex; gap: var(--s-4); padding-block: var(--s-4); border-bottom: 1px solid var(--border); }
.cart-item:last-child { border-bottom: none; }
.cart-item__info { flex: 1; }
.cart-item__name { font-weight: 600; font-size: 0.9375rem; margin-bottom: var(--s-1); }
.cart-item__qty { font-size: 0.8125rem; color: var(--text-muted); }
.cart-item__price { font-weight: 700; color: var(--gold-light); }
.cart-sidebar__footer { padding: var(--s-6); border-top: 1px solid var(--border); }
.cart-total { display: flex; justify-content: space-between; font-weight: 700; font-size: 1.125rem; margin-bottom: var(--s-5); }
.cart-total__amount { color: var(--gold-light); }

/* ============================================================
   23. CRYPTO
   ============================================================ */
.crypto-address-box {
  background: var(--bg-elevated); border: 1px solid var(--border-strong); border-radius: var(--r-md); padding: var(--s-4) var(--s-5);
}
.crypto-address-box__label {
  display: flex; align-items: center; gap: var(--s-2);
  font-size: 0.8125rem; font-weight: 600; color: var(--text-2); margin-bottom: var(--s-3);
}
.crypto-address-box__row {
  display: flex; align-items: center; gap: var(--s-3);
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--r); padding: var(--s-3) var(--s-4);
}
.crypto-address-box__addr {
  flex: 1; font-family: var(--font-mono); font-size: 0.8125rem;
  color: var(--text-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.copy-btn {
  flex-shrink: 0; padding: 5px 12px; background: var(--gold-dim);
  border: 1px solid var(--gold-border); border-radius: var(--r-sm);
  font-size: 0.75rem; font-weight: 700; color: var(--gold); transition: var(--t-fast);
}
.copy-btn:hover { background: var(--gold); color: #000; }
.copy-btn.copied { background: var(--green-dim); border-color: var(--green-border); color: var(--green); }

/* ============================================================
   24. ACCORDION
   ============================================================ */
.faq-category { margin-bottom: var(--s-10); }
.faq-category__title {
  font-size: 1.125rem; font-weight: 700;
  padding-bottom: var(--s-4); margin-bottom: var(--s-4);
  border-bottom: 1px solid var(--gold-border); color: var(--gold-light);
}
.accordion { display: flex; flex-direction: column; gap: 2px; }
.accordion__item {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-md); overflow: hidden; transition: border-color var(--t-fast);
}
.accordion__item.is-open { border-color: var(--gold-border); }
.accordion__btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-4); padding: var(--s-5) var(--s-6); text-align: left;
  font-size: 0.9375rem; font-weight: 600; color: var(--text); transition: color var(--t-fast);
}
[dir="rtl"] .accordion__btn { text-align: right; }
.accordion__btn:hover, .accordion__item.is-open .accordion__btn { color: var(--gold-light); }
.accordion__icon { font-size: 1.2rem; color: var(--gold); flex-shrink: 0; transition: transform var(--t); }
.accordion__item.is-open .accordion__icon { transform: rotate(45deg); }
.accordion__body { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.accordion__body-inner {
  padding: 0 var(--s-6) var(--s-6); font-size: 0.9375rem; color: var(--text-2); line-height: 1.75;
}
.accordion__body-inner p + p { margin-top: var(--s-3); }
.accordion__body-inner ul { margin-top: var(--s-3); padding-left: var(--s-5); display: flex; flex-direction: column; gap: var(--s-2); }
.accordion__body-inner ul li { list-style: disc; color: var(--text-2); }

/* ============================================================
   25. TABLES
   ============================================================ */
.table-responsive { overflow-x: auto; border-radius: var(--r-lg); }
.fees-table, .ngo-table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden; font-size: 0.875rem;
}
.fees-table th, .ngo-table th {
  background: var(--bg-elevated); padding: var(--s-4) var(--s-5);
  text-align: left; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-2); border-bottom: 2px solid var(--gold-border);
  border-right: 1px solid var(--border);
}
.fees-table th:last-child, .ngo-table th:last-child { border-right: none; }
[dir="rtl"] .fees-table th, [dir="rtl"] .ngo-table th { text-align: right; }
.fees-table td, .ngo-table td {
  padding: var(--s-4) var(--s-5); border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border-subtle);
  color: var(--text-2); vertical-align: top;
}
.fees-table td:last-child, .ngo-table td:last-child { border-right: none; }
.fees-table tr:last-child td, .ngo-table tr:last-child td { border-bottom: none; }
.fees-table td:first-child { font-weight: 600; color: var(--text); }
.fees-table tr:hover td, .ngo-table tr:hover td { background: rgba(0,0,0,0.02); }
/* Related services / cards */
.related-services { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.related-card {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.5rem;
  color: var(--text); text-decoration: none;
  transition: border-color var(--t), transform var(--t), box-shadow var(--t);
}
.related-card:hover { border-color: var(--gold-border); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.related-card__icon {
  flex-shrink: 0; width: 40px; height: 40px;
  background: var(--gold-dim); border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.25rem;
}
.related-card__icon svg { width: 20px; height: 20px; stroke: var(--gold); }
.related-card h4 { font-size: .95rem; font-weight: 600; color: var(--text); margin-bottom: .35rem; }
.related-card p  { font-size: .82rem; color: var(--text-2); line-height: 1.55; margin: 0; }
.related-card__arrow { margin-left: auto; color: var(--gold); font-size: 1.1rem; flex-shrink: 0; align-self: center; }

.ngo-hotline { color: var(--gold); font-weight: 700; font-family: var(--font-mono); }
.speed-pill {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 2px 8px; border-radius: var(--r-full);
  font-size: 0.75rem; font-weight: 700;
}
.speed-pill--fast { background: var(--green-dim); color: var(--green); border: 1px solid var(--green-border); }
.speed-pill--med  { background: rgba(245,158,11,0.1); color: var(--amber); border: 1px solid rgba(245,158,11,0.3); }
.speed-pill--slow { background: rgba(255,255,255,0.05); color: var(--text-muted); border: 1px solid var(--border); }

/* ============================================================
   26. TIMELINE
   ============================================================ */
.timeline { position: relative; padding-left: var(--s-10); }
[dir="rtl"] .timeline { padding-left: 0; padding-right: var(--s-10); }
.timeline::before {
  content: ''; position: absolute; left: 14px; top: 0; bottom: 0;
  width: 2px; background: linear-gradient(to bottom, var(--gold), transparent);
}
[dir="rtl"] .timeline::before { left: auto; right: 14px; }
.timeline-item { position: relative; padding-bottom: var(--s-8); }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: ''; position: absolute; left: -36px; top: 5px;
  width: 12px; height: 12px; border-radius: 50%; background: var(--gold);
  border: 2px solid var(--bg); box-shadow: 0 0 0 3px var(--gold-dim);
}
[dir="rtl"] .timeline-item::before { left: auto; right: -36px; }
.timeline-item__year { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: var(--s-2); }
.timeline-item__title { font-weight: 700; margin-bottom: var(--s-2); }
.timeline-item__desc { font-size: 0.875rem; color: var(--text-2); line-height: 1.65; }

/* ============================================================
   27. URGENCY STRIP
   ============================================================ */
.urgency-strip {
  background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 100%);
  border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06);
  padding-block: var(--s-12);
}
.urgency-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--s-8); }
.urgency-strip__text h3 {
  font-family: var(--font-display); font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700; margin-bottom: var(--s-2); color: #fff;
}
.urgency-strip__text p { color: rgba(255,255,255,0.65); font-size: 0.9375rem; }
.urgency-strip__actions { display: flex; gap: var(--s-4); align-items: center; flex-shrink: 0; }

/* ============================================================
   28. CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-5); }
.contact-card {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--s-8); text-align: center; transition: var(--t);
}
.contact-card:hover { border-color: var(--gold-border); transform: translateY(-4px); box-shadow: var(--shadow-md), var(--shadow-gold); }
.contact-card--primary { background: var(--gold-dim); border-color: var(--gold-border); box-shadow: var(--shadow-gold); }
.contact-card__icon {
  width: 56px; height: 56px; background: var(--bg-elevated);
  border: 1px solid var(--border-strong); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin: 0 auto var(--s-4);
}
.contact-card--primary .contact-card__icon { background: var(--gold); border-color: var(--gold); }
.contact-card h3 { font-size: 1.0625rem; font-weight: 700; margin-bottom: var(--s-2); }
.contact-card p { font-size: 0.875rem; color: var(--text-2); margin-bottom: var(--s-5); }
.contact-card__value { font-family: var(--font-mono); font-size: 1.0625rem; font-weight: 700; color: var(--gold-light); margin-bottom: var(--s-4); }
.contact-card__hours { font-size: 0.8125rem; color: var(--text-muted); margin-top: var(--s-3); }
.clock-row { display: flex; justify-content: center; gap: var(--s-6); flex-wrap: wrap; margin-top: var(--s-6); }
.clock-item { text-align: center; }
.clock-item .city { font-size: 0.75rem; color: var(--text-muted); margin-bottom: var(--s-1); }
.clock-item .time { font-family: var(--font-mono); font-size: 1.25rem; font-weight: 700; color: var(--gold); }

/* ============================================================
   29. MISC: guides, legal, newsletter, danger, team, quote, steps, footer
   ============================================================ */
.guides-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-6); }
.guide-card {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--s-7);
  display: flex; flex-direction: column; transition: var(--t); position: relative;
}
.guide-card:hover { border-color: var(--gold-border); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.guide-card__icon { font-size: 2rem; margin-bottom: var(--s-4); }
.guide-card__badge {
  position: absolute; top: var(--s-4); right: var(--s-4);
  background: var(--gold-dim); border: 1px solid var(--gold-border);
  color: var(--gold-light); font-size: 0.6875rem; font-weight: 700;
  padding: 3px 10px; border-radius: var(--r-full); text-transform: uppercase;
}
[dir="rtl"] .guide-card__badge { right: auto; left: var(--s-4); }
.guide-card__badge--urgent { background: var(--red-dim); border-color: var(--red-border); color: var(--red); }
.guide-card h3 { font-size: 1.0625rem; font-weight: 700; margin-bottom: var(--s-3); }
.guide-card p { font-size: 0.875rem; color: var(--text-2); line-height: 1.65; margin-bottom: var(--s-5); }
.guide-card__contents { list-style: none; margin-bottom: var(--s-6); flex: 1; }
.guide-card__contents li {
  display: flex; align-items: flex-start; gap: var(--s-3);
  font-size: 0.8125rem; color: var(--text-2); padding-block: var(--s-2);
  border-bottom: 1px solid var(--border-subtle);
}
.guide-card__contents li:last-child { border-bottom: none; }
.guide-card__contents li::before { content: '→'; color: var(--gold); flex-shrink: 0; }
[dir="rtl"] .guide-card__contents li::before { content: '←'; }
.guide-card__meta { font-size: 0.75rem; color: var(--text-muted); margin-bottom: var(--s-4); }
.legal-resources-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--s-5); }
.legal-resource-card {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--s-6); transition: var(--t);
}
.legal-resource-card:hover { border-color: var(--gold-border); }
.legal-resource-card__icon { font-size: 1.75rem; margin-bottom: var(--s-4); }
.legal-resource-card h3 { font-weight: 700; margin-bottom: var(--s-3); }
.legal-resource-card p { font-size: 0.875rem; color: var(--text-2); line-height: 1.65; margin-bottom: var(--s-4); }
.legal-resource-card__ref {
  font-size: 0.75rem; color: var(--gold); background: var(--gold-dim);
  border: 1px solid var(--gold-border); border-radius: var(--r-sm);
  padding: var(--s-2) var(--s-3); font-family: var(--font-mono);
}
.newsletter-section { background: var(--bg-surface); }
.newsletter-card {
  background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-xl); padding: var(--s-12);
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-12); align-items: center;
  color: #fff;
}
.newsletter-card h2 { color: #fff; }
.newsletter-card p  { color: rgba(255,255,255,0.65); }
.newsletter-card h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: var(--s-4); }
.newsletter-card p { color: var(--text-2); line-height: 1.7; }
.danger-bar {
  background: var(--red-dim); border: 1px solid var(--red-border);
  border-radius: var(--r-md); padding: var(--s-4) var(--s-6);
  margin-bottom: var(--s-8); display: flex; align-items: flex-start; gap: var(--s-4);
}
.danger-bar__icon { font-size: 1.25rem; flex-shrink: 0; margin-top: 2px; }
.danger-bar h4 { font-size: 0.9375rem; font-weight: 700; color: var(--red); }
.danger-bar p { font-size: 0.875rem; color: var(--text-2); margin-top: var(--s-1); }
.danger-bar a { color: var(--gold); text-decoration: underline; }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s-6); }
.team-card {
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--s-8); text-align: center; transition: var(--t);
}
.team-card:hover { border-color: var(--gold-border); transform: translateY(-4px); }
.team-card__avatar {
  width: 72px; height: 72px; border-radius: 50%; background: var(--bg-elevated);
  border: 2px solid var(--gold-border); display: flex; align-items: center;
  justify-content: center; font-size: 1.75rem; margin: 0 auto var(--s-5);
}
.team-card__role { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: var(--s-3); }
.team-card h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: var(--s-3); }
.team-card p { font-size: 0.875rem; color: var(--text-2); line-height: 1.65; }
.team-card__langs { margin-top: var(--s-4); display: flex; flex-wrap: wrap; gap: var(--s-2); justify-content: center; }
.lang-chip { font-size: 0.75rem; font-weight: 600; padding: 3px 10px; border-radius: var(--r-full); background: rgba(201,168,76,0.1); border: 1px solid var(--gold-border); color: var(--gold); }
.founder-quote {
  background: linear-gradient(135deg, #0A1628 0%, #112240 100%);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--r-xl); padding: var(--s-16); text-align: center;
  position: relative; overflow: hidden; box-shadow: var(--shadow-gold);
}
.founder-quote__text { color: #fff; }
.founder-quote__author, .founder-quote__name { color: rgba(255,255,255,0.55); }
.founder-quote::before {
  content: '"'; position: absolute; top: -20px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-display); font-size: 10rem; color: var(--gold);
  opacity: 0.05; line-height: 1; pointer-events: none;
}
.founder-quote__text {
  font-family: var(--font-display); font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  font-style: italic; color: var(--text); line-height: 1.5;
  max-width: 800px; margin-inline: auto; margin-bottom: var(--s-8); position: relative; z-index: 1;
}
.founder-quote__author { color: var(--text-muted); font-size: 0.875rem; }
.founder-quote__name { font-weight: 700; color: var(--text-2); font-size: 1rem; }
.steps-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; position: relative; }
.steps-grid::before {
  content: ''; position: absolute; top: 28px; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-border) 20%, var(--gold-border) 80%, transparent); z-index: 0;
}
.step-item { text-align: center; padding: var(--s-4); position: relative; z-index: 1; }
.step-item__num {
  width: 56px; height: 56px; border-radius: 50%; background: var(--bg-surface);
  border: 2px solid var(--gold-border); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; color: var(--gold);
  margin: 0 auto var(--s-4); transition: var(--t);
  box-shadow: var(--shadow-sm);
}
.step-item:hover .step-item__num { background: var(--gold); color: #000; border-color: var(--gold); box-shadow: 0 0 24px rgba(201,168,76,0.4); }
.step-item__title { font-size: 0.875rem; font-weight: 700; margin-bottom: var(--s-2); }
.step-item__desc { font-size: 0.8125rem; color: var(--text-2); line-height: 1.55; }
.img-section { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-12); align-items: center; }
.img-section--reverse .img-section__visual { order: 2; }
.img-section--reverse .img-section__text  { order: 1; }
.img-section__visual {
  border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; position: relative;
}
.img-section__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.img-section__visual:hover img { transform: scale(1.04); }
.img-section__visual::after {
  content: ''; position: absolute; inset: 0; border-radius: var(--r-lg);
  border: 1px solid var(--border); pointer-events: none;
}
.img-section__text h2 { font-family: var(--font-display); margin-top: var(--s-3); margin-bottom: var(--s-5); }
.img-section__text p { color: var(--text-2); line-height: 1.75; margin-bottom: var(--s-4); }
.img-section__list { margin-block: var(--s-6); }
.img-section__list li {
  display: flex; align-items: flex-start; gap: var(--s-4);
  padding-block: var(--s-3); border-bottom: 1px solid var(--border);
  font-size: 0.9375rem; color: var(--text-2);
}
.img-section__list li:last-child { border-bottom: none; }
.img-section__list .check { color: var(--green); flex-shrink: 0; margin-top: 2px; }
.whatsapp-float {
  position: fixed; bottom: var(--s-6); right: var(--s-6); z-index: 700;
  display: flex; align-items: center; gap: var(--s-3);
  background: #25D366; color: #fff; padding: 0.875rem 1.375rem;
  border-radius: var(--r-full); font-weight: 700; font-size: 0.9375rem;
  box-shadow: 0 8px 32px rgba(37,211,102,0.4); transition: var(--t);
}
[dir="rtl"] .whatsapp-float { right: auto; left: var(--s-6); }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(37,211,102,0.5); }
.tag {
  display: inline-flex; align-items: center; gap: var(--s-1);
  padding: 3px 10px; border-radius: var(--r-full);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
}
.tag--gold  { background: var(--gold-dim);  border: 1px solid var(--gold-border);  color: var(--gold-light); }
.tag--red   { background: var(--red-dim);   border: 1px solid var(--red-border);   color: var(--red); }
.tag--green { background: var(--green-dim); border: 1px solid var(--green-border); color: var(--green); }
.tag--gray  { background: rgba(0,0,0,0.04); border: 1px solid var(--border-strong); color: var(--text-2); }
.divider { height: 1px; background: var(--border); margin-block: var(--s-8); }
.divider--gold { background: linear-gradient(90deg, transparent, var(--gold-border), transparent); }

/* ============================================================
   30. FOOTER
   ============================================================ */
.footer {
  background: #0A1628; border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: var(--s-20); padding-bottom: var(--s-8);
  color: rgba(255,255,255,0.6);
}
.footer__grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--s-10);
  padding-bottom: var(--s-12); border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: var(--s-8);
}
.footer__logo { margin-bottom: var(--s-4); }
.footer__logo img { height: 56px; width: auto; display: block; }
.footer__brand p { font-size: 0.9rem; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: var(--s-5); max-width: 280px; }
.footer__social { display: flex; gap: var(--s-2); flex-wrap: wrap; }
.footer__social a {
  height: 32px; padding: 0 var(--s-3); border-radius: var(--r-full);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1); font-size: 0.78rem; font-weight: 500;
  color: rgba(255,255,255,0.5); letter-spacing: 0.03em;
  display: flex; align-items: center; justify-content: center;
  transition: var(--t-fast); white-space: nowrap;
}
.footer__social a:hover { background: var(--gold-dim); border-color: var(--gold-border); color: var(--gold); }
.footer__social a:hover { background: var(--gold-dim); border-color: var(--gold-border); color: var(--gold); }
.footer__col h4 { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: var(--s-5); }
.footer__col ul { display: flex; flex-direction: column; gap: var(--s-3); }
.footer__col ul li a { font-size: 0.875rem; color: rgba(255,255,255,0.45); transition: color var(--t-fast); }
.footer__col ul li a:hover { color: rgba(255,255,255,0.85); }
.footer__hotline { font-family: var(--font-mono); font-size: 1rem; font-weight: 700; color: var(--gold-light); }
.footer__bottom { display: flex; flex-direction: column; gap: var(--s-3); }
.footer__copyright { font-size: 0.8125rem; color: rgba(255,255,255,0.35); }
.footer__legal { font-size: 0.75rem; color: rgba(255,255,255,0.3); line-height: 1.7; max-width: 800px; }

/* ============================================================
   31. RTL
   ============================================================ */
[dir="rtl"] .hero__grid   { direction: rtl; }
[dir="rtl"] .hero__grid>* { direction: ltr; }
[dir="rtl"] .hero__ctas   { flex-direction: row-reverse; }
[dir="rtl"] .hero__proof  { flex-direction: row-reverse; }
[dir="rtl"] .stat-item    { border-right: none; border-left: 1px solid var(--border); }
[dir="rtl"] .stat-item:last-child { border-left: none; }
[dir="rtl"] .footer__grid   { direction: rtl; }
[dir="rtl"] .footer__grid>* { direction: ltr; }
[dir="rtl"] .footer__social { flex-direction: row-reverse; }
[dir="rtl"] .urgency-strip__inner  { flex-direction: row-reverse; }
[dir="rtl"] .urgency-strip__actions{ flex-direction: row-reverse; }
[dir="rtl"] .service-card__link { flex-direction: row-reverse; }
[dir="rtl"] .timeline     { padding-left: 0; padding-right: var(--s-10); }
[dir="rtl"] .timeline::before { left: auto; right: 14px; }
[dir="rtl"] .timeline-item::before { left: auto; right: -36px; }
[dir="rtl"] .img-section__list li { flex-direction: row-reverse; }
[dir="rtl"] .img-section__visual:first-child { order: 2; }
[dir="rtl"] .img-section--reverse .img-section__visual { order: 1; }
[dir="rtl"] .img-section--reverse .img-section__text   { order: 2; }
[dir="rtl"] .tiers-grid,.services-grid,.countries-grid,
            .testimonials-grid,.guides-grid,.product-grid,
            .contact-grid,.team-grid,.legal-resources-grid { direction: rtl; }
[dir="rtl"] .tiers-grid>*,.services-grid>*,.countries-grid>*,
            .testimonials-grid>*,.guides-grid>*,.product-grid>*,
            .contact-grid>*,.team-grid>*,.legal-resources-grid>* { direction: ltr; }
[dir="rtl"] .form-row { direction: rtl; }
[dir="rtl"] .form-row>* { direction: ltr; }
[dir="rtl"] .newsletter-card { direction: rtl; }
[dir="rtl"] .newsletter-card>* { direction: ltr; }
[dir="rtl"] .cart-sidebar { right: auto; left: 0; border-left: none; border-right: 1px solid var(--border); transform: translateX(-100%); }
[dir="rtl"] .cart-sidebar.is-open { transform: translateX(0); }

/* ============================================================
   32. RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .hero__grid { grid-template-columns: 1fr 380px; gap: var(--s-8); }
  .footer__grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer__grid .footer__col:last-child { grid-column: 1 / -1; }
  .steps-grid { grid-template-columns: repeat(3,1fr); }
  .steps-grid::before { display: none; }
}
@media (max-width: 1180px) {
  .nav__links { display: none; }
  .nav__hamburger { display: flex; }
  .nav__actions .btn:not(.nav__emergency) { display: none; }
  .nav__emergency { display: none; }
  .nav__actions .lang-toggle { display: none; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__form-panel { display: none; }
  .services-grid, .tiers-grid, .countries-grid { grid-template-columns: repeat(2,1fr); }
  .tiers-grid { max-width: 640px; margin-inline: auto; }
  .tier-card--featured { transform: none; }
  .testimonials-grid { grid-template-columns: repeat(2,1fr); }
  .stats-bar__grid { grid-template-columns: repeat(2,1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid var(--border); padding-bottom: var(--s-6); }
  .stat-item:nth-child(odd) { border-right: 1px solid var(--border); }
  .stat-item:last-child, .stat-item:nth-last-child(2) { border-bottom: none; }
  .newsletter-card { grid-template-columns: 1fr; }
  .guides-grid { grid-template-columns: repeat(2,1fr); }
  .img-section { grid-template-columns: 1fr; }
  .img-section--reverse .img-section__visual { order: unset; }
  .img-section--reverse .img-section__text  { order: unset; }
  .contact-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .legal-resources-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  :root { --nav-h: 64px; --bar-h: 40px; }
  .section { padding-block: var(--s-16); }
  .section--lg { padding-block: var(--s-20); }
  .services-grid, .testimonials-grid, .countries-grid,
  .guides-grid, .product-grid, .team-grid { grid-template-columns: 1fr; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .form-row { grid-template-columns: 1fr; }
  .urgency-strip__inner { flex-direction: column; gap: var(--s-6); text-align: center; }
  .urgency-strip__actions { flex-direction: column; width: 100%; }
  .urgency-strip__actions .btn { width: 100%; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid .footer__brand { grid-column: 1 / -1; }
  .steps-grid { grid-template-columns: 1fr; }
  .press-bar__logos { gap: var(--s-6); }
  .cart-sidebar { width: 100%; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: 0.875rem; }
  .page-hero { min-height: 45vh; }
}
@media (max-width: 480px) {
  .container { padding-inline: var(--s-4); }
  .section { padding-block: var(--s-12); }
  .hero__ctas { flex-direction: column; width: 100%; }
  .hero__ctas .btn { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__grid .footer__brand { grid-column: 1; }
  .newsletter-card { padding: var(--s-8); }
}
