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

:root {
  --bg:        #0B0B0B;
  --surface:   #161616;
  --surface2:  #1F1F1F;
  --green-dark: #0C1C08;   /* dark lime-tinted section bg */
  --border:    rgba(239,239,234,0.08);
  --border-md: rgba(239,239,234,0.14);
  --border-hi: rgba(239,239,234,0.24);
  --fg:        #EFEFEA;
  --fg2:       #7A7A72;
  --fg3:       #2E2E2A;
  --accent:    #CBFF4D;
  --r:         16px;
  --r-lg:      24px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', -apple-system, sans-serif;
  background: var(--bg);
  color: var(--fg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Chakra Petch', sans-serif;
}

/* ── NOISE ─────────────────────────────────── */
.noise {
  position: fixed; inset: 0; z-index: 9999;
  pointer-events: none; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
}

/* ── FADE-UP ────────────────────────────────── */
.fade-up { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: none; }
.fade-up.d1 { transition-delay: 0.13s; }
.fade-up.d2 { transition-delay: 0.26s; }

/* ── SECTION TAG ────────────────────────────── */
.section-tag {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 16px;
}

/* ── NAV ────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  height: 64px; z-index: 200;
  background: rgba(11,11,11,0.9);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: border-color 0.3s, background 0.3s;
}
nav.scrolled {
  border-color: var(--border-md);
  background: rgba(11,11,11,0.97);
}

.nav-inner {
  max-width: 1200px; margin: 0 auto; height: 100%;
  padding: 0 32px; display: flex; align-items: center; justify-content: space-between;
}

.nav-logo {
  display: flex; align-items: center; gap: 9px;
  text-decoration: none; color: var(--fg);
  font-family: 'Chakra Petch', sans-serif; font-weight: 700;
  font-size: 15px; letter-spacing: -0.3px;
}
.nav-logo img { border-radius: 7px; }

.nav-links {
  display: flex; gap: 0; list-style: none;
  position: absolute; left: 50%; transform: translateX(-50%);
}
.nav-links a {
  display: block; padding: 6px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 500; color: var(--fg2);
  text-decoration: none; border-radius: 100px;
  transition: color 0.2s, background 0.2s; white-space: nowrap;
}
.nav-links a:hover { color: var(--fg); background: var(--surface2); }

.nav-cta {
  display: flex; align-items: center; gap: 7px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600;
  padding: 8px 20px; border-radius: 100px;
  background: var(--accent); color: #0B0B0B;
  text-decoration: none; white-space: nowrap;
  transition: opacity 0.2s, transform 0.15s;
}
.nav-cta:hover { opacity: 0.88; transform: scale(0.97); }

/* ── BUTTONS ────────────────────────────────── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--fg); color: var(--bg);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 600;
  padding: 13px 26px; border-radius: 100px;
  text-decoration: none; white-space: nowrap;
  transition: opacity 0.2s, transform 0.2s;
}
.btn-primary:hover { opacity: 0.9; transform: translateY(-2px); }

.btn-outline {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 500; color: var(--fg2);
  text-decoration: none; padding: 13px 22px; border-radius: 100px;
  border: 1px solid var(--border-md);
  transition: color 0.2s, border-color 0.2s;
}
.btn-outline:hover { color: var(--fg); border-color: var(--border-hi); }

.btn-dark {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--bg); color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 600;
  padding: 14px 28px; border-radius: 100px;
  text-decoration: none; white-space: nowrap;
  transition: opacity 0.2s, transform 0.2s;
}
.btn-dark:hover { opacity: 0.85; transform: translateY(-2px); }

/* ── HERO ───────────────────────────────────── */
.hero {
  min-height: 100vh; padding-top: 64px;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}

.hero-ambient {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 60% at 70% 45%, rgba(203,255,77,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at 20% 60%, rgba(34,197,94,0.05) 0%, transparent 55%);
}

.hero-inner {
  width: 100%; max-width: 1200px; margin: 0 auto;
  padding: 80px 48px;
  display: grid; grid-template-columns: 1fr 1.05fr;
  gap: 48px; align-items: center;
}

/* Scale phones for hero column */
.hero-visual .phone-frame { width: 192px; border-radius: 44px; padding: 10px; }
.hero-visual .phone-frame--main { width: 218px; }
.hero-visual .phone-screen { border-radius: 35px; }
.hero-visual .phone-island { top: 9px; height: 9px; }

.eyebrow-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Mono', monospace;
  font-size: 11px; font-weight: 500; color: var(--fg2);
  letter-spacing: 1.5px; margin-bottom: 28px;
}
.etag-dot {
  width: 6px; height: 6px; background: var(--accent); border-radius: 50%;
  box-shadow: 0 0 8px rgba(203,255,77,0.6);
  animation: dot-pulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.65); }
}

.hero h1 {
  font-family: 'Chakra Petch', sans-serif;
  font-style: normal; font-weight: 700;
  font-size: clamp(48px, 6.2vw, 92px);
  line-height: 0.97; letter-spacing: -1px;
  margin-bottom: 28px;
}
.hero h1 em {
  color: var(--accent); font-style: normal;
}

.hero-sub {
  font-size: 17px; line-height: 1.7; color: var(--fg2); margin-bottom: 40px;
}

.hero-actions {
  display: flex; align-items: center; gap: 12px; margin-bottom: 36px;
}

.hero-proof {
  display: flex; align-items: center; gap: 10px;
  font-family: 'DM Mono', monospace;
  font-size: 11px; color: var(--fg2); letter-spacing: 0.5px;
}
.proof-avs { display: flex; align-items: center; }
.proof-avs span {
  width: 24px; height: 24px; border-radius: 50%;
  border: 2px solid var(--bg); font-size: 9px; font-weight: 700; color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin-left: -6px;
}
.proof-avs span:first-child { margin-left: 0; }
.proof-dot {
  width: 5px; height: 5px; background: var(--accent); border-radius: 50%;
  box-shadow: 0 0 6px rgba(203,255,77,0.6);
  animation: dot-pulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}

/* ── PHONE COMPONENTS ───────────────────────── */
.hero-visual {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}

.hero-phones { display: flex; align-items: center; justify-content: center; }

.phone-wrap {
  display: flex; align-items: flex-end; justify-content: center;
  position: relative;
}

.ph-side { position: relative; }
.ph-center { z-index: 3; }
.ph-left  { z-index: 1; opacity: 0.6; margin-right: -24px; transform: rotate(-7deg) translateY(28px); animation: ph-l 1s cubic-bezier(.22,.68,0,1.2) 0.35s both; }
.ph-right { z-index: 1; opacity: 0.6; margin-left:  -24px; transform: rotate( 7deg) translateY(28px); animation: ph-r 1s cubic-bezier(.22,.68,0,1.2) 0.35s both; }
.ph-center .phone-frame { animation: ph-c 0.9s cubic-bezier(.22,.68,0,1.2) 0.1s both; }

@keyframes ph-c { from { opacity: 0; transform: translateY(56px) scale(0.94); } to { opacity: 1; transform: none; } }
@keyframes ph-l { from { opacity: 0; transform: rotate(-7deg) translateY(80px); } to { opacity: 0.6; transform: rotate(-7deg) translateY(28px); } }
@keyframes ph-r { from { opacity: 0; transform: rotate( 7deg) translateY(80px); } to { opacity: 0.6; transform: rotate( 7deg) translateY(28px); } }

.phone-frame {
  background: linear-gradient(155deg, #282828 0%, #161616 100%);
  border-radius: 50px; padding: 11px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06), inset 0 1px 0 rgba(255,255,255,0.08);
  width: 228px; position: relative;
}
.phone-frame--main {
  width: 258px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08),
    0 0 60px rgba(203,255,77,0.15),
    0 60px 100px rgba(0,0,0,0.9),
    inset 0 1px 0 rgba(255,255,255,0.1);
}
.phone-frame::before {
  content: ''; position: absolute; left: -3px; top: 78px;
  width: 3px; height: 22px; background: #1E1E1E; border-radius: 3px 0 0 3px;
  box-shadow: 0 32px 0 #1E1E1E;
}
.phone-frame::after {
  content: ''; position: absolute; right: -3px; top: 96px;
  width: 3px; height: 42px; background: #1E1E1E; border-radius: 0 3px 3px 0;
}
.phone-screen {
  border-radius: 40px; overflow: hidden; background: #000; position: relative;
}
.phone-screen::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.055) 0%, transparent 42%);
  pointer-events: none; z-index: 3;
}
.phone-screen img { width: 100%; display: block; }
.phone-island {
  position: absolute; top: 11px; left: 50%; transform: translateX(-50%);
  width: 30%; height: 10px; background: #000; border-radius: 20px; z-index: 5;
}
.phone-glow {
  position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%);
  width: 700px; height: 240px;
  background: radial-gradient(ellipse at 50% 0%, rgba(203,255,77,0.3) 0%, transparent 60%);
  pointer-events: none; animation: glow-breathe 4s ease-in-out infinite;
}
@keyframes glow-breathe { 0%, 100% { opacity: 0.7; } 50% { opacity: 1; } }

/* ── STATS BAND ─────────────────────────────── */
.stats-band {
  background: var(--accent);
  padding: 0 48px;
}
.stats-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: stretch; justify-content: center;
}
.stat-item {
  padding: 44px 60px; text-align: center;
  display: flex; flex-direction: column; gap: 10px; align-items: center;
}
.stat-num {
  font-family: 'Chakra Petch', sans-serif;
  font-style: normal; font-weight: 700;
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: 1; letter-spacing: -1px; color: #0B0B0B;
}
.stat-lbl {
  font-family: 'DM Mono', monospace;
  font-size: 10px; font-weight: 500; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(11,11,11,0.5);
}
.stat-rule { width: 1px; background: rgba(11,11,11,0.15); align-self: stretch; flex-shrink: 0; }

/* ── PITCH ──────────────────────────────────── */
.pitch { padding: 100px 48px; background: var(--green-dark); border-top: 1px solid rgba(203,255,77,0.12); border-bottom: 1px solid rgba(203,255,77,0.12); }
.pitch-inner { max-width: 900px; margin: 0 auto; text-align: center; }

.pitch-inner blockquote {
  font-family: 'Chakra Petch', sans-serif;
  font-style: normal; font-weight: 600;
  font-size: clamp(22px, 3vw, 44px);
  line-height: 1.25; letter-spacing: -0.5px;
  color: var(--fg); margin-bottom: 32px;
}
.pitch-inner blockquote em { font-style: normal; color: var(--accent); }
.pitch-inner > p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px; line-height: 1.8; color: var(--fg2);
}

/* ── PLATFORM STRIP ─────────────────────────── */
.platform-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface); padding: 24px 0; overflow: hidden;
}
.ps-label {
  text-align: center;
  font-family: 'DM Mono', monospace;
  font-size: 9px; font-weight: 500; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--fg3); margin-bottom: 20px;
}
.ps-track-wrap {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}
.ps-track { display: flex; width: max-content; align-items: center; animation: marquee 48s linear infinite; }
.ps-track img {
  height: 20px; width: auto;
  opacity: 0.18; margin: 0 32px; flex-shrink: 0;
  transition: opacity 0.25s; filter: brightness(0) invert(1);
}
.ps-track img:hover { opacity: 0.5; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── FEATURES ───────────────────────────────── */
.features { padding-top: 120px; }

.features-header {
  max-width: 1200px; margin: 0 auto;
  padding: 0 48px 72px; margin-bottom: 0;
}
.features-header h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.05; letter-spacing: -0.5px;
  margin-top: 4px;
}

.feat-band {
  border-top: 1px solid var(--border);
}
.feat-band--alt {
  background: var(--green-dark);
  border-top-color: rgba(203,255,77,0.12);
}

.feat-row {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
  padding: 72px 48px;
}

.feat-stage {
  background: var(--surface);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  min-height: 440px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  transition: border-color 0.3s;
}
.feat-stage:hover { border-color: var(--border-md); }
.feat-stage::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 110%, rgba(203,255,77,0.07) 0%, transparent 60%);
  pointer-events: none;
}
.feat-stage--center { justify-content: center; }

/* Feature phone frame */
.feat-frame {
  background: linear-gradient(155deg, #282828 0%, #161616 100%);
  border-radius: 44px; padding: 10px; width: 200px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.07),
    0 32px 64px rgba(0,0,0,0.8),
    0 0 48px rgba(203,255,77,0.06),
    inset 0 1px 0 rgba(255,255,255,0.08);
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.feat-stage:hover .feat-frame {
  transform: translateY(-8px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.09),
    0 48px 80px rgba(0,0,0,0.85),
    0 0 64px rgba(203,255,77,0.1),
    inset 0 1px 0 rgba(255,255,255,0.1);
}
.feat-frame::before {
  content: ''; position: absolute; left: -2px; top: 64px;
  width: 2px; height: 18px; background: #1A1A1A; border-radius: 2px 0 0 2px;
  box-shadow: 0 26px 0 #1A1A1A;
}
.feat-frame::after {
  content: ''; position: absolute; right: -2px; top: 78px;
  width: 2px; height: 34px; background: #1A1A1A; border-radius: 0 2px 2px 0;
}
.feat-frame--lg { width: 240px; border-radius: 50px; padding: 11px; }

.feat-screen {
  border-radius: 35px; overflow: hidden; background: #000; position: relative;
}
.feat-screen::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, transparent 40%);
  pointer-events: none; z-index: 3;
}
.feat-screen img { width: 100%; display: block; }
.feat-screen--lg { border-radius: 40px; }

.feat-island {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 32%; height: 8px; background: #000; border-radius: 20px; z-index: 5;
}

/* Feature copy */
.feat-num {
  font-family: 'DM Mono', monospace; font-size: 11px;
  letter-spacing: 3px; color: var(--accent); margin-bottom: 6px;
}
.feat-lbl {
  font-family: 'DM Mono', monospace; font-size: 10px;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--fg3); margin-bottom: 20px;
}
.feat-copy h3 {
  font-family: 'Chakra Petch', sans-serif; font-weight: 700;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 16px;
}
.feat-copy p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px; line-height: 1.75; color: var(--fg2); margin-bottom: 24px;
}
.feat-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.feat-list li {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--fg2); line-height: 1.5;
  padding-left: 20px; position: relative;
}
.feat-list li::before {
  content: '—'; position: absolute; left: 0;
  color: var(--accent); font-size: 12px; top: 1px;
}
.feat-platforms { display: flex; gap: 10px; align-items: center; }

/* ── TICKER ─────────────────────────────────── */
.ticker-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface); padding: 14px 0; overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.ticker-track { display: flex; width: max-content; animation: marquee 44s linear infinite; align-items: center; }
.t-i {
  font-family: 'Chakra Petch', sans-serif;
  font-style: normal; font-weight: 600;
  font-size: 13px; color: var(--fg2);
  white-space: nowrap; padding: 0 2px; letter-spacing: 0.2px;
}
.t-s { color: var(--accent); padding: 0 20px; opacity: 0.6; font-size: 12px; }

/* ── COMMUNITY ──────────────────────────────── */
.community { padding: 120px 0; border-top: 1px solid var(--border); background: var(--surface2); }
.comm-inner { max-width: 1200px; margin: 0 auto; padding: 0 48px; }

.comm-header {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: end; margin-bottom: 48px; padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}
.comm-header h2 { font-size: clamp(28px, 4vw, 48px); letter-spacing: -0.5px; line-height: 1.08; margin-top: 4px; }
.comm-header p  { font-family: 'DM Sans', sans-serif; font-size: 15px; line-height: 1.75; color: var(--fg2); }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }

.rv-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 24px;
  position: relative; overflow: hidden;
  transition: border-color 0.25s, transform 0.25s;
}
.rv-card:hover { border-color: var(--border-md); transform: translateY(-2px); }

.rv-game-bg {
  position: absolute; bottom: -8px; right: -8px;
  font-family: 'Chakra Petch', sans-serif; font-style: normal; font-weight: 700;
  font-size: 42px; line-height: 1; letter-spacing: -1px;
  color: rgba(239,239,234,0.04); white-space: nowrap; pointer-events: none;
}
.rv-top { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; position: relative; z-index: 1; }
.rv-av  { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #fff; flex-shrink: 0; }
.rv-name { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; color: var(--fg); }
.rv-game { font-family: 'DM Mono', monospace; font-size: 10px; color: var(--fg2); margin-top: 2px; letter-spacing: 0.5px; }
.rv-badge {
  margin-left: auto; padding: 3px 10px; border-radius: 100px;
  font-family: 'DM Mono', monospace;
  font-size: 9px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase;
  white-space: nowrap; flex-shrink: 0;
}
.rv-mp { background: var(--accent); color: #0B0B0B; }
.rv-gd { background: rgba(203,255,77,0.1); color: var(--accent); border: 1px solid rgba(203,255,77,0.2); }
.rv-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; line-height: 1.65; color: var(--fg2); position: relative; z-index: 1;
}

.comm-phone { margin-top: 48px; padding-top: 48px; border-top: 1px solid var(--border); display: flex; justify-content: center; }

/* ── TESTIMONIALS ───────────────────────────── */
.testimonials { padding: 120px 0; border-top: 1px solid var(--border); }
.tl-inner { max-width: 840px; margin: 0 auto; padding: 0 48px; }

.tl-header { margin-bottom: 64px; }
.tl-header h2 { font-size: clamp(28px, 3.5vw, 44px); letter-spacing: -0.4px; line-height: 1.1; margin-top: 4px; }

.tl-list { display: flex; flex-direction: column; }
.tl-item {
  padding: 52px 0;
  border-bottom: 1px solid var(--border);
}
.tl-item:first-child { border-top: 1px solid var(--border); }

.tl-stars { color: var(--accent); font-size: 13px; letter-spacing: 3px; margin-bottom: 20px; }

.tl-item blockquote {
  font-family: 'Chakra Petch', sans-serif; font-style: normal; font-weight: 600;
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.45; letter-spacing: -0.2px;
  color: var(--fg); margin-bottom: 28px;
}

.tl-author { display: flex; align-items: center; gap: 12px; }
.tl-av { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #fff; flex-shrink: 0; }
.tl-name { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; color: var(--fg); }
.tl-sub  { font-family: 'DM Mono', monospace; font-size: 10px; color: var(--fg2); margin-top: 3px; letter-spacing: 0.5px; }

/* ── FAQ ────────────────────────────────────── */
.faq-section { padding: 120px 0; border-top: 1px solid var(--border); background: var(--surface); }
.faq-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 48px;
  display: grid; grid-template-columns: 320px 1fr; gap: 80px; align-items: start;
}

.faq-header { position: sticky; top: 88px; }
.faq-header h2 { font-size: clamp(26px, 3vw, 40px); letter-spacing: -0.3px; line-height: 1.15; margin-top: 4px; }

.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }

.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 20px 0; background: none; border: none; cursor: pointer;
  text-align: left;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px; font-weight: 500; color: var(--fg);
  transition: color 0.2s;
}
.faq-q:hover { color: var(--accent); }
.faq-item.open .faq-q { color: var(--accent); }

.faq-icon {
  width: 22px; height: 22px; border: 1px solid var(--border-md);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--fg2);
  transition: border-color 0.2s, transform 0.3s, background 0.2s, color 0.2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--accent); border-color: var(--accent); color: #0B0B0B; }

.faq-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.32s ease; }
.faq-item.open .faq-body { grid-template-rows: 1fr; }
.faq-body-inner {
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--fg2); line-height: 1.8;
}
.faq-item.open .faq-body-inner { padding-bottom: 20px; }

/* ── FINAL CTA ──────────────────────────────── */
.final-cta {
  background: var(--accent);
  padding: 100px 32px;
  text-align: center;
  position: relative; overflow: hidden;
}
.final-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(0,0,0,0.06) 0%, transparent 65%);
  pointer-events: none;
}
.fcta-inner { max-width: 640px; margin: 0 auto; position: relative; z-index: 1; }

.fcta-phone { margin-bottom: 52px; display: flex; justify-content: center; }
.fcta-phone .phone-frame {
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.12),
    0 48px 80px rgba(0,0,0,0.3),
    inset 0 1px 0 rgba(255,255,255,0.06);
}
.fcta-phone .phone-screen::after { display: none; }

.final-cta h2 {
  font-family: 'Chakra Petch', sans-serif; font-style: normal; font-weight: 700;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.95; letter-spacing: -1.5px; margin-bottom: 20px;
  color: #0B0B0B;
}
.final-cta p {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px; line-height: 1.65; color: rgba(11,11,11,0.7);
  max-width: 420px; margin: 0 auto 36px;
}
.fcta-note {
  margin-top: 16px;
  font-family: 'DM Mono', monospace;
  font-size: 10px; color: rgba(11,11,11,0.45); letter-spacing: 1px;
}

/* ── FOOTER ─────────────────────────────────── */
footer { border-top: 1px solid var(--border); padding: 28px 32px; }
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
}
.nav-logo {
  display: flex; align-items: center; gap: 9px;
  text-decoration: none; color: var(--fg);
  font-family: 'Chakra Petch', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: -0.3px;
}
.footer-links { display: flex; gap: 20px; list-style: none; }
.footer-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: var(--fg2); text-decoration: none; transition: color 0.2s;
}
.footer-links a:hover { color: var(--fg); }
.footer-copy { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--fg3); letter-spacing: 0.5px; }

/* ── RESPONSIVE ─────────────────────────────── */
@media (max-width: 1024px) {
  .feat-row { gap: 48px; }
  .hero-inner { gap: 40px; padding: 60px 32px; }
}

@media (max-width: 900px) {
  .comm-header { grid-template-columns: 1fr; gap: 20px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .faq-inner { grid-template-columns: 1fr; gap: 40px; }
  .faq-header { position: static; }
  .stat-item { padding: 32px 36px; }
}

@media (max-width: 768px) {
  nav { height: 58px; }
  .nav-links { display: none; }
  .nav-inner { padding: 0 20px; }

  .hero { padding-top: 58px; }
  .hero-inner { grid-template-columns: 1fr; padding: 60px 24px; gap: 48px; }
  .hero-visual { order: -1; }
  .hero h1 { letter-spacing: -2px; }
  .hero-sub { font-size: 15px; }

  .ph-left, .ph-right { display: none; }
  .hero-visual .phone-frame--main { width: 240px; }

  .stats-band { padding: 0; }
  .stats-inner { flex-direction: column; }
  .stat-rule { width: 48px; height: 1px; align-self: center; }
  .stat-item { padding: 24px 32px; }

  .pitch { padding: 80px 24px; }

  .features { padding-top: 80px; }
  .features-header { padding: 0 24px 52px; }
  .feat-row { grid-template-columns: 1fr; gap: 32px; padding: 52px 24px; }
  .feat-row .feat-visual { order: -1; }
  .feat-stage { min-height: 300px; }
  .hero-side { border-radius: 20px; min-height: 380px; }

  .community { padding: 80px 0; }
  .comm-inner { padding: 0 24px; }

  .testimonials { padding: 80px 0; }
  .tl-inner { padding: 0 24px; }
  .tl-item { padding: 40px 0; }

  .faq-section { padding: 80px 0; }
  .faq-inner { padding: 0 24px; }

  .final-cta { padding: 72px 24px; }

  footer { padding: 24px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
}
