/* ===========================================================================
   StreamForge marketing site
   Dark-first, single pink accent, glassmorphism. Geist + Geist Mono.
   Radius scale: cards 20px (--r-lg), buttons/inputs 12px (--r-md), pills full.
   =========================================================================== */

:root {
  --bg: #09090b;
  --bg-2: #111113;
  --card: rgba(255, 255, 255, 0.03);
  --card-2: rgba(255, 255, 255, 0.05);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);

  --text: #fafafa;
  --muted: #a1a1aa;
  --faint: #71717a;

  --pink: #ff008a;
  --pink-2: #ff1493;
  --pink-3: #ff4da6;
  --pink-4: #ff66c4;
  --pink-grad: linear-gradient(135deg, #ff4da6 0%, #ff008a 60%, #ff1493 100%);
  --pink-glow: 0 8px 40px rgba(255, 0, 138, 0.35);

  --r-lg: 20px;
  --r-md: 12px;
  --r-sm: 10px;

  --maxw: 1280px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- ambient pink glows ---------- */
.ambient { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.glow { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.5; }
.glow-a { width: 720px; height: 720px; top: -260px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 0, 138, 0.5), transparent 70%); animation: breathe 12s var(--ease) infinite; }
.glow-b { width: 560px; height: 560px; top: 900px; right: -200px;
  background: radial-gradient(circle, rgba(255, 77, 166, 0.28), transparent 70%); animation: breathe 16s var(--ease) infinite reverse; }
@keyframes breathe { 0%, 100% { opacity: 0.4; transform: translateX(-50%) scale(1); } 50% { opacity: 0.62; transform: translateX(-50%) scale(1.12); } }

main, .footer { position: relative; z-index: 1; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: var(--r-md); font-weight: 600; font-size: 15px; line-height: 1;
  padding: 12px 20px; cursor: pointer; border: 1px solid transparent; white-space: nowrap;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
}
.btn i { font-size: 1.15em; }
.btn-sm { padding: 9px 15px; font-size: 14px; }
.btn-lg { padding: 15px 26px; font-size: 16px; }
.btn.full { width: 100%; }

.btn-primary {
  background: var(--pink-grad); color: #fff;
  box-shadow: var(--pink-glow), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 50px rgba(255, 0, 138, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3); }
.btn-primary:active { transform: translateY(0) scale(0.98); }

.btn-ghost { background: rgba(255, 255, 255, 0.04); color: var(--text); border-color: var(--border); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); border-color: var(--border-strong); transform: translateY(-2px); }
.btn-ghost:active { transform: translateY(0) scale(0.98); }

/* ---------- nav ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background 0.3s var(--ease), border-color 0.3s var(--ease), backdrop-filter 0.3s var(--ease); border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(9, 9, 11, 0.65); backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%); border-bottom-color: var(--border); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 24px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; letter-spacing: -0.02em; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; filter: drop-shadow(0 2px 10px rgba(255, 0, 138, 0.55)); }
.nav-links { display: flex; gap: 28px; margin: 0 auto; }
.nav-links a { color: var(--muted); font-size: 15px; transition: color 0.2s var(--ease); }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: flex; align-items: center; gap: 10px; }

/* ---------- hero ---------- */
.hero { padding: 168px 0 60px; text-align: center; }
.hero-copy { display: flex; flex-direction: column; align-items: center; }
.pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px;
  background: rgba(255, 0, 138, 0.08); border: 1px solid rgba(255, 0, 138, 0.22);
  color: var(--pink-4); font-size: 13px; font-weight: 500; margin-bottom: 26px;
}
.pill i { font-size: 15px; }
.hero-title { font-size: clamp(40px, 6.4vw, 76px); font-weight: 700; line-height: 1.03; letter-spacing: -0.035em; }
.grad { background: linear-gradient(120deg, #ff66c4, #ff008a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { color: var(--muted); font-size: clamp(16px, 1.6vw, 19px); max-width: 620px; margin: 22px auto 0; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; justify-content: center; }

/* ---------- live product preview ---------- */
.preview-wrap { position: relative; max-width: 1060px; margin: 72px auto 0; padding: 0 24px; }
.preview {
  position: relative; border-radius: var(--r-lg); border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55), 0 0 80px rgba(255, 0, 138, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.float { animation: float 7s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.pv-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--border); background: rgba(255, 255, 255, 0.02); }
.pv-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pv-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); padding: 5px 10px; border-radius: 999px; }
.pv-live { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; color: var(--pink-4); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--faint); display: inline-block; }
.dot.live { background: #22c55e; box-shadow: 0 0 8px #22c55e; }

.pv-body { display: grid; grid-template-columns: 1.35fr 1fr; gap: 0; }
.pv-feedcol { padding: 16px 18px; border-right: 1px solid var(--border); }
.pv-h { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--faint); margin-bottom: 12px; }
.pv-feed { list-style: none; display: flex; flex-direction: column; gap: 8px; min-height: 250px; }
.pv-feed li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; padding: 9px 11px; border-radius: var(--r-sm); background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border); animation: rowin 0.45s var(--ease); }
.pv-feed li.paid { background: rgba(255, 0, 138, 0.07); border-color: rgba(255, 0, 138, 0.2); }
@keyframes rowin { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.pv-tag { font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 3px 7px; border-radius: 6px; color: #fff; }
.tag-twitch { background: rgba(145, 70, 255, 0.25); color: #c9b4ff; }
.tag-youtube { background: rgba(255, 0, 51, 0.22); color: #ff8ea0; }
.tag-tiktok { background: rgba(37, 244, 238, 0.16); color: #8ff7f3; }
.tag-kick { background: rgba(83, 252, 24, 0.16); color: #aef98a; }
.pv-feed .who { font-weight: 600; }
.pv-feed .what { color: var(--muted); }
.pv-feed .amt { margin-left: auto; font-family: "Geist Mono", monospace; font-size: 12px; color: var(--pink-4); font-weight: 500; }

.pv-side { padding: 16px 18px; display: flex; flex-direction: column; gap: 16px; }
.pv-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pv-stat { background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 12px; }
.pv-n { font-size: 24px; font-weight: 700; font-family: "Geist Mono", monospace; letter-spacing: -0.02em; }
.pv-l { font-size: 11px; color: var(--faint); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 2px; }
.pv-goal-top, .mo-goal-top { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); margin-bottom: 7px; }
.pv-bar { height: 8px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); overflow: hidden; }
.pv-bar span { display: block; height: 100%; border-radius: 999px; background: var(--pink-grad); transition: width 0.8s var(--ease); width: 0; }
.pv-board ol { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 4px; counter-reset: b; }
.pv-board li { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.pv-board li::before { counter-increment: b; content: counter(b); width: 18px; height: 18px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); display: grid; place-items: center; font-size: 10px; font-weight: 700; color: var(--muted); }
.pv-board li b { margin-left: auto; font-family: "Geist Mono", monospace; color: var(--pink-4); font-weight: 500; }

.pv-alert {
  position: absolute; right: -14px; bottom: 40px; width: 234px; padding: 16px 18px;
  border-radius: 16px; border: 1px solid rgba(255, 0, 138, 0.35);
  background: linear-gradient(180deg, rgba(30, 12, 22, 0.9), rgba(18, 10, 16, 0.92));
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 0, 138, 0.28);
  opacity: 0; transform: translateY(14px) scale(0.94); transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.pv-alert.show { opacity: 1; transform: translateY(0) scale(1); }
.pv-alert-plat { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 3px 9px; border-radius: 999px; background: var(--pink-grad); color: #fff; margin-bottom: 9px; }
.pv-alert-title { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.pv-alert-text { font-size: 14px; color: var(--muted); margin-top: 2px; }

/* ---------- works with ---------- */
.logos { max-width: var(--maxw); margin: 96px auto 0; padding: 0 24px; text-align: center; }
.logos-label { color: var(--faint); font-size: 14px; margin-bottom: 26px; }
.logos-row { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.logos-row img { height: 26px; width: auto; opacity: 0.45; filter: grayscale(1); transition: opacity 0.3s var(--ease), filter 0.3s var(--ease); }
.logos-row img:hover { opacity: 0.9; filter: grayscale(0); }

/* ---------- real app screenshot ---------- */
.section-app { padding: 110px 0 30px; }
.app-shot { margin: 0; }
.app-frame {
  max-width: 1120px; margin: 0 auto; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55), 0 0 80px rgba(255, 0, 138, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.app-chrome {
  position: relative; display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px; border-bottom: 1px solid var(--border); background: rgba(255, 255, 255, 0.02);
}
.ac-dots { display: inline-flex; gap: 7px; }
.ac-dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(255, 255, 255, 0.12); }
.ac-dots .ac-dot:first-child { background: rgba(255, 0, 138, 0.6); box-shadow: 0 0 8px rgba(255, 0, 138, 0.5); }
.ac-title {
  position: absolute; left: 50%; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 7px;
  font-family: "Geist Mono", monospace; font-size: 12px; color: var(--muted); white-space: nowrap;
}
.ac-title i { color: var(--pink-3); font-size: 13px; }
.ac-live { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; color: var(--pink-4); }
.app-frame img { display: block; width: 100%; height: auto; max-width: 100%; }
.app-cap { text-align: center; color: var(--faint); font-size: 13.5px; margin-top: 18px; }

@media (max-width: 620px) {
  .section-app { padding: 72px 0 10px; }
  .ac-title { position: static; transform: none; margin: 0 auto; }
}

/* ---------- generic section ---------- */
.section { padding: 120px 0; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: var(--pink-4); margin-bottom: 16px; }
.section-title { font-size: clamp(30px, 4vw, 46px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.08; }
.section-sub { color: var(--muted); font-size: 18px; margin-top: 16px; max-width: 60ch; }
.section-head.center .section-sub { margin-left: auto; margin-right: auto; }

/* ---------- card base ---------- */
.card {
  position: relative; border-radius: var(--r-lg); border: 1px solid var(--border);
  background: var(--card); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  padding: 28px; transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.card:hover { transform: translateY(-4px); border-color: rgba(255, 0, 138, 0.3); box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4), 0 0 44px rgba(255, 0, 138, 0.14); }
.card-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; font-size: 22px; color: var(--pink-4); background: rgba(255, 0, 138, 0.09); border: 1px solid rgba(255, 0, 138, 0.2); margin-bottom: 18px; }
.card h3 { font-size: 21px; font-weight: 600; letter-spacing: -0.02em; }
.card p { color: var(--muted); margin-top: 10px; font-size: 15.5px; }

/* ---------- bento ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.bento-a { grid-column: span 4; }
.bento-b { grid-column: span 2; grid-row: span 2; }
.bento-c { grid-column: span 2; }
.bento-d { grid-column: span 2; }
.bento-e { grid-column: span 2; }
.bento-f { grid-column: span 2; }
.bento-g { grid-column: span 2; }
.bento .card { display: flex; flex-direction: column; }
.bento .card > p { flex: 0 0 auto; }
.bento .mini-auto, .bento .mini-overlay, .bento .mini-pad, .bento .mini-queue, .bento .mini-theme, .bento .mini-plats { margin-top: auto; padding-top: 20px; }

.card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; font-size: 14px; font-weight: 600; color: var(--pink-4); transition: gap 0.2s var(--ease); }
.card-link:hover { gap: 11px; }

.mini-auto { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 22px; }
.mini-trig { font-size: 12.5px; padding: 7px 11px; border-radius: 9px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); color: var(--muted); }
.mini-trig b { color: var(--text); }
.mini-auto > i { color: var(--faint); }
.mini-act { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; padding: 7px 11px; border-radius: 9px; background: rgba(255, 0, 138, 0.09); border: 1px solid rgba(255, 0, 138, 0.22); color: var(--pink-4); }

.mini-overlay { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.bento-b .mini-overlay { flex: 1; justify-content: space-evenly; }
.mo-alert { border-radius: 12px; border: 1px solid rgba(255, 0, 138, 0.28); background: rgba(255, 0, 138, 0.06); padding: 13px 15px; }
.mo-alert .mo-plat { display: inline-block; font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 3px 8px; border-radius: 999px; background: var(--pink-grad); color: #fff; margin-bottom: 8px; }
.mo-alert b { font-weight: 600; }
.mo-alert span { color: var(--muted); margin-left: 6px; font-size: 14px; }
.mo-goal { background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border); border-radius: 12px; padding: 13px 15px; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: s; }
.step { position: relative; padding: 32px 28px; border-radius: var(--r-lg); border: 1px solid var(--border); background: var(--card); }
.step-i { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; font-size: 25px; color: #fff; background: var(--pink-grad); box-shadow: var(--pink-glow); margin-bottom: 20px; }
.step h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.step p { color: var(--muted); margin-top: 8px; font-size: 15px; }
.step::after { counter-increment: s; content: "0" counter(s); position: absolute; top: 24px; right: 28px; font-family: "Geist Mono", monospace; font-size: 13px; color: var(--faint); }

/* ---------- split showcase ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-copy .section-sub { margin-bottom: 28px; }
.checks { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 24px 0 28px; }
.checks li { display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: 15.5px; }
.checks li i { color: var(--pink-3); font-size: 20px; }

.split-visual { position: relative; }
.ov-stack { position: relative; display: flex; flex-direction: column; gap: 16px; padding: 8px; }
.ov-card { border-radius: 16px; border: 1px solid var(--border); background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); padding: 18px 20px; box-shadow: 0 24px 70px rgba(0,0,0,0.4); }
.ov-alert { border-color: rgba(255,0,138,0.3); box-shadow: 0 24px 70px rgba(0,0,0,0.4), 0 0 40px rgba(255,0,138,0.18); }
.ov-alert .mo-plat { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 3px 9px; border-radius: 999px; background: var(--pink-grad); color: #fff; margin-bottom: 10px; }
.ov-alert-name { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; }
.ov-alert-text { color: var(--muted); margin-top: 2px; }
.ov-board ol { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-top: 10px; }
.ov-board li { display: flex; font-size: 14px; }
.ov-board li b { margin-left: auto; font-family: "Geist Mono", monospace; color: var(--pink-4); font-weight: 500; }
.ov-goalcard { }
.ov-stack .ov-alert { transform: translateX(-14px); }
.ov-stack .ov-goalcard { transform: translateX(18px); }

/* ---------- hero stats ---------- */
.hero-stats { display: flex; gap: 0; margin-top: 40px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); overflow: hidden; }
.hstat { display: flex; align-items: baseline; gap: 8px; padding: 12px 26px; border-left: 1px solid var(--border); }
.hstat:first-child { border-left: none; }
.hstat b { font-family: "Geist Mono", monospace; font-size: 19px; font-weight: 700; letter-spacing: -0.02em; color: var(--pink-4); }
.hstat span { font-size: 12.5px; color: var(--faint); text-transform: uppercase; letter-spacing: 0.08em; }

/* ---------- badges (mirrors the app's module badges) ---------- */
.fbadge {
  display: inline-block; font-size: 9px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase;
  padding: 2.5px 7px; border-radius: 6px; border: 1px solid transparent; white-space: nowrap; line-height: 1.4;
}
.fbadge.new { color: var(--pink-3); background: rgba(255, 0, 138, 0.07); border-color: rgba(255, 0, 138, 0.45); }
.fbadge.hot { color: #fff; background: var(--pink); box-shadow: 0 0 10px -2px rgba(255, 0, 138, 0.6); }
.fbadge.insane { color: #fff; background: var(--pink-grad); animation: badgeGlow 2.4s ease-in-out infinite; }
.fbadge.event { color: #fff; background: var(--pink-grad); }
.fbadge.topx { color: #1a1305; background: linear-gradient(135deg, #fde68a, #f59e0b 70%, #d97706); }
.fbadge.pro { color: #fbbf24; background: rgba(251, 191, 36, 0.08); border-color: rgba(251, 191, 36, 0.45); }
@keyframes badgeGlow {
  0%, 100% { box-shadow: 0 0 10px -2px rgba(255, 0, 138, 0.55); }
  50% { box-shadow: 0 0 18px -1px rgba(255, 0, 138, 0.95); }
}

/* ---------- bento minis ---------- */
.mo-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.mo-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border); border-radius: 999px; padding: 5px 10px; }
.mo-chip.more { color: var(--pink-4); border-color: rgba(255, 0, 138, 0.3); background: rgba(255, 0, 138, 0.06); font-weight: 600; }

/* live input display mini (Xbox controller) */
.mini-pad { display: flex; flex-direction: column; gap: 12px; }
.pad-body {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 18px 20px; border-radius: 26px 26px 34px 34px;
  background: linear-gradient(180deg, #232327, #1a1a1e);
  border: 1px solid rgba(255, 0, 138, 0.35);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.4), 0 0 24px rgba(255, 0, 138, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.pad-stick { width: 30px; height: 30px; border-radius: 50%; background: radial-gradient(circle at 38% 32%, #3a3a40, #202024 70%); border: 2px solid rgba(255, 0, 138, 0.4); flex: none; transition: box-shadow 0.2s var(--ease), border-color 0.2s var(--ease); }
.pad-dpad {
  width: 28px; height: 28px; flex: none; transition: filter 0.2s var(--ease);
  background:
    linear-gradient(#29292e, #29292e) center / 100% 36% no-repeat,
    linear-gradient(#29292e, #29292e) center / 36% 100% no-repeat;
  border-radius: 4px;
}
.pad-abxy { display: grid; grid-template-columns: 22px 22px; grid-template-rows: 22px 22px; gap: 3px; transform: rotate(45deg); flex: none; }
.pab {
  width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  font-size: 9px; font-weight: 800; color: var(--muted); transform: rotate(-45deg);
  background: #26262b; border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.15s var(--ease), color 0.15s var(--ease), box-shadow 0.15s var(--ease);
}
.pab.lit, .pad-stick.lit { border-color: var(--pink); box-shadow: 0 0 14px rgba(255, 0, 138, 0.7); }
.pab.lit { background: var(--pink-grad); color: #fff; }
.pad-dpad.lit { filter: drop-shadow(0 0 8px rgba(255, 0, 138, 0.8)); }
.pad-themes { display: flex; align-items: center; gap: 7px; }
.pad-themes i { width: 13px; height: 13px; border-radius: 4px; background: var(--c); flex: none; }
.pad-themes i.rainbow { background: conic-gradient(#ff008a, #f59e0b, #10b981, #3b82f6, #8b5cf6, #ff008a); border-radius: 50%; }

/* sound queue mini */
.mini-queue { display: flex; flex-direction: column; gap: 8px; }
.mqi { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--muted); font-family: "Geist Mono", monospace; padding: 9px 12px; border-radius: 10px; background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border); }
.mqi i.ph { font-size: 15px; color: var(--faint); }
.mqi b { margin-left: auto; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--faint); }
.mqi.playing { border-color: rgba(255, 0, 138, 0.3); background: rgba(255, 0, 138, 0.06); color: var(--text); }
.mqi.playing b { color: var(--pink-4); }
.eq { display: inline-flex; align-items: flex-end; gap: 2px; height: 13px; }
.eq i { width: 3px; border-radius: 2px; background: var(--pink-3); animation: eqBar 0.9s ease-in-out infinite; }
.eq i:nth-child(1) { height: 60%; }
.eq i:nth-child(2) { height: 100%; animation-delay: 0.15s; }
.eq i:nth-child(3) { height: 45%; animation-delay: 0.3s; }
@keyframes eqBar { 0%, 100% { transform: scaleY(0.5); } 50% { transform: scaleY(1); } }

/* theming mini */
.mini-theme { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.mt-font { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--text); padding: 8px 13px; border-radius: 10px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); }
.mt-font i { color: var(--faint); font-size: 13px; }
.mt-swatches { display: inline-flex; gap: 6px; }
.mt-swatches i { width: 17px; height: 17px; border-radius: 6px; background: var(--c); border: 2px solid transparent; }
.mt-swatches i.on { border-color: #fff; box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18); }
.mini-switch { position: relative; display: inline-block; width: 40px; height: 23px; border-radius: 999px; background: rgba(255, 255, 255, 0.1); flex: none; margin-left: auto; transition: background 0.2s var(--ease); }
.mini-switch span { position: absolute; top: 2.5px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform 0.2s var(--ease); }
.mini-switch.on { background: var(--pink-grad); box-shadow: 0 0 12px rgba(255, 0, 138, 0.35); }
.mini-switch.on span { transform: translateX(16px); }

/* platforms mini */
.mini-plats { display: flex; flex-wrap: wrap; gap: 7px; }

/* ---------- games stage ---------- */
.section-tight { padding-top: 40px; }
.game-checks .fbadge { margin-left: 2px; }
.game-stage { display: flex; flex-direction: column; gap: 16px; padding: 8px; }
.gs-top { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: stretch; }
.gs-card {
  border-radius: 16px; border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  padding: 18px 20px; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
}
.gs-h { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); margin-bottom: 14px; }
.gs-h i { font-size: 15px; color: var(--pink-4); }

.gs-wheel { position: relative; width: 168px; height: 168px; align-self: center; }
.gs-disc {
  position: absolute; inset: 6px; border-radius: 50%;
  background: repeating-conic-gradient(#ff2f97 0 30deg, #232327 30deg 60deg);
  border: 5px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 0, 138, 0.25), inset 0 0 30px rgba(0, 0, 0, 0.4);
  animation: wheelSpin 16s linear infinite;
}
.gs-hub { position: absolute; top: 50%; left: 50%; width: 34px; height: 34px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ff7ac0, var(--pink) 70%); border: 3px solid rgba(255, 255, 255, 0.5); box-shadow: 0 0 18px rgba(255, 0, 138, 0.7); }
.gs-pointer { position: absolute; top: -4px; left: 50%; transform: translateX(-50%); z-index: 2; width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 15px solid #fff; filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5)); }
@keyframes wheelSpin { to { transform: rotate(360deg); } }

.gs-battle { flex: 1; border-color: rgba(255, 0, 138, 0.3); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4), 0 0 40px rgba(255, 0, 138, 0.14); }
.gs-teams { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 13px; font-weight: 600; }
.gs-team.r { text-align: right; }
.gs-vs { font-family: "Geist Mono", monospace; font-size: 10px; color: var(--faint); text-transform: uppercase; }
.gs-scores { display: flex; justify-content: space-between; margin: 6px 0 12px; }
.gs-scores b { font-family: "Geist Mono", monospace; font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: var(--pink-4); }
.gs-scores b.r { color: #7dd3fc; }
.gs-bar { position: relative; height: 10px; border-radius: 999px; background: rgba(125, 211, 252, 0.35); overflow: hidden; }
.gs-bar span { display: block; height: 100%; border-radius: 999px 0 0 999px; background: var(--pink-grad); box-shadow: 0 0 14px rgba(255, 0, 138, 0.5); transition: width 1s var(--ease); }

.gs-auction { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 18px; }
.gs-auction .gs-h { flex: 100%; margin-bottom: 10px; }
.gs-bid { font-size: 15px; color: var(--muted); }
.gs-who { font-weight: 700; color: var(--text); }
.gs-bid b { font-family: "Geist Mono", monospace; color: var(--pink-4); font-weight: 600; }
.gs-timer { margin-left: auto; font-size: 13px; color: var(--faint); }
.gs-timer b { font-family: "Geist Mono", monospace; color: var(--text); font-weight: 600; }

/* ---------- overlay marquee ---------- */
.mq {
  display: flex; flex-direction: column; gap: 14px; margin: 12px 0 56px; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.mq-row { overflow: hidden; }
.mq-track { display: flex; width: max-content; animation: mqScroll 52s linear infinite; }
.mq-row.rev .mq-track { animation-direction: reverse; animation-duration: 60s; }
.mq-group { display: flex; gap: 12px; padding-right: 12px; }
.mqc {
  display: inline-flex; align-items: center; gap: 9px; white-space: nowrap;
  font-size: 14.5px; font-weight: 500; color: var(--muted);
  background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border); border-radius: 999px; padding: 10px 18px;
}
@keyframes mqScroll { to { transform: translateX(-50%); } }

/* ---------- overlay catalog ---------- */
.catalog { columns: 3; column-gap: 20px; }
.cat-card {
  break-inside: avoid; margin-bottom: 20px;
  border-radius: var(--r-lg); border: 1px solid var(--border);
  background: var(--card); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  padding: 22px; transition: border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.cat-card:hover { border-color: rgba(255, 0, 138, 0.3); box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35), 0 0 36px rgba(255, 0, 138, 0.1); }
.cat-head { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.cat-head h3 { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; }
.cat-ic {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex: none;
  font-size: 17px; color: var(--pink-4);
  background: rgba(255, 0, 138, 0.09); border: 1px solid rgba(255, 0, 138, 0.22);
}
.cat-count { margin-left: auto; font-family: "Geist Mono", monospace; font-size: 11px; font-weight: 600; color: var(--faint); border: 1px solid var(--border); border-radius: 999px; padding: 3px 9px; }
.cat-items { display: flex; flex-wrap: wrap; gap: 8px; }
.cat-item {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; color: var(--muted);
  background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border); border-radius: 999px; padding: 6px 12px;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.cat-item:hover { color: var(--text); border-color: var(--border-strong); }

.catalog-cta { text-align: center; margin-top: 44px; }
.catalog-cta p { color: var(--muted); font-size: 16px; max-width: 62ch; margin: 0 auto 26px; }

/* ---------- pricing ---------- */
.prices { display: grid; grid-template-columns: repeat(2, minmax(0, 400px)); gap: 22px; justify-content: center; }
.price { display: flex; flex-direction: column; }
.price-pro { border-color: rgba(255, 0, 138, 0.35); background: linear-gradient(180deg, rgba(255, 0, 138, 0.06), rgba(255, 255, 255, 0.02)); box-shadow: 0 0 60px rgba(255, 0, 138, 0.12); }
.price-tag { position: absolute; top: 20px; right: 20px; font-size: 11px; font-weight: 600; padding: 5px 11px; border-radius: 999px; background: var(--pink-grad); color: #fff; letter-spacing: 0.02em; }
.price-founder { border-color: rgba(255, 205, 74, 0.30); background: linear-gradient(180deg, rgba(255, 205, 74, 0.05), rgba(255, 255, 255, 0.02)); }
.price-tag-founder { background: linear-gradient(90deg, #ffcf4a, #ff9d2e); color: #1a1206; }
.price-name { font-size: 15px; font-weight: 600; color: var(--muted); }
.price-amt { font-size: 46px; font-weight: 700; letter-spacing: -0.03em; margin: 8px 0 4px; }
.price-amt span { font-size: 15px; font-weight: 500; color: var(--faint); letter-spacing: 0; }
.price-desc { color: var(--muted); font-size: 15px; }
.price .checks { margin-top: 22px; flex: 1; }
.price .btn { margin-top: 8px; }
.check-gold { color: var(--text) !important; }
.check-gold i { color: #ffcf4a !important; }
.check-gold a { color: #ffcf4a; text-decoration: none; border-bottom: 1px solid rgba(255, 205, 74, 0.4); }
.check-gold a:hover { border-bottom-color: #ffcf4a; }

/* ---------- referral capture banner ---------- */
.ref-banner { position: fixed; left: 50%; bottom: 22px; transform: translate(-50%, 140%); z-index: 200; max-width: min(680px, calc(100vw - 32px)); display: flex; align-items: center; gap: 14px; padding: 14px 16px 14px 18px; border-radius: 14px; border: 1px solid rgba(255, 205, 74, 0.4); background: linear-gradient(180deg, rgba(30, 24, 8, 0.96), rgba(18, 14, 6, 0.96)); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55); backdrop-filter: blur(8px); font-size: 14px; color: var(--text); transition: transform 0.5s var(--ease); }
.ref-banner.in { transform: translate(-50%, 0); }
.ref-banner b { color: #ffcf4a; font-weight: 650; }
.ref-banner button { flex: none; width: 26px; height: 26px; border-radius: 8px; border: 1px solid var(--border); background: rgba(255,255,255,0.05); color: var(--muted); font-size: 18px; line-height: 1; cursor: pointer; }
.ref-banner button:hover { color: var(--text); border-color: var(--border-strong); }

/* ---------- referrals ---------- */
.eyebrow-gold { color: #ffcf4a; }
.referrals .section-sub strong { color: #ffcf4a; }

.ref-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.ref-step { position: relative; padding: 26px 24px; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--card); }
.ref-step-n { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; font-weight: 700; font-size: 17px; color: #1a1206; background: linear-gradient(135deg, #ffcf4a, #ff9d2e); margin-bottom: 16px; }
.ref-step h4 { font-size: 18px; font-weight: 650; letter-spacing: -0.01em; }
.ref-step p { color: var(--muted); font-size: 14.5px; margin-top: 8px; }

.ref-tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 22px; }
.ref-tier { position: relative; display: flex; flex-direction: column; padding: 26px 22px; overflow: visible; }
.ref-tier-head { display: flex; align-items: baseline; gap: 8px; }
.ref-tier-count { font-size: 44px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; background: var(--pink-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ref-tier-label { font-size: 13px; font-weight: 600; color: var(--faint); text-transform: uppercase; letter-spacing: 0.08em; }
.ref-tier-reward { font-size: 19px; font-weight: 650; letter-spacing: -0.01em; margin: 16px 0 8px; }
.ref-tier p { color: var(--muted); font-size: 14px; }
.ref-tier-flag { position: absolute; top: -11px; left: 22px; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 4px 10px; border-radius: 999px; background: var(--pink-grad); color: #fff; }
.ref-tier-hot { border-color: rgba(255, 0, 138, 0.35); background: linear-gradient(180deg, rgba(255, 0, 138, 0.06), rgba(255, 255, 255, 0.02)); }
.ref-tier-gold { border-color: rgba(255, 205, 74, 0.32); background: linear-gradient(180deg, rgba(255, 205, 74, 0.06), rgba(255, 255, 255, 0.02)); }
.ref-tier-gold .ref-tier-count { background: linear-gradient(135deg, #ffcf4a, #ff9d2e); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.flag-gold { background: linear-gradient(90deg, #ffcf4a, #ff9d2e); color: #1a1206; }

.ref-cash { display: flex; flex-wrap: wrap; gap: 32px; align-items: center; justify-content: space-between; margin-top: 22px; padding: 40px; border-color: rgba(255, 205, 74, 0.24); background: linear-gradient(120% 140% at 0% 0%, rgba(255, 205, 74, 0.08), rgba(255, 255, 255, 0.02) 60%); }
.ref-cash-main { flex: 1 1 420px; }
.ref-cash-main h3 { font-size: clamp(24px, 3vw, 32px); font-weight: 700; letter-spacing: -0.02em; margin-top: 6px; }
.ref-cash-main p { color: var(--muted); font-size: 16px; margin-top: 14px; max-width: 60ch; }
.ref-cash-main strong { color: #ffcf4a; }
.ref-cash-side { flex: 1 1 260px; display: flex; flex-direction: column; gap: 14px; }
.ref-cash-stats { display: flex; gap: 14px; }
.ref-cash-stat { flex: 1; padding: 16px 18px; border: 1px solid var(--border); border-radius: var(--r-md); background: rgba(0,0,0,0.2); display: flex; flex-direction: column; gap: 4px; }
.ref-cash-num { font-size: 30px; font-weight: 700; letter-spacing: -0.02em; color: #ffcf4a; line-height: 1; }
.ref-cash-stat span:last-child { font-size: 12.5px; color: var(--muted); }

@media (max-width: 900px) {
  .ref-steps { grid-template-columns: 1fr; }
  .ref-tiers { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .ref-tiers { grid-template-columns: 1fr; }
  .ref-cash { padding: 28px; }
}

/* ---------- final cta ---------- */
.cta-band { padding: 40px 0 130px; }
.cta-inner {
  position: relative; text-align: center; border-radius: 28px; padding: 72px 32px;
  border: 1px solid rgba(255, 0, 138, 0.24);
  background: radial-gradient(120% 140% at 50% 0%, rgba(255, 0, 138, 0.16), rgba(255, 255, 255, 0.02) 60%);
  overflow: hidden;
}
.cta-inner::after { content: ""; position: absolute; width: 500px; height: 500px; left: 50%; top: -60%; transform: translateX(-50%); background: radial-gradient(circle, rgba(255, 0, 138, 0.4), transparent 70%); filter: blur(90px); pointer-events: none; }
.cta-inner h2 { position: relative; font-size: clamp(30px, 4.4vw, 50px); font-weight: 700; letter-spacing: -0.03em; }
.cta-inner p { position: relative; color: var(--muted); font-size: 18px; margin: 16px auto 32px; max-width: 46ch; }
.cta-inner .btn { position: relative; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--border); padding: 72px 0 40px; background: var(--bg-2); }
.footer-inner { display: grid; grid-template-columns: 1.4fr 2fr; gap: 48px; }
.footer-brand p { color: var(--muted); margin-top: 14px; max-width: 32ch; font-size: 15px; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-cols h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); margin-bottom: 14px; }
.footer-cols a { display: block; color: var(--muted); font-size: 15px; padding: 5px 0; transition: color 0.2s var(--ease); }
.footer-cols a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--border); color: var(--faint); font-size: 14px; }
.footer-links a { margin-left: 20px; }
.footer-links a:hover { color: var(--text); }

/* ---------- reveal animation ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
[data-reveal].in { opacity: 1; transform: translateY(0); }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .nav-links { display: none; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-a, .bento-b, .bento-c, .bento-d, .bento-e, .bento-f, .bento-g { grid-column: span 2; grid-row: auto; }
  .steps { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
  .catalog { columns: 2; }
}
@media (max-width: 620px) {
  .hero { padding: 130px 0 40px; }
  .pv-body { grid-template-columns: 1fr; }
  .pv-feedcol { border-right: none; border-bottom: 1px solid var(--border); }
  .pv-alert { display: none; }
  .prices { grid-template-columns: 1fr; }
  .nav-cta .btn-ghost { display: none; }
  .section { padding: 84px 0; }
  .section-tight { padding-top: 36px; }
  .logos-row { gap: 28px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .hero-stats { border-radius: 20px; flex-wrap: wrap; justify-content: center; }
  .hstat { padding: 10px 16px; border-left: none; flex: 1 1 40%; justify-content: center; }
  .catalog { columns: 1; }
  .gs-top { grid-template-columns: 1fr; justify-items: center; }
  .gs-battle { width: 100%; }
  .gs-timer { margin-left: 0; }
}

/* ---------- brand splash (logo lockup above the hero) ---------- */
.splash {
  position: relative; z-index: 1; overflow: hidden;
  min-height: min(86vh, 800px); padding: 150px 24px 96px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.splash-field { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.splash-halo {
  position: absolute; left: 50%; top: 44%; width: 680px; height: 680px; transform: translate(-50%, -50%);
  border-radius: 50%; background: radial-gradient(circle, rgba(255, 0, 138, 0.16), transparent 64%);
  filter: blur(46px); animation: splashHalo 7s var(--ease) infinite;
}
@keyframes splashHalo {
  0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}
.splash-ring {
  position: absolute; left: 50%; top: 44%; width: 320px; height: 320px; transform: translate(-50%, -50%);
  border-radius: 50%; border: 1px solid rgba(255, 0, 138, 0.22); opacity: 0;
  animation: splashRing 6s var(--ease) 1.4s infinite;
}
.splash-ring-2 { animation-delay: 4.4s; }
@keyframes splashRing {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.5); }
  22% { opacity: 0.55; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.75); }
}

.splash-lockup { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.splash-mark {
  position: relative;
  width: clamp(104px, 15vw, 152px); height: clamp(104px, 15vw, 152px);
  display: grid; place-items: center;
  animation: splashMarkIn 1s var(--ease) both;
}
.splash-mark img { width: 100%; height: 100%; object-fit: contain; display: block; animation: splashMarkPulse 4.2s var(--ease) 1.2s infinite; }
@keyframes splashMarkIn {
  from { opacity: 0; transform: scale(0.55) rotate(-12deg); }
  to { opacity: 1; transform: scale(1) rotate(0deg); }
}
@keyframes splashMarkPulse {
  0%, 100% { filter: drop-shadow(0 20px 60px rgba(255, 0, 138, 0.4)); }
  50% { filter: drop-shadow(0 20px 74px rgba(255, 0, 138, 0.65)); }
}

.splash-word {
  margin-top: 36px; font-size: clamp(48px, 9vw, 110px); font-weight: 800;
  letter-spacing: -0.045em; line-height: 1;
  animation: splashRise 0.9s var(--ease) 0.2s both;
}
.splash-tagline {
  margin-top: 20px; color: var(--muted); font-size: clamp(15px, 2vw, 19px);
  display: flex; align-items: center; gap: 16px;
  animation: splashRise 0.9s var(--ease) 0.42s both;
}
.splash-tagline::before, .splash-tagline::after {
  content: ""; width: clamp(20px, 5vw, 44px); height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 0, 138, 0.5));
}
.splash-tagline::after { background: linear-gradient(90deg, rgba(255, 0, 138, 0.5), transparent); }
@keyframes splashRise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.splash-cue {
  position: absolute; z-index: 1; bottom: 30px; left: 50%; transform: translateX(-50%);
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center; font-size: 18px; color: var(--muted);
  border: 1px solid var(--border); background: rgba(255, 255, 255, 0.03);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
  animation: cueIn 1s var(--ease) 0.9s both;
}
.splash-cue i { animation: cueBob 2.4s ease-in-out 2s infinite; }
.splash-cue:hover { color: var(--text); border-color: rgba(255, 0, 138, 0.45); }
@keyframes cueIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes cueBob { 0%, 100% { transform: translateY(-2px); } 50% { transform: translateY(4px); } }

/* the hero follows the splash, so it no longer needs to clear the nav */
.splash + .hero { padding-top: 44px; }

@media (max-width: 620px) {
  .splash { min-height: min(78vh, 620px); padding: 130px 20px 88px; }
  .splash-word { margin-top: 28px; }
  .splash-halo { width: 440px; height: 440px; }
  .splash-ring { width: 240px; height: 240px; }
}

/* ---------- brand mark motion ---------- */
/* Logo mark: gentle interactive lift; the pink drop-shadow does the "charged" glow. */
.brand-mark { position: relative; transition: transform 0.3s var(--ease); }
.brand:hover .brand-mark { transform: scale(1.12) rotate(-6deg); }

@keyframes boltPulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(255, 0, 138, 0.35); }
  50% { box-shadow: 0 0 22px rgba(255, 0, 138, 0.7), 0 6px 30px rgba(255, 0, 138, 0.5); }
}
@keyframes boltFlicker {
  0%, 89%, 93%, 100% { opacity: 1; }
  91% { opacity: 0.35; }
  95% { opacity: 0.7; }
}
@keyframes boltSheen {
  0%, 55% { transform: translateX(-130%); }
  78%, 100% { transform: translateX(130%); }
}

/* Distant lightning flash behind the hero (double-flicker like a real strike). */
.hero { position: relative; z-index: 1; }
.hero-copy, .preview-wrap { position: relative; z-index: 1; }
.hero::before {
  content: ""; position: absolute; inset: -10% 0 0 0; z-index: 0; pointer-events: none;
  background: radial-gradient(70% 46% at 50% 0%, rgba(255, 0, 138, 0.22), transparent 68%);
  opacity: 0; animation: heroStrike 8.5s ease-in-out infinite;
}
@keyframes heroStrike {
  0%, 85%, 100% { opacity: 0; }
  87% { opacity: 0.55; }
  89% { opacity: 0.12; }
  91% { opacity: 0.42; }
  95% { opacity: 0; }
}

/* Automations bolt icon runs hot; zaps on card hover. */
.bento-a .card-icon { animation: boltPulse 3.6s var(--ease) infinite; transition: transform 0.3s var(--ease); }
.bento-a .card-icon i { animation: boltFlicker 5s steps(1, end) infinite; }
.bento-a:hover .card-icon { transform: scale(1.12) rotate(-6deg); }

/* Primary buttons carry an energy shimmer that sweeps on hover. */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.38) 50%, transparent 60%);
  transform: translateX(-160%); transition: transform 0.65s var(--ease);
}
.btn-primary:hover::after { transform: translateX(160%); }
.btn-primary > * { position: relative; z-index: 1; }

/* ===========================================================================
   Subscribe & account (subscribe.html) + checkout success (thanks.html)
   =========================================================================== */
.sub-hero { padding: 150px 0 44px; text-align: center; }
.sub-hero .section-sub { margin-left: auto; margin-right: auto; }

.sub-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 26px; align-items: start; padding-bottom: 120px; }
.sub-plans { display: flex; flex-direction: column; gap: 18px; }

/* billing interval toggle */
.int-toggle { display: inline-flex; align-self: flex-start; gap: 4px; padding: 4px; border-radius: 999px; border: 1px solid var(--border); background: rgba(255, 255, 255, 0.03); }
.int-opt { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: 999px; border: none; background: transparent; color: var(--muted); font: 600 14px "Geist", sans-serif; cursor: pointer; transition: background 0.25s var(--ease), color 0.25s var(--ease); }
.int-opt:hover { color: var(--text); }
.int-opt.on { background: var(--pink-grad); color: #fff; box-shadow: 0 4px 18px rgba(255, 0, 138, 0.35); }
.int-save { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; padding: 3px 8px; border-radius: 999px; background: rgba(255, 205, 74, 0.16); color: #ffcf4a; }
.int-opt.on .int-save { background: rgba(0, 0, 0, 0.25); color: #ffe9a8; }

/* selectable plan cards (extends .card/.price look) */
.plan-pick { text-align: left; cursor: pointer; font: inherit; color: inherit; width: 100%; }
.plan-pick .checks { margin-bottom: 0; }
.plan-pick .price-amt { transition: color 0.25s var(--ease); }
.pp-check { position: absolute; left: 22px; bottom: 22px; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-size: 14px; color: #fff; background: var(--pink-grad); box-shadow: 0 0 16px rgba(255, 0, 138, 0.5); opacity: 0; transform: scale(0.5); transition: opacity 0.25s var(--ease), transform 0.25s var(--ease); }
.plan-pick { padding-bottom: 64px; }
.plan-pick.on .pp-check { opacity: 1; transform: scale(1); }
.plan-pick.on { border-color: rgba(255, 0, 138, 0.55); box-shadow: 0 0 0 1px rgba(255, 0, 138, 0.35), 0 22px 60px rgba(0, 0, 0, 0.4), 0 0 50px rgba(255, 0, 138, 0.16); }
.plan-pick.plan-founder.on { border-color: rgba(255, 205, 74, 0.55); box-shadow: 0 0 0 1px rgba(255, 205, 74, 0.32), 0 22px 60px rgba(0, 0, 0, 0.4), 0 0 50px rgba(255, 205, 74, 0.12); }
.plan-founder .pp-check { background: linear-gradient(135deg, #ffcf4a, #ff9d2e); color: #1a1206; box-shadow: 0 0 16px rgba(255, 205, 74, 0.45); }

.sub-note { display: flex; gap: 10px; align-items: flex-start; color: var(--faint); font-size: 13.5px; max-width: 60ch; }
.sub-note i { font-size: 16px; color: var(--pink-4); margin-top: 2px; }

/* account / checkout card */
.auth-card { position: sticky; top: 92px; padding: 26px; display: flex; flex-direction: column; gap: 18px; }
.auth-card:hover { transform: none; } /* it's a form, not a showcase card */

.auth-steps { list-style: none; display: flex; gap: 6px; }
.auth-steps li { flex: 1; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--faint); padding: 8px 10px; border-radius: 10px; border: 1px solid var(--border); background: rgba(255, 255, 255, 0.02); }
.auth-steps li b { width: 18px; height: 18px; flex: none; display: grid; place-items: center; border-radius: 50%; font-size: 10.5px; font-weight: 700; background: rgba(255, 255, 255, 0.06); color: var(--muted); }
.auth-steps li.on { color: var(--text); border-color: rgba(255, 0, 138, 0.35); background: rgba(255, 0, 138, 0.05); }
.auth-steps li.on b { background: var(--pink-grad); color: #fff; }

.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; border-radius: var(--r-md); border: 1px solid var(--border); background: rgba(255, 255, 255, 0.03); margin-bottom: 18px; }
.auth-tab { padding: 10px 12px; border: none; border-radius: 9px; background: transparent; color: var(--muted); font: 600 14px "Geist", sans-serif; cursor: pointer; transition: background 0.25s var(--ease), color 0.25s var(--ease); }
.auth-tab:hover { color: var(--text); }
.auth-tab.on { background: rgba(255, 255, 255, 0.07); color: var(--text); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06); }

.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 7px; }
.field .opt { font-weight: 500; color: var(--faint); font-size: 12px; }
.field input { width: 100%; padding: 12px 14px; border-radius: var(--r-md); border: 1px solid var(--border); background: rgba(255, 255, 255, 0.04); color: var(--text); font: 500 15px "Geist", sans-serif; outline: none; transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease); }
.field input::placeholder { color: var(--faint); }
.field input:focus { border-color: rgba(255, 0, 138, 0.55); background: rgba(255, 255, 255, 0.05); box-shadow: 0 0 0 3px rgba(255, 0, 138, 0.14); }

.auth-err { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #ff8ea0; background: rgba(255, 0, 51, 0.08); border: 1px solid rgba(255, 0, 51, 0.28); border-radius: var(--r-md); padding: 10px 13px; margin-bottom: 14px; }
.auth-fine { font-size: 12.5px; color: var(--faint); margin-top: 12px; text-align: center; }
.auth-fine b { color: var(--muted); font-weight: 600; }

.btn.busy { opacity: 0.75; pointer-events: none; }
.btn:disabled { opacity: 0.6; cursor: default; }
#authSignedIn { display: flex; flex-direction: column; gap: 10px; }
#authSignedIn[hidden], #authForms[hidden], #fieldName[hidden], .auth-err[hidden], #btnDownload[hidden], #btnCheckout[hidden] { display: none; }

/* signed-in identity row */
.auth-user { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: var(--r-md); border: 1px solid var(--border); background: rgba(255, 255, 255, 0.03); margin-bottom: 6px; }
.au-avatar { width: 38px; height: 38px; flex: none; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 16px; color: #fff; background: var(--pink-grad); box-shadow: 0 0 18px rgba(255, 0, 138, 0.35); }
.au-id { display: flex; flex-direction: column; min-width: 0; }
.au-id b { font-size: 14.5px; font-weight: 650; letter-spacing: -0.01em; }
.au-id span { font-size: 12.5px; color: var(--faint); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.au-plan { margin-left: auto; flex: none; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--border); color: var(--faint); }
.au-plan.active { color: #4ade80; border-color: rgba(74, 222, 128, 0.4); background: rgba(74, 222, 128, 0.08); }
.auth-signout { align-self: center; margin-top: 2px; border: none; background: none; color: var(--faint); font: 500 13px "Geist", sans-serif; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.auth-signout:hover { color: var(--text); }

.trust-row { list-style: none; display: flex; justify-content: center; gap: 18px; padding-top: 14px; border-top: 1px solid var(--border); flex-wrap: wrap; }
.trust-row li { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--faint); }
.trust-row i { color: var(--pink-4); font-size: 15px; }

.footer-slim { margin-top: 0; padding-top: 0; border-top: none; }
.footer .footer-slim { padding: 0 24px; }

@media (max-width: 940px) {
  .sub-grid { grid-template-columns: 1fr; }
  .auth-card { position: static; order: -1; } /* account card first on mobile */
  .sub-hero { padding-top: 130px; }
}

/* ---------- thanks (checkout success) ---------- */
.thanks-wrap { padding: 168px 24px 120px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.tick { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; font-size: 40px; color: #fff; background: var(--pink-grad); box-shadow: var(--pink-glow), 0 0 70px rgba(255, 0, 138, 0.4); margin-bottom: 28px; animation: tickIn 0.7s var(--ease) both; }
@keyframes tickIn { from { opacity: 0; transform: scale(0.4) rotate(-14deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
.thanks-wrap .section-sub { margin-left: auto; margin-right: auto; }

.thanks-status { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; padding: 10px 18px; border-radius: 999px; border: 1px solid var(--border); background: rgba(255, 255, 255, 0.03); font-size: 14px; color: var(--muted); }
.ts-dot { width: 9px; height: 9px; flex: none; border-radius: 50%; background: #f59e0b; box-shadow: 0 0 10px #f59e0b; animation: tsPulse 1.4s ease-in-out infinite; }
.thanks-status.ok { border-color: rgba(74, 222, 128, 0.35); color: var(--text); }
.thanks-status.ok .ts-dot { background: #4ade80; box-shadow: 0 0 10px #4ade80; animation: none; }
.thanks-status.idle .ts-dot { background: var(--faint); box-shadow: none; animation: none; }
@keyframes tsPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }

.thanks-steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; width: 100%; max-width: 980px; text-align: left; }
.thanks-steps .card { display: flex; flex-direction: column; gap: 10px; padding: 26px 24px; }
.thanks-steps h3 { font-size: 18px; font-weight: 650; letter-spacing: -0.01em; }
.thanks-steps p { color: var(--muted); font-size: 14.5px; margin: 0; }
.thanks-steps .btn { margin-top: 8px; }
.tstep-n { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 15px; color: #fff; background: var(--pink-grad); box-shadow: 0 4px 18px rgba(255, 0, 138, 0.35); }
.tstep-fine { display: block; font-size: 12px !important; color: var(--faint) !important; line-height: 1.55; }
.tstep-fine i { font-size: 13px; margin-right: 4px; color: var(--pink-4); vertical-align: -1px; }
.tstep-fine b { color: var(--muted); }

.thanks-manage { margin-top: 44px; font-size: 14px; color: var(--faint); }
.thanks-manage a { color: var(--pink-4); border-bottom: 1px solid rgba(255, 0, 138, 0.35); }
.thanks-manage a:hover { border-bottom-color: var(--pink-4); }

@media (max-width: 940px) { .thanks-steps { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .thanks-wrap { padding-top: 130px; } }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .float { animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .btn:hover, .card:hover { transform: none; }
  /* marquee falls back to a static, wrapped chip cloud */
  .mq { mask-image: none; -webkit-mask-image: none; }
  .mq-track { width: auto; flex-wrap: wrap; row-gap: 12px; }
  .mq-group[aria-hidden="true"] { display: none; }
  .mq-group { flex-wrap: wrap; row-gap: 12px; justify-content: center; padding: 0 24px; }
}

/* ---------- transparency fallback ---------- */
@media (prefers-reduced-transparency: reduce) {
  .nav.scrolled, .preview, .card, .ov-card, .gs-card, .cat-card, .pv-alert, .hero-stats { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--bg-2); }
}
