/* =====================================================
   VIBORS APP — Marketing Site
   Design tokens extracted from Figma file (Vibors APP.fig)
   ===================================================== */

/* ---------- Guton (display family) ---------- */
@font-face {
  font-family: "Guton";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Guton-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Guton";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Guton-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Guton";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Guton-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Guton";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Guton-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Guton";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Guton-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Guton";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Guton-Black.otf") format("opentype");
}

:root {
  /* Brand — pulled directly from /METADATA.md fill counts */
  --vibors-purple: #4E00FF;       /* primary */
  --vibors-violet: #6B30D9;       /* secondary purple */
  --vibors-violet-soft: #9B6FF4;  /* highlight */
  --vibors-magenta: #D93DBF;      /* accent */
  --vibors-cyan: #00E0FF;         /* signal accent */
  --vibors-blue: #3688EC;         /* info */
  --vibors-green: #1AC97D;        /* success */
  --vibors-online: #1FED8C;       /* online dot */

  /* Surfaces (figma splash background range) */
  --night-0: #0C0320;
  --night-1: #100639;
  --night-2: #1A0357;
  --night-3: #07021C;
  --paper-0: #FFFFFF;
  --paper-1: #F4F4F6;
  --paper-2: #EBECF0;
  --paper-3: #F9FAFC;

  /* Text scale (figma) */
  --text-1: #FFFFFF;
  --text-2: rgba(255,255,255,0.92);
  --text-3: rgba(255,255,255,0.72);
  --text-4: rgba(255,255,255,0.48);
  --ink-1: #0A0C11;     /* heading on light */
  --ink-2: #1F242E;     /* body on light */
  --ink-3: #4E5663;     /* secondary on light */
  --ink-4: #5B616D;
  --ink-5: #8C929C;     /* tertiary */

  --line-light: #EBECF0;
  --line-soft: #F4F4F6;
  --line-dark: rgba(255,255,255,0.08);
  --line-dark-2: rgba(255,255,255,0.14);

  /* Pills + buttons (figma overlays) */
  --pill-grad: linear-gradient(135deg, rgba(107,48,217,0.32) 0%, rgba(217,61,191,0.18) 100%);
  --pill-shadow: 0px 4px 12px rgba(107,48,217,0.55);
  --button-grad: linear-gradient(135deg, #4E00FF 0%, #D93DBF 100%);
  --button-shadow: 0px 10px 32px rgba(107,48,217,0.55), inset 0 1px 0 rgba(255,255,255,0.25);
  --splash-grad: radial-gradient(circle at 50% 50%, #4E00FF 0%, #0C0320 100%);

  /* Type stacks */
  --font-display: "Guton", "Druk Wide", "Anton", "Bebas Neue", system-ui, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-pill: "Readex Pro", "Inter", system-ui, sans-serif;
  --font-arabic-display: "Alexandria", "Readex Pro", system-ui, sans-serif;
  --font-arabic-body: "IBM Plex Sans Arabic", "Readex Pro", system-ui, sans-serif;
  /* legacy alias — kept for backwards compat */
  --font-arabic: var(--font-arabic-body);
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  /* Layout */
  --max-w: 1240px;
  --max-w-wide: 1440px;
  --gutter: clamp(20px, 4vw, 56px);

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ---------- Reset ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
*::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--night-0);
  color: var(--text-1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  line-height: 1.5;
  font-feature-settings: "ss01", "cv11";
  font-weight: 500;
}
body[dir="rtl"] { font-family: var(--font-arabic-body); }
body[dir="rtl"] .display,
body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3,
body[dir="rtl"] h4,
body[dir="rtl"] h5,
body[dir="rtl"] h6 { font-family: var(--font-arabic-display); font-weight: 700; }

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; border: 0; background: none; color: inherit; cursor: pointer; }
ul { list-style: none; }
::selection { background: var(--vibors-magenta); color: white; }

/* ---------- Type system (figma) ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1;
  text-transform: none;
}
.heading-xxl { font-size: clamp(64px, 9vw, 132px); line-height: 0.95; letter-spacing: -0.024em; }
.heading-xl  { font-size: clamp(48px, 6vw, 88px);  line-height: 1.05; letter-spacing: -0.02em; }
.heading-lg  { font-size: clamp(36px, 4.5vw, 60px); line-height: 1.1; letter-spacing: -0.014em; }
.heading-md  { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.15; letter-spacing: -0.018em; }
.heading-sm  { font-size: clamp(22px, 2.4vw, 32px); line-height: 1.2; letter-spacing: -0.01em; }

.eyebrow {
  font-family: var(--font-pill);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-3);
}

.lede {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.55;
  color: var(--text-3);
  max-width: 60ch;
  font-weight: 400;
}

.mono { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-4); }

/* ---------- Layout ---------- */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }
.container-wide { max-width: var(--max-w-wide); margin: 0 auto; padding: 0 var(--gutter); }

section { position: relative; padding: clamp(80px, 9vw, 140px) 0; }

.section-head {
  display: flex; flex-direction: column; gap: 18px;
  margin-bottom: clamp(36px, 5vw, 72px);
  max-width: 880px;
}

/* ---------- Background system: brand grid + V glass ---------- */
.bg-splash {
  position: absolute; inset: 0; z-index: -1;
  background: var(--splash-grad);
  overflow: hidden;
}
.bg-splash::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("/assets/grid-vector-2.svg"), url("/assets/grid-vector.svg");
  background-size: 200% 200%, 220% 220%;
  background-position: center, center;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  opacity: 0.7;
  pointer-events: none;
}
.bg-splash::after {
  content: "";
  position: absolute;
  width: 90%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/assets/logo-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  filter: drop-shadow(0 30px 80px rgba(78,0,255,0.6));
  pointer-events: none;
}

/* ---------- Top Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px var(--gutter);
  backdrop-filter: blur(28px) saturate(180%);
  background: rgba(12,3,32,0.55);
  border-bottom: 1px solid var(--line-dark);
  transition: transform 0.4s var(--ease-out);
}
.nav.hidden { transform: translateY(-110%); }

.nav-logo {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 32px;
  color: white;
}
.nav-logo .logo-mark { width: 28px; height: 32px; flex-shrink: 0; }

.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a {
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-3);
  border-radius: 999px;
  transition: all 0.2s ease;
}
.nav-links a:hover { color: var(--text-1); background: rgba(255,255,255,0.06); }

.nav-actions { display: flex; align-items: center; gap: 10px; }

.lang-toggle {
  display: inline-flex;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  padding: 3px;
  background: rgba(255,255,255,0.03);
}
.lang-toggle button {
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-3);
  border-radius: 999px;
  transition: all 0.2s ease;
}
.lang-toggle button.active {
  background: white;
  color: var(--night-0);
}

@media (max-width: 880px) {
  .nav-links { display: none; }
}

/* ---------- Buttons (figma TypePrimarySize XL) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 0 24px;
  height: 56px;
  border-radius: 16px;
  font-family: var(--font-pill);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), background 0.25s ease;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.btn-primary {
  background: var(--button-grad);
  color: white;
  box-shadow: var(--button-shadow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0px 14px 36px rgba(217,61,191,0.55), inset 0 1px 0 rgba(255,255,255,0.35); }

.btn-ghost {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line-dark-2);
  color: white;
  backdrop-filter: blur(12px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.24); }

.btn-sm { height: 44px; padding: 0 18px; font-size: 13px; border-radius: 14px; }

.btn .arrow { display: inline-flex; transition: transform 0.25s ease; }
.btn:hover .arrow { transform: translateX(4px); }
body[dir="rtl"] .btn .arrow { transform: scaleX(-1); }
body[dir="rtl"] .btn:hover .arrow { transform: translateX(-4px) scaleX(-1); }

/* ---------- Influence Pill (the signature DistP) ---------- */
.influence-pill {
  display: inline-flex; align-items: center; gap: 6px;
  height: 28px;
  padding: 0 12px;
  border-radius: 14px;
  background: var(--pill-grad);
  box-shadow: var(--pill-shadow);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  color: white;
}
.influence-pill .v-mark { width: 14px; height: 16px; }
.influence-pill .num { font-weight: 600; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  position: relative;
  padding: 120px var(--gutter) 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  height: 32px;
  padding: 0 14px;
  border: 1px solid var(--line-dark-2);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  color: var(--text-3);
  width: fit-content;
}
.hero-eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--vibors-online);
  box-shadow: 0 0 10px var(--vibors-online);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

.hero h1 {
  margin: 24px 0 18px;
}
.hero h1 .accent {
  background: linear-gradient(110deg, #fff 10%, var(--vibors-magenta) 60%, var(--vibors-violet-soft) 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.hero p.lede { margin-bottom: 32px; color: var(--text-3); }

.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--line-dark);
  max-width: 540px;
}
.hero-stat .num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1;
  letter-spacing: -0.01em;
}
.hero-stat .lbl {
  font-size: 11px;
  color: var(--text-4);
  margin-top: 6px;
  font-family: var(--font-body);
  letter-spacing: 0.04em;
  font-weight: 500;
  text-transform: uppercase;
}

/* ---------- Phone (figma 440 × 956 → scaled) ---------- */
.phone-stage, .phone-trio {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 2400px;
}
.phone-trio {
  min-height: 660px;
  gap: 0;
}
.phone {
  width: 280px;
  aspect-ratio: 440 / 956;
  border-radius: 44px;
  background: linear-gradient(140deg, #1c1c1e 0%, #2c2c2e 50%, #0a0a0a 100%);
  padding: 6px;
  box-shadow:
    0 30px 80px rgba(78,0,255,0.45),
    0 60px 140px rgba(217,61,191,0.25),
    inset 0 0 0 0.5px rgba(255,255,255,0.18);
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.7s var(--ease-out), box-shadow 0.6s ease;
}
.phone-front {
  z-index: 3;
  transform: translateY(20px);
}
.phone-back {
  position: absolute;
  z-index: 2;
  width: 240px;
  left: 8%;
  top: 8%;
  transform: rotate(-8deg) translateY(40px) scale(0.92);
  opacity: 0.95;
  filter: brightness(0.85);
}
.phone-back-r {
  left: auto;
  right: 4%;
  top: 18%;
  transform: rotate(7deg) translateY(60px) scale(0.88);
  filter: brightness(0.9);
}
.phone-trio:hover .phone-back { opacity: 1; filter: brightness(1); }
.phone-trio:hover .phone-back:first-of-type { transform: rotate(-10deg) translate(-12px, 30px) scale(0.94); }
.phone-trio:hover .phone-back-r { transform: rotate(9deg) translate(12px, 50px) scale(0.9); }
.phone-static { transform: none; }
.phone-screen {
  width: 100%; height: 100%;
  border-radius: 38px;
  overflow: hidden;
  position: relative;
  background: var(--night-0);
}
.phone-notch {
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 28%;
  height: 22px;
  background: #000;
  border-radius: 999px;
  z-index: 8;
}
.phone-glow {
  position: absolute;
  inset: -50px;
  background: radial-gradient(closest-side, rgba(217,61,191,0.45), transparent 70%);
  filter: blur(40px);
  z-index: -1;
  animation: glowPulse 8s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

/* --- App content shared --- */
.phone-app {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  background: linear-gradient(180deg, #0a0420 0%, #0f0530 100%);
  color: white;
  font-family: var(--font-body);
  overflow: hidden;
}
.phone-status {
  display: flex; justify-content: space-between;
  padding: 10px 22px 4px;
  font-size: 10px; font-weight: 600;
  z-index: 4;
}
.phone-status-icons { letter-spacing: 0.05em; opacity: 0.95; }

.phone-top-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 14px 8px;
  gap: 8px;
  z-index: 4;
}
.phone-icon-btn {
  width: 32px; height: 32px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  position: relative;
  flex-shrink: 0;
}
.phone-icon-btn .badge {
  position: absolute; top: -3px; right: -3px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--vibors-magenta);
  font-size: 8px;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.phone-segment {
  flex: 1;
  display: flex;
  background: rgba(255,255,255,0.06);
  border-radius: 999px;
  padding: 3px;
  font-size: 11px;
  font-weight: 600;
}
.phone-segment span {
  flex: 1;
  text-align: center;
  padding: 6px 8px;
  border-radius: 999px;
  color: rgba(255,255,255,0.55);
  transition: all 0.3s ease;
}
.phone-segment span.active {
  background: white;
  color: var(--night-0);
}

.phone-search {
  margin: 6px 14px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center;
  padding: 0 14px;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
}

.phone-chips {
  display: flex; gap: 6px;
  padding: 0 14px 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.phone-chips .chip {
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-size: 10.5px;
  font-weight: 500;
  white-space: nowrap;
  color: rgba(255,255,255,0.7);
}
.phone-chips .chip.active {
  background: var(--vibors-purple);
  color: white;
}

/* MAP */
.phone-map { background: linear-gradient(180deg, #060118 0%, #0d0530 100%); }
.phone-map-canvas {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.map-grid {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(rgba(155,111,244,0.08) 1px, transparent 1px);
  background-size: 18px 18px;
}
.map-bubble {
  position: absolute;
  width: var(--size); height: var(--size);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, var(--c) 0%, transparent 65%);
  filter: blur(2px);
  display: flex; align-items: center; justify-content: center;
  animation: bubblePulse 3s infinite ease-in-out;
}
.map-bubble .km {
  position: absolute;
  bottom: -16px;
  font-size: 9px;
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
}
@keyframes bubblePulse {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

.phone-tabbar {
  display: flex; align-items: center; justify-content: space-around;
  padding: 8px 16px 16px;
  background: linear-gradient(180deg, transparent, rgba(78,0,255,0.5));
  font-size: 14px;
  position: relative;
}
.phone-tabbar > span {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.phone-tabbar > span.active { opacity: 1; background: rgba(255,255,255,0.15); }
.phone-tabbar .dot-avatar {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--button-grad);
}
.phone-tab-fab {
  width: 36px !important; height: 36px !important;
  background: white !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  box-shadow: 0 6px 16px rgba(78,0,255,0.6);
}
.phone-tab-fab svg {
  width: 16px; height: 18px;
  fill: var(--vibors-purple);
}
.phone-tab-fab svg path { fill: var(--vibors-purple); }

/* FEED */
.phone-feed-screen { background: linear-gradient(180deg, #050118 0%, #0a0322 100%); }
.phone-section-h {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 16px 6px;
  font-size: 11px;
}
.phone-eyebrow { color: var(--vibors-online); font-weight: 600; letter-spacing: 0.06em; font-size: 9.5px; }
.dot-live {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--vibors-online);
  box-shadow: 0 0 8px var(--vibors-online);
}
.phone-link { margin-left: auto; color: var(--vibors-violet-soft); font-size: 10.5px; }
.phone-h-strong { font-size: 13px; font-weight: 700; }

.phone-stories {
  display: flex; gap: 8px;
  padding: 0 16px 6px;
  overflow-x: auto;
}
.phone-stories .story {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4E00FF, #D93DBF);
  flex-shrink: 0;
  display: flex; align-items: flex-end; justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: white;
}
.phone-stories .story.add { background: rgba(255,255,255,0.08); border: 1.5px dashed rgba(255,255,255,0.3); align-items: center; }
.phone-stories .story span {
  position: absolute;
  bottom: -14px;
  font-size: 9px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
}
.phone-stories .story.s1 { background: linear-gradient(135deg, #FF7A45, #D93DBF); }
.phone-stories .story.s2 { background: linear-gradient(135deg, #00E0FF, #4E00FF); }
.phone-stories .story.s3 { background: linear-gradient(135deg, #1AC97D, #00E0FF); }
.phone-stories .story.s4 { background: linear-gradient(135deg, #D93DBF, #6B30D9); }

.phone-trending {
  padding: 8px 16px;
}
.trend-card {
  height: 110px;
  border-radius: 14px;
  background:
    radial-gradient(60% 80% at 30% 0%, rgba(78,0,255,0.6), transparent 60%),
    linear-gradient(135deg, #1a0857, #2a0a72);
  position: relative;
  overflow: hidden;
}
.live-pill {
  position: absolute; top: 8px; right: 8px;
  background: #FF1F4F;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.trend-meta {
  position: absolute; bottom: 8px; left: 8px; right: 8px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 10px;
}
.trend-stats { color: rgba(255,255,255,0.7); }

.phone-pill {
  display: inline-flex; align-items: center; gap: 4px;
  height: 22px;
  padding: 0 8px;
  border-radius: 11px;
  background: var(--pill-grad);
  box-shadow: var(--pill-shadow);
  font-size: 10px;
  font-weight: 600;
}
.phone-pill svg { width: 9px; height: 11px; }

.phone-foryou {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px 16px 14px;
}
.fy-card {
  aspect-ratio: 1/1.4;
  border-radius: 14px;
  background:
    radial-gradient(60% 80% at 50% 100%, rgba(217,61,191,0.4), transparent 70%),
    radial-gradient(80% 50% at 50% 0%, rgba(78,0,255,0.5), transparent 70%),
    linear-gradient(180deg, #1a0857, #0a0322);
  position: relative;
  overflow: hidden;
  padding: 8px;
  display: flex; flex-direction: column;
  justify-content: space-between;
}
.fy-card.alt {
  background:
    radial-gradient(60% 80% at 50% 100%, rgba(78,0,255,0.4), transparent 70%),
    linear-gradient(180deg, #240F59, #0a0322);
}
.fy-meta {
  display: flex; align-items: center; gap: 5px;
  font-size: 10px;
}
.dot-online {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--vibors-online);
  box-shadow: 0 0 6px var(--vibors-online);
  display: inline-block;
}
.fy-loc { font-size: 9px; color: rgba(255,255,255,0.7); margin-top: 2px; }
.fy-cap {
  font-size: 9px;
  color: rgba(255,255,255,0.85);
  line-height: 1.35;
  margin-top: 2px;
}

/* POST VIEW */
.phone-post {
  background: linear-gradient(180deg, #14082c 0%, #240F59 50%, #0F052E 100%);
  position: relative;
}
.phone-status.light { color: white; }
.phone-top-row.dark { backdrop-filter: blur(10px); }
.phone-icon-btn.dark { background: rgba(16,6,57,0.5); }
.phone-segment.dark { background: rgba(16,6,57,0.4); }
.phone-segment.dark span { color: rgba(255,255,255,0.6); }
.phone-segment.dark span.active { background: rgba(255,255,255,0.95); color: var(--night-0); }

.phone-progress {
  height: 2px;
  background: rgba(255,255,255,0.2);
  margin: 6px 0;
}
.phone-progress span {
  display: block; height: 100%;
  background: white;
}
.phone-post-canvas {
  flex: 1; position: relative;
  background:
    radial-gradient(60% 60% at 30% 30%, rgba(78,0,255,0.4), transparent 60%),
    radial-gradient(60% 60% at 70% 70%, rgba(217,61,191,0.4), transparent 60%);
}
.distance-pill {
  position: absolute;
  bottom: 100px; left: 16px;
  display: inline-flex; align-items: center; gap: 4px;
  height: 24px;
  padding: 0 10px;
  border-radius: 12px;
  background: var(--pill-grad);
  box-shadow: var(--pill-shadow);
  font-size: 11px;
  font-weight: 600;
  color: white;
}
.distance-pill svg { width: 10px; height: 12px; }
.post-side-actions {
  position: absolute; right: 12px; bottom: 24px;
  display: flex; flex-direction: column; gap: 14px;
  align-items: center;
}
.psa {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  font-size: 11px;
  color: white;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.psa span { font-size: 9px; font-weight: 600; }
.psa-label { font-size: 9px; color: rgba(255,255,255,0.7); }
.post-overlay {
  position: absolute;
  bottom: 24px; left: 16px;
  right: 56px;
}
.post-user {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px;
  font-weight: 700;
  color: white;
}
.post-loc { font-size: 10px; color: rgba(255,255,255,0.8); margin-top: 3px; }
.post-cap { font-size: 11px; color: rgba(255,255,255,0.92); margin-top: 6px; line-height: 1.4; }

/* --- DISCOVERY STAGE --- */
.discovery-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  margin-top: 48px;
  padding: 60px 40px;
  border-radius: 32px;
  border: 1px solid var(--line-dark);
  background:
    radial-gradient(60% 60% at 100% 0%, rgba(217,61,191,0.18), transparent 60%),
    radial-gradient(60% 60% at 0% 100%, rgba(78,0,255,0.22), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
  overflow: hidden;
}
@media (max-width: 880px) {
  .discovery-stage { grid-template-columns: 1fr; }
}
.ds-bg {
  position: absolute; inset: 0;
  background-image: url("/assets/grid-vector-2.svg");
  background-size: 140%;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  opacity: 0.4;
  pointer-events: none;
}
.ds-phone-wrap {
  display: flex; justify-content: center;
  position: relative; z-index: 2;
}
.ds-phone-wrap .phone {
  width: 300px;
  box-shadow: 0 40px 100px rgba(78,0,255,0.5), inset 0 0 0 0.5px rgba(255,255,255,0.18);
}
.ds-cards { display: flex; flex-direction: column; gap: 14px; position: relative; z-index: 2; }
.ds-card {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-dark);
  transition: all 0.3s ease;
}
.ds-card:hover {
  border-color: rgba(217,61,191,0.4);
  background: rgba(217,61,191,0.06);
  transform: translateX(-4px);
}
body[dir="rtl"] .ds-card:hover { transform: translateX(4px); }
.ds-card-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--button-grad);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 22px rgba(107,48,217,0.55);
}
.ds-card strong { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.005em; margin-bottom: 4px; }
.ds-card p { color: var(--text-3); font-size: 13px; line-height: 1.5; }
.ds-toggle {
  width: 36px; height: 22px;
  border-radius: 999px;
  background: var(--button-grad);
  position: relative;
  cursor: pointer;
}
.ds-toggle span {
  position: absolute;
  right: 2px; top: 2px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s ease;
}
.phone-float {
  animation: floatPhone 7s ease-in-out infinite;
}
@keyframes floatPhone {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

/* ============================================================
   MARQUEE (figma "Status, earned not claimed" headline)
   ============================================================ */
.marquee {
  display: flex;
  overflow: hidden;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  padding: 32px 0;
  background: linear-gradient(180deg, rgba(78,0,255,0.18), rgba(78,0,255,0.04));
}
.marquee-track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: marquee 50s linear infinite;
  align-items: center;
}
.marquee-item {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 48px);
  letter-spacing: -0.014em;
  color: var(--text-2);
  display: inline-flex;
  align-items: center;
  gap: 56px;
}
.marquee-item .dot {
  width: 12px; height: 12px;
  background: var(--vibors-magenta);
  border-radius: 50%;
}
.marquee-item.outline {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--text-3);
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   PROBLEM
   ============================================================ */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}
@media (max-width: 760px) { .problem-grid { grid-template-columns: 1fr; } }

.problem-card {
  padding: 32px 28px;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  position: relative;
  overflow: hidden;
}
.problem-card .num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-4);
  letter-spacing: 0.18em;
}
.problem-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  margin-top: 14px;
  letter-spacing: -0.012em;
}
body[dir="rtl"] .problem-card h3 { font-family: var(--font-arabic-display); font-size: 26px; }
.problem-card p { color: var(--text-3); margin-top: 10px; font-size: 14px; line-height: 1.55; }
.problem-card .strike {
  margin-top: 12px;
  text-decoration: line-through;
  text-decoration-color: var(--vibors-magenta);
  text-decoration-thickness: 2px;
  color: var(--text-4);
  font-size: 14px;
  font-weight: 500;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}
@media (max-width: 760px) { .how-grid { grid-template-columns: 1fr; } }

.how-step {
  padding: 36px 32px;
  border-radius: 28px;
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(78,0,255,0.22), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
  border: 1px solid var(--line-dark);
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex; flex-direction: column; gap: 16px;
}
.how-step .step-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 88px;
  line-height: 0.85;
  background: linear-gradient(180deg, white 30%, rgba(255,255,255,0.18));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.how-step h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.005em; }
.how-step p { color: var(--text-3); font-size: 14px; line-height: 1.55; }

/* ============================================================
   INFLUENCE SCORE
   ============================================================ */
.score-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 980px) { .score-showcase { grid-template-columns: 1fr; gap: 48px; } }

.score-meter {
  position: relative;
  aspect-ratio: 1;
  max-width: 460px;
  margin: 0 auto;
}
.score-meter svg { width: 100%; height: 100%; }
.score-meter-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.score-meter-inner .score-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(76px, 11vw, 144px);
  line-height: 0.9;
  letter-spacing: -0.024em;
  background: linear-gradient(180deg, white, var(--vibors-magenta));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.score-meter-inner .score-tier {
  margin-top: 14px;
  font-family: var(--font-pill);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vibors-magenta);
}
.score-meter-inner .score-label {
  margin-top: 8px;
  font-size: 12px;
  color: var(--text-4);
  letter-spacing: 0.02em;
}

.signals-list { display: flex; flex-direction: column; gap: 12px; }
.signal {
  padding: 18px 22px;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}
.signal:hover { border-color: rgba(217,61,191,0.4); background: rgba(217,61,191,0.05); transform: translateX(4px); }
body[dir="rtl"] .signal:hover { transform: translateX(-4px); }
.signal-icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--button-grad);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(107,48,217,0.5);
}
.signal-text { flex: 1; }
.signal-text strong { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.005em; }
.signal-text span { color: var(--text-3); font-size: 13.5px; line-height: 1.5; }

/* ============================================================
   TIERS
   ============================================================ */
.tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 56px;
}
@media (max-width: 880px) { .tiers-grid { grid-template-columns: 1fr; } }

.tier {
  padding: 32px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
  transition: transform 0.4s var(--ease-out), border-color 0.3s ease;
  min-height: 460px;
  display: flex;
  flex-direction: column;
}
.tier:hover { transform: translateY(-6px); border-color: var(--line-dark-2); }
.tier .tier-badge {
  display: inline-flex; align-items: center; gap: 8px;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  font-family: var(--font-pill);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  width: fit-content;
}
.tier-silver .tier-badge { background: rgba(216,216,226,0.1); color: #d8d8e2; border: 1px solid rgba(216,216,226,0.2); }
.tier-gold .tier-badge   { background: rgba(255,213,122,0.1); color: #ffd57a; border: 1px solid rgba(255,213,122,0.25); }
.tier-platinum .tier-badge {
  background: var(--pill-grad);
  color: white;
  border: 1px solid rgba(217,61,191,0.4);
  box-shadow: var(--pill-shadow);
}

.tier h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 44px;
  line-height: 1.0;
  margin: 18px 0 4px;
  letter-spacing: -0.018em;
}
body[dir="rtl"] .tier h3 { font-family: var(--font-arabic-display); font-size: 32px; }
.tier .range {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--text-3);
  letter-spacing: 0.04em;
}
.tier ul { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.tier li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14px;
  color: var(--text-3);
  line-height: 1.5;
}
.tier li::before {
  content: ""; flex-shrink: 0;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--vibors-magenta);
  margin-top: 8px;
}
.tier-platinum {
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(217,61,191,0.22), transparent 60%),
    linear-gradient(180deg, rgba(78,0,255,0.12), rgba(255,255,255,0));
  border-color: rgba(217,61,191,0.28);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  margin-top: 32px;
}
@media (max-width: 880px) { .features-grid { grid-template-columns: 1fr; } }
.feature {
  padding: 32px;
  background: var(--night-0);
  min-height: 200px;
  transition: background 0.3s ease;
}
.feature:hover { background: rgba(78,0,255,0.05); }
.feature-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--button-grad);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(107,48,217,0.4);
}
.feature h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}
.feature p {
  color: var(--text-3);
  font-size: 13.5px;
  line-height: 1.5;
}

/* ============================================================
   AUDIENCE
   ============================================================ */
.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 880px) { .audience-grid { grid-template-columns: 1fr; } }

.audience-card {
  padding: 44px;
  border-radius: 28px;
  background:
    radial-gradient(80% 80% at 100% 0%, rgba(78,0,255,0.22), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
  border: 1px solid var(--line-dark);
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.audience-card.brands {
  background:
    radial-gradient(80% 80% at 100% 0%, rgba(217,61,191,0.22), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
}
.audience-card .icon-glyph {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 88px;
  line-height: 0.85;
  background: linear-gradient(180deg, white, rgba(255,255,255,0.25));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.audience-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.05;
  margin: 22px 0 14px;
  letter-spacing: -0.018em;
}
body[dir="rtl"] .audience-card h3 { font-family: var(--font-arabic-display); font-size: 32px; }
.audience-card > div > p {
  color: var(--text-3);
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.55;
  max-width: 44ch;
}
.audience-card ul { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.audience-card li {
  font-size: 14px;
  color: var(--text-2);
  display: flex; gap: 10px;
  align-items: flex-start;
}
.audience-card li::before {
  content: "→";
  color: var(--vibors-magenta);
  font-weight: 700;
  flex-shrink: 0;
}
body[dir="rtl"] .audience-card li::before { content: "←"; }

/* ============================================================
   TEAM
   ============================================================ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 56px;
}
@media (max-width: 880px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }

.team-member { display: flex; flex-direction: column; gap: 14px; }
.team-photo {
  aspect-ratio: 1;
  border-radius: 20px;
  background:
    radial-gradient(70% 70% at 50% 100%, rgba(217,61,191,0.4), transparent 70%),
    linear-gradient(135deg, rgba(78,0,255,0.5), rgba(12,3,32,0.6));
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 80px;
  color: rgba(255,255,255,0.18);
  padding-bottom: 24px;
}
.team-member h4 { font-size: 15px; font-weight: 600; }
.team-member span { color: var(--text-4); font-size: 12.5px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { display: flex; flex-direction: column; gap: 10px; margin-top: 32px; }
.faq-item {
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
  transition: border-color 0.3s ease, background 0.3s ease;
  overflow: hidden;
}
.faq-item.open { border-color: rgba(217,61,191,0.4); background: rgba(217,61,191,0.04); }
.faq-q {
  width: 100%;
  padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.003em;
}
body[dir="rtl"] .faq-q { text-align: right; }
.faq-q .toggle {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.faq-item.open .faq-q .toggle { transform: rotate(45deg); background: var(--button-grad); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease-out), padding 0.3s ease;
  padding: 0 24px;
  color: var(--text-3);
  font-size: 14px;
  line-height: 1.65;
}
.faq-item.open .faq-a { max-height: 500px; padding: 0 24px 22px; }

/* ============================================================
   FINAL CTA — clone of "Ready? Let's go" splash card
   ============================================================ */
.final-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(80px, 10vw, 140px) var(--gutter);
  background: var(--splash-grad);
}
.final-cta .bg-grid-overlay {
  position: absolute; inset: 0;
  background-image: url("/assets/grid-vector-2.svg");
  background-size: 140% 140%;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  pointer-events: none;
}
.final-cta .bg-v-shape {
  position: absolute; inset: 0;
  background-image: url("/assets/logo-bg.png");
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  pointer-events: none;
  filter: drop-shadow(0 30px 80px rgba(78,0,255,0.5));
}
.final-cta-inner { position: relative; z-index: 2; max-width: 980px; margin: 0 auto; }
.final-cta h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(56px, 11vw, 168px);
  line-height: 0.92;
  letter-spacing: -0.024em;
  margin-bottom: 24px;
}
body[dir="rtl"] .final-cta h2 {
  font-family: var(--font-arabic-display);
  font-size: clamp(40px, 8vw, 100px);
}

.final-cta p {
  font-size: 18px;
  color: var(--text-2);
  margin-bottom: 32px;
  max-width: 540px;
  margin-inline: auto;
  line-height: 1.55;
}
.final-cta .launch-info {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 28px;
  height: 36px;
  padding: 0 16px;
  border: 1px solid var(--line-dark-2);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-2);
  background: rgba(12,3,32,0.5);
  backdrop-filter: blur(10px);
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  border-top: 1px solid var(--line-dark);
  padding: 56px var(--gutter) 28px;
  background: var(--night-0);
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 760px) { .footer-inner { grid-template-columns: 1fr 1fr; } }

.footer-brand p {
  color: var(--text-4);
  font-size: 13px;
  margin-top: 14px;
  max-width: 280px;
  line-height: 1.6;
}
.footer-brand .domain-chip {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 16px;
  height: 32px;
  padding: 0 14px;
  border: 1px solid var(--line-dark-2);
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: var(--text-2);
}

.footer-col h5 {
  font-family: var(--font-pill);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-4);
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  font-size: 13.5px;
  color: var(--text-3);
  transition: color 0.2s ease;
}
.footer-col a:hover { color: var(--text-1); }

.footer-bottom {
  max-width: var(--max-w);
  margin: 56px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--line-dark);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px;
  color: var(--text-4);
  flex-wrap: wrap;
  gap: 16px;
}
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line-dark);
  display: inline-flex; align-items: center; justify-content: center;
  transition: all 0.25s ease;
  color: var(--text-3);
}
.footer-social a:hover { border-color: var(--vibors-magenta); background: rgba(217,61,191,0.08); color: white; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal.in { opacity: 1; transform: none; }
.reveal.delay-1 { transition-delay: 0.06s; }
.reveal.delay-2 { transition-delay: 0.12s; }
.reveal.delay-3 { transition-delay: 0.18s; }
.reveal.delay-4 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .phone-float, .marquee-track, .pulse { animation: none !important; }
}

/* ============================================================
   Mobile nav drawer + Arabic toggle hidden
   Added during deployment. Triggered by toggling .is-open on .nav.
   ============================================================ */

/* Hide Arabic / language toggle entirely. */
.lang-toggle { display: none !important; }

/* Mobile breakpoint */
@media (max-width: 880px) {
  /* Burger button shown only on mobile */
  .nav-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: var(--text-1, #fff);
    font-size: 20px;
    cursor: pointer;
  }
  /* Hide investors ghost link + CTA in mobile actions, keep them in drawer */
  .nav-actions .nav-ghost { display: none; }

  /* Drawer */
  .nav.is-open .nav-links {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    margin-top: 8px;
    padding: 12px;
    background: rgba(10, 10, 16, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6);
    z-index: 99;
    /* Scrollable when content exceeds viewport */
    max-height: calc(100vh - 96px);
    max-height: calc(100dvh - 96px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .nav.is-open .nav-links a,
  .nav.is-open .nav-links .nav-link-btn {
    width: 100%;
    text-align: left;
    padding: 14px 14px;
    border-radius: 10px;
  }
  .nav.is-open .nav-links .nav-link-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  /* Dropdowns collapsed by default — open only when .is-expanded is set */
  .nav.is-open .nav-dropdown { width: 100%; }
  .nav.is-open .dropdown-panel {
    position: static !important;
    display: none !important;
    background: transparent !important;
    border: 0 !important;
    padding: 4px 0 8px 12px !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  .nav.is-open .nav-dropdown.is-expanded > .dropdown-panel {
    display: block !important;
  }
  .nav.is-open .nav-dropdown .nav-link-btn .caret {
    transition: transform 0.2s ease;
    display: inline-block;
  }
  .nav.is-open .nav-dropdown.is-expanded > .nav-link-btn .caret {
    transform: rotate(180deg);
  }
  .nav.is-open .dropdown-panel a {
    padding: 10px 12px !important;
    font-size: 13px;
    border-radius: 8px;
  }
  body.nav-locked { overflow: hidden; }
}

/* Hide burger on desktop */
@media (min-width: 881px) {
  .nav-burger { display: none !important; }
}
