/* ============================================================
   EVOLTAS | HIREON — World-Class Design System
   ============================================================ */

:root {
  --bg: #05080c;
  --bg-2: #0a1220;
  --bg-3: #0d1b2b;
  --ink: #f4fbff;
  --muted: #b2c4d8;
  --accent: #2be4ff;
  --accent-2: #1ab8e6;
  --accent-3: #6af6ff;
  --glass: rgba(255, 255, 255, 0.05);
  --glass-strong: rgba(255, 255, 255, 0.12);
  --border: rgba(255, 255, 255, 0.1);
  --border-hover: rgba(255, 255, 255, 0.22);
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.35);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --font-display: "Outfit", "Syne", "Times New Roman", serif;
  --font-body: "Outfit", "Inter", "Trebuchet MS", sans-serif;
  --container: min(1280px, 100% - 10vw);
  --header-height: 72px;
  --header-offset: 88px;
  --avatar-size: 180px;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --transition-fast: 0.2s var(--ease-out-expo);
  --transition-medium: 0.4s var(--ease-out-expo);
  --transition-slow: 0.7s var(--ease-out-expo);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  font-size: clamp(15px, 0.9vw, 17px);
  background:
    radial-gradient(circle at 15% 10%, rgba(43, 228, 255, 0.12), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(26, 184, 230, 0.14), transparent 50%),
    radial-gradient(circle at 25% 85%, rgba(106, 246, 255, 0.1), transparent 40%),
    var(--bg);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(43, 228, 255, 0.08), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(26, 184, 230, 0.08), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

body.nav-open { overflow: hidden; }
body:not(.is-loaded) { overflow: hidden; }

body:not(.is-loaded) main,
body:not(.is-loaded) .site-header,
body:not(.is-loaded) .site-footer {
  opacity: 0;
  transform: translateY(12px);
}

body.is-loaded main,
body.is-loaded .site-header,
body.is-loaded .site-footer {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding-left: 20px; color: var(--muted); }

h1, h2, h3, h4 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--ink);
}

h2 { font-size: clamp(2rem, 3.5vw, 3.6rem); }
h3 { font-size: clamp(1.1rem, 1.4vw, 1.4rem); }

p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── Utility ── */
.container { width: var(--container); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* ── Scroll Progress ── */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
  z-index: 90;
}

/* ── Constellation Canvas ── */
#constellation {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* ── Ambient Glows ── */
.ambient { position: fixed; inset: 0; pointer-events: none; z-index: 1; }

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  opacity: 0.45;
  mix-blend-mode: screen;
  animation: drift 18s ease-in-out infinite;
}

.glow.g1 {
  width: 420px; height: 420px; top: -160px; left: -120px;
  background: radial-gradient(circle, rgba(43, 228, 255, 0.55), transparent 70%);
}
.glow.g2 {
  width: 520px; height: 520px; top: 20%; right: -180px;
  background: radial-gradient(circle, rgba(26, 184, 230, 0.55), transparent 70%);
  animation-duration: 22s;
}
.glow.g3 {
  width: 460px; height: 460px; bottom: -200px; left: 20%;
  background: radial-gradient(circle, rgba(106, 246, 255, 0.5), transparent 70%);
  animation-duration: 26s;
}

/* ── Grain Texture ── */
.grain {
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.25;
  pointer-events: none;
  z-index: 2;
}

/* ── Cursor Glow ── */
.cursor-glow {
  position: fixed;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 228, 255, 0.06), transparent 60%);
  pointer-events: none;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  opacity: 0;
}

body.cursor-active .cursor-glow { opacity: 1; }

/* ── Preloader ── */
.preloader {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(26, 184, 230, 0.14), transparent 55%),
    linear-gradient(130deg, rgba(5, 8, 12, 0.92), rgba(10, 18, 32, 0.96)),
    var(--bg);
  background-size: 180% 180%;
  background-position: 0% 50%;
  display: grid;
  place-items: center;
  z-index: 120;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  animation: aurora 12s ease-in-out infinite;
}

.preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.preloader-core {
  position: relative;
  display: grid;
  place-items: center;
  gap: 16px;
  text-align: center;
}

.preloader-logo {
  width: clamp(100px, 18vw, 170px);
  height: auto;
  filter: drop-shadow(0 0 30px rgba(43, 228, 255, 0.35));
  animation: logoReveal 1.4s ease-out forwards, logoPulse 2.6s ease-in-out 1.4s infinite;
}

.preloader-glow {
  position: absolute;
  width: clamp(280px, 44vw, 380px);
  height: clamp(180px, 30vw, 260px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(43, 228, 255, 0.2), transparent 65%);
  filter: blur(10px);
  animation: pulse 3.6s ease-out infinite;
}

.preloader-orbit {
  position: absolute;
  border-radius: 50%;
  animation: orbit 6.5s linear infinite;
  pointer-events: none;
}

.preloader-orbit::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(43, 228, 255, 0.9);
  box-shadow: 0 0 14px rgba(43, 228, 255, 0.7);
}

.preloader-orbit.orbit-1 { width: clamp(200px, 32vw, 280px); height: clamp(200px, 32vw, 280px); }
.preloader-orbit.orbit-2 { width: clamp(260px, 40vw, 360px); height: clamp(260px, 40vw, 360px); animation-duration: 9s; animation-direction: reverse; }
.preloader-orbit.orbit-2::before { width: 6px; height: 6px; background: rgba(106, 246, 255, 0.7); box-shadow: 0 0 12px rgba(106, 246, 255, 0.6); }

.preloader-text { font-size: 0.8rem; letter-spacing: 0.5em; text-transform: uppercase; color: rgba(246, 251, 255, 0.75); }
.preloader-motto { font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(106, 246, 255, 0.75); }
.preloader-status { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(246, 251, 255, 0.5); }

.preloader-dots { display: flex; gap: 10px; }
.preloader-dots span {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(43, 228, 255, 0.8);
  box-shadow: 0 0 12px rgba(43, 228, 255, 0.6);
  animation: blink 1.6s ease-in-out infinite;
}
.preloader-dots span:nth-child(2) { animation-delay: 0.2s; }
.preloader-dots span:nth-child(3) { animation-delay: 0.4s; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: calc(14px + env(safe-area-inset-top)) 0 14px;
  z-index: 80;
  background: rgba(9, 12, 18, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: background var(--transition-medium), box-shadow var(--transition-medium);
}

.header-inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.site-header.scrolled {
  background: rgba(9, 12, 18, 0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.08);
}

/* Logo */
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark {
  width: 44px; height: 44px; object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(43, 228, 255, 0.4));
  transition: filter var(--transition-fast);
}
.logo:hover .logo-mark { filter: drop-shadow(0 0 24px rgba(43, 228, 255, 0.65)); }
.logo-text { display: grid; gap: 1px; }
.logo-title { font-family: var(--font-display); font-size: 1.1rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; }
.logo-sub { font-size: 0.68rem; letter-spacing: 0.4em; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); }

/* Nav */
.nav-links {
  display: flex; gap: 18px; flex-wrap: nowrap;
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--muted); justify-self: center; justify-content: center; white-space: nowrap;
}

.nav-links a { position: relative; padding: 6px 0; transition: color var(--transition-fast); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transition: width 0.3s var(--ease-out-expo);
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }

/* Header Actions */
.header-actions { display: inline-flex; align-items: center; gap: 12px; justify-self: end; }
.header-cta { display: inline-flex; gap: 10px; align-items: center; }

/* Nav Toggle (mobile) */
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15); background: rgba(12, 18, 26, 0.7);
  align-items: center; justify-content: center; gap: 5px; flex-direction: column;
  cursor: pointer; transition: transform var(--transition-fast), border var(--transition-fast);
}
.nav-toggle:hover { transform: translateY(-1px); border-color: rgba(255, 255, 255, 0.35); }
.nav-toggle .bar { width: 20px; height: 2px; border-radius: 999px; background: var(--ink); transition: transform 0.3s ease, opacity 0.3s ease; }

body.nav-open .nav-toggle .bar:nth-child(2) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle .bar:nth-child(3) { opacity: 0; }
body.nav-open .nav-toggle .bar:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

/* Nav Drawer */
.nav-backdrop {
  position: fixed; inset: 0; background: rgba(6, 10, 16, 0.7);
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 85;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}

.nav-drawer {
  position: fixed; top: 0; right: 0; height: 100%;
  width: min(380px, 92vw);
  background: rgba(10, 16, 24, 0.97);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.5);
  transform: translateX(100%);
  transition: transform 0.4s var(--ease-out-expo);
  z-index: 90;
  padding: calc(28px + env(safe-area-inset-top)) 24px calc(28px + env(safe-area-inset-bottom));
  display: flex; flex-direction: column; gap: 24px;
}

.nav-drawer-header {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255, 255, 255, 0.5);
}

.nav-close {
  width: 38px; height: 38px; border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15); background: rgba(255, 255, 255, 0.06);
  color: var(--ink); cursor: pointer; display: grid; place-items: center; font-size: 1.1rem;
  transition: background var(--transition-fast), border var(--transition-fast);
}
.nav-close:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.3); }

.nav-drawer-links { display: grid; gap: 6px; }
.nav-drawer-links a {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 1rem; padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color var(--transition-fast), padding-left var(--transition-fast);
}
.nav-drawer-links a:hover { color: var(--accent); padding-left: 8px; }
.nav-drawer-links a::after { content: "\2192"; font-size: 0.8rem; color: rgba(255, 255, 255, 0.35); }

.nav-drawer-cta { margin-top: auto; display: grid; gap: 12px; }

body.nav-open .nav-backdrop { opacity: 1; pointer-events: auto; }
body.nav-open .nav-drawer { transform: translateX(0); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: 999px; font-weight: 600;
  border: 1px solid transparent; cursor: pointer;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border var(--transition-fast), background var(--transition-fast);
  font-size: 0.88rem; font-family: var(--font-body); position: relative; overflow: hidden;
}

.btn.large { padding: 16px 32px; font-size: 0.95rem; }

.btn.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #031019;
  box-shadow: 0 12px 28px rgba(43, 228, 255, 0.2);
}
.btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(43, 228, 255, 0.3);
}

.btn.ghost {
  background: rgba(12, 18, 26, 0.45);
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--ink);
}
.btn.ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.btn:focus-visible { outline: 2px solid rgba(43, 228, 255, 0.6); outline-offset: 3px; }

.btn.full-width { width: 100%; }

/* Button loader */
.btn-loader {
  display: none;
  width: 18px; height: 18px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
.btn.loading .btn-text { opacity: 0; }
.btn.loading .btn-arrow { display: none; }
.btn.loading .btn-loader { display: block; }

/* ============================================================
   MAIN
   ============================================================ */
main { position: relative; z-index: 5; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  padding: calc(80px + var(--header-offset)) 0 80px;
  position: relative;
}

.hero::before {
  content: ""; position: absolute; inset: 8% 0 0;
  background:
    radial-gradient(circle at 12% 30%, rgba(43, 228, 255, 0.15), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(26, 184, 230, 0.12), transparent 55%);
  opacity: 0.6; z-index: 0; pointer-events: none;
}

.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 52px;
  align-items: start; position: relative; z-index: 1;
}

.hero-copy { max-width: 720px; position: relative; }
.hero-copy h1 {
  font-size: clamp(2.6rem, 3.6vw, 4.8rem);
  line-height: 1.04;
  text-wrap: balance;
  position: relative; z-index: 1;
  background: linear-gradient(135deg, var(--ink) 0%, rgba(255, 255, 255, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-copy p, .section-head p, .section-desc,
.market-callout p, .customer-card p, .validation-card p {
  max-width: 62ch; position: relative; z-index: 1;
}

.lead { font-size: 1.05rem; color: rgba(255, 255, 255, 0.68); line-height: 1.75; }

/* Pill */
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 18px; border-radius: 999px;
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.2em;
  background: rgba(43, 228, 255, 0.1);
  border: 1px solid rgba(43, 228, 255, 0.2);
  color: var(--accent); margin-bottom: 20px;
  position: relative; z-index: 1;
}

.pill-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(43, 228, 255, 0.8);
  animation: blink 2s ease-in-out infinite;
}

.cta-group { display: flex; flex-wrap: wrap; gap: 14px; margin: 22px 0 16px; position: relative; z-index: 1; }
.cta-group.center { justify-content: center; }

/* Stats */
.stat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 20px; position: relative; z-index: 1;
}

.stat-card {
  padding: 20px; border-radius: var(--radius-md);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; gap: 8px;
  position: relative; overflow: hidden;
  transition: border-color var(--transition-medium), transform var(--transition-medium);
}
.stat-card > * { position: relative; z-index: 1; }
.stat-card::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 10% 0%, rgba(43, 228, 255, 0.15), transparent 60%);
  opacity: 0; transition: opacity 0.4s ease;
}
.stat-card:hover { border-color: rgba(43, 228, 255, 0.3); transform: translateY(-4px); }
.stat-card:hover::after { opacity: 1; }

.stat-value { font-size: clamp(1.5rem, 2vw, 2.2rem); font-weight: 800; color: var(--accent-3); font-family: var(--font-display); }
.stat-label { font-size: 0.82rem; color: var(--muted); line-height: 1.5; }

/* Hero notes */
.hero-notes {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px; margin-top: 18px; max-width: 560px; position: relative; z-index: 1;
}
.hero-notes span {
  display: flex; align-items: center; justify-content: center;
  padding: 10px 14px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.03);
  font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; text-align: center;
  min-height: 38px; transition: border-color var(--transition-fast), background var(--transition-fast);
}
.hero-notes span:hover {
  border-color: rgba(43, 228, 255, 0.3);
  background: rgba(43, 228, 255, 0.06);
}

/* Hero Visual */
.hero-visual {
  position: relative; min-height: clamp(480px, 34vw, 660px);
  display: flex; justify-content: flex-end; align-items: flex-start;
  align-self: center; padding-top: 28px;
}
.hero-visual::before {
  content: ""; position: absolute; inset: -20% -10%;
  background: radial-gradient(circle at 30% 20%, rgba(43, 228, 255, 0.15), transparent 55%);
  opacity: 0.6; z-index: -1;
}

.hireon-watermark {
  position: absolute; width: clamp(200px, 24vw, 340px); height: auto;
  opacity: 0.2; filter: drop-shadow(0 0 30px rgba(43, 228, 255, 0.35));
  pointer-events: none; z-index: 0;
}
.hero-copy-mark { top: 18%; left: 50%; transform: translateX(-50%); }

/* Bento Grid */
.hero-bento {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-areas:
    "main main main main mini1 mini1"
    "main main main main mini2 mini2"
    "main main main main mini3 mini3";
  grid-auto-rows: clamp(120px, 11.5vw, 150px);
  gap: 16px; width: min(720px, 100%); margin: 0 auto;
  position: relative; z-index: 1;
}

.bento-card {
  padding: 20px; border-radius: var(--radius-md);
  background: rgba(10, 16, 26, 0.72);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  position: relative; overflow: hidden;
  transition: transform var(--transition-medium), border var(--transition-medium), box-shadow var(--transition-medium);
}
.bento-card.accent {
  background: linear-gradient(135deg, rgba(43, 228, 255, 0.15), rgba(26, 184, 230, 0.15));
  border-color: rgba(255, 255, 255, 0.18);
}
.bento-card::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(260px circle at var(--x, 50%) var(--y, 50%), rgba(43, 228, 255, 0.15), transparent 70%);
  opacity: 0; transition: opacity 0.3s ease;
}
.bento-card:hover { transform: translateY(-5px); border-color: rgba(43, 228, 255, 0.3); box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45); }
.bento-card:hover::after { opacity: 1; }

.bento-large { grid-area: main; padding: 24px; }
.bento-mini { grid-column: auto; min-height: 130px; }
.bento-mini.mini-1 { grid-area: mini1; }
.bento-mini.mini-2 { grid-area: mini2; }
.bento-mini.mini-3 { grid-area: mini3; }

.bento-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.2em; color: rgba(255, 255, 255, 0.55); margin-bottom: 10px; }
.bento-title { font-size: 1.06rem; display: block; margin-bottom: 8px; }
.bento-copy { font-size: 0.84rem; color: rgba(255, 255, 255, 0.6); line-height: 1.5; }

/* App Shell */
.app-shell {
  display: grid; gap: 14px; height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.06); border-radius: var(--radius-md);
  padding: 6px; background: linear-gradient(160deg, rgba(255, 255, 255, 0.03), transparent);
}
.app-shell > * { border-radius: var(--radius-sm); }
.app-header {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6);
}
.app-brand { display: inline-flex; align-items: center; gap: 10px; }
.app-icon {
  width: 56px; height: 56px; object-fit: contain; padding: 6px;
  border-radius: 14px; background: rgba(43, 228, 255, 0.12);
  filter: drop-shadow(0 0 16px rgba(43, 228, 255, 0.5));
}
.app-title { font-size: 0.92rem; letter-spacing: 0.14em; font-weight: 600; }
.app-pill { padding: 4px 10px; border-radius: 999px; background: rgba(26, 184, 230, 0.18); color: #5fe9ff; font-size: 0.68rem; }
.app-body { display: grid; gap: 10px; }
.app-row {
  padding: 10px 14px; border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.03);
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;
  gap: 6px 12px; min-height: 40px;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}
.app-row:hover { border-color: rgba(43, 228, 255, 0.2); background: rgba(43, 228, 255, 0.04); }
.app-row strong { flex: 1 1 55%; font-size: 0.88rem; }
.app-row span { flex: 1 1 40%; text-align: right; font-size: 0.74rem; color: rgba(255, 255, 255, 0.55); }
.app-footer {
  margin-top: auto; font-size: 0.82rem; color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08); padding: 10px 0;
  text-align: center; display: flex; align-items: center; justify-content: center; min-height: 38px;
}

/* ============================================================
   MARQUEE / SOCIAL PROOF
   ============================================================ */
.social-proof { padding: 50px 0; overflow: hidden; }

.marquee {
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  overflow: hidden;
}

.marquee-track {
  display: flex; align-items: center; gap: 32px; white-space: nowrap;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.marquee-item {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.marquee-divider { color: var(--accent); opacity: 0.4; font-size: 0.8rem; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 110px 0; position: relative; }
section[id] { scroll-margin-top: calc(var(--header-offset) + 32px); }
.section.tone { background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)); }

.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head h2 { text-wrap: balance; }
.section-desc { font-size: 1.05rem; line-height: 1.75; }

.section-eyebrow {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.4em;
  color: var(--accent); margin-bottom: 16px; font-weight: 600;
}

/* ============================================================
   PROBLEM
   ============================================================ */
.problem-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}

.problem-card {
  padding: 32px; border-radius: var(--radius-lg);
  background: rgba(12, 18, 28, 0.65);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  transition: border-color var(--transition-medium), transform var(--transition-medium);
}
.problem-card:hover { border-color: rgba(43, 228, 255, 0.25); transform: translateY(-4px); }

.problem-icon {
  width: 56px; height: 56px; border-radius: var(--radius-md);
  background: rgba(43, 228, 255, 0.08); border: 1px solid rgba(43, 228, 255, 0.15);
  display: grid; place-items: center; margin-bottom: 20px;
}

.problem-card h3 { margin-bottom: 16px; }
.problem-card li { margin-bottom: 10px; line-height: 1.6; font-size: 0.92rem; }

/* Problem Stats */
.problem-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: 40px; padding: 32px; border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(43, 228, 255, 0.08), rgba(26, 184, 230, 0.06));
  border: 1px solid rgba(43, 228, 255, 0.12);
}

.problem-stat { text-align: center; }
.problem-stat strong {
  display: block; font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-family: var(--font-display); font-weight: 800;
  color: var(--accent-3); margin-bottom: 8px;
}
.problem-stat span { font-size: 0.85rem; color: var(--muted); line-height: 1.5; }

/* ============================================================
   FEATURE / SOLUTION CARDS
   ============================================================ */
.feature-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px;
}

.feature-card {
  padding: 28px; border-radius: var(--radius-md);
  border: 1px solid var(--border); background: var(--glass);
  transition: transform var(--transition-medium), border var(--transition-medium), box-shadow var(--transition-medium);
}
.feature-card:hover { transform: translateY(-6px); border-color: rgba(43, 228, 255, 0.35); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }

.feature-icon {
  width: 52px; height: 52px; border-radius: var(--radius-sm);
  background: rgba(43, 228, 255, 0.08); border: 1px solid rgba(43, 228, 255, 0.12);
  display: grid; place-items: center; margin-bottom: 18px;
}

.spotlight-card { position: relative; overflow: hidden; }
.spotlight-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(300px circle at var(--x, 50%) var(--y, 50%), rgba(43, 228, 255, 0.18), transparent 70%);
  opacity: 0; transition: opacity 0.4s ease;
}
.spotlight-card:hover::before { opacity: 1; }
.spotlight-card > * { position: relative; z-index: 1; }

/* ============================================================
   PRODUCT / HOW IT WORKS
   ============================================================ */
.product-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; align-items: start;
}

.product-panel {
  padding: 32px; border-radius: var(--radius-lg);
  background: var(--glass); border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.role-toggle {
  display: inline-flex; gap: 4px;
  background: rgba(0, 0, 0, 0.3); padding: 4px; border-radius: 999px; margin-bottom: 24px;
}

.toggle-btn {
  border: none; background: transparent; color: var(--muted);
  padding: 10px 20px; border-radius: 999px; cursor: pointer;
  font-weight: 600; font-family: var(--font-body);
  transition: all 0.3s var(--ease-out-expo);
}
.toggle-btn.active {
  background: linear-gradient(135deg, rgba(43, 228, 255, 0.2), rgba(26, 184, 230, 0.2));
  color: var(--ink); box-shadow: 0 4px 16px rgba(43, 228, 255, 0.15);
}

.toggle-panel .panel { display: none; }
.toggle-panel .panel.active { display: block; animation: fadeIn 0.4s var(--ease-out-expo); }
.toggle-panel .panel li { margin-bottom: 12px; line-height: 1.6; }

.product-visual { display: grid; gap: 18px; }

.journey-card {
  padding: 28px; border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(14, 22, 34, 0.9), rgba(12, 18, 28, 0.65));
  border: 1px solid var(--border); box-shadow: var(--shadow);
  display: grid; gap: 14px;
}

.journey-header { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.25em; color: rgba(255, 255, 255, 0.5); }

.journey-step {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink); font-weight: 500; font-size: 0.92rem;
  transition: border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);
}
.journey-step:hover { border-color: rgba(43, 228, 255, 0.2); background: rgba(43, 228, 255, 0.04); transform: translateX(4px); }

.journey-step span {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center;
  background: rgba(43, 228, 255, 0.15); color: var(--accent);
  font-size: 0.72rem; letter-spacing: 0.1em; font-weight: 700;
}

.journey-footer {
  font-size: 0.88rem; color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.06); padding-top: 14px;
}

.insight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.insight-card {
  padding: 20px; border-radius: var(--radius-md);
  border: 1px solid var(--border); background: rgba(255, 255, 255, 0.03);
  display: grid; gap: 6px;
  transition: border-color var(--transition-fast);
}
.insight-card:hover { border-color: rgba(43, 228, 255, 0.25); }
.insight-card span { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); }

/* ============================================================
   TECHNOLOGY
   ============================================================ */
.tech-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}

.tech-card {
  padding: 32px; border-radius: var(--radius-lg);
  background: var(--glass); border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  transition: border-color var(--transition-medium), transform var(--transition-medium);
}
.tech-card:hover { border-color: rgba(43, 228, 255, 0.3); transform: translateY(-6px); }

.tech-number {
  font-family: var(--font-display); font-size: 2.4rem; font-weight: 800;
  color: rgba(43, 228, 255, 0.15); margin-bottom: 16px; line-height: 1;
}

/* ============================================================
   MARKET
   ============================================================ */
.market-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}

.metric-card {
  padding: 28px; border-radius: var(--radius-md);
  background: var(--glass); border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  transition: border-color var(--transition-medium), transform var(--transition-medium);
}
.metric-card:hover { border-color: rgba(43, 228, 255, 0.3); transform: translateY(-4px); }

.metric-value { font-size: 2.2rem; font-weight: 800; color: var(--accent-3); font-family: var(--font-display); }
.metric-label { font-size: 0.88rem; color: var(--muted); margin-top: 8px; line-height: 1.5; }

.market-callout {
  margin-top: 28px; padding: 28px; border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border);
}

/* ============================================================
   COMPARE / DIFFERENTIATION
   ============================================================ */
.compare-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}

.compare-card {
  padding: 32px; border-radius: var(--radius-lg);
  border: 1px solid var(--border); background: rgba(12, 18, 28, 0.6);
  box-shadow: var(--shadow-soft);
  transition: border-color var(--transition-medium), transform var(--transition-medium);
}
.compare-card:hover { transform: translateY(-4px); }

.compare-label {
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.4); margin-bottom: 12px;
}

.compare-card.highlight {
  background: linear-gradient(135deg, rgba(43, 228, 255, 0.12), rgba(26, 184, 230, 0.12));
  border-color: rgba(43, 228, 255, 0.2);
}
.compare-card.highlight .compare-label { color: var(--accent); }

.compare-card li { margin-bottom: 10px; line-height: 1.6; }

/* ============================================================
   VALIDATION / SIGNAL
   ============================================================ */
.signal-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}

.signal-card {
  padding: 28px; border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border);
  text-align: center;
  transition: border-color var(--transition-medium), transform var(--transition-medium);
}
.signal-card:hover { border-color: rgba(43, 228, 255, 0.3); transform: translateY(-4px); }

.signal-value { font-size: 2.4rem; font-weight: 800; color: var(--accent-3); font-family: var(--font-display); }
.signal-label { font-size: 0.88rem; color: var(--muted); margin-top: 8px; line-height: 1.5; }

/* ============================================================
   TEAM
   ============================================================ */
.team-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px;
}

.team-card {
  padding: 28px; border-radius: var(--radius-lg);
  background: var(--glass); border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  display: grid; gap: 14px; align-content: start;
  justify-items: center; text-align: center;
  transition: border-color var(--transition-medium), transform var(--transition-medium);
}
.team-card:hover { border-color: rgba(43, 228, 255, 0.25); transform: translateY(-6px); }

.team-photo {
  width: var(--avatar-size); height: var(--avatar-size); border-radius: 50%;
  object-fit: contain; background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3); padding: 6px;
  transition: border-color var(--transition-fast);
}

.team-photo-placeholder {
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(43, 228, 255, 0.06), rgba(255, 255, 255, 0.03));
}
.team-card:hover .team-photo { border-color: rgba(43, 228, 255, 0.3); }

.team-link {
  width: fit-content; padding: 8px 16px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15); color: var(--ink);
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}
.team-link:hover { border-color: rgba(43, 228, 255, 0.4); background: rgba(43, 228, 255, 0.08); }

.advisor-card {
  margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center;
  gap: 20px; padding: 24px; border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.03);
  max-width: 540px; justify-content: center; text-align: center;
  margin-left: auto; margin-right: auto;
  transition: border-color var(--transition-medium);
}
.advisor-card:hover { border-color: rgba(43, 228, 255, 0.25); }

.advisor-photo {
  width: var(--avatar-size); height: var(--avatar-size); border-radius: 50%;
  object-fit: contain; background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1); padding: 6px;
}

.advisor-meta { display: grid; gap: 8px; font-size: 0.92rem; justify-items: center; }
.advisor-meta p { margin: 0; color: var(--muted); font-size: 0.88rem; line-height: 1.6; max-width: 44ch; }
.advisor-meta span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.25em; color: rgba(255, 255, 255, 0.45); }

/* ============================================================
   CTA
   ============================================================ */
.cta { padding: 120px 0; }

.cta-inner {
  padding: 64px; border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(43, 228, 255, 0.12), rgba(26, 184, 230, 0.1));
  border: 1px solid rgba(43, 228, 255, 0.15);
  text-align: center; box-shadow: var(--shadow);
  position: relative; overflow: hidden;
}
.cta-inner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(43, 228, 255, 0.1), transparent 50%);
  pointer-events: none;
}

.cta-badge {
  display: inline-block; padding: 6px 16px; border-radius: 999px;
  background: rgba(43, 228, 255, 0.15); border: 1px solid rgba(43, 228, 255, 0.25);
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--accent); margin-bottom: 20px;
}

.cta-inner h2 { position: relative; z-index: 1; }
.cta-inner p { position: relative; z-index: 1; max-width: 52ch; margin: 0 auto 24px; font-size: 1.05rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  padding: 64px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(6, 10, 18, 0.88);
}

.footer-grid {
  display: grid; grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px; margin-bottom: 40px;
}

.footer-brand p { max-width: 28ch; margin-top: 12px; font-size: 0.88rem; }
.footer-grid h4 { margin-bottom: 16px; font-size: 0.88rem; }

.footer-grid ul { list-style: none; padding: 0; margin: 0; font-size: 0.88rem; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a { color: var(--muted); transition: color var(--transition-fast); }
.footer-grid a:hover { color: var(--accent); }

.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: 0.78rem; color: rgba(255, 255, 255, 0.45);
  padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-tagline { letter-spacing: 0.3em; text-transform: uppercase; }

/* ============================================================
   WAITLIST PAGE
   ============================================================ */
.waitlist-hero {
  padding: calc(60px + var(--header-offset)) 0 40px;
  text-align: center;
}
.waitlist-hero-content { max-width: 680px; margin: 0 auto; }
.waitlist-hero h1 { font-size: clamp(2.2rem, 3.5vw, 4rem); }

.waitlist-benefits { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 24px; }
.waitlist-benefit { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: var(--muted); }

/* Waitlist Form Container */
.waitlist-section { padding: 40px 0 120px; }

.waitlist-container {
  max-width: 800px; margin: 0 auto;
  background: rgba(12, 18, 28, 0.7);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

/* Role Selector */
.waitlist-role-selector { margin-bottom: 36px; text-align: center; }
.waitlist-role-selector h2 { font-size: 1.5rem; margin-bottom: 20px; }

.role-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.role-card {
  padding: 24px; border-radius: var(--radius-lg);
  border: 2px solid var(--border); background: rgba(255, 255, 255, 0.03);
  cursor: pointer; text-align: center;
  display: grid; gap: 10px; justify-items: center;
  transition: all 0.3s var(--ease-out-expo);
  font-family: var(--font-body);
}
.role-card:hover { border-color: rgba(43, 228, 255, 0.3); background: rgba(43, 228, 255, 0.04); }
.role-card.active {
  border-color: var(--accent);
  background: rgba(43, 228, 255, 0.08);
  box-shadow: 0 0 30px rgba(43, 228, 255, 0.12);
}

.role-card-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(43, 228, 255, 0.08);
  display: grid; place-items: center;
  transition: background var(--transition-fast);
}
.role-card.active .role-card-icon { background: rgba(43, 228, 255, 0.15); }
.role-card-icon svg { stroke: var(--muted); transition: stroke var(--transition-fast); }
.role-card.active .role-card-icon svg { stroke: var(--accent); }

.role-card strong { font-size: 1.05rem; color: var(--ink); }
.role-card span { font-size: 0.82rem; color: var(--muted); }

/* Form */
.waitlist-form { display: none; }
.waitlist-form.active { display: block; animation: fadeIn 0.4s var(--ease-out-expo); }

.form-header { margin-bottom: 28px; }
.form-header h3 { font-size: 1.3rem; margin-bottom: 8px; }
.form-header p { font-size: 0.92rem; margin: 0; }

.form-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 20px;
}

.form-group { display: grid; gap: 8px; }
.form-group.full-width { grid-column: 1 / -1; margin-bottom: 20px; }

.form-group label {
  font-size: 0.82rem; font-weight: 600; color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
}

.required { color: var(--accent); }

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 14px 16px; border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink); font-family: var(--font-body); font-size: 0.92rem;
  transition: border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form-group select { appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 36px;
}

.form-group select option { background: #0d1b2b; color: var(--ink); }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent);
  background: rgba(43, 228, 255, 0.04);
  box-shadow: 0 0 0 3px rgba(43, 228, 255, 0.1);
}

.form-group textarea { resize: vertical; min-height: 80px; }

.form-error {
  font-size: 0.75rem; color: #ff6b6b; min-height: 0;
  transition: min-height var(--transition-fast);
}
.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
  border-color: #ff6b6b;
  background: rgba(255, 107, 107, 0.04);
}

/* Success State */
.waitlist-success {
  text-align: center; padding: 40px 20px;
  animation: fadeIn 0.6s var(--ease-out-expo);
}
.waitlist-success[hidden] { display: none; }

.success-icon { margin-bottom: 24px; }
.success-icon svg { animation: scaleIn 0.5s var(--ease-out-expo); }

.waitlist-success h2 { font-size: 2rem; margin-bottom: 12px; }
.waitlist-success p { font-size: 1.05rem; max-width: 48ch; margin: 0 auto 24px; }

.success-details {
  padding: 20px; border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border);
  margin-bottom: 28px; display: none;
}
.success-details.has-data { display: block; }
.success-details p { font-size: 0.88rem; margin: 6px 0; text-align: left; }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
[data-reveal] {
  opacity: 0; transform: translateY(32px);
  transition: opacity 0.7s var(--ease-out-quint), transform 0.7s var(--ease-out-quint);
}

[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Stagger delays */
.stat-grid .stat-card:nth-child(1),
.feature-grid .feature-card:nth-child(1),
.team-grid .team-card:nth-child(1),
.signal-grid .signal-card:nth-child(1),
.tech-grid .tech-card:nth-child(1) { transition-delay: 0.05s; }

.stat-grid .stat-card:nth-child(2),
.feature-grid .feature-card:nth-child(2),
.team-grid .team-card:nth-child(2),
.signal-grid .signal-card:nth-child(2),
.tech-grid .tech-card:nth-child(2) { transition-delay: 0.12s; }

.stat-grid .stat-card:nth-child(3),
.feature-grid .feature-card:nth-child(3),
.team-grid .team-card:nth-child(3),
.signal-grid .signal-card:nth-child(3),
.tech-grid .tech-card:nth-child(3) { transition-delay: 0.2s; }

.feature-grid .feature-card:nth-child(4),
.team-grid .team-card:nth-child(4) { transition-delay: 0.28s; }

/* ============================================================
   KEYFRAMES
   ============================================================ */
@keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scaleIn { from { transform: scale(0); } to { transform: scale(1); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }
@keyframes logoReveal { 0% { opacity: 0; transform: scale(0.9); } 60% { opacity: 1; transform: scale(1.02); } 100% { opacity: 1; transform: scale(1); } }
@keyframes logoPulse { 0%, 100% { transform: scale(1); filter: drop-shadow(0 0 20px rgba(43, 228, 255, 0.35)); } 50% { transform: scale(1.02); filter: drop-shadow(0 0 36px rgba(43, 228, 255, 0.6)); } }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes pulse { 0% { transform: scale(0.9); opacity: 0.2; } 70% { transform: scale(1.02); opacity: 0.4; } 100% { transform: scale(1.12); opacity: 0; } }
@keyframes blink { 0%, 100% { opacity: 0.3; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-3px); } }
@keyframes orbit { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes aurora { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes drift { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(20px, -20px, 0); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: 2; justify-content: center; align-items: center; padding-top: 0; }
  .hero-copy { order: 1; }
  .hero-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "main main" "mini1 mini1" "mini2 mini2" "mini3 mini3";
    grid-auto-rows: auto;
  }
  .product-grid, .compare-grid { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .tech-grid { grid-template-columns: 1fr; }
  .market-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-cta .btn.ghost { display: none; }
}

@media (max-width: 860px) {
  .site-header { padding: calc(12px + env(safe-area-inset-top)) 0 12px; }
  .header-inner { width: min(1000px, 100% - 10vw); }
}

@media (max-width: 720px) {
  :root { --avatar-size: 150px; }
  .container { width: min(1000px, 100% - 8vw); }
  .cta-inner { padding: 40px 24px; }
  .hero { padding: calc(60px + var(--header-offset)) 0 60px; }
  .hero-bento {
    grid-template-columns: 1fr;
    grid-template-areas: "main" "mini1" "mini2" "mini3";
    grid-auto-rows: auto;
  }
  .hero-visual { min-height: 420px; }
  .section { padding: 80px 0; }
  section[id] { scroll-margin-top: calc(var(--header-offset) + 20px); }
  .header-cta { display: none; }
  .problem-stats { grid-template-columns: 1fr; gap: 16px; }
  .signal-grid { grid-template-columns: 1fr; }
  .market-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .role-cards { grid-template-columns: 1fr; }
  .waitlist-container { padding: 24px; }
}

@media (max-width: 600px) {
  .hero-copy h1 { font-size: clamp(2rem, 9vw, 3.2rem); }
  .lead { font-size: 0.95rem; }
  .stat-grid { grid-template-columns: 1fr; }
  .hero-notes { grid-template-columns: 1fr; }
  .hero-notes span { font-size: 0.65rem; }
  .cta { padding: 90px 0; }
  .app-icon { width: 44px; height: 44px; }
  .bento-mini { min-height: 0; }
  .app-row span { text-align: left; }
  .waitlist-benefits { flex-direction: column; align-items: center; }
}

@media (max-width: 520px) {
  :root { --avatar-size: 130px; }
  .site-header { padding: calc(10px + env(safe-area-inset-top)) 0 10px; }
  .header-inner { width: min(1000px, 100% - 8vw); }
  .hero { padding: calc(50px + var(--header-offset)) 0 50px; }
  .cta-inner { padding: 28px 16px; }
  .nav-drawer { width: 100%; }
  .logo-mark { width: 38px; height: 38px; }
  .section { padding: 64px 0; }
}

@media (min-width: 1300px) {
  :root { --container: min(1360px, 100% - 12vw); }
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 80px; }
  .hero-copy h1 { font-size: clamp(3.2rem, 4.2vw, 5.2rem); }
  .hero-bento { grid-auto-rows: 130px; }
}

@media (min-width: 1600px) {
  :root { --container: min(1500px, 100% - 14vw); }
  .hero { padding: calc(110px + var(--header-offset)) 0 140px; }
  .hero-grid { gap: 100px; }
  .hero-copy h1 { font-size: 5.4rem; }
  .hero-copy { max-width: 860px; }
  .hero-bento { width: min(820px, 100%); }
}

@media (min-width: 1200px) {
  .nav-links { gap: 22px; font-size: 0.74rem; }
}

@media (min-width: 1900px) {
  :root { --container: min(1680px, 100% - 16vw); }
  .hero { padding: calc(120px + var(--header-offset)) 0 160px; }
  .hero-grid { gap: 120px; }
  .hero-visual { min-height: 720px; }
  .section { padding: 130px 0; }
}

@media (min-width: 981px) {
  .nav-backdrop, .nav-drawer { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { transition: none; opacity: 1; transform: none; }
  .btn:hover { transform: none; }
  #constellation { display: none; }
  .glow { animation: none; }
  .preloader { animation: none; }
  .preloader-glow, .preloader-logo, .preloader-orbit, .preloader-dots span { animation: none; }
  .marquee-track { animation: none; }
  .cursor-glow { display: none; }
}
