/* ================================================================
   SADIM DELIVERY — Design System CSS (Light Mode Default)
   Based on: Sadim Delivery-print.html
================================================================ */

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  --primary: #046dae;
  --primary-hover: #0580cc;
  --bg: #06101e;
  --bg-deep: #060f1c;
  --bg-elevated: #0c1e33;
  --neb-1: #1a4f8a;
  --neb-2: #3b2d6e;
  --neb-3: #046dae;
  --accent: #0c9fd6;
  --accent-glow: rgba(12, 159, 214, 0.30);
  --surface: #0c1e33;
  --surface-2: #112944;
  --muted: #7fa8c9;
  --text: #f0f6ff;
  --text-l2: #b8d4f0;
  --text-on-card: #d4e4f3;
  --text-card-list: #cfe1f2;
  --text-foot: #b6cce0;
  --success: #22c55e;
  --warning: #f59e0b;
  --border: rgba(0, 194, 212, 0.14);
  --border-strong: rgba(0, 194, 212, 0.30);
  --footer-bg: #050a13;
  --map-bg: #081627;
  --map-line: rgba(0, 194, 212, 0.06);
  --inset-tint: rgba(255, 255, 255, 0.02);
  --dash-grad-end: #08182a;
  --plan-grad-end: #102a48;
  --shadow-card: 0 16px 48px -16px rgba(0,0,0,0.5);
  --shadow-card-hover: 0 20px 56px -14px rgba(0,194,212,0.22);
  --shadow-btn-primary: 0 10px 28px -10px rgba(0, 194, 212, 0.55), 0 0 0 1px rgba(0,194,212,0.15) inset;
  --shadow-btn-primary-hover: 0 14px 38px -8px rgba(0,194,212,0.75), 0 0 0 1px rgba(0,194,212,0.3) inset;
  --shadow-dash: 0 30px 80px -20px rgba(0, 194, 212, 0.30), 0 60px 120px -40px rgba(59, 45, 110, 0.55), 0 0 0 1px rgba(0, 194, 212, 0.08) inset;
  --dash-bg-glow: rgba(4, 109, 174, 0.30);
  --dotgrid-color: rgba(0, 194, 212, 0.10);
  --nav-bg: rgba(6, 16, 30, 0.85);
  --star-opacity: 1;
  --particle-color: var(--accent);
  --stats-num-color: var(--accent);
  --stats-num-shadow: 0 0 30px rgba(0, 194, 212, 0.30);
  --radius-card: 18px;
  --radius-btn: 10px;
}

[data-theme="light"] {
  --primary: #046dae;
  --primary-hover: #0580cc;
  --bg: #f4f8fd;
  --bg-deep: #eef5fc;
  --bg-elevated: #eaf2fb;
  --neb-1: #b6cee8;
  --neb-2: #c8b8e0;
  --neb-3: #b8e0e6;
  --accent: #0c9fd6;
  --accent-glow: rgba(0, 152, 170, 0.18);
  --surface: #ffffff;
  --surface-2: #f4f8fd;
  --muted: #5b7d99;
  --text: #07192e;
  --text-l2: #3a6080;
  --text-on-card: #1d3a5a;
  --text-card-list: #2a4d6e;
  --text-foot: #3a6080;
  --border: rgba(4, 109, 174, 0.12);
  --border-strong: rgba(4, 109, 174, 0.36);
  --footer-bg: #eaf2fb;
  --map-bg: #f4f8fd;
  --map-line: rgba(4, 109, 174, 0.08);
  --inset-tint: rgba(4, 109, 174, 0.04);
  --dash-grad-end: #f4f8fd;
  --plan-grad-end: #eef5fc;
  --shadow-card: 0 4px 18px rgba(4,109,174,0.07);
  --shadow-card-hover: 0 16px 44px -14px rgba(4, 109, 174, 0.22);
  --shadow-btn-primary: 0 8px 22px -8px rgba(4, 109, 174, 0.45);
  --shadow-btn-primary-hover: 0 14px 36px -8px rgba(4, 109, 174, 0.65);
  --shadow-dash: 0 24px 60px -18px rgba(4, 109, 174, 0.22), 0 0 0 1px rgba(4, 109, 174, 0.08) inset;
  --dash-bg-glow: rgba(4, 109, 174, 0.10);
  --dotgrid-color: rgba(4, 109, 174, 0.10);
  --nav-bg: rgba(244, 248, 253, 0.88);
  --star-opacity: 0;
  --particle-color: var(--primary);
  --stats-num-color: var(--primary);
  --stats-num-shadow: none;
}

/* Smooth theme cross-fade */
body,
nav.topbar, .nav-inner, .brand .tagline, .nav-links a,
.btn, .pill, .hero h1, .hero .sub, .hero .trust,
.dash, .dash-bar, .dash-bar .title, .metric, .metric .label, .metric .num,
.map, .table, .trow, .trow .id, .trow .nm, .trow .drv, .badge,
.stats, .stat .num, .stat .lbl,
.section-head h2, .section-head p,
.card, .card-icon, .card h3, .card p, .tl-step .tl-text .tl-name, .tl-step .tl-text .tl-time,
.mini-map, .driver, .driver .nm, .driver .rt, .invoice, .chart-stats .cs,
section.how, section.price, section.cta-final, section.feat,
.testi-card, .testi-card p, .testi-foot .nm, .testi-foot .role,
.plan, .plan h3, .plan .ptag, .plan .price-num, .plan .price-suffix, .plan li,
footer, .foot-col h4, .foot-col li, .foot-col li a, .foot-col .tagline, .foot-bottom {
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #050a13; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Urbanist', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection { background: rgba(0, 194, 212, 0.35); color: var(--text); }

/* utility */
.container { max-width: 1500px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; }
.mono { font-family: 'JetBrains Mono', monospace; }
.cab { font-family: 'Urbanist', 'Urbanist', sans-serif; letter-spacing: -0.025em; }
.cyan { color: var(--accent); }
.lblue { color: var(--text-l2); }
a { color: inherit; text-decoration: none; }

/* ============ NEBULA BACKGROUND ============ */
.nebula-layer {
  position: absolute; inset: -100px;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.35;
  animation: breathe 12s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes breathe {
  0%   { transform: scale(1)    translate(0, 0); }
  100% { transform: scale(1.08) translate(20px, -15px); }
}
.dotgrid-overlay {
  position: absolute; inset: 0;
  background-image: radial-gradient(var(--dotgrid-color) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
}

/* ============ NAV ============ */
nav.topbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 80;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, backdrop-filter .35s ease, border-color .35s ease, padding .3s ease;
  padding: 6px 0;
}
nav.topbar.scrolled {
  background: var(--nav-bg);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  border-bottom-color: var(--border);
}
.nav-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; }
.brand-logo {
  height: 48px;
  width: auto;
  display: block;
  transition: filter .35s ease;
}
/* Logo shows in original colours at all times */
.wordmark {
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.04em;
  color: var(--text);
  display: inline-flex; align-items: baseline;
}
.wordmark .neb-icon {
  width: 9px; height: 9px;
  border-radius: 50%;
  margin-left: 6px;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent), 0 0 0 4px rgba(0,194,212,0.18);
  display: inline-block;
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.25); }
}
.brand .tagline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: var(--muted);
  letter-spacing: 0.02em;
  margin-left: 2px;
}
.brand .tagline .ar { font-family: serif; font-size: 12px; color: var(--accent); margin-right: 4px; }

.nav-links { display: flex; gap: 32px; }
.nav-links a {
  color: var(--muted);
  font-size: 14px; font-weight: 500;
  transition: color .2s ease;
}
.nav-links a:hover { color: var(--text); }

/* White text when navbar is transparent — legible over dark hero photo */
nav.topbar:not(.scrolled) .nav-links a          { color: rgba(255,255,255,0.80); }
nav.topbar:not(.scrolled) .nav-links a:hover    { color: #ffffff; }
nav.topbar:not(.scrolled) .btn-demo             { color: rgba(255,255,255,0.90); border-color: rgba(255,255,255,0.40); }
nav.topbar:not(.scrolled) .btn-demo:hover       { background: rgba(255,255,255,0.10); color: #ffffff; }
nav.topbar:not(.scrolled) .lang-btn             { color: rgba(255,255,255,0.80); border-color: rgba(255,255,255,0.25); }
nav.topbar:not(.scrolled) .lang-btn:hover,
nav.topbar:not(.scrolled) .lang-btn.open        { color: #ffffff; border-color: rgba(255,255,255,0.55); background: rgba(255,255,255,0.08); }
nav.topbar:not(.scrolled) .nav-toggle           { border-color: rgba(255,255,255,0.25); }
nav.topbar:not(.scrolled) .nav-toggle:hover     { border-color: rgba(255,255,255,0.55); background: rgba(255,255,255,0.08); }
nav.topbar:not(.scrolled) .nav-toggle .bar      { background: rgba(255,255,255,0.80); }

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

/* ============ HAMBURGER TOGGLE ============ */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius-btn);
  cursor: pointer;
  padding: 11px 10px;
  flex-shrink: 0;
  transition: border-color .2s, background .2s;
}
.nav-toggle:hover { border-color: var(--border-strong); background: rgba(12,159,214,0.05); }
.nav-toggle .bar {
  display: block;
  width: 100%; height: 2px;
  background: var(--muted);
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease, background .2s;
  transform-origin: center;
}
.nav-toggle.open .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--accent); }
.nav-toggle.open .bar:nth-child(2) { opacity: 0; }
.nav-toggle.open .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--accent); }

/* ============ MOBILE MENU PANEL ============ */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 79;
  background: var(--surface);
  border-bottom: 1px solid var(--border-strong);
  transform: translateY(-100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  padding-top: 82px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
}
.mobile-menu.open { transform: translateY(0); }

/* When mobile menu is open: give nav a solid background + block other nav items */
nav.topbar.menu-open {
  background: var(--nav-bg);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  border-bottom-color: var(--border);
}
nav.topbar.menu-open .lang-switcher,
nav.topbar.menu-open .btn-demo { pointer-events: none; }

/* Override white-bar rule when menu is open so the × is visible */
nav.topbar.menu-open .nav-toggle .bar         { background: var(--muted); }
nav.topbar.menu-open .nav-toggle.open .bar:nth-child(1) { background: var(--accent); }
nav.topbar.menu-open .nav-toggle.open .bar:nth-child(3) { background: var(--accent); }

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  padding: 12px 20px 20px;
  gap: 0;
}
.mobile-menu-inner a {
  display: block;
  padding: 14px 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  transition: color .2s, background .2s, padding-left .2s;
}
.mobile-menu-inner a:last-child { border-bottom: none; }
.mobile-menu-inner a:hover { color: var(--text); padding-left: 18px; }
.mobile-menu-inner .mobile-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  background: rgba(12,159,214,0.06);
  transition: background .2s, border-color .2s;
}
.mobile-menu-inner .mobile-cta:hover { background: rgba(12,159,214,0.12); border-color: var(--accent); padding-left: 20px; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px;
  border-radius: var(--radius-btn);
  font-family: 'Urbanist', sans-serif;
  font-weight: 600; font-size: 14.5px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .3s ease, filter .25s ease, background .25s ease, border-color .25s ease;
  white-space: nowrap;
}
.btn:hover { transform: scale(1.03); filter: brightness(1.08); }
.btn-primary {
  background: linear-gradient(180deg, var(--primary-hover), var(--primary));
  color: white;
  border-color: var(--border-strong);
  box-shadow: var(--shadow-btn-primary);
}
.btn-primary:hover { box-shadow: var(--shadow-btn-primary-hover); }
.btn-ghost-cyan {
  background: transparent;
  color: var(--accent);
  border-color: var(--border-strong);
}
.btn-ghost-cyan:hover { background: rgba(0,194,212,0.06); border-color: var(--accent); box-shadow: 0 0 24px rgba(0,194,212,0.2); }
.btn-gold {
  background: transparent;
  color: var(--text);
  border-color: rgba(212, 168, 57, 0.55);
}
.btn-gold:hover {
  color: #d4a839;
  border-color: #d4a839;
  background: rgba(212, 168, 57, 0.07);
  box-shadow: 0 0 20px rgba(212, 168, 57, 0.2);
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}
.btn-spinner {
  display: inline-block;
  width: 13px; height: 13px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btn-spin 0.65s linear infinite;
  vertical-align: middle;
  margin-inline-end: 6px;
  flex-shrink: 0;
}
@keyframes btn-spin { to { transform: rotate(360deg); } }
.btn-demo {
  background: transparent;
  color: var(--text);
  border-color: var(--accent);
  padding: 10px 18px;
  border-radius: 999px;
  position: relative;
  box-shadow: 0 0 0 0 rgba(0, 194, 212, 0.5);
  animation: demoPulse 2.4s ease-in-out infinite;
}
@keyframes demoPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 194, 212, 0.4); }
  50% { box-shadow: 0 0 28px 0 rgba(0, 194, 212, 0.35); }
}
.btn-demo:hover { background: rgba(0,194,212,0.08); }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 100px;
  overflow: hidden;
  display: flex; align-items: center;
}
.hero .blob.b1 { width: 560px; height: 560px; background: var(--neb-1); top: -8%; left: -6%; opacity: 0.42; }
.hero .blob.b2 { width: 620px; height: 620px; background: var(--neb-2); top: 18%; right: -10%; opacity: 0.35; animation-delay: -4s; }
.hero .blob.b3 { width: 480px; height: 480px; background: var(--neb-3); bottom: -10%; left: 18%; opacity: 0.28; animation-delay: -8s; }

.stars { position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: var(--star-opacity); transition: opacity .4s ease; }
.stars span {
  position: absolute;
  width: 2px; height: 2px;
  background: #f0f6ff;
  border-radius: 50%;
  animation: twinkle 3s ease-in-out infinite;
}
@keyframes twinkle {
  0%, 100% { opacity: 0.25; }
  50% { opacity: 0.85; }
}

.hero-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 40px;
  align-items: center;
}
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(0, 194, 212, 0.05);
  border: 1px solid var(--border-strong);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--text);
  box-shadow: 0 0 24px rgba(0, 194, 212, 0.10);
}
.pill .pdot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
  animation: pulse 2s ease-in-out infinite;
}
.hero h1 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 26px 0 22px;
  position: relative;
  min-height: clamp(160px, 22vw, 240px);
}
.hero h1 .rh-line {
  display: block;
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1);
}
.hero h1.swap .rh-line {
  opacity: 0;
  transform: translateY(-12px);
}
.hero h1 .l2 { color: var(--text-l2); }
.hero h1 .rh-l2 { transition-delay: .08s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.hero h1 .rh-line { opacity: 0; transform: translateY(18px); animation: fadeUp .9s cubic-bezier(.2,.7,.2,1) forwards; }
.hero h1 .rh-l1 { animation-delay: 80ms; }
.hero h1 .rh-l2 { animation-delay: 240ms; }
.hero h1 .rh-cursor {
  display: inline-block;
  width: 4px; height: 0.78em;
  background: var(--accent);
  margin-left: 8px;
  transform: translateY(0.06em);
  box-shadow: 0 0 12px var(--accent);
  animation: blink 1.1s step-end infinite;
  border-radius: 1px;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

.hero .sub {
  font-size: 18px;
  color: var(--muted);
  max-width: 540px;
  line-height: 1.6;
  margin-bottom: 34px;
  opacity: 0; animation: fadeUp .9s ease-out .7s forwards;
}
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; animation: fadeUp .9s ease-out .85s forwards; }
.trust {
  display: flex; gap: 22px; flex-wrap: wrap;
  margin-top: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--muted);
  opacity: 0; animation: fadeUp .9s ease-out 1s forwards;
}
.trust span::before { content: '✓'; color: var(--accent); margin-right: 6px; }

/* ============ DASHBOARD MOCK ============ */
.dash-wrap {
  position: relative;
  animation: float 5s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.dash {
  background: linear-gradient(180deg, var(--surface) 0%, var(--dash-grad-end) 100%);
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--shadow-dash);
  position: relative;
}
.dash::before {
  content: '';
  position: absolute;
  inset: -60px -40px;
  background: radial-gradient(ellipse at center, var(--dash-bg-glow), transparent 60%);
  z-index: -1;
  filter: blur(50px);
}
.dash-bar {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 18px;
}
.dash-bar .dots { display: flex; gap: 6px; }
.dash-bar .dots span { width: 11px; height: 11px; border-radius: 50%; display: block; }
.dash-bar .dots span:nth-child(1) { background: #ff5f57; }
.dash-bar .dots span:nth-child(2) { background: #febc2e; }
.dash-bar .dots span:nth-child(3) { background: #28c840; }
.dash-bar .title { margin-left: 12px; font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--muted); }
.dash-bar .live {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--success);
}
.dash-bar .live::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 8px var(--success);
  animation: pulse 1.6s ease-in-out infinite;
}

.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.metric {
  background: var(--inset-tint);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 13px;
}
.metric .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.metric .num {
  font-family: 'Urbanist', sans-serif;
  font-weight: 800; font-size: 26px;
  letter-spacing: -0.03em;
}
.metric.cyan .num { color: var(--accent); }
.metric.green .num { color: var(--success); }
.metric .delta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--success);
  margin-left: 6px;
}

.map {
  position: relative;
  background-color: var(--map-bg);
  background-image:
    linear-gradient(var(--map-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--map-line) 1px, transparent 1px);
  background-size: 18px 18px, 18px 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  height: 120px;
  margin-bottom: 14px;
  overflow: hidden;
}
.map::after {
  content: ''; position: absolute;
  width: 64%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  top: 56%; left: 10%;
  opacity: 0.5;
  border-radius: 999px;
  transform: rotate(-10deg);
}
.pin {
  position: absolute;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(0,194,212,0.5);
  animation: ping 2.2s ease-out infinite;
}
.pin.p1 { top: 32%; left: 22%; }
.pin.p2 { top: 62%; left: 58%; animation-delay: 0.6s; background: var(--success); box-shadow: 0 0 0 0 rgba(34,197,94,0.5); }
.pin.p3 { top: 25%; left: 75%; animation-delay: 1.2s; }
.pin.p4 { top: 72%; left: 30%; animation-delay: 1.6s; }
@keyframes ping {
  0% { box-shadow: 0 0 0 0 currentColor; }
  70% { box-shadow: 0 0 0 14px transparent; }
  100% { box-shadow: 0 0 0 14px transparent; }
}

.table { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.trow {
  display: grid;
  grid-template-columns: 70px 1fr 1fr 90px;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  font-size: 12.5px;
}
.trow:last-child { border-bottom: none; }
.trow .id { font-family: 'JetBrains Mono', monospace; color: var(--muted); font-size: 11.5px; }
.trow .nm { font-weight: 500; }
.trow .drv { color: var(--muted); font-size: 12px; }
.badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  padding: 3px 9px;
  border-radius: 999px;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}
.b-transit { background: rgba(0,194,212,0.12); color: var(--accent); border: 1px solid rgba(0,194,212,0.28); }
.b-livre { background: rgba(34,197,94,0.12); color: var(--success); border: 1px solid rgba(34,197,94,0.28); }
.b-attente { background: rgba(245,158,11,0.10); color: var(--warning); border: 1px solid rgba(245,158,11,0.24); }

/* ============ STATS ============ */
.stats {
  position: relative;
  background: var(--surface);
  border-top: 1px solid rgba(0,194,212,0.18);
  border-bottom: 1px solid rgba(0,194,212,0.18);
  padding: 60px 0;
  overflow: hidden;
}
.stats .blob.b1 { width: 480px; height: 200px; background: var(--neb-1); top: -40%; left: 10%; opacity: 0.3; }
.stats .blob.b2 { width: 420px; height: 200px; background: var(--neb-2); bottom: -40%; right: 8%; opacity: 0.22; animation-delay: -5s; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.stat .num {
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: 54px;
  color: var(--stats-num-color);
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow: var(--stats-num-shadow);
}
.stat .lbl {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

/* ============ SECTION CHROME ============ */
section.feat, section.how, section.testi, section.price, section.cta-final, section.contact {
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
.section-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.section-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}
.section-head h2 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 4.4vw, 56px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.section-head p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

/* ============ FEATURES BENTO ============ */
section.feat .blob.b1 { width: 540px; height: 540px; background: var(--neb-1); top: 10%; left: -10%; opacity: 0.28; }
section.feat .blob.b2 { width: 480px; height: 480px; background: var(--neb-2); top: 40%; right: -8%; opacity: 0.22; animation-delay: -6s; }

.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(280px, auto));
  gap: 20px;
}

/* ============ FEAT GRID — flip cards ============ */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feat-card {
  perspective: 1000px;
  height: 260px;
  cursor: pointer;
}
.feat-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
  border-radius: 16px;
}
.feat-card:hover .feat-card-inner {
  transform: rotateY(180deg);
}
.feat-card-front,
.feat-card-back {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.feat-card-front {
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}
.feat-card-title {
  padding: 13px 16px 14px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  font-family: 'Urbanist', 'Urbanist', sans-serif;
  letter-spacing: -0.01em;
  flex-shrink: 0;
  text-align: center;
  order: -1;
}
.feat-card-front img {
  width: 100%;
  flex: 1;
  object-fit: cover;
  display: block;
  min-height: 0;
}
.feat-card-back {
  background: var(--surface-2);
  border: 1px solid var(--border-strong);
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 22px;
  gap: 12px;
}
.feat-card-back .back-title {
  font-family: 'Urbanist', 'Urbanist', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.01em;
  text-align: center;
}
.feat-card-back p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.65;
  text-align: center;
  margin: 0;
}
@media (max-width: 980px) {
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .feat-grid { grid-template-columns: 1fr; }
}
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background-color .4s ease;
}
.card::after {
  content: '';
  position: absolute;
  bottom: -120px; right: -120px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-glow), transparent 60%);
  filter: blur(40px);
  opacity: 0.85;
  pointer-events: none;
  transition: opacity .35s;
}
.card:hover {
  border-color: var(--border-strong);
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
}
.card:hover .card-icon { box-shadow: 0 0 28px rgba(0, 194, 212, 0.45); color: var(--accent); }
.card-icon {
  width: 44px; height: 44px;
  border-radius: 11px;
  background: rgba(0,194,212,0.08);
  border: 1px solid var(--border-strong);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  color: var(--accent);
  transition: box-shadow .3s ease;
}
.card h3 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}
.card p.desc {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.b-wide-1 { grid-column: span 2; }
.b-square-1 { grid-column: span 1; }
.b-tall { grid-column: span 1; grid-row: span 2; }
.b-square-2 { grid-column: span 1; }
.b-wide-2 { grid-column: span 2; }

/* Timeline */
.timeline { display: flex; flex-direction: column; gap: 18px; margin-top: 10px; }
.tl-step { display: flex; align-items: center; gap: 14px; position: relative; }
.tl-step .tl-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--surface-2);
  border: 2px solid var(--border-strong);
  flex-shrink: 0; z-index: 1; position: relative;
}
.tl-step::before {
  content: ''; position: absolute;
  left: 6px; top: 14px;
  width: 2px; height: 28px;
  background: var(--border);
}
.tl-step:last-child::before { display: none; }
.tl-step .tl-text { display: flex; justify-content: space-between; flex: 1; align-items: center; font-size: 14px; }
.tl-step .tl-text .tl-name { font-weight: 500; }
.tl-step .tl-text .tl-time { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--muted); }
.tl-step.s1 .tl-dot { animation: tldot 4.2s ease-in-out 0s   infinite; }
.tl-step.s2 .tl-dot { animation: tldot 4.2s ease-in-out 1.2s infinite; }
.tl-step.s3 .tl-dot { animation: tldot 4.2s ease-in-out 2.4s infinite; }
@keyframes tldot {
  0%, 30%, 100% { background: var(--surface-2); border-color: var(--border-strong); box-shadow: 0 0 0 0 rgba(0,194,212,0); }
  10%, 22% { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 6px rgba(0, 194, 212, 0.18); }
}

/* mini map */
.mini-map {
  height: 140px;
  background-color: var(--map-bg);
  background-image: radial-gradient(var(--dotgrid-color) 1px, transparent 1px);
  background-size: 12px 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}
.mini-map .mp {
  position: absolute;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(0,194,212,0.5);
  animation: ping 2s ease-out infinite;
}

/* drivers list */
.drivers { display: flex; flex-direction: column; gap: 12px; margin-top: 12px; }
.driver {
  display: flex; align-items: center; gap: 12px;
  padding: 12px;
  background: var(--inset-tint);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.driver .meta { flex: 1; min-width: 0; }
.driver .nm { font-size: 13.5px; font-weight: 500; }
.driver .rt { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); }

/* invoice */
.invoice {
  background: var(--inset-tint);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  margin-top: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
}
.invoice .ih { display: flex; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px dashed var(--border); margin-bottom: 10px; color: var(--muted); }
.invoice .il { display: flex; justify-content: space-between; padding: 5px 0; }
.invoice .il span:last-child { color: var(--text); }
.invoice .itot { display: flex; justify-content: space-between; margin-top: 10px; padding-top: 10px; border-top: 1px dashed var(--border); color: var(--accent); font-weight: 600; }

/* chart */
.chart-wrap { height: 130px; margin-top: 10px; position: relative; }
.chart-stats { display: flex; gap: 24px; margin-top: 14px; }
.chart-stats .cs { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--muted); }
.chart-stats .cs span:last-child { color: var(--text); font-weight: 600; margin-left: 6px; }
.chart-stats .cs .up { color: var(--success); }

/* ============ HOW IT WORKS ============ */
section.how { background: var(--bg-deep); }
section.how .blob.b1 { width: 500px; height: 500px; background: var(--neb-2); top: 10%; left: -8%; opacity: 0.30; }
section.how .blob.b2 { width: 480px; height: 480px; background: var(--neb-1); bottom: -10%; right: -6%; opacity: 0.24; animation-delay: -5s; }

.steps-wrap { position: relative; }
.connector {
  position: absolute;
  top: 64px;
  left: 14%; right: 14%;
  height: 2px;
  pointer-events: none;
  z-index: 1;
}
.connector svg { width: 100%; height: 100%; display: block; overflow: visible; }
.connector path {
  stroke: var(--accent);
  stroke-width: 1.5;
  stroke-dasharray: 6 8;
  fill: none;
  stroke-dashoffset: 1200;
  opacity: 0.55;
  transition: stroke-dashoffset 2.4s ease-out;
}
.connector.in path { stroke-dashoffset: 0; }

.steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  position: relative; z-index: 2;
}
.step {
  position: relative;
  text-align: left;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity .8s ease, transform .8s ease;
}
.step.s-right { transform: translateX(40px); }
.step.s-up { transform: translateY(40px); }
.step.in { opacity: 1; transform: translate(0, 0); }
.step .ghost {
  position: absolute;
  top: -50px; left: -10px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: 150px;
  color: rgba(0, 194, 212, 0.08);
  letter-spacing: -0.05em;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}
.step .step-icon {
  width: 58px; height: 58px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  position: relative; z-index: 1;
  margin-bottom: 22px;
  box-shadow: 0 0 28px rgba(0,194,212,0.18);
}
.step h3 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
  position: relative; z-index: 1;
}
.step p { color: var(--muted); font-size: 15px; line-height: 1.6; position: relative; z-index: 1; }

/* ============ TESTIMONIALS ============ */
section.testi .blob.b1 { width: 540px; height: 540px; background: var(--neb-1); top: 20%; left: -10%; opacity: 0.26; }
section.testi .blob.b2 { width: 440px; height: 440px; background: var(--neb-2); bottom: -10%; right: -6%; opacity: 0.24; animation-delay: -3s; }

.testi-track-wrap {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.testi-track-wrap:active { cursor: grabbing; }
.testi-track {
  display: flex;
  gap: 24px;
  width: max-content;
  will-change: transform;
}
.testi-card {
  width: 380px;
  flex-shrink: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 36px 28px 24px;
  position: relative;
  overflow: hidden;
  transition: border-color .3s, transform .3s;
}
.testi-card:hover { border-color: var(--border-strong); box-shadow: 0 0 20px var(--accent-glow); }
.testi-card .qmark {
  position: absolute;
  top: -28px; left: 16px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: 170px;
  color: rgba(0, 194, 212, 0.08);
  line-height: 1;
  pointer-events: none;
}
.testi-card p {
  position: relative; z-index: 1;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-on-card);
  margin-bottom: 26px;
}
.testi-foot {
  display: flex; align-items: center; gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  position: relative; z-index: 1;
}
.testi-foot .nm { font-weight: 600; font-size: 14.5px; }
.testi-foot .role { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--muted); margin-top: 2px; }

/* ============ VERSIONS PAGE ============ */
.versions-hero {
  min-height: 340px;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
}
.versions-hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; margin: 16px 0 12px;  min-height: 80px;}
.versions-hero .sub { color: var(--text-l2); max-width: 520px; margin-bottom: 24px; }
.breadcrumb-nav { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.breadcrumb-nav a { color: var(--muted); }
.breadcrumb-nav a:hover { color: var(--accent); }
.breadcrumb-nav span:last-child { color: var(--text-l2); }

.comp-section { padding: 100px 0; position: relative; overflow: hidden; }
.comp-table { border: 1px solid var(--border); border-radius: var(--radius-card); overflow: hidden; }
.comp-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  border-bottom: 1px solid var(--border);
}
.comp-row:last-child { border-bottom: none; }
.comp-cell {
  padding: 14px 20px;
  font-size: 14px;
  color: var(--text-on-card);
  display: flex;
  align-items: center;
  border-right: 1px solid var(--border);
}
.comp-cell:last-child { border-right: none; }
.comp-header { background: var(--surface-2); }
.comp-header .comp-cell { font-weight: 700; font-size: 15px; color: var(--text); justify-content: center; }
.comp-header .comp-label-col { justify-content: flex-start; }
.comp-category .comp-cell {
  background: var(--bg-elevated);
  color: var(--accent);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  grid-column: 1 / -1;
}
.comp-plan-col { justify-content: center; }
.comp-plan-featured { background: rgba(12, 159, 214, 0.05); }
.comp-check { color: var(--accent); font-weight: 700; font-size: 17px; }
.comp-dash  { color: var(--muted); font-size: 18px; }
.comp-row:not(.comp-header):not(.comp-category):hover { background: var(--surface); }
@media (max-width: 680px) {
  .comp-row { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .comp-cell { padding: 12px 10px; font-size: 12px; }
}

/* ============ CLIENTS ============ */
section.clients {
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
section.clients .blob.b1 {
  width: 500px; height: 500px;
  background: var(--neb-1);
  top: -10%; left: -8%; opacity: 0.18;
}
section.clients .blob.b2 {
  width: 420px; height: 420px;
  background: var(--neb-2);
  bottom: -10%; right: -6%; opacity: 0.14;
  animation-delay: -5s;
}

.clients-track-wrap {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}

.clients-track {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 24px 0;
  width: max-content;
  will-change: transform;
}

.client-logo {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.client-logo:hover {
  border-color: var(--border-strong);
  transform: scale(1.08);
  box-shadow: 0 0 20px var(--accent-glow);
}
.client-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============ PRICING ============ */
section.price { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%); }
section.price .blob.b1 { width: 540px; height: 540px; background: var(--neb-2); top: 25%; left: 18%; opacity: 0.30; }
section.price .blob.b2 { width: 480px; height: 480px; background: var(--neb-1); top: 35%; right: 18%; opacity: 0.24; animation-delay: -4s; }

.plans {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  transition: filter .3s;
}
.plan {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 38px 30px;
  display: flex; flex-direction: column;
  position: relative;
  transition: border-color .3s, opacity .3s, transform .3s, box-shadow .3s;
}
.plans:hover .plan:hover { opacity: 1; border-color: var(--border-strong); box-shadow: 0 18px 50px -14px rgba(0,194,212,0.25); }
.plan:hover { border-color: var(--border-strong); }

.plan.featured {
  transform: scale(1.04);
  z-index: 2;
  background: linear-gradient(180deg, var(--surface) 0%, var(--plan-grad-end) 100%);
  border: 2px solid var(--primary);
  box-shadow: 0 20px 50px -18px rgba(4, 109, 174, 0.45), 0 0 0 6px rgba(4, 109, 174, 0.06);
}
.plans:hover .plan.featured { opacity: 1; }
.plans:hover .plan.premium { opacity: 1; }
.plans:has(.plan.premium:hover) .plan:not(.premium) { opacity: 0.35; transition: opacity 0.3s ease, transform 0.3s ease; }
.plan.premium:hover,
.plans:hover .plan.premium:hover { transform: scale(1.05); border-color: rgba(212,168,57,0.85) !important; box-shadow: 0 28px 70px -16px rgba(212,168,57,0.5), 0 0 0 8px rgba(212,168,57,0.08); }
.plan-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: white;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(0,194,212,0.4);
  z-index: 3;
}
/* Premium (Pro) plan — gold touch */
.plan.premium {
  border: 2px solid rgba(212, 168, 57, 0.55);
  box-shadow: 0 20px 50px -18px rgba(212, 168, 57, 0.30), 0 0 0 6px rgba(212, 168, 57, 0.06);
}
.plan.premium:hover {
  border-color: rgba(212, 168, 57, 0.85);
  box-shadow: 0 24px 60px -16px rgba(212, 168, 57, 0.45), 0 0 0 6px rgba(212, 168, 57, 0.10);
}
.plan.premium h3 { color: #d4a839; }
.plan.premium li::before {
  background-color: rgba(212, 168, 57, 0.14);
  border-color: rgba(212, 168, 57, 0.50);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'><path d='M2 5l2 2 4-4' stroke='%23d4a839' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.premium-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #b8882a, #f0c84a, #b8882a);
  color: #1a1000;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 4px 18px rgba(212, 168, 57, 0.55);
  z-index: 3;
  white-space: nowrap;
}

.plan h3 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.plan .ptag { color: var(--muted); font-size: 13.5px; margin-bottom: 24px; }
.plan .price-num {
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: 52px;
  letter-spacing: -0.04em;
  line-height: 1;
}
.plan .price-suffix {
  font-family: 'JetBrains Mono', monospace;
  color: var(--muted);
  font-size: 14px;
  margin-left: 4px;
}
.plan ul {
  list-style: none;
  margin: 28px 0;
  flex: 1;
  display: flex; flex-direction: column; gap: 12px;
}
.plan li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14.5px;
  color: var(--text-card-list);
}
.plan li::before {
  content: '';
  width: 16px; height: 16px;
  border-radius: 50%;
  background-color: rgba(34,197,94,0.14);
  border: 1px solid rgba(34,197,94,0.42);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'><path d='M2 5l2 2 4-4' stroke='%2322c55e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.plan .plan-cta { width: 100%; justify-content: center; }

/* ============ CONTACT ============ */
section.contact .blob.b1 { width: 540px; height: 540px; background: var(--neb-2); top: 10%; left: -8%; opacity: 0.28; }
section.contact .blob.b2 { width: 480px; height: 480px; background: var(--neb-1); bottom: -10%; right: -6%; opacity: 0.22; animation-delay: -4s; }

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: stretch;
}
.contact-info {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 38px 32px;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.contact-info h3 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}
.contact-info > p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.contact-channels { display: flex; flex-direction: column; gap: 18px; margin-bottom: 28px; position: relative; z-index: 1; }
.ch { display: flex; align-items: flex-start; gap: 14px; }
.ch .ch-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  border-radius: 10px;
  background: rgba(0, 194, 212, 0.08);
  border: 1px solid var(--border-strong);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
}
.ch .ch-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-bottom: 3px;
}
.ch .ch-value { font-size: 14.5px; font-weight: 500; color: var(--text); line-height: 1.4; }
.ch .ch-value.mono { font-family: 'JetBrains Mono', monospace; font-size: 13.5px; }
.ch a.ch-value { transition: color .2s; }
.ch a.ch-value:hover { color: var(--accent); }
.contact-hours {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px dashed var(--border);
  display: flex; align-items: center; gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--muted);
  position: relative; z-index: 1;
}
.contact-hours .ch-pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 8px var(--success);
  animation: pulse 1.8s ease-in-out infinite;
}
.contact-hours strong { color: var(--text); font-weight: 600; }

/* Contact Form */
.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 38px 32px;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; position: relative; z-index: 1; }
.form-field { display: flex; flex-direction: column; position: relative; z-index: 1; margin-bottom: 14px; }
.form-field label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-bottom: 8px;
}
.form-field label .req { color: var(--accent); margin-left: 4px; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: var(--inset-tint);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--text);
  font-family: 'Urbanist', sans-serif;
  font-size: 14.5px;
  line-height: 1.4;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
  outline: none;
}
.form-field textarea { resize: vertical; min-height: 110px; }
.form-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1l5 5 5-5' stroke='%237fa8c9' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  background-color: var(--inset-tint);
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--muted); opacity: 0.7; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
  background: var(--surface);
}
.form-field.invalid input,
.form-field.invalid select,
.form-field.invalid textarea {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}
.form-field .err {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #ef4444;
  margin-top: 6px;
  min-height: 14px;
}
.form-actions {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  position: relative; z-index: 1;
  margin-top: 6px;
}
.form-actions .hint {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  color: var(--muted);
}
.alert-msg {
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 18px;
  font-size: 14px;
  position: relative; z-index: 1;
}
.alert-msg.success { background: rgba(34,197,94,0.10); border: 1px solid rgba(34,197,94,0.3); color: #16803c; }
.alert-msg.error { background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.28); color: #b91c1c; }

/* ============ FINAL CTA ============ */
section.cta-final {
  text-align: center;
  padding: 120px 0 48px;
}
section.cta-final .blob.b1 {
  width: 800px; height: 500px;
  background: var(--neb-1);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.35;
  animation: breathe 14s ease-in-out infinite alternate;
}
section.cta-final .blob.b2 {
  width: 600px; height: 400px;
  background: var(--neb-2);
  top: 40%; left: 35%;
  opacity: 0.30;
  animation-delay: -5s;
}
.cta-final h2 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5.2vw, 72px);
  letter-spacing: -0.035em;
  line-height: 1.04;
  position: relative; z-index: 2;
}
.cta-final h2 .hl { color: var(--accent); }
.cta-final p { color: var(--muted); font-size: 18px; margin: 22px auto 40px; max-width: 540px; position: relative; z-index: 2; line-height: 1.6; }
.cta-final .cta-row { justify-content: center; position: relative; z-index: 2; opacity: 1; animation: none; }

/* floating particles */
.particles { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.hero-particles { position: absolute; inset: 0; pointer-events: none; z-index: 2; overflow: hidden; }
.hero-particles span {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.75);
  box-shadow: 0 0 6px rgba(255,255,255,0.4);
  will-change: left, top, opacity;
}
.particles span {
  position: absolute;
  width: 4px; height: 4px;
  background: var(--particle-color);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--particle-color);
  bottom: -10px;
  opacity: 0;
  animation: rise 12s linear infinite;
}
@keyframes rise {
  0% { transform: translateY(0) translateX(0); opacity: 0; }
  10% { opacity: 0.8; }
  90% { opacity: 0.4; }
  100% { transform: translateY(-120vh) translateX(40px); opacity: 0; }
}

/* ============ FOOTER ============ */
footer {
  background: var(--footer-bg);
  background-image: url('/assets/img/footer.jpeg');
  background-size: cover;
  background-position: center bottom;
  border-top: none;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
/* Subtle overlay — the image is already dark, just a light tint is enough */
footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 22, 0.45);
  z-index: 0;
}
footer > * { position: relative; z-index: 1; }
/* Force white text over the dark photo background */
footer .foot-col h4,
footer .foot-col li,
footer .foot-col li a,
footer .foot-col .tagline,
footer .foot-col .arabic,
footer .foot-bottom {
  color: rgba(255,255,255,0.75) !important;
}
footer .foot-col h4 { color: rgba(255,255,255,0.45) !important; }
footer .foot-col li a:hover { color: var(--accent) !important; }
footer .foot-bottom { border-top-color: rgba(255,255,255,0.10) !important; }
footer .wordmark { color: #fff !important; }
footer .foot-col .arabic { color: var(--accent) !important; opacity: 1 !important; }
footer .blob {
  width: 600px; height: 300px;
  background: var(--neb-1);
  top: -20%; left: -10%;
  opacity: 0.15;
  filter: blur(120px);
}
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; position: relative; z-index: 2; }
.foot-col-links-2 { padding-top: 28px; }
.foot-col h4 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  font-weight: 500;
}
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.foot-col li a, .foot-col li {
  color: var(--text-foot);
  font-size: 14px;
  transition: color .2s;
}
.foot-col li a:hover { color: var(--accent); }
.foot-col .arabic {
  font-size: 22px;
  color: var(--accent);
  margin-top: 8px;
  letter-spacing: 0.04em;
  opacity: 0.85;
}
.foot-col .tagline {
  color: var(--muted);
  font-size: 14px;
  max-width: 280px;
  margin-top: 12px;
  line-height: 1.6;
}
.foot-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--muted);
  position: relative; z-index: 2;
}

/* ============ LIGHT-MODE OVERRIDES ============ */
[data-theme="light"] .stats { background: var(--bg-elevated); }
[data-theme="light"] .stars { display: none; }
[data-theme="light"] .blob { mix-blend-mode: multiply; opacity: 0.55 !important; filter: blur(120px); }
[data-theme="light"] .btn-demo { animation: none; box-shadow: none; }
[data-theme="light"] .btn-demo:hover { background: rgba(4,109,174,0.05); }
[data-theme="light"] .pill { background: rgba(4, 109, 174, 0.04); box-shadow: none; }
[data-theme="light"] .pill .pdot { box-shadow: 0 0 6px var(--accent); }
[data-theme="light"] .wordmark .neb-icon { box-shadow: 0 0 8px var(--accent), 0 0 0 4px rgba(0,152,170,0.12); }
[data-theme="light"] .b-transit { background: rgba(4, 109, 174, 0.08); color: var(--primary); border-color: rgba(4, 109, 174, 0.32); }
[data-theme="light"] .b-livre   { background: rgba(34, 197, 94, 0.10); color: #16803c; border-color: rgba(34, 197, 94, 0.32); }
[data-theme="light"] .b-attente { background: rgba(245, 158, 11, 0.10); color: #a35c00; border-color: rgba(245, 158, 11, 0.32); }
[data-theme="light"] .chart-wrap svg path[stroke] { stroke: var(--primary); }
[data-theme="light"] .chart-wrap svg circle { fill: var(--primary); }
[data-theme="light"] .step .step-icon { box-shadow: 0 0 24px rgba(4, 109, 174, 0.12); }
[data-theme="light"] .card:hover .card-icon { box-shadow: 0 0 22px rgba(4, 109, 174, 0.28); }
[data-theme="light"] .dash-bar { border-bottom-color: var(--border); }
[data-theme="light"] .metric.cyan .num { color: var(--primary); }
[data-theme="light"] .card:hover { border-color: var(--border-strong); }
[data-theme="light"] ::selection { background: rgba(4, 109, 174, 0.25); color: var(--text); }
[data-theme="light"] footer { border-top: none; }
[data-theme="light"] footer .blob { opacity: 0.08 !important; }
[data-theme="light"] .avatar { color: white; }
[data-theme="light"] .nav-links a:hover { color: var(--primary); }

/* ============ NAV ACTIVE LINK ============ */
.nav-links a.active { color: var(--accent); font-weight: 700; }
nav.topbar:not(.scrolled) .nav-links a.active { color: #ffffff; }

/* ============ SCROLL TO TOP ============ */
#scroll-top {
  position: fixed;
  bottom: 100px; right: 32px;
  width: 44px; height: 44px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 998;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  pointer-events: none;
}
#scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#scroll-top:hover {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 16px var(--accent-glow);
}
#scroll-top svg { width: 18px; height: 18px; stroke: var(--text); transition: stroke 0.2s ease; }
#scroll-top:hover svg { stroke: #fff; }

/* ============ WHATSAPP FLOAT ============ */
.whatsapp-float {
  position: fixed;
  width: 56px; height: 56px;
  bottom: 32px; right: 32px;
  background-color: #25d366;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 12px rgba(37,211,102,0.35);
  z-index: 999;
  transition: all 0.3s ease;
  animation: waPulse 2.5s infinite;
}
.whatsapp-float:hover { background-color: #128c7e; transform: scale(1.1); box-shadow: 0 8px 25px rgba(37,211,102,0.4); animation: none; }
@keyframes waPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
.whatsapp-button {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; color: white; border-radius: 50%;
}
.whatsapp-button svg { width: 28px; height: 28px; }

/* ============ ABOUT SECTION ============ */
[data-about="img"] {
  opacity: 0;
  transform: translateX(-48px);
  transition: opacity 1.1s cubic-bezier(.2,.7,.2,1), transform 1.1s cubic-bezier(.2,.7,.2,1);
}
[data-about="text"] {
  opacity: 0;
  transform: translateX(48px);
  transition: opacity 1.1s cubic-bezier(.2,.7,.2,1) 0.25s, transform 1.1s cubic-bezier(.2,.7,.2,1) 0.25s;
}
[data-about="img"].in,
[data-about="text"].in {
  opacity: 1;
  transform: translateX(0);
}
[data-about-check] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
[data-about-check].in {
  opacity: 1;
  transform: translateY(0);
}
.about-sec {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-img-col { position: relative; }
.about-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: visible;
}
.about-img {
  width: 100%;
  border-radius: 24px;
  display: block;
  box-shadow: 0 32px 80px -20px rgba(0,0,0,0.18), 0 0 0 1px var(--border);
  object-fit: cover;
  aspect-ratio: 4/3;
}
.about-badge {
  position: absolute;
  bottom: -20px;
  right: -24px;
  background: var(--card);
  border: 1px solid var(--border-strong);
  border-radius: 16px;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 12px 40px -8px rgba(0,0,0,0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.about-badge-num {
  font-family: 'Urbanist', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
  letter-spacing: -0.03em;
}
.about-badge-num span { color: var(--accent); }
.about-badge-lbl {
  font-size: 11.5px;
  color: var(--muted);
  font-family: 'JetBrains Mono', monospace;
  margin-top: 3px;
  white-space: nowrap;
}
.about-content { padding-left: 8px; }
.about-content .section-eyebrow { margin-bottom: 16px; }
.about-content h2 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 24px;
}
.about-content p {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.72;
  margin-bottom: 14px;
}
.about-content p strong { color: var(--text); font-weight: 600; }
.about-checks {
  list-style: none;
  margin: 28px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--text);
  font-weight: 500;
}
.about-check-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; order: 2; }
  .lang-switcher { order: 1; }
  .mobile-menu { display: block; }
  .nav-right .btn-demo { display: none; }
  .hero { padding: 130px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .bento { grid-template-columns: 1fr; grid-template-rows: auto; }
  .b-wide-1, .b-square-1, .b-tall, .b-square-2, .b-wide-2 { grid-column: span 1; grid-row: auto; }
  .steps { grid-template-columns: 1fr; gap: 80px; }
  .connector { display: none; }
  .plans { grid-template-columns: 1fr; }
  .plan.featured { transform: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-badge { right: 12px; bottom: -16px; }
  .about-content { padding-left: 0; }
  .form-row { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 40px; }
  .foot-bottom { flex-direction: column; gap: 12px; }
  .container { padding: 0 20px; }
}

/* ============ HERO — PHOTO BACKGROUND VARIANT ============ */
.hero-photo-bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
/* Dark overlay so text stays readable over the photo */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(4, 12, 28, 0.72) 0%,
    rgba(4, 20, 48, 0.60) 50%,
    rgba(4, 15, 35, 0.50) 100%
  );
  z-index: 1;
}
/* Force white text in photo hero regardless of data-theme */
.hero-photo-bg .pill {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: #f0f6ff;
  box-shadow: none;
}
.hero-photo-bg .pill .pdot {
  box-shadow: 0 0 10px var(--accent);
}
.hero-photo-bg h1 { color: #f0f6ff; }
.hero-photo-bg h1 .l2 { color: #b8d4f0; }
.hero-photo-bg h1 .rh-cursor { background: var(--accent); box-shadow: 0 0 12px var(--accent); }
.hero-photo-bg .sub { color: #a8c8e0; }
.hero-photo-bg .trust { color: #90b8d4; }
.hero-photo-bg .trust span::before { color: var(--accent); }
.hero-photo-bg .btn-ghost-cyan {
  border-color: rgba(0, 194, 212, 0.55);
  color: #0c9fd6;
}
.hero-photo-bg .btn-ghost-cyan:hover {
  background: rgba(0, 194, 212, 0.10);
  border-color: var(--accent);
}

/* App screenshot container */
.hero-app-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 40px 100px -20px rgba(0, 0, 0, 0.70),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  animation: float 5s ease-in-out infinite;
  position: relative;
  margin-top: -40px;
  margin-bottom: -40px;
}
.hero-app-img::before {
  content: '';
  position: absolute;
  inset: -60px -40px;
  background: radial-gradient(ellipse at center, rgba(4, 109, 174, 0.35), transparent 60%);
  z-index: -1;
  filter: blur(50px);
}
.hero-app-img img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
@media (max-width: 980px) {
  .hero-app-img { display: none; }
}

/* ================================================================
   Language Switcher
================================================================ */
.lang-switcher {
  position: relative;
  margin-right: 8px;
}
.lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 12px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius-btn);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: .05em;
  cursor: pointer;
  transition: color .2s, border-color .2s, background .2s;
  white-space: nowrap;
}
.lang-btn:hover,
.lang-btn.open {
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(12,159,214,0.08);
}
.lang-btn .chevron {
  transition: transform .2s;
  opacity: .5;
}
.lang-btn.open .chevron { transform: rotate(180deg); opacity: .8; }

.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 140px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .15s ease, transform .15s ease;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35), 0 0 0 1px var(--border);
  z-index: 300;
}
.lang-dropdown.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.lang-dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  transition: background .15s, color .15s;
  gap: 12px;
}
.lang-dropdown a:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.lang-dropdown a:hover {
  background: rgba(12,159,214,0.10);
  color: var(--accent);
}
.lang-dropdown a.active {
  color: var(--accent);
  background: rgba(12,159,214,0.12);
  font-weight: 700;
}
.lang-code {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  opacity: .55;
  font-family: 'JetBrains Mono', monospace;
}

/* ================================================================
   RTL Overrides (Arabic)
================================================================ */
[dir="rtl"] body {
  font-family: 'Noto Kufi Arabic', 'Urbanist', system-ui, sans-serif;
}
[dir="rtl"] .nav-links {
  flex-direction: row-reverse;
}
[dir="rtl"] .lang-dropdown {
  right: auto;
  left: 0;
}
[dir="rtl"] .mobile-menu-inner { direction: rtl; }
[dir="rtl"] .mobile-menu-inner a:hover { padding-left: 12px; padding-right: 18px; }
[dir="rtl"] .nav-inner {
  flex-direction: row-reverse;
}
[dir="rtl"] .nav-right {
  flex-direction: row-reverse;
}
[dir="rtl"] .hero-grid {
  direction: rtl;
}
[dir="rtl"] .section-head {
  text-align: right;
}
[dir="rtl"] .about-grid {
  direction: rtl;
}
[dir="rtl"] .about-content {
  padding-left: 0;
  padding-right: 8px;
}
[dir="rtl"] [data-about="img"] {
  transform: translateX(48px);
}
[dir="rtl"] [data-about="text"] {
  transform: translateX(-48px);
}
[dir="rtl"] [data-about="img"].in,
[dir="rtl"] [data-about="text"].in {
  transform: translateX(0);
}
[dir="rtl"] .foot-grid {
  direction: rtl;
}
[dir="rtl"] .foot-col ul {
  text-align: right;
}
[dir="rtl"] .plan-badge {
  left: auto;
  right: 20px;
}
[dir="rtl"] .comp-label-col {
  text-align: right;
}
[dir="rtl"] .contact-grid {
  direction: rtl;
}
[dir="rtl"] .steps {
  direction: rtl;
}
[dir="rtl"] .feat-grid {
  direction: rtl;
}
[dir="rtl"] .trust {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
[dir="rtl"] .cta-row {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
[dir="rtl"] .cta-final .cta-row {
  justify-content: center;
}
[dir="rtl"] .about-checks {
  direction: rtl;
}
[dir="rtl"] .clients-track-wrap { direction: ltr; }
[dir="rtl"] .testi-track-wrap  { direction: ltr; }

/* ============ FOR WHO ============ */
.for-who {
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}
.for-who .blob.b1 { width: 540px; height: 540px; background: var(--neb-1); top: 10%; left: -10%; opacity: 0.28; }
.for-who .blob.b2 { width: 480px; height: 480px; background: var(--neb-2); top: 40%; right: -8%; opacity: 0.22; animation-delay: -6s; }
.for-who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.for-who-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.for-who-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}
.for-who-icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(12,159,214,0.10);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--accent);
  margin-bottom: 4px;
}
.for-who-label {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
}
.for-who-size {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--accent);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.04em;
}
.for-who-desc {
  font-size: 14.5px;
  color: var(--text-on-card);
  line-height: 1.65;
  flex: 1;
}
.for-who-pain {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 5px 10px;
  margin-top: 4px;
  width: fit-content;
}
.for-who-pain svg { flex-shrink: 0; color: #ef4444; }
@media (max-width: 860px) {
  .for-who-grid { grid-template-columns: 1fr; }
}
@media (min-width: 600px) and (max-width: 860px) {
  .for-who-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============ WHY SADIM ============ */
.why-sadim {
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}
.why-sadim .blob.b1 { width: 560px; height: 560px; background: var(--neb-2); top: 15%; left: 15%; opacity: 0.28; }
.why-sadim .blob.b2 { width: 480px; height: 480px; background: var(--neb-1); bottom: 5%; right: -5%; opacity: 0.22; animation-delay: -4s; }
.why-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.why-pillar {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 28px 24px;
  transition: border-color .3s, box-shadow .3s;
}
.why-pillar:hover { border-color: var(--accent); box-shadow: var(--shadow-card-hover); }
.why-pillar-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  opacity: 0.7;
}
.why-pillar h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}
.why-pillar p {
  font-size: 13.5px;
  color: var(--text-on-card);
  line-height: 1.6;
}
.why-table-wrap {
  margin-top: 56px;
}
.why-table-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
  margin-bottom: 20px;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.04em;
}
.why-table-scroll {
  overflow-x: auto;
  border-radius: var(--radius-card);
  border: 1px solid var(--border);
}
.why-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 560px;
}
.why-table thead {
  background: var(--surface-2);
}
.why-table th {
  padding: 14px 20px;
  text-align: left;
  font-weight: 600;
  color: var(--text-l2);
  font-size: 13px;
  border-bottom: 1px solid var(--border);
}
.why-table th.col-sadim {
  color: var(--accent);
}
.why-table td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  color: var(--text-on-card);
}
.why-table tr:last-child td { border-bottom: none; }
.why-table td.col-sadim { background: rgba(12,159,214,0.04); }
.why-table tr:hover td { background: rgba(12,159,214,0.03); }
.why-table tr:hover td.col-sadim { background: rgba(12,159,214,0.07); }
.tbl-yes { color: var(--accent); display: inline-flex; align-items: center; }
.tbl-no  { color: #ef4444; display: inline-flex; align-items: center; opacity: 0.7; }
.tbl-partial {
  font-size: 12px;
  color: var(--warning);
  font-family: 'JetBrains Mono', monospace;
}
@media (max-width: 860px) {
  .why-pillars { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .why-pillars { grid-template-columns: 1fr; }
}

/* ============ FAQ ============ */
.faq-sec {
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}
.faq-sec .blob.b1 { width: 480px; height: 480px; background: var(--neb-1); top: 20%; left: -8%; opacity: 0.26; }
.faq-sec .blob.b2 { width: 420px; height: 420px; background: var(--neb-2); bottom: -10%; right: -6%; opacity: 0.22; animation-delay: -3s; }
.faq-list {
  max-width: 760px;
  margin: 52px auto 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
}
.faq-item {
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  transition: background .2s, color .2s;
}
.faq-q:hover { background: rgba(12,159,214,0.04); }
.faq-item.open .faq-q { color: var(--accent); background: rgba(12,159,214,0.05); }
.faq-icon { flex-shrink: 0; color: var(--muted); }
.faq-icon-plus  { display: block; }
.faq-icon-minus { display: none; }
.faq-item.open .faq-icon-plus  { display: none; }
.faq-item.open .faq-icon-minus { display: block; color: var(--accent); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 28px;
}
.faq-item.open .faq-a {
  max-height: 300px;
  padding: 10px 28px 22px;
}
.faq-a p {
  font-size: 14.5px;
  color: var(--text-on-card);
  line-height: 1.7;
}

/* ============ TESTIMONIAL RESULT TAG ============ */
.testi-result {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  font-weight: 700;
  font-family: 'JetBrains Mono', monospace;
  color: var(--accent);
  background: rgba(12,159,214,0.10);
  border: 1px solid rgba(12,159,214,0.20);
  border-radius: 6px;
  padding: 4px 10px;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

/* RTL support for new sections */
[dir="rtl"] .for-who-grid { direction: rtl; }
[dir="rtl"] .why-pillars  { direction: rtl; }
[dir="rtl"] .why-table th,
[dir="rtl"] .why-table td  { text-align: right; }
[dir="rtl"] .faq-q         { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .faq-a p       { text-align: right; }

