/* ── HERO ── */
.hero {
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse at center, #39FF1412 0%, transparent 70%);
  pointer-events: none;
}
.hero-label {
  font-family: 'Space Grotesk', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--accent-dim);
  border-radius: 4px;
}
.hero-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  max-width: 680px;
}
.accent-text { color: var(--accent); }
.hero-sub {
  font-size: 18px;
  color: var(--fg-muted);
  max-width: 500px;
  margin-bottom: 56px;
  line-height: 1.7;
}
.hero-visual {
  margin-bottom: 56px;
}
.feed-monitor {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  max-width: 520px;
  overflow: hidden;
  box-shadow: 0 20px 60px #00000060;
}
.monitor-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  font-family: 'Space Grotesk', monospace;
  font-size: 12px;
  color: var(--fg-muted);
  background: #0C0C0E;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.dot.live { background: var(--accent); box-shadow: 0 0 8px var(--accent); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.monitor-log {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.log-entry {
  font-family: 'Space Grotesk', monospace;
  font-size: 12px;
  color: var(--fg-muted);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 4px;
  background: #0D0D0F;
  transition: all 0.3s;
}
.log-entry.active {
  background: var(--accent-dim);
  color: var(--fg);
  border-left: 2px solid var(--accent);
}
.ts { color: #52525B; min-width: 40px; }
.ok { color: var(--accent); }
.hero-tagline {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.8;
}

/* ── MANIFESTO ── */
.manifesto {
  padding: 80px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.manifesto-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}
.manifesto-label, .section-label {
  font-family: 'Space Grotesk', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  padding-top: 6px;
}
.manifesto-body p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--fg-muted);
  margin-bottom: 20px;
}
.manifesto-break {
  font-size: 20px !important;
  color: var(--fg) !important;
  font-weight: 500;
}
.manifesto-end {
  color: var(--accent) !important;
  font-weight: 500;
  font-size: 19px !important;
}

/* ── FEATURES ── */
.features {
  padding: 80px 0;
}
.section-label {
  margin-bottom: 40px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.feature-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  padding: 32px;
  border-radius: var(--radius);
  transition: border-color 0.2s, transform 0.2s;
}
.feature-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}
.feature-icon {
  width: 48px;
  height: 48px;
  background: var(--accent-dim);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.feature-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* ── HOW ── */
.how {
  padding: 80px 0;
  border-top: 1px solid var(--border);
}
.how-steps {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
.step {
  flex: 1;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.step-num {
  font-family: 'Space Grotesk', monospace;
  font-size: 32px;
  font-weight: 700;
  color: var(--accent-dim);
  margin-bottom: 16px;
}
.step h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.step p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.7;
}
.step-arrow { color: var(--fg-muted); flex-shrink: 0; }

/* ── CLOSING ── */
.closing {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.closing::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse at center, #39FF1410 0%, transparent 70%);
  pointer-events: none;
}
.closing-inner { position: relative; }
.closing-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
}
.closing-sub {
  font-size: 17px;
  color: var(--fg-muted);
  line-height: 1.8;
  max-width: 520px;
  margin: 0 auto;
}

/* ── FOOTER ── */
.site-footer {
  padding: 32px 0;
  border-top: 1px solid var(--border);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-brand { display: flex; align-items: baseline; gap: 12px; }
.footer-name {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.footer-tagline { font-size: 14px; color: var(--fg-muted); }
.footer-meta { font-size: 13px; color: var(--fg-muted); }

/* ── DEMO SECTION ── */
.demo-section {
  padding: 80px 0;
  border-top: 1px solid var(--border);
}
.demo-label-sub {
  font-size: 15px;
  color: var(--fg-muted);
  margin-bottom: 40px;
  margin-top: 8px;
}
.demo-window {
  background: #0D0D0F;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 80px #00000080;
}
.demo-titlebar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--border);
  background: #111113;
}
.demo-dots { display: flex; gap: 6px; }
.ddot { width: 12px; height: 12px; border-radius: 50%; }
.demo-url {
  flex: 1;
  text-align: center;
  font-family: 'Space Grotesk', monospace;
  font-size: 12px;
  color: var(--fg-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.demo-platform-icon { font-size: 14px; }
.demo-badge {
  background: var(--accent);
  color: #000;
  font-family: 'Space Grotesk', monospace;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.demo-body { display: flex; min-height: 520px; }

/* Sidebar */
.demo-sidebar {
  width: 180px;
  border-right: 1px solid var(--border);
  padding: 20px 16px;
  background: #0A0A0C;
  flex-shrink: 0;
}
.sidebar-connection { margin-bottom: 20px; }
.conn-row { display: flex; align-items: center; gap: 8px; font-size: 13px; font-family: 'Space Grotesk', monospace; }
.conn-icon { font-size: 16px; }
.conn-name { color: var(--fg); flex: 1; }
.conn-dot { width: 6px; height: 6px; border-radius: 50%; }
.conn-dot.connected { background: var(--accent); }
.conn-channel { font-size: 11px; color: var(--fg-muted); margin-top: 4px; padding-left: 24px; }
.sidebar-nav-items { margin-top: 32px; }
.nav-item {
  font-size: 13px;
  color: var(--fg-muted);
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-family: 'Space Grotesk', monospace;
}
.nav-item.active { background: var(--accent-dim); color: var(--accent); }

/* Main content */
.demo-main { flex: 1; padding: 20px 24px; overflow: auto; }
.demo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.demo-streamer-info { display: flex; align-items: center; gap: 12px; }
.streamer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9146FF, #00B5FF);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', monospace;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.streamer-name { font-family: 'Space Grotesk', monospace; font-weight: 600; font-size: 14px; }
.streamer-status { font-size: 12px; color: var(--fg-muted); margin-top: 2px; }
.demo-ai-score { text-align: right; }
.ai-score-label { font-family: 'Space Grotesk', monospace; font-size: 10px; letter-spacing: 0.1em; color: var(--fg-muted); }
.ai-score-value { font-family: 'Space Grotesk', monospace; font-size: 28px; font-weight: 700; color: var(--accent); }
.ai-score-bar { width: 80px; height: 4px; background: var(--border); border-radius: 2px; margin-top: 4px; }
.ai-score-fill { height: 100%; background: var(--accent); border-radius: 2px; }

/* Clips */
.demo-clips-label { font-family: 'Space Grotesk', monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 16px; }
.demo-clips-grid { display: flex; flex-direction: column; gap: 10px; }
.demo-clip-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 16px;
  position: relative;
}
.clip-badge-top {
  position: absolute;
  top: -1px;
  right: 12px;
  background: var(--accent);
  color: #000;
  font-family: 'Space Grotesk', monospace;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 0 0 4px 4px;
  letter-spacing: 0.05em;
}
.clip-timestamp { font-family: 'Space Grotesk', monospace; font-size: 11px; color: var(--fg-muted); margin-bottom: 4px; }
.clip-title { font-size: 14px; font-weight: 500; margin-bottom: 8px; line-height: 1.4; }
.clip-tags { display: flex; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }
.tag {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  font-family: 'Space Grotesk', monospace;
}
.tag-dice { background: #9146FF20; color: #9146FF; }
.tag-drama { background: #00B5FF20; color: #00B5FF; }
.tag-highlight { background: var(--accent-dim); color: var(--accent); }
.tag-funny { background: #FF6B3520; color: #FF6B35; }
.tag-chat { background: #39FF1415; color: #39FF14; }
.tag-rp { background: #E040FB20; color: #E040FB; }
.tag-dm { background: #FF408120; color: #FF4081; }
.clip-actions { display: flex; gap: 8px; margin-bottom: 8px; }
.clip-btn {
  font-family: 'Space Grotesk', monospace;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s;
}
.clip-btn:hover { opacity: 0.85; }
.clip-btn-primary { background: var(--accent); color: #000; }
.clip-btn-ghost { background: var(--border); color: var(--fg-muted); }
.clip-stats { display: flex; gap: 12px; font-size: 11px; color: var(--fg-muted); font-family: 'Space Grotesk', monospace; }
.clip-stat::before { content: '· '; }

/* Posts */
.demo-posts { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border); }
.posts-label { font-family: 'Space Grotesk', monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 12px; }
.posts-list { display: flex; flex-direction: column; gap: 6px; }
.post-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 12px;
}
.post-platform { font-family: 'Space Grotesk', monospace; font-weight: 600; min-width: 70px; color: var(--fg-muted); }
.post-title { flex: 1; }
.post-status { font-family: 'Space Grotesk', monospace; font-size: 10px; padding: 2px 8px; border-radius: 4px; font-weight: 600; }
.post-status-live { background: var(--accent-dim); color: var(--accent); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero { padding: 80px 0 60px; }
  .manifesto-inner { grid-template-columns: 1fr; gap: 20px; }
  .features-grid { grid-template-columns: 1fr; }
  .how-steps { flex-direction: column; }
  .step-arrow { transform: rotate(90deg); }
  .footer-inner { flex-direction: column; gap: 12px; text-align: center; }
  .demo-sidebar { display: none; }
  .demo-body { flex-direction: column; }
}