/* ============================================================
   ValidationCrew — Marketing site design system
   Light · premium · indigo · Plus Jakarta Sans
   ============================================================ */
:root {
  --ink:      #0c1124;
  --ink-2:    #2a3045;
  --body:     #404a60;
  --muted:    #5e6679;
  --faint:    #8b93a7;
  --line:     #e8eaf2;
  --line-2:   #d9dcea;
  --bg:       #ffffff;
  --bg-soft:  #f6f7fc;
  --bg-ink:   #0b0e1c;

  --indigo:      #4f46e5;
  --indigo-2:    #6d5cff;
  --indigo-3:    #8b7bff;
  --indigo-weak: #eef0ff;
  --indigo-ink:  #1b1a4d;

  --emerald:   #0f9d6b;
  --emerald-w: #e3f6ee;
  --amber:     #e0890b;
  --amber-w:   #fdf0d9;
  --rose:      #e11d6b;
  --rose-w:    #fde7f0;
  --sky:       #2563eb;
  --violet:    #7c3aed;

  --shadow-sm: 0 1px 2px rgba(16,20,40,.05), 0 1px 3px rgba(16,20,40,.05);
  --shadow-md: 0 4px 14px -4px rgba(16,20,40,.10), 0 8px 28px -10px rgba(16,20,40,.10);
  --shadow-lg: 0 18px 50px -18px rgba(16,20,40,.22), 0 8px 24px -12px rgba(16,20,40,.12);
  --shadow-xl: 0 40px 90px -30px rgba(27,26,77,.32), 0 16px 40px -20px rgba(16,20,40,.18);

  --r-sm: 9px; --r: 14px; --r-lg: 20px; --r-xl: 28px;
  --maxw: 1180px;
  --sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  margin: 0; font-family: var(--sans); color: var(--body);
  background: var(--bg); font-size: 16px; line-height: 1.6;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Arabic/Urdu use the Perso-Arabic script — Plus Jakarta Sans has no glyphs for it,
   so it was silently falling back to a thin generic system font. Noto Sans Arabic
   covers both languages' character sets and is legible at UI sizes (unlike a
   calligraphic Nastaliq face, which reads poorly below headline size). */
html[lang="ar"], html[lang="ur"] {
  --sans: 'Noto Sans Arabic', 'Plus Jakarta Sans', system-ui, sans-serif;
}
html[lang="ar"] body, html[lang="ur"] body {
  font-size: 17px;
  font-weight: 500;
  color: var(--ink-2);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--indigo); color: #fff; }

/* ---------- layout primitives ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.wrap-tight { max-width: 920px; }
section { position: relative; }
.sec-pad { padding: 110px 0; }
.sec-soft { background: var(--bg-soft); }
.sec-ink { background: var(--bg-ink); color: #c9cee0; }
.center { text-align: center; }

/* ---------- type ---------- */
h1, h2, h3, h4 { color: var(--ink); font-weight: 800; letter-spacing: -.03em; line-height: 1.04; margin: 0; }
.display { font-size: clamp(40px, 6vw, 70px); letter-spacing: -.045em; line-height: .98; }
.h1 { font-size: clamp(34px, 4.6vw, 52px); }
.h2 { font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -.035em; }
.h3 { font-size: clamp(20px, 2vw, 25px); letter-spacing: -.02em; }
.lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--muted); line-height: 1.55; text-wrap: pretty; }
.sec-ink h1, .sec-ink h2, .sec-ink h3 { color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 12px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--indigo);
}
.eyebrow .ln { width: 24px; height: 1px; background: currentColor; opacity: .5; }
.sec-ink .eyebrow { color: var(--indigo-3); }

.sec-head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.sec-head .eyebrow { margin-bottom: 16px; }
.sec-head .lead { margin: 18px auto 0; }
.sec-head.left { margin-left: 0; text-align: left; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 15px; padding: 13px 22px; border-radius: 12px;
  border: 1px solid transparent; transition: transform .12s, box-shadow .16s, background .16s, border-color .16s;
  white-space: nowrap; letter-spacing: -.01em;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--indigo); color: #fff; box-shadow: 0 1px 2px rgba(79,70,229,.4), 0 8px 24px -8px rgba(79,70,229,.5); }
.btn-primary:hover { background: #463dd6; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(79,70,229,.4), 0 14px 32px -8px rgba(79,70,229,.55); }
.btn-ghost { background: var(--bg); color: var(--ink); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #1c2438; transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--indigo-ink); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-lg { padding: 16px 28px; font-size: 16px; border-radius: 13px; }
.btn-link { color: var(--indigo); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.btn-link svg { width: 16px; height: 16px; transition: transform .15s; }
.btn-link:hover svg { transform: translateX(3px); }

/* ---------- pills / tags ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 30px;
  font-size: 13px; font-weight: 700; background: var(--bg); border: 1px solid var(--line-2); color: var(--ink-2);
  box-shadow: var(--shadow-sm);
}
.pill svg { width: 15px; height: 15px; }
.pill .dot { width: 7px; height: 7px; border-radius: 50%; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 11px; border-radius: 20px; font-size: 12px; font-weight: 800; letter-spacing: .01em; }
.badge-indigo { background: var(--indigo-weak); color: var(--indigo); }
.badge-emerald { background: var(--emerald-w); color: var(--emerald); }
.badge-amber { background: var(--amber-w); color: var(--amber); }

/* ---------- cards ---------- */
.card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s, border-color .18s;
}
.card-hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.ico {
  width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; flex: none;
  background: var(--indigo-weak); color: var(--indigo);
}
.ico svg { width: 24px; height: 24px; }

/* ---------- browser frame ---------- */
.browser {
  border-radius: 14px; overflow: hidden; background: #fff;
  border: 1px solid var(--line-2); box-shadow: var(--shadow-xl);
}
.browser-bar { display: flex; align-items: center; gap: 8px; padding: 11px 15px; background: #f4f5fa; border-bottom: 1px solid var(--line); }
.browser-bar .dots { display: flex; gap: 6px; }
.browser-bar .dots i { width: 11px; height: 11px; border-radius: 50%; background: #d3d6e2; }
.browser-bar .dots i:nth-child(1) { background: #f6837a; }
.browser-bar .dots i:nth-child(2) { background: #f7c14e; }
.browser-bar .dots i:nth-child(3) { background: #54c98b; }
.browser-bar .url { flex: 1; max-width: 380px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 7px;
  padding: 5px 12px; font-size: 12px; color: var(--faint); font-family: var(--mono); text-align: center; }
.browser img { width: 100%; display: block; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.72);
  -webkit-backdrop-filter: saturate(1.9) blur(22px);
  backdrop-filter: saturate(1.9) blur(22px);
  border-bottom: 1px solid rgba(226,229,239,.7);
  box-shadow: 0 1px 0 rgba(16,20,40,.03);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.nav.scrolled {
  background: rgba(255,255,255,.82);
  border-color: var(--line);
  box-shadow: 0 1px 0 rgba(16,20,40,.05), 0 10px 34px -18px rgba(16,20,40,.28);
}
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .nav { background: rgba(255,255,255,.96); }
}

.hero-note { margin-top: 18px; font-family: var(--mono); font-size: 12.5px; font-weight: 500; letter-spacing: .01em; color: var(--faint); }

/* nav dropdowns (role-aware CTAs) */
.nav-drop { position: relative; }
.nav-dt { gap: 7px; }
.nav-dt .caret { width: 14px; height: 14px; opacity: .8; transition: transform .2s ease; }
.btn-ghost .caret { color: var(--muted); }
.nav-drop.open .nav-dt .caret { transform: rotate(180deg); }
.nav-menu {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 270px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow-lg); padding: 8px; z-index: 120;
  opacity: 0; visibility: hidden; transform: translateY(-8px) scale(.98); transform-origin: top left;
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.nav-menu.right { left: auto; right: 0; transform-origin: top right; }
.nav-drop.open .nav-menu { opacity: 1; visibility: visible; transform: none; }
.nav-menu-lab { display: block; font-family: var(--mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--faint); padding: 9px 12px 7px; }
.nav-menu a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 11px; transition: background .14s; }
.nav-menu a:hover { background: var(--bg-soft); }
.nm-ic { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; flex: none; }
.nm-ic svg { width: 19px; height: 19px; }
.nm-indigo { background: var(--indigo-weak); color: var(--indigo); }
.nm-emerald { background: var(--emerald-w); color: var(--emerald); }
.nm-tx b { display: block; font-size: 14px; color: var(--ink); font-weight: 700; letter-spacing: -.01em; }
.nm-tx small { display: block; font-size: 12px; color: var(--muted); margin-top: 1px; }
.nav-in { display: flex; align-items: center; gap: 30px; height: 70px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.brand .wordmark { display: flex; flex-direction: column; line-height: 1.08; }
.brand .v-name { font-size: 16px; font-weight: 800; letter-spacing: -.03em; }
.brand .crew { font-size: 16px; font-weight: 800; letter-spacing: -.03em; color: #2563eb; }
.brand .mark { display: flex; align-items: center; justify-content: center; }
.brand .mark svg { height: 44px; width: auto; }

.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav-links a { padding: 8px 14px; border-radius: 9px; font-size: 14.5px; font-weight: 600; color: var(--muted); transition: color .14s, background .14s; white-space: nowrap; }
.nav-links a:hover { color: var(--ink); background: var(--bg-soft); }
.nav-spacer { flex: 1; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-burger { display: none; width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line-2); background: #fff; align-items: center; justify-content: center; }
.nav-burger svg { width: 20px; height: 20px; color: var(--ink); }

.mobile-menu { display: none; }
.mm-lab { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.mm-link { color: var(--muted); }

/* ---------- footer ---------- */
.footer { background: var(--bg-ink); color: #aab2c8; padding: 72px 0 36px; }
.footer .cols { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer h5 { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer ul a { color: #aab2c8; font-size: 14px; transition: color .14s; }
.footer ul a:hover { color: #fff; }
.footer .brand { color: #fff; margin-bottom: 16px; }
.footer .blurb { font-size: 14px; line-height: 1.6; max-width: 30ch; color: #8b93a7; }
.footer .socials { display: flex; gap: 10px; margin-top: 20px; }
.footer .socials a { width: 38px; height: 38px; border-radius: 10px; border: 1px solid rgba(255,255,255,.1); display: grid; place-items: center; color: #aab2c8; transition: all .14s; }
.footer .socials a:hover { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.footer .socials svg { width: 18px; height: 18px; }
.footer-bot { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; font-size: 13px; color: #6b7488; }
.footer-bot .legal { display: flex; gap: 22px; }
.footer-bot a:hover { color: #fff; }

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .07s; } .reveal.d2 { transition-delay: .14s; } .reveal.d3 { transition-delay: .21s; }
.reveal.d4 { transition-delay: .28s; } .reveal.d5 { transition-delay: .35s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; padding: 56px 0 80px; }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-bg::before { content: ""; position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 1100px; height: 700px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(109,92,255,.16), rgba(109,92,255,0) 70%); }
.hero-grid-fade { position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 0%, transparent 75%); opacity: .5; }
.hero-in { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero h1 { margin-bottom: 22px; }
.hero .lead { max-width: 30ch; }
.hero-eyebrow { margin-bottom: 22px; }
.hero-cta { display: flex; gap: 12px; margin: 34px 0 26px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 14px; }
.avatars { display: flex; }
.avatars span { width: 36px; height: 36px; border-radius: 50%; border: 2.5px solid #fff; margin-left: -10px; display: grid; place-items: center;
  font-size: 12px; font-weight: 800; color: #fff; box-shadow: var(--shadow-sm); }
.avatars span:first-child { margin-left: 0; }
.hero-trust .txt { font-size: 13.5px; color: var(--muted); }
.hero-trust .txt b { color: var(--ink); }

/* hero map panel */
.map-panel { position: relative; aspect-ratio: 1 / .92; border-radius: var(--r-xl); overflow: hidden;
  background: linear-gradient(180deg, #fbfbff, #f4f5fc); border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.map-panel canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-chip { position: absolute; display: flex; align-items: center; gap: 9px; padding: 8px 12px; border-radius: 12px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border: 1px solid var(--line); box-shadow: var(--shadow-md);
  font-size: 12.5px; font-weight: 700; color: var(--ink); white-space: nowrap; }
.map-chip .av { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 11px; font-weight: 800; flex: none; }
.map-chip small { display: block; font-weight: 600; color: var(--faint); font-size: 11px; }
.map-count { position: absolute; left: 16px; bottom: 16px; right: 16px; display: flex; align-items: center; gap: 12px;
  padding: 13px 16px; border-radius: 14px; background: rgba(12,17,36,.9); backdrop-filter: blur(8px); color: #fff; box-shadow: var(--shadow-lg); }
.map-count .n { font-family: var(--mono); font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.map-count .l { font-size: 12.5px; color: #aab2c8; line-height: 1.3; }
.map-count .live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: #54c98b; }
.map-count .live .d { width: 7px; height: 7px; border-radius: 50%; background: #54c98b; box-shadow: 0 0 0 0 rgba(84,201,139,.6); animation: livepulse 1.8s infinite; }
@keyframes livepulse { 0% { box-shadow: 0 0 0 0 rgba(84,201,139,.5); } 70% { box-shadow: 0 0 0 9px rgba(84,201,139,0); } 100% { box-shadow: 0 0 0 0 rgba(84,201,139,0); } }

/* hero validation feed (distinct from the global-community world map) */
.feed-panel { position: relative; aspect-ratio: 1 / .92; border-radius: var(--r-xl); overflow: hidden; display: flex; flex-direction: column;
  background: linear-gradient(180deg, #fbfbff, #f4f5fc); border: 1px solid var(--line); box-shadow: var(--shadow-lg); padding: 18px; }
.feed-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; flex: none; }
.feed-title { font-size: 13.5px; font-weight: 800; color: var(--ink); letter-spacing: -.01em; }
.feed-meta { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); }
.feed-view { position: relative; flex: 1; overflow: hidden; margin: 0 -4px; }
.feed-track { display: flex; flex-direction: column; gap: 10px; padding: 2px 4px; will-change: transform; animation: feedscroll 26s linear infinite; }
.feed-panel:hover .feed-track { animation-play-state: paused; }
@keyframes feedscroll { from { transform: translateY(0); } to { transform: translateY(-50%); } }
.fcard { display: flex; align-items: center; gap: 11px; padding: 11px 13px; border-radius: 13px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.fav { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 12px; font-weight: 800; flex: none; }
.ftx { flex: 1; min-width: 0; }
.ftx b { display: block; font-size: 13px; font-weight: 700; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ftx span { display: block; font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.frate { flex: none; font-family: var(--mono); font-size: 12.5px; font-weight: 700; color: #c9870c; letter-spacing: -.01em; }
.feed-fade { position: absolute; left: 0; right: 0; height: 36px; pointer-events: none; z-index: 2; }
.feed-fade.top { top: 0; background: linear-gradient(#fbfbff, rgba(251,251,255,0)); }
.feed-fade.bot { bottom: 0; background: linear-gradient(rgba(246,247,252,0), #f6f7fc); }
.feed-count { flex: none; margin-top: 12px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 14px;
  background: rgba(12,17,36,.92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: #fff; box-shadow: var(--shadow-md); }
.feed-count .n { font-family: var(--mono); font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.feed-count .l { font-size: 12.5px; color: #aab2c8; line-height: 1.3; }
@media (prefers-reduced-motion: reduce) { .feed-track { animation: none; } }

/* product showcase band under hero */
.showcase { margin-top: 10px; }
.showcase .browser { max-width: 1040px; margin: 0 auto; }
.showcase-cap { text-align: center; margin-top: 20px; font-size: 13.5px; color: var(--faint); }

/* ---------- logo / trusted strip ---------- */
.trusted { padding: 40px 0 8px; }
.trusted .label { text-align: center; font-size: 13px; font-weight: 700; color: var(--faint); letter-spacing: .02em; margin-bottom: 26px; }
.trusted .row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 16px; }
.trusted .chip { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border-radius: 12px; background: var(--bg);
  border: 1px solid var(--line); font-weight: 700; font-size: 14.5px; color: var(--ink-2); box-shadow: var(--shadow-sm); }
.trusted .chip svg { width: 18px; height: 18px; color: var(--indigo); }

/* ---------- validate grid ---------- */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tile { padding: 22px; border-radius: var(--r); background: var(--bg); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform .16s, box-shadow .16s, border-color .16s; }
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-2); }
.tile .ti { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; margin-bottom: 14px; }
.tile .ti svg { width: 21px; height: 21px; }
.tile b { display: block; color: var(--ink); font-size: 15.5px; font-weight: 700; letter-spacing: -.01em; }
.tile p { margin: 4px 0 0; font-size: 13px; color: var(--muted); }

/* ---------- human categories (3 cols) ---------- */
.humans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.human-card { padding: 28px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--bg); box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.human-card .top { height: 4px; position: absolute; top: 0; left: 0; right: 0; }
.human-card .hi { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px; }
.human-card .hi svg { width: 26px; height: 26px; }
.human-card h3 { margin-bottom: 8px; }
.human-card p { font-size: 14px; color: var(--muted); margin: 0 0 18px; }
.human-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.human-card li { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; color: var(--ink-2); font-weight: 500; }
.human-card li svg { width: 16px; height: 16px; flex: none; margin-top: 2px; }

/* ---------- how it works ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; position: relative; }
.steps-track { position: absolute; top: 26px; left: 8%; right: 8%; height: 3px; border-radius: 4px; background: var(--indigo-weak); z-index: 0; }
.steps-prog { position: absolute; top: 0; left: 0; bottom: 0; width: 0; border-radius: 4px;
  background: linear-gradient(90deg, var(--indigo), var(--indigo-2)); transition: width .65s cubic-bezier(.45,0,.2,1); }
.steps-dot { position: absolute; top: 50%; left: 0; width: 13px; height: 13px; border-radius: 50%; background: var(--indigo);
  transform: translate(-50%, -50%); box-shadow: 0 0 0 4px #fff, 0 0 0 7px rgba(79,70,229,.2); opacity: 0;
  transition: left .65s cubic-bezier(.45,0,.2,1), opacity .3s ease; }
.steps.run .steps-dot { opacity: 1; }
.step { position: relative; z-index: 1; text-align: center; }
.step .num { width: 54px; height: 54px; border-radius: 50%; margin: 0 auto 16px; display: grid; place-items: center;
  background: #fff; border: 2px solid var(--indigo); color: var(--indigo); font-family: var(--mono); font-weight: 600; font-size: 20px;
  box-shadow: 0 0 0 6px #fff, var(--shadow-sm); transition: background .4s ease, color .4s ease, transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease; }
.step.done .num { background: var(--indigo); color: #fff; }
.step.active .num { background: var(--indigo); color: #fff; transform: scale(1.14);
  box-shadow: 0 0 0 6px #fff, 0 10px 24px -6px rgba(79,70,229,.6); }
.step b { display: block; color: var(--ink); font-size: 15.5px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 6px; transition: color .3s ease; }
.step.active b { color: var(--indigo); }
.step p { font-size: 13px; color: var(--muted); margin: 0; }

/* ---------- split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.rev .split-media { order: -1; }
.split-copy h2 { margin-bottom: 18px; }
.split-copy .lead { margin-bottom: 24px; }
.feat-list { display: grid; gap: 16px; margin-top: 26px; }
.feat-list .it { display: flex; gap: 14px; }
.feat-list .it .fi { width: 40px; height: 40px; border-radius: 11px; flex: none; display: grid; place-items: center; background: var(--indigo-weak); color: var(--indigo); }
.feat-list .it .fi svg { width: 20px; height: 20px; }
.feat-list .it b { color: var(--ink); font-size: 15px; font-weight: 700; display: block; margin-bottom: 2px; }
.feat-list .it p { margin: 0; font-size: 13.5px; color: var(--muted); }

/* audience builder mini-visual */
.aud-demo { padding: 22px; }
.aud-demo .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.aud-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 30px; font-size: 13px; font-weight: 700;
  background: var(--indigo-weak); color: var(--indigo); border: 1px solid transparent; }
.aud-chip svg { width: 13px; height: 13px; }
.aud-result { display: flex; align-items: center; gap: 14px; padding: 18px; border-radius: var(--r); background: var(--ink); color: #fff; }
.aud-result .ri { width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.1); display: grid; place-items: center; flex: none; }
.aud-result .ri svg { width: 24px; height: 24px; }
.aud-result .n { font-family: var(--mono); font-size: 26px; font-weight: 600; letter-spacing: -.02em; }
.aud-result .l { font-size: 13px; color: #aab2c8; }

/* ---------- comparison table ---------- */
.cmp { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); background: #fff; }
.cmp table { width: 100%; border-collapse: collapse; }
.cmp th, .cmp td { padding: 17px 20px; text-align: left; border-bottom: 1px solid var(--line); }
.cmp thead th { background: var(--bg-soft); font-size: 13px; font-weight: 700; color: var(--muted); }
.cmp thead th.us { background: var(--indigo); color: #fff; position: relative; }
.cmp tbody td { font-size: 14px; }
.cmp tbody td:first-child { font-weight: 700; color: var(--ink); }
.cmp td.us { background: rgba(79,70,229,.04); font-weight: 700; color: var(--indigo-ink); }
.cmp tr:last-child td { border-bottom: none; }
.cmp .yes { color: var(--emerald); display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.cmp .no { color: var(--faint); display: inline-flex; align-items: center; gap: 7px; }
.cmp .partial { color: var(--amber); display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.cmp svg { width: 16px; height: 16px; }

/* ---------- trust badges ---------- */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trust-item { display: flex; gap: 14px; padding: 20px; border-radius: var(--r); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
.trust-item .si { width: 44px; height: 44px; border-radius: 12px; flex: none; display: grid; place-items: center; background: var(--emerald-w); color: var(--emerald); }
.trust-item .si svg { width: 22px; height: 22px; }
.trust-item b { color: var(--ink); font-size: 14.5px; display: block; margin-bottom: 3px; }
.trust-item p { margin: 0; font-size: 13px; color: var(--muted); }

/* ---------- rewards ---------- */
.rewards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.reward { padding: 24px; border-radius: var(--r-lg); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); text-align: center;
  transition: transform .16s, box-shadow .16s; }
.reward:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.reward .ri { width: 56px; height: 56px; border-radius: 16px; margin: 0 auto 16px; display: grid; place-items: center; }
.reward .ri svg { width: 28px; height: 28px; }
.reward b { display: block; color: var(--ink); font-size: 16px; margin-bottom: 5px; }
.reward p { margin: 0; font-size: 13px; color: var(--muted); }

/* ---------- use cases ---------- */
.usecases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.usecase { padding: 26px; border-radius: var(--r-lg); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm);
  transition: transform .16s, box-shadow .16s; position: relative; overflow: hidden; }
.usecase:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.usecase .ui { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 16px; }
.usecase .ui svg { width: 23px; height: 23px; }
.usecase .tag { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }
.usecase h3 { font-size: 18px; margin: 8px 0 8px; }
.usecase p { margin: 0; font-size: 13.5px; color: var(--muted); }
.usecase .quote { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--ink-2); font-style: italic; }

/* ---------- testimonials ---------- */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tcard { padding: 26px; border-radius: var(--r-lg); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s ease, border-color .35s ease; }
.tgrid .tcard.spot { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--indigo); }
.tcard .stars svg { transition: transform .4s cubic-bezier(.2,.7,.2,1); transform-origin: center; }
.tgrid .tcard.spot .stars svg { transform: scale(1.18); }
.tcard .stars { display: flex; gap: 3px; margin-bottom: 14px; color: var(--amber); }
.tcard .stars svg { width: 16px; height: 16px; fill: currentColor; }
.tcard .quote { font-size: 15px; line-height: 1.6; color: var(--ink-2); flex: 1; }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.tcard .who .av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 14px; flex: none; }
.tcard .who b { display: block; color: var(--ink); font-size: 14px; }
.tcard .who span { font-size: 12.5px; color: var(--muted); }

/* ---------- global community / stats ---------- */
.globe-wrap { position: relative; border-radius: var(--r-xl); overflow: hidden; border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, #0e1226, #0b0e1c); box-shadow: var(--shadow-xl); }
.globe-wrap canvas { display: block; width: 100%; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.stat { text-align: center; }
.stat .n { font-family: var(--mono); font-weight: 600; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.03em; color: #fff; }
.sec-ink .stat .n { color: #fff; }
.stat .l { font-size: 13.5px; color: var(--faint); margin-top: 4px; }
.sec-ink .stat .l { color: #8b93a7; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; align-items: center; gap: 16px; width: 100%; padding: 22px 4px; background: none; border: none; text-align: left;
  font-size: 17px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }
.faq-q .ic { margin-left: auto; width: 24px; height: 24px; flex: none; display: grid; place-items: center; color: var(--indigo); transition: transform .25s; }
.faq-q .ic svg { width: 20px; height: 20px; }
.faq-item.open .faq-q .ic { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a .inner { padding: 0 4px 22px 40px; font-size: 14.5px; color: var(--muted); line-height: 1.6; }

/* ---------- final CTA ---------- */
.finalcta { position: relative; overflow: hidden; border-radius: var(--r-xl); padding: 72px 48px; text-align: center;
  background: linear-gradient(135deg, #4f46e5, #6d5cff 55%, #8b7bff); color: #fff; box-shadow: var(--shadow-xl); }
.finalcta::before { content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 40%), radial-gradient(circle at 85% 80%, rgba(255,255,255,.14), transparent 40%); }
.finalcta-grid { position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, #000, transparent 75%); }
.finalcta > * { position: relative; z-index: 1; }
.finalcta h2 { color: #fff; font-size: clamp(30px, 4vw, 46px); margin-bottom: 16px; }
.finalcta p { color: rgba(255,255,255,.85); font-size: 18px; max-width: 50ch; margin: 0 auto 30px; }
.finalcta .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* page hero (sub-pages) */
.page-hero { padding: 64px 0 40px; text-align: center; position: relative; overflow: hidden; }
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero h1 { margin-bottom: 18px; }
.page-hero .lead { max-width: 56ch; margin: 0 auto; }

/* ---------- legal / doc pages ---------- */
.doc-meta { display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; font-family: var(--mono); font-size: 12px; color: var(--faint); }
.doc-meta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); }
.legal-wrap { display: grid; grid-template-columns: 232px 1fr; gap: 60px; align-items: start; max-width: 1020px; margin: 0 auto; }
.legal-toc { position: sticky; top: 96px; }
.legal-toc .lab { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); margin: 0 0 14px 14px; }
.legal-toc a { display: block; padding: 8px 0 8px 14px; font-size: 13.5px; color: var(--muted); border-left: 2px solid var(--line); transition: color .14s, border-color .14s; }
.legal-toc a:hover { color: var(--ink-2); }
.legal-toc a.active { color: var(--indigo); border-color: var(--indigo); font-weight: 700; }
.legal-body { max-width: 70ch; }
.legal-body section { scroll-margin-top: 96px; }
.legal-body h2.s { font-size: 22px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); margin: 0 0 14px; }
.legal-body section + section { margin-top: 44px; padding-top: 44px; border-top: 1px solid var(--line); }
.legal-body p { color: var(--body); font-size: 15.5px; line-height: 1.75; margin: 0 0 14px; }
.legal-body ul { margin: 0 0 14px; padding-left: 4px; list-style: none; display: grid; gap: 9px; }
.legal-body li { position: relative; padding-left: 22px; color: var(--body); font-size: 15px; line-height: 1.7; }
.legal-body li::before { content: ""; position: absolute; left: 4px; top: 10px; width: 6px; height: 6px; border-radius: 2px; background: var(--indigo); }
.legal-body strong { color: var(--ink); font-weight: 700; }
.legal-body a { color: var(--indigo); font-weight: 600; }
.legal-body a:hover { text-decoration: underline; }
.legal-note { margin-top: 48px; padding: 18px 20px; border: 1px dashed var(--line-2); border-radius: var(--r); background: var(--bg-soft);
  font-size: 13px; color: var(--muted); display: flex; gap: 12px; align-items: flex-start; }
.legal-note svg { width: 18px; height: 18px; color: var(--faint); flex: none; margin-top: 1px; }
@media (max-width: 860px) {
  .legal-wrap { grid-template-columns: 1fr; gap: 0; }
  .legal-toc { display: none; }
}

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; max-width: 1020px; margin: 0 auto; }
.contact-methods { display: grid; gap: 12px; }
.cmethod { display: flex; gap: 14px; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff;
  box-shadow: var(--shadow-sm); transition: border-color .15s, transform .12s; }
.cmethod:hover { border-color: var(--line-2); transform: translateY(-2px); }
.cmethod .ci { width: 42px; height: 42px; border-radius: 11px; flex: none; display: grid; place-items: center; }
.cmethod .ci svg { width: 21px; height: 21px; }
.cmethod b { display: block; font-size: 15px; color: var(--ink); }
.cmethod p { margin: 3px 0 6px; font-size: 13px; color: var(--muted); }
.cmethod a { font-size: 13.5px; font-weight: 700; color: var(--indigo); }
.cmethod a:hover { text-decoration: underline; }
.cform { padding: 30px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow-md); }
.cform .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-2); margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; font-family: var(--sans); font-size: 14.5px; color: var(--ink);
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-sm); outline: none; transition: border-color .14s, box-shadow .14s, background .14s; }
.field textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--indigo); box-shadow: 0 0 0 4px var(--indigo-weak); background: #fff; }
.cform .btn { width: 100%; justify-content: center; margin-top: 4px; }
.cform-ok { text-align: center; padding: 26px 10px; }
.cform-ok .ok-ic { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 16px; display: grid; place-items: center; background: var(--emerald-w); color: var(--emerald); }
.cform-ok .ok-ic svg { width: 28px; height: 28px; }
.cform-ok h3 { font-size: 19px; margin: 0 0 8px; }
.cform-ok p { font-size: 14px; color: var(--muted); margin: 0; }
@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .cform .row2 { grid-template-columns: 1fr; }
}

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .hero-in { grid-template-columns: 1fr; gap: 36px; }
  .map-panel, .feed-panel { max-width: 520px; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split.rev .split-media { order: 0; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .humans, .trust-grid, .usecases, .tgrid { grid-template-columns: 1fr; }
  .rewards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .steps-track { display: none; }
  .footer .cols { grid-template-columns: 1fr 1fr; gap: 32px; }
  .stat-row { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
}
/* collapse full nav to burger before links + CTAs can overflow */
@media (max-width: 1040px) {
  .nav-links, .nav-drop { display: none; }
  .nav-burger { display: inline-flex; }
  .nav-cta { margin-left: auto; }
  .mobile-menu.open { display: block; position: fixed; inset: 70px 0 0; z-index: 99; background: #fff; padding: 24px; overflow-y: auto; }
  .mobile-menu.open a { display: block; padding: 16px 8px; font-size: 18px; font-weight: 700; color: var(--ink); border-bottom: 1px solid var(--line); }
  .mobile-menu.open .mm-lab { padding: 18px 8px 4px; border: none; font-size: 12px; }
  .mobile-menu.open .mm-link { font-size: 15px; color: var(--muted); border: none; padding: 8px; }
  .mobile-menu.open .btn { width: 100%; margin-top: 10px; }
}
@media (max-width: 760px) {
  .sec-pad { padding: 76px 0; }
  .wrap { padding: 0 20px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .tiles { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cmp { overflow-x: auto; }
  .cmp table { min-width: 620px; }
  .footer .cols { grid-template-columns: 1fr 1fr; }
  .finalcta { padding: 52px 24px; }
}

/* VIDEO TESTIMONIALS */
.vt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
@media (max-width: 900px) { .vt-grid { grid-template-columns: 1fr; } }
.vt-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
}
.vt-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,.10); }
.vt-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #0f0f1a;
  overflow: hidden;
}
.vt-iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.vt-play-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(79,70,229,.18) 0%, rgba(0,0,0,.45) 100%);
  cursor: pointer; transition: background .2s;
}
.vt-play-overlay:hover { background: linear-gradient(135deg, rgba(79,70,229,.28) 0%, rgba(0,0,0,.55) 100%); }
.vt-play-btn {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(255,255,255,.95);
  display: flex; align-items: center; justify-content: center;
  color: #4f46e5; box-shadow: 0 4px 24px rgba(0,0,0,.25);
  transition: transform .15s;
}
.vt-play-overlay:hover .vt-play-btn { transform: scale(1.08); }
.vt-meta { padding: 18px 20px 20px; }
.vt-who { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.vt-who b { display: block; font-size: 14.5px; font-weight: 700; }
.vt-who span { font-size: 12.5px; color: var(--ink-muted); }
.vt-quote { font-size: 14px; color: var(--ink-2); line-height: 1.55; margin: 0; font-style: italic; }
.vt-note { text-align: center; font-size: 12.5px; color: var(--ink-muted); margin-top: 28px; }
.sec-sub { font-size: 17px; color: var(--ink-muted); margin-top: 10px; max-width: 480px; margin: 10px auto 0; text-align: center; line-height: 1.6; }

/* Option 1: Page content reveals after navbar */
body:not(.page-ready) > *:not(#vc-nav):not(script):not(style):not(#vc-auth-toast) {
  opacity: 0;
  pointer-events: none;
}
body.page-ready > *:not(#vc-nav):not(script):not(style):not(#vc-auth-toast) {
  animation: pageContentFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes pageContentFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
