*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #05080f;
  --card: rgba(14, 20, 32, .88);
  --border: rgba(255,255,255,.09);
  --mint: #41C898;
  --mint-2: #76E1B6;
  --cyan: #5EEAD4;
  --ink: #041510;
  --gold: #f59e0b;
  --white: #f4f6f8;
  --gray: #9aa3b2;
  --light: #c8d0dc;
  --grad: linear-gradient(135deg, #41C898 0%, #5EEAD4 100%);
  /* Rubik: Latin + Cyrillic + Arabic — works for every site locale */
  --font-display: "Rubik", sans-serif;
  --font-body: "Manrope", sans-serif;
}

html { scroll-behavior: smooth; }
html, body {
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 500;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed; inset: 0;
  background:
    radial-gradient(ellipse 65% 45% at 12% -8%, rgba(65,200,152,.14), transparent 58%),
    radial-gradient(ellipse 45% 35% at 92% 12%, rgba(94,234,212,.06), transparent 50%);
  pointer-events: none; z-index: 0;
}
.grid-bg {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 85%);
}

/* Grad text — use sparingly (hero + raise only) */
.grad {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

h1, h2, h3, .raise, .plan-price, .nav-links > a {
  font-family: var(--font-display);
}

/* Nav */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; gap: 12px;
  padding: 12px 28px;
  background: rgba(5,8,15,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.nav-brand { display: flex; align-items: center; flex-shrink: 0; position: relative; z-index: 210; }
.nav-logo { height: 28px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-links a {
  color: var(--gray); text-decoration: none; font-size: 13px; font-weight: 600;
  font-family: var(--font-body);
  padding: 8px 12px; border-radius: 10px;
}
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,.05); }
.nav-links a.nav-cta {
  color: #fff;
  background: var(--grad);
}
.nav-links a.nav-cta:hover { color: #fff; background: var(--grad); filter: brightness(1.05); }
.nav-links a.nav-cta-apk {
  color: var(--mint-2);
  background: transparent;
  border: 1px solid rgba(65,200,152,.38);
}
.nav-links a.nav-cta-apk:hover { color: var(--mint-2); background: rgba(65,200,152,.08); }
.nav-lang { margin-left: 4px; }
.lang-select {
  appearance: none; font-family: inherit; font-size: 12px; font-weight: 600;
  padding: 8px 32px 8px 14px; border-radius: 10px;
  border: 1px solid var(--border); background: #0e1420; color: var(--light); cursor: pointer;
}
.nav-actions { display: flex; gap: 10px; flex-shrink: 0; }
.nav-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 18px; border-radius: 999px; font-size: 13px; font-weight: 700;
  font-family: var(--font-body);
  text-decoration: none; color: var(--ink); border: none; cursor: pointer;
  background: var(--grad);
}
.nav-cta-apk, .btn-ghost {
  background: transparent; color: var(--mint-2);
  border: 1px solid rgba(65,200,152,.38);
}
.btn { padding: 14px 28px; font-size: 14px; }
.btn-text { background: none; color: var(--light); border: none; padding: 14px 8px; font-weight: 600; }
.btn-text:hover { color: var(--white); }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 10px; margin-left: auto;
  position: relative; z-index: 320;
  border: 1px solid var(--border); border-radius: 10px; background: #0e1420; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.nav-toggle span {
  display: block; height: 2px; width: 100%; background: var(--mint); border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
  transform-origin: center;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile-ctas { display: none; }
body.nav-open { overflow: hidden; touch-action: none; }

main { position: relative; z-index: 1; padding-top: 72px; }

/* Hero — one composition */
.hero {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
  max-width: 1140px; margin: 0 auto; padding: 48px 28px 36px;
  min-height: min(78vh, 720px);
}
.eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--mint); margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(34px, 4.5vw, 52px); font-weight: 700; letter-spacing: -.02em;
  line-height: 1.12; margin-bottom: 18px;
}
.hero-lead {
  color: var(--gray); font-size: 17px; max-width: 520px; margin-bottom: 28px;
  font-weight: 500; line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.hero-visual {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 480px; padding: 8px 0;
}
.phone {
  position: relative; width: min(248px, 44%); flex-shrink: 0; margin: 0;
  padding: 10px 10px 14px;
  border-radius: 36px;
  background: linear-gradient(160deg, #1a2333 0%, #0a0e16 100%);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 0 0 1px rgba(0,0,0,.5) inset,
    0 40px 90px rgba(0,0,0,.55);
}
.phone::before {
  content: '';
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 72px; height: 8px; border-radius: 999px;
  background: #05080f; border: 1px solid rgba(255,255,255,.06);
  z-index: 3;
}
.phone::after {
  content: '';
  position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%);
  width: 72px; height: 3px; border-radius: 999px;
  background: rgba(255,255,255,.22);
}
.phone-screen {
  display: block; width: 100%; height: auto;
  border-radius: 26px; overflow: hidden;
  background: #000;
}
.phone-a { transform: rotate(-4.5deg) translate(-18px, 18px); z-index: 1; }
.phone-b { transform: rotate(5deg) translate(18px, -10px); z-index: 2; }
.phone-cap {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  font-family: var(--font-body);
  color: var(--mint-2); background: rgba(5,8,15,.86); padding: 5px 12px; border-radius: 999px;
  border: 1px solid rgba(65,200,152,.3); pointer-events: none; white-space: nowrap;
  z-index: 4;
}

/* Quiet signal strip — not a vanity KPI bar */
.signal-bar {
  display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: center; align-items: center;
  max-width: 1140px; margin: 0 auto; padding: 8px 28px 48px;
  border-bottom: 1px solid var(--border);
}
.signal-bar span {
  font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--gray);
}
.signal-bar span::before {
  content: '';
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--mint); margin-right: 10px; vertical-align: middle;
  box-shadow: 0 0 10px rgba(65,200,152,.5);
}

.section { max-width: 1140px; margin: 0 auto; padding: 56px 28px 64px; }
.section-head { margin-bottom: 32px; max-width: 640px; }
.tag {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--mint); margin-bottom: 12px;
  font-family: var(--font-body);
}
.section h2 {
  font-size: clamp(26px, 3.4vw, 38px); font-weight: 700; letter-spacing: -.02em; line-height: 1.18;
  color: var(--white);
}
.section-sub { margin-top: 12px; color: var(--gray); font-size: 16px; font-weight: 500; }

.grid-3, .prod-grid, .plans {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.prod-grid { grid-template-columns: repeat(4, 1fr); }
.plans { margin-top: 22px; }

.card {
  background: var(--card); border: 1px solid var(--border); border-radius: 16px;
  padding: 22px 20px;
}
.card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; letter-spacing: -.02em; }
.card p, .card li { color: var(--light); font-size: 14px; line-height: 1.55; font-weight: 500; }
.glow { border-color: rgba(65,200,152,.32); box-shadow: 0 0 0 1px rgba(65,200,152,.08) inset; }

.check, .cross { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.check li, .cross li { padding-left: 18px; position: relative; }
.check li::before { content: '✓'; position: absolute; left: 0; color: var(--mint); font-weight: 800; }
.cross li::before { content: '✕'; position: absolute; left: 0; color: var(--gold); font-weight: 800; }

.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; counter-reset: s; }
.steps li {
  background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 22px;
  counter-increment: s;
}
.steps li::before {
  content: counter(s); display: block; font-size: 12px; font-weight: 800;
  font-family: var(--font-display); color: var(--mint); margin-bottom: 10px;
}
.steps strong { display: block; margin-bottom: 6px; font-family: var(--font-display); }

/* Privacy — full-width stack (break card rhythm) */
.priv-stack {
  display: grid; gap: 0;
  border: 1px solid var(--border); border-radius: 20px; overflow: hidden;
  background: var(--card);
}
.priv-row {
  display: grid; grid-template-columns: 200px 1fr; gap: 20px; align-items: start;
  padding: 24px 28px; border-bottom: 1px solid var(--border);
}
.priv-row:last-child { border-bottom: none; }
.priv-row h3 { font-size: 16px; margin: 0; color: var(--mint-2); }
.priv-row p { margin: 0; color: var(--light); font-size: 14.5px; }

/* Traction — metric rail */
.metric-rail {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--border); border: 1px solid var(--border); border-radius: 20px; overflow: hidden;
  margin-bottom: 28px;
}
.metric {
  background: var(--bg); padding: 28px 24px;
}
.metric strong {
  display: block; font-family: var(--font-display); font-size: 28px; font-weight: 800;
  letter-spacing: -.03em; margin-bottom: 8px;
}
.metric span { font-size: 13px; color: var(--gray); line-height: 1.45; display: block; }

.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px; }
.tl-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 18px; }
.tl-item.active .tl-card { border-color: rgba(65,200,152,.4); }
.tl-phase { font-size: 11px; font-weight: 700; color: var(--mint); text-transform: uppercase; letter-spacing: .08em; font-family: var(--font-body); }
.tl-card h3 { margin: 8px 0; }
.tl-card ul { margin: 0; padding-left: 16px; color: var(--light); font-size: 13px; }
.tl-dot { display: none; }
.section-link { margin-top: 18px; font-size: 14px; }
.section-link a { color: var(--mint-2); text-decoration: none; font-weight: 600; }

/* Investor block — separate plane from product sections */
.invest {
  padding-bottom: 48px;
  margin-top: 8px;
  border-top: 1px solid rgba(65,200,152,.22);
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(65,200,152,.07), transparent 60%);
}
.invest .section-head { max-width: 720px; }
.signal-bar.tok-signals {
  justify-content: flex-start;
  padding: 0 0 28px;
  border-bottom: none;
  max-width: none;
}
.signal-bar.tok-signals strong { color: var(--white); font-family: var(--font-display); }
.invest-ask { display: grid; grid-template-columns: .9fr 1.05fr 1.05fr; gap: 14px; }
.ask-card { text-align: center; padding: 32px 20px; }
.stat-l { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gray); font-family: var(--font-body); }
.raise {
  font-size: clamp(28px, 3vw, 40px); font-weight: 700; letter-spacing: -.02em; margin: 10px 0;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat-s { font-size: 13px; color: var(--gray); }
.team-block { margin: 22px 0 16px; }
.mono { margin-top: 12px; font-size: 13px; }
.mono a { color: var(--mint-2); }
.deck-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.deck-row-single { grid-template-columns: 1fr; max-width: 420px; }
.card-link { text-decoration: none; color: inherit; transition: transform .15s; }
.card-link:hover { transform: translateY(-2px); }
.flag { font-size: 12px; font-weight: 800; color: var(--mint); font-family: var(--font-body); }
.fineprint { margin-top: 18px; font-size: 12px; color: var(--gray); line-height: 1.5; }

.faq details {
  background: var(--card); border: 1px solid var(--border); border-radius: 14px;
  padding: 16px 18px; margin-bottom: 8px;
}
.faq summary { cursor: pointer; font-weight: 700; font-family: var(--font-display); }
.faq p { margin-top: 8px; color: var(--light); font-size: 14px; }

.footer {
  position: relative; z-index: 1;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  max-width: 1140px; margin: 0 auto; padding: 28px; border-top: 1px solid var(--border);
}
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--gray); font-size: 12px; }
.footer-brand img { height: 22px; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { color: var(--gray); text-decoration: none; font-size: 13px; font-weight: 600; }
.footer-links a:hover { color: var(--white); }

.plan { display: flex; flex-direction: column; }
.plan-badge {
  font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 6px; font-family: var(--font-body);
}
.plan-price {
  font-size: 34px; font-weight: 800; letter-spacing: -.03em; line-height: 1;
  color: var(--white);
}
.plan.glow .plan-price { color: var(--mint-2); }
.plan-period { font-size: 12px; color: var(--gray); margin: 4px 0 12px; }
.plan .check { margin-top: 4px; flex: 1; }
.ref-card { margin-top: 14px; }
.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.ref-stat { background: rgba(65,200,152,.07); border: 1px solid rgba(65,200,152,.2); border-radius: 14px; padding: 14px; }
.ref-stat strong { display: block; font-size: 22px; color: var(--mint); font-family: var(--font-display); }
.ref-stat span { font-size: 12px; color: var(--gray); }

.page-hero { max-width: 1140px; margin: 0 auto; padding: 48px 28px 8px; }
.page-hero h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 700; letter-spacing: -.02em; line-height: 1.15; }
.page-hero p { margin-top: 12px; color: var(--gray); font-size: 16px; max-width: 640px; }

.tok-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; align-items: center; }
.tok-rows { display: flex; flex-direction: column; gap: 8px; }
.tok-row {
  display: flex; align-items: center; gap: 12px;
  background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 12px 14px;
}
.tok-swatch { width: 12px; height: 12px; border-radius: 3px; flex-shrink: 0; }
.tok-row strong { font-size: 14px; }
.tok-row small { display: block; color: var(--gray); font-size: 12px; }
.tok-pct { margin-left: auto; font-weight: 800; color: var(--mint); font-size: 15px; }

.hire-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.roadmap-full { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

.team-row {
  display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 16px;
}
.founder {
  width: 140px; height: 140px; object-fit: cover; border-radius: 24px;
  border: 1px solid var(--border); display: block;
}
.founder-placeholder {
  width: 140px; height: 140px; border-radius: 24px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(64,138,113,0.12); border: 1px solid rgba(64,138,113,0.25);
  font-family: var(--font-display); font-weight: 800; letter-spacing: 0.04em; color: #9fd4bc;
}

@media (max-width: 960px) {
  .hero, .split, .grid-3, .prod-grid, .plans, .steps, .timeline, .invest-ask, .deck-row, .tok-grid, .hire-grid, .ref-grid, .roadmap-full, .metric-rail {
    grid-template-columns: 1fr;
  }
  .prod-grid { grid-template-columns: 1fr 1fr; }
  .priv-row { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
  .hero { min-height: 0; gap: 28px; }
  .hero-visual {
    min-height: 0; height: auto; gap: 0; margin: 0; padding: 8px 0 4px;
    order: -1;
  }
  .phone { width: min(42vw, 168px); padding: 8px 8px 12px; border-radius: 28px; }
  .phone::before { width: 56px; height: 6px; top: 12px; }
  .phone-screen { border-radius: 20px; }
  .phone-a { transform: rotate(-3deg) translate(-6px, 6px); }
  .phone-b { transform: rotate(3.5deg) translate(6px, -4px); }
  .phone-cap { font-size: 9px; bottom: 16px; padding: 3px 8px; }
  .team-row { grid-template-columns: 1fr; }
  .founder, .founder-placeholder { width: 96px; height: 96px; }
  .page-hero { padding: 28px 16px 4px; }

  .nav { padding: 10px 14px; }
  .nav-actions { display: none; }
  .nav-toggle { display: flex; }
  .nav-links {
    display: none !important;
    position: fixed !important;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh; height: 100dvh;
    margin: 0; z-index: 300;
    flex-direction: column; align-items: stretch; justify-content: flex-start;
    padding: max(88px, calc(env(safe-area-inset-top) + 72px)) 24px max(40px, env(safe-area-inset-bottom));
    background: #05080f; overflow-y: auto; -webkit-overflow-scrolling: touch;
    border: none; gap: 0;
  }
  .nav-links.is-open { display: flex !important; }
  .nav-links > a {
    font-size: 17px; font-weight: 600; color: var(--white);
    padding: 12px 0; border-bottom: 1px solid var(--border); border-radius: 0;
    font-family: var(--font-body);
  }
  .nav-links > a:hover { background: transparent; color: var(--mint-2); }
  .nav-mobile-ctas {
    display: flex; flex-direction: column; gap: 10px;
    margin-top: 28px; width: 100%;
  }
  .nav-mobile-ctas .nav-cta {
    width: 100%; padding: 16px; font-size: 16px; border-radius: 14px;
    color: #fff !important;
  }
  .nav-mobile-ctas .nav-cta-apk { color: var(--mint-2) !important; }
  .nav-lang { margin: 20px 0 0; width: 100%; }
  .lang-select { width: 100%; font-size: 16px; padding: 14px 16px; }
  .nav-brand { z-index: 320; }
}

@media (max-width: 768px) {
  .hero { padding: 24px 16px 12px; }
  .hero-visual { order: -1; }
  .section { padding: 40px 16px 48px; }
  .signal-bar { padding: 4px 16px 32px; gap: 8px 16px; justify-content: flex-start; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .prod-grid { grid-template-columns: 1fr; }
  .footer { flex-direction: column; align-items: flex-start; padding: 24px 16px 40px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 30px; }
  .phone { width: min(40vw, 148px); }
}

html[dir="rtl"] .nav-links { margin-left: 0; margin-right: auto; }
html[dir="rtl"] .check li,
html[dir="rtl"] .cross li { padding-left: 0; padding-right: 18px; }
html[dir="rtl"] .check li::before,
html[dir="rtl"] .cross li::before { left: auto; right: 0; }
html[dir="rtl"] .signal-bar span::before { margin-right: 0; margin-left: 10px; }
@media (max-width: 960px) {
  html[dir="rtl"] .nav-toggle { margin-left: 0; }
}
