/* ===========================================================================
   Extero — marketing site
   Midnight + electric blue, amber accent. Motion-led, conversion-focused.
   =========================================================================== */

:root {
  --ink: #05070E;
  --ink-2: #090D18;
  --surface: #0D1220;
  --surface-2: #121A2B;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);

  --text: #EAEEF7;
  --muted: #93A0B8;
  --dim: #6B7896;

  --brand: #2E6BFF;
  --brand-2: #57A5FF;
  --brand-3: #8FC4FF;
  --amber: #FFB020;
  --amber-2: #FFD166;

  --grad-brand: linear-gradient(135deg, #2E6BFF, #57A5FF 55%, #8FC4FF);
  --grad-warm: linear-gradient(135deg, #FFB020, #FF7A45);

  --r-xs: 8px;
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 34px;

  --maxw: 1180px;
  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-head: "Sora", var(--font);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font);
  background: var(--ink);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

::selection { background: rgba(46, 107, 255, 0.4); color: #fff; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--brand); color: #fff; padding: 12px 18px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* ── Type ──────────────────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
}
h1 { font-size: clamp(2.6rem, 6.4vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); letter-spacing: -0.02em; }

.grad-text {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.warm-text {
  background: var(--grad-warm);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brand-3);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: ""; width: 22px; height: 1px; background: linear-gradient(90deg, transparent, var(--brand-2));
}
.lede { color: var(--muted); font-size: clamp(1.02rem, 1.5vw, 1.18rem); }

/* ── Buttons ───────────────────────────────────────────────────────────── */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: 0.96rem;
  padding: 15px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease),
              background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
  overflow: hidden;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }

.btn-primary {
  background: var(--grad-brand);
  color: #fff;
  box-shadow: 0 12px 34px -12px rgba(46, 107, 255, 0.9), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn-primary::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,0.35) 50%, transparent 80%);
  transform: translateX(-120%);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 44px -14px rgba(46,107,255,1); }
.btn-primary:hover::after { animation: sheen 0.9s var(--ease); }

.btn-glass {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line-strong);
  color: var(--text);
  backdrop-filter: blur(10px);
}
.btn-glass:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.3); transform: translateY(-2px); }

.btn-sm { padding: 11px 20px; font-size: 0.88rem; }
.btn-lg { padding: 17px 32px; font-size: 1rem; }
.btn-block { display: flex; width: 100%; }

@keyframes sheen { to { transform: translateX(120%); } }

/* ── Ambient background ────────────────────────────────────────────────── */
.bg-fx {
  position: fixed; inset: 0; z-index: -1; overflow: hidden;
  pointer-events: none;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
  will-change: transform;
}
.orb-1 { width: 620px; height: 620px; top: -220px; left: -140px; background: radial-gradient(circle, #2E6BFF, transparent 68%); animation: drift1 22s ease-in-out infinite; }
.orb-2 { width: 520px; height: 520px; top: 22%; right: -180px; background: radial-gradient(circle, #57A5FF, transparent 68%); opacity: 0.32; animation: drift2 26s ease-in-out infinite; }
.orb-3 { width: 460px; height: 460px; bottom: -160px; left: 32%; background: radial-gradient(circle, #FFB020, transparent 70%); opacity: 0.14; animation: drift3 30s ease-in-out infinite; }
.bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 20%, transparent 75%);
}
.bg-noise {
  position: absolute; inset: 0; opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
}

@keyframes drift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(90px, 70px) scale(1.12); }
}
@keyframes drift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-110px, 90px) scale(1.08); }
}
@keyframes drift3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(60px, -80px) scale(1.15); }
}

/* ── Nav ───────────────────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.stuck {
  background: rgba(5, 7, 14, 0.78);
  backdrop-filter: blur(18px) saturate(160%);
  border-bottom-color: var(--line);
}
.progress {
  position: absolute; left: 0; bottom: -1px; height: 2px; width: 0;
  background: var(--grad-brand);
  box-shadow: 0 0 12px rgba(87, 165, 255, 0.8);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; }
/* The mark is a transparent X, not a filled tile — a border-radius and
   box-shadow would round and glow around empty space, so the shadow is a
   drop-shadow filter that follows the actual silhouette instead. */
.brand-mark {
  width: 34px; height: 34px; flex-shrink: 0;
  filter: drop-shadow(0 6px 14px rgba(0, 97, 254, 0.55));
}
.brand-name { font-family: var(--font-head); font-size: 1.2rem; font-weight: 700; letter-spacing: -0.03em; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links > a:not(.btn) {
  position: relative;
  font-size: 0.9rem; font-weight: 600; color: var(--muted);
  padding: 9px 14px; border-radius: 999px;
  transition: color 0.2s, background 0.2s;
}
.nav-links > a:not(.btn):hover { color: var(--text); background: rgba(255,255,255,0.06); }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: 10px; }
.nav-toggle {
  display: none;
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(255,255,255,0.05); border: 1px solid var(--line);
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--text); transition: transform 0.28s var(--ease), opacity 0.2s; }
.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); }

/* ── Hero ──────────────────────────────────────────────────────────────── */
.hero { padding: 74px 0 40px; position: relative; }
.hero-grid {
  display: grid; grid-template-columns: 1.06fr 0.94fr;
  gap: 56px; align-items: center;
}
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 8px 7px 7px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  font-size: 0.8rem; font-weight: 600; color: var(--muted);
  margin-bottom: 26px;
  backdrop-filter: blur(8px);
}
.pill b {
  background: var(--grad-brand); color: #fff;
  padding: 4px 11px; border-radius: 999px; font-size: 0.74rem; font-weight: 800;
  letter-spacing: 0.02em;
}
.hero h1 { margin-bottom: 22px; }
.hero h1 em { font-style: normal; display: inline-block; }
.hero .lede { max-width: 46ch; margin-bottom: 34px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 10px 22px;
  margin-top: 30px; font-size: 0.86rem; color: var(--dim);
}
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.tick {
  width: 17px; height: 17px; flex-shrink: 0;
  border-radius: 50%;
  background: rgba(46,107,255,0.16);
  display: grid; place-items: center;
}
.tick svg { width: 10px; height: 10px; color: var(--brand-2); }

/* Hero device */
.stage { position: relative; display: flex; justify-content: center; }
.stage-glow {
  position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(46,107,255,0.55), transparent 65%);
  filter: blur(40px);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.device {
  position: relative;
  width: 288px;
  aspect-ratio: 9 / 19.2;
  border-radius: 42px;
  padding: 9px;
  background: linear-gradient(160deg, #2B3448, #0B0F18 45%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.1),
    0 50px 90px -30px rgba(0,0,0,0.9),
    0 0 70px -20px rgba(46,107,255,0.55);
  animation: hover 7s ease-in-out infinite;
}
.device-screen {
  position: relative; width: 100%; height: 100%;
  border-radius: 34px; overflow: hidden;
  background: #070B14;
}
@keyframes hover {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-16px) rotate(1deg); }
}

.screens { position: absolute; inset: 0; }
.screen {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  opacity: 0; transform: scale(1.03);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  pointer-events: none;
}
.screen.on { opacity: 1; transform: scale(1); }

.scr-dots { position: absolute; bottom: 12px; left: 0; right: 0; display: flex; justify-content: center; gap: 5px; z-index: 5; }
.scr-dots i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,0.25); transition: all 0.3s; }
.scr-dots i.on { width: 16px; background: var(--brand-2); }

/* Floating chips around device */
.float {
  position: absolute;
  display: flex; align-items: center; gap: 9px;
  padding: 11px 14px;
  background: rgba(13, 18, 32, 0.86);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 40px -16px rgba(0,0,0,0.85);
  font-size: 0.78rem;
  white-space: nowrap;
}
.float b { font-family: var(--font-head); font-size: 0.95rem; display: block; }
.float span { color: var(--dim); font-size: 0.7rem; }
.float-ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; }
.float-ic svg { width: 15px; height: 15px; }
.float-1 { top: 12%; left: -8%; animation: bobA 6s ease-in-out infinite; }
.float-2 { bottom: 20%; right: -10%; animation: bobB 7.5s ease-in-out infinite; }
.float-3 { bottom: 4%; left: 2%; animation: bobA 8s ease-in-out infinite 0.6s; }
@keyframes bobA { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes bobB { 0%,100% { transform: translateY(0); } 50% { transform: translateY(12px); } }

/* ── Marquee ───────────────────────────────────────────────────────────── */
.marquee {
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.015);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track { display: flex; gap: 46px; padding: 17px 0; width: max-content; animation: slide 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.84rem; font-weight: 600; color: var(--dim); letter-spacing: 0.02em;
}
.marquee-track span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brand); }
@keyframes slide { to { transform: translateX(-50%); } }

/* ── Sections ──────────────────────────────────────────────────────────── */
.section { padding: 110px 0; position: relative; }
.section-tight { padding: 84px 0; }
.head { max-width: 720px; margin-bottom: 60px; }
.head.center { margin-left: auto; margin-right: auto; text-align: center; }
.head .lede { margin-top: 18px; }

/* ── Reveal animation ──────────────────────────────────────────────────── */
.rv {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
  transition-delay: var(--d, 0ms);
}
.rv.in { opacity: 1; transform: none; }
.rv-l { transform: translateX(-40px); }
.rv-r { transform: translateX(40px); }
.rv-s { transform: scale(0.94); }

/* ── Split / Chaos vs Extero ────────────────────────────────────────── */
.versus { display: grid; grid-template-columns: 1fr auto 1fr; gap: 26px; align-items: stretch; }
.vs-card {
  border-radius: var(--r-lg);
  padding: 34px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01));
}
.vs-card h3 { margin-bottom: 20px; display: flex; align-items: center; gap: 11px; }
.vs-tag {
  font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
}
.vs-bad .vs-tag { background: rgba(255,107,107,0.14); color: #FF9E9E; }
.vs-good { border-color: rgba(46,107,255,0.4); background: linear-gradient(180deg, rgba(46,107,255,0.12), rgba(46,107,255,0.02)); }
.vs-good .vs-tag { background: rgba(46,107,255,0.22); color: var(--brand-3); }
.vs-list { list-style: none; display: grid; gap: 14px; }
.vs-list li { display: flex; gap: 12px; font-size: 0.95rem; color: var(--muted); align-items: flex-start; }
.vs-list li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; }
.vs-bad svg { color: #FF8A8A; }
.vs-good .vs-list li { color: var(--text); }
.vs-good svg { color: var(--brand-2); }
.vs-arrow {
  display: grid; place-items: center;
  width: 56px;
}
.vs-arrow div {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--grad-brand);
  display: grid; place-items: center;
  box-shadow: 0 0 0 8px rgba(46,107,255,0.1), 0 14px 30px -10px rgba(46,107,255,0.9);
  animation: pulse 2.8s ease-in-out infinite;
}
.vs-arrow svg { width: 20px; height: 20px; color: #fff; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(46,107,255,0.1), 0 14px 30px -10px rgba(46,107,255,0.9); }
  50% { box-shadow: 0 0 0 18px rgba(46,107,255,0), 0 14px 30px -10px rgba(46,107,255,0.9); }
}

/* ── Time saved ────────────────────────────────────────────────────────── */
.saved-wrap {
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  background:
    radial-gradient(900px 400px at 15% 0%, rgba(46,107,255,0.16), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.008));
  padding: 52px;
  overflow: hidden;
  position: relative;
}
.saved-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 52px; align-items: center; }
.big-nums { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0 20px; }
.big-num {
  border-radius: var(--r-md);
  padding: 24px 22px;
  border: 1px solid var(--line);
  background: rgba(5,7,14,0.5);
}
.big-num.accent { border-color: rgba(255,176,32,0.35); background: linear-gradient(180deg, rgba(255,176,32,0.12), rgba(255,176,32,0.02)); }
.big-num b {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  line-height: 1; letter-spacing: -0.04em;
  margin-bottom: 10px;
  white-space: nowrap;
}
.big-num.accent b { color: var(--amber-2); }
.big-num > span { display: block; font-size: 0.84rem; color: var(--muted); font-weight: 600; }
.fine { font-size: 0.8rem; color: var(--dim); line-height: 1.55; }

.bars { display: grid; gap: 20px; }
.bar-item { display: grid; gap: 8px; }
.bar-top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.bar-top strong { font-size: 0.98rem; font-weight: 700; }
.bar-top em { font-style: normal; font-family: var(--font-head); font-size: 0.92rem; color: var(--brand-3); white-space: nowrap; }
.bar-note { font-size: 0.83rem; color: var(--dim); }
.bar-track { height: 7px; border-radius: 99px; background: rgba(255,255,255,0.07); overflow: hidden; }
.bar-fill {
  display: block;
  height: 100%; width: 0; border-radius: 99px;
  background: var(--grad-brand);
  transition: width 1.3s var(--ease);
  transition-delay: var(--d, 0ms);
  box-shadow: 0 0 14px rgba(87,165,255,0.6);
}
.bar-item.warm .bar-fill { background: var(--grad-warm); box-shadow: 0 0 14px rgba(255,176,32,0.5); }
.bar-item.warm .bar-top em { color: var(--amber-2); }

/* ── Bento ─────────────────────────────────────────────────────────────── */
.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.tile {
  position: relative;
  grid-column: span 2;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012));
  padding: 30px;
  overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease);
}
.tile::before {
  content: "";
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 0.4s;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(46,107,255,0.18), transparent 62%);
  pointer-events: none;
}
.tile:hover { transform: translateY(-5px); border-color: rgba(46,107,255,0.42); }
.tile:hover::before { opacity: 1; }
.tile-wide { grid-column: span 4; }
.tile-full { grid-column: span 6; }
.tile-ic {
  width: 46px; height: 46px; border-radius: 13px;
  display: grid; place-items: center;
  background: rgba(46,107,255,0.15);
  color: var(--brand-2);
  margin-bottom: 20px;
  border: 1px solid rgba(46,107,255,0.24);
}
.tile-ic svg { width: 22px; height: 22px; }
.tile-ic.warm { background: rgba(255,176,32,0.14); border-color: rgba(255,176,32,0.28); color: var(--amber-2); }
.tile h3 { margin-bottom: 10px; }
.tile p { color: var(--muted); font-size: 0.94rem; }
.tile-tag {
  position: absolute; top: 22px; right: 22px;
  font-size: 0.64rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
  background: rgba(255,176,32,0.16); color: var(--amber-2); border: 1px solid rgba(255,176,32,0.3);
}
.tile-tag.blue { background: rgba(46,107,255,0.16); color: var(--brand-3); border-color: rgba(46,107,255,0.32); }
.tile-strip { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.tile-strip i {
  font-style: normal; font-size: 0.76rem; font-weight: 600;
  padding: 7px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.05); border: 1px solid var(--line); color: var(--muted);
}

/* ── Flow (how it works) ───────────────────────────────────────────────── */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.flow::before {
  content: ""; position: absolute; top: 26px; left: 6%; right: 6%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 15%, var(--line-strong) 85%, transparent);
}
.flow-step { position: relative; }
.flow-n {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 700; font-size: 1.1rem;
  background: var(--ink-2);
  border: 1px solid rgba(46,107,255,0.45);
  color: var(--brand-3);
  margin-bottom: 22px;
  position: relative; z-index: 1;
  box-shadow: 0 0 0 6px rgba(5,7,14,1);
}
.flow-step h3 { margin-bottom: 9px; }
.flow-step p { color: var(--muted); font-size: 0.93rem; }

/* ── Deep dives ────────────────────────────────────────────────────────── */
.dives { display: grid; gap: 96px; }
.dive { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.dive.flip .dive-copy { order: 2; }
.dive-tag {
  display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--brand-3); margin-bottom: 14px;
}
.dive h3 { font-size: clamp(1.5rem, 2.8vw, 2.05rem); margin-bottom: 16px; }
.dive p { color: var(--muted); margin-bottom: 22px; }
.dive-list { list-style: none; display: grid; gap: 12px; }
.dive-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.95rem; }
.dive-list li::before {
  content: ""; width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; border-radius: 50%;
  background: rgba(46,107,255,0.18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2357A5FF' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.dive-visual { display: flex; justify-content: center; }

/* ── Screenshot frames ─────────────────────────────────────────────────── */
.shot {
  position: relative;
  width: 100%; max-width: 288px;
  margin: 0;
  padding: 8px;
  border-radius: 40px;
  background: linear-gradient(160deg, #2B3448, #0B0F18 45%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 44px 80px -34px rgba(0, 0, 0, 0.9),
    0 0 60px -22px rgba(46, 107, 255, 0.45);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.shot img { width: 100%; height: auto; border-radius: 33px; display: block; }
.shot-tilt { transform: rotate(2deg); }
.shot-tilt-l { transform: rotate(-2deg); }
.shot-tilt:hover, .shot-tilt-l:hover {
  transform: rotate(0deg) translateY(-6px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 50px 90px -34px rgba(0, 0, 0, 0.95),
    0 0 70px -20px rgba(46, 107, 255, 0.7);
}
.shot-sm { max-width: 150px; padding: 5px; border-radius: 24px; }
.shot-sm img { border-radius: 20px; }

.tile-split {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
}
.tile-shots { display: flex; gap: 16px; flex-shrink: 0; }

/* ── Pricing ───────────────────────────────────────────────────────────── */
.toggle {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 5px; border-radius: 999px;
  background: rgba(255,255,255,0.05); border: 1px solid var(--line);
  margin: 0 auto 14px; position: relative;
}
.toggle button {
  position: relative; z-index: 1;
  border: none; background: none; color: var(--muted);
  font-size: 0.88rem; font-weight: 700; padding: 10px 22px; border-radius: 999px;
  transition: color 0.25s;
}
.toggle button.on { color: #fff; }
.toggle-pill {
  position: absolute; top: 5px; bottom: 5px; left: 5px;
  border-radius: 999px; background: var(--grad-brand);
  transition: transform 0.38s var(--ease), width 0.38s var(--ease);
  box-shadow: 0 8px 22px -8px rgba(46,107,255,0.9);
}
.save-flag {
  display: block; text-align: center; font-size: 0.8rem; color: var(--amber-2); font-weight: 700;
  margin-bottom: 46px;
}

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.plan {
  position: relative;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  padding: 34px 30px;
  display: flex; flex-direction: column;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease);
}
.plan:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.plan-best {
  border-color: rgba(46,107,255,0.55);
  background:
    radial-gradient(600px 260px at 50% 0%, rgba(46,107,255,0.22), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.012));
  box-shadow: 0 40px 90px -50px rgba(46,107,255,0.95);
}
.plan-flag {
  position: absolute; top: -13px; left: 30px;
  font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 999px;
  background: var(--grad-brand); color: #fff;
  box-shadow: 0 10px 24px -10px rgba(46,107,255,1);
}
.plan-flag.warm { background: var(--grad-warm); color: #1A1206; box-shadow: 0 10px 24px -10px rgba(255,176,32,0.9); }
.plan-name { font-family: var(--font-head); font-size: 1.3rem; font-weight: 700; margin-bottom: 6px; }
.plan-for { font-size: 0.86rem; color: var(--dim); margin-bottom: 22px; min-height: 40px; }
.plan-cost { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; }
.plan-cost b {
  font-family: var(--font-head); font-size: 2.9rem; font-weight: 700; letter-spacing: -0.04em;
  line-height: 1;
}
.plan-cost i { font-style: normal; color: var(--dim); font-size: 0.92rem; font-weight: 600; }
.plan-alt { font-size: 0.8rem; color: var(--dim); margin-bottom: 26px; min-height: 20px; }
.plan-feats { list-style: none; display: grid; gap: 12px; margin-bottom: 30px; }
.plan-feats li { display: flex; gap: 11px; font-size: 0.9rem; align-items: flex-start; color: var(--muted); }
.plan-feats li svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 3px; color: var(--brand-2); }
.plan-feats li.inherit { color: var(--text); font-weight: 700; }
.plan-feats li.inherit svg { color: var(--amber); }
.plan .btn { margin-top: auto; }
.plan-note { text-align: center; font-size: 0.76rem; color: var(--dim); margin-top: 14px; }
.pricing-fine { max-width: 760px; margin: 40px auto 0; text-align: center; font-size: 0.82rem; color: var(--dim); line-height: 1.6; }

/* ── FAQ ───────────────────────────────────────────────────────────────── */
.faq { display: grid; gap: 12px; }
.q {
  border: 1px solid var(--line); border-radius: var(--r-md);
  background: rgba(255,255,255,0.028);
  padding: 0 24px;
  transition: border-color 0.3s, background 0.3s;
}
.q[open] { border-color: rgba(46,107,255,0.4); background: rgba(46,107,255,0.07); }
.q summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 0; font-weight: 700; font-size: 1rem;
}
.q summary::-webkit-details-marker { display: none; }
.q summary::after {
  content: ""; width: 22px; height: 22px; flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2357A5FF' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.3s var(--ease);
}
.q[open] summary::after { transform: rotate(135deg); }
.q p { color: var(--muted); padding: 0 0 24px; font-size: 0.95rem; max-width: 68ch; }

/* ── Final CTA ─────────────────────────────────────────────────────────── */
.final {
  position: relative;
  margin: 0 24px 84px;
  border-radius: var(--r-xl);
  border: 1px solid rgba(46,107,255,0.35);
  background:
    radial-gradient(800px 400px at 20% 0%, rgba(46,107,255,0.3), transparent 60%),
    radial-gradient(600px 340px at 90% 100%, rgba(255,176,32,0.16), transparent 60%),
    linear-gradient(180deg, #0B1222, #070B14);
  padding: 74px 48px;
  overflow: hidden;
  text-align: center;
}
.final h2 { max-width: 20ch; margin: 0 auto 18px; }
.final .lede { max-width: 52ch; margin: 0 auto 34px; }
.final-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.final-note { margin-top: 24px; font-size: 0.82rem; color: var(--dim); }

/* ── Footer ────────────────────────────────────────────────────────────── */
.footer { border-top: 1px solid var(--line); padding: 56px 0 30px; }
.footer-top { display: flex; justify-content: space-between; gap: 44px; flex-wrap: wrap; }
.footer-brand { max-width: 320px; }
.footer-brand p { color: var(--dim); font-size: 0.9rem; margin-top: 14px; }
.footer-cols { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-col h4 { font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); margin-bottom: 16px; font-family: var(--font); font-weight: 800; }
.footer-col a { display: block; font-size: 0.9rem; color: var(--muted); padding: 5px 0; transition: color 0.2s; }
.footer-col a:hover { color: var(--brand-2); }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line);
  font-size: 0.82rem; color: var(--dim);
}

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .stage { order: 2; }
  .float-1 { left: 0; }
  .float-2 { right: 0; }
  .saved-grid { grid-template-columns: 1fr; gap: 40px; }
  .bento { grid-template-columns: repeat(4, 1fr); }
  .tile-wide, .tile-full { grid-column: span 4; }
  .flow { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .flow::before { display: none; }
  .dive, .dive.flip { grid-template-columns: 1fr; gap: 36px; }
  .dive.flip .dive-copy { order: unset; }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .versus { grid-template-columns: 1fr; }
  .vs-arrow { transform: rotate(90deg); margin: -6px auto; }
}
@media (max-width: 860px) {
  .nav-links {
    position: fixed; inset: 74px 14px auto 14px;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: rgba(9, 13, 24, 0.97);
    backdrop-filter: blur(20px);
    border: 1px solid var(--line-strong);
    border-radius: var(--r-md);
    padding: 14px;
    transform: translateY(-14px) scale(0.98);
    opacity: 0; pointer-events: none;
    transition: opacity 0.28s var(--ease), transform 0.28s var(--ease);
    box-shadow: 0 40px 70px -30px rgba(0,0,0,0.95);
  }
  .nav-links.open { opacity: 1; transform: none; pointer-events: auto; }
  .nav-links > a:not(.btn) { padding: 13px 14px; }
  .nav-actions { margin: 8px 0 0; flex-direction: column; align-items: stretch; }
  .nav-actions .btn { width: 100%; }
  .nav-toggle { display: flex; }
  .section { padding: 84px 0; }
  .saved-wrap { padding: 32px 24px; }
  .big-nums { grid-template-columns: 1fr; }
  .final { padding: 56px 26px; margin: 0 16px 64px; }
  .device { width: 260px; }
}
@media (max-width: 620px) {
  .bento, .flow { grid-template-columns: 1fr; }
  .tile, .tile-wide, .tile-full { grid-column: span 1; }
  .tile-split { grid-template-columns: 1fr; gap: 26px; }
  .tile-shots { justify-content: center; }
  .hero { padding-top: 46px; }
  .hero-cta .btn { width: 100%; }
  .float { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; transition: none; }
  .orb, .device, .float, .marquee-track, .vs-arrow div, .route path { animation: none !important; }
  .btn, .tile, .plan, .p-row { transition: none; }
}
