/* ============================================
   Rez v1 — Product Demo Windows for ALL Sections
   Every section = simulated product UI with auto-play
   FONT SIZES: Bumped up across the board for readability
   ============================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 18px; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #0a0e14;
  color: #e0e6ed;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-weight: 700; letter-spacing: -0.02em; }

/* ---------- Top Bar ---------- */
.top-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,14,20,0.85); backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #1e2a3a;
  padding-top: env(safe-area-inset-top, 0px);
}
.top-bar-inner {
  max-width: 1200px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.top-bar-brand {
  font-size: 1.35rem; font-weight: 800; color: #00d4aa; letter-spacing: -0.01em;
  display: flex; align-items: center; gap: 8px;
}
/* (( ● )) Logo Mark */
.rez-logo {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
  flex-shrink: 0;
}
.rez-wave {
  color: #00d4aa;
  opacity: 0.45;
}
.rez-core {
  color: #00d4aa;
  font-size: 0.7rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.top-bar-link {
  font-size: 0.85rem; color: #00d4aa; text-decoration: none; font-weight: 600;
  letter-spacing: 0.02em; transition: color 0.2s ease;
}
.top-bar-link:hover { color: #00f0c0; }

/* ---------- Shared ---------- */
.section-label {
  font-size: 1.15rem; text-transform: uppercase; letter-spacing: 0.2em;
  color: #00d4aa; font-weight: 600; margin-bottom: 12px; text-align: center;
}
.section-tagline {
  font-size: clamp(1.15rem, 2.5vw, 1.4rem); color: #8899aa;
  text-align: center; max-width: 800px; margin-bottom: 32px;
}
.section-tagline em {
  color: #00d4aa; font-style: normal; font-weight: 600;
}
.section-footnote {
  font-size: 1.05rem; color: #667788; text-align: center; max-width: 640px;
  margin-top: 24px; line-height: 1.6;
}
.section-footnote strong { color: #8899aa; }

/* ---------- Screens ---------- */
.screen {
  min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 48px 24px; position: relative;
}
.demo-section { min-height: auto; padding: 56px 24px; }
.demo-section + .demo-section { border-top: 1px solid #1a2535; }
.demo-section:nth-child(even) { background: #0c1018; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 16px 40px; border-radius: 8px;
  font-size: 1.1rem; font-weight: 600; text-decoration: none;
  transition: all 0.25s ease; cursor: pointer; border: none;
}
.btn-primary { background: #00d4aa; color: #0a0e14; }
.btn-primary:hover { background: #00f0c0; box-shadow: 0 0 30px rgba(0,212,170,0.4); }
.btn-outline { background: transparent; color: #00d4aa; border: 2px solid #00d4aa; }
.btn-outline:hover { background: rgba(0,212,170,0.1); }
.btn-lg { padding: 20px 52px; font-size: 1.25rem; }

/* ---------- Demo Window (shared) ---------- */
.demo-window {
  max-width: 1100px; width: 100%;
  border: 1px solid #1e2a3a; border-radius: 12px; overflow: hidden;
  background: #0d1117;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 40px rgba(0,212,170,0.03);
}
.demo-window-compact .numbers-body { padding: 40px 24px; }
.demo-chrome {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; background: #161b22; border-bottom: 1px solid #1e2a3a;
}
.chrome-dots { display: flex; gap: 6px; }
.chrome-dots span { width: 10px; height: 10px; border-radius: 50%; background: #2a3a4a; }
.chrome-dots span:first-child { background: #ff5f57; }
.chrome-dots span:nth-child(2) { background: #ffbd2e; }
.chrome-dots span:nth-child(3) { background: #28c840; }
.chrome-title { font-size: 0.9rem; color: #667788; font-weight: 500; }
.demo-header { text-align: center; margin-bottom: 28px; }
.demo-body { display: grid; grid-template-columns: 1fr 300px; min-height: 460px; }

/* Log lines (shared animation) */
.log-line {
  opacity: 0; transform: translateY(6px);
  transition: all 0.3s ease; padding: 4px 0;
  font-size: 0.9rem; font-family: 'JetBrains Mono', monospace; color: #8899aa;
}
.log-line.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════
   SCREEN 1: HERO
   ═══════════════════════════════════════ */
.hero {
  background: radial-gradient(ellipse at 50% 30%, rgba(0,212,170,0.06) 0%, transparent 60%), #0a0e14;
  padding-top: 100px;
}
.hero-inner { text-align: center; max-width: 960px; display: flex; flex-direction: column; align-items: center; }
.hero-tagline {
  font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.12;
  margin-bottom: 20px; color: #fff;
}
.hero-tagline .accent { color: #00d4aa; }
.hero-sub {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem); color: #8899aa;
  margin-bottom: 24px; font-weight: 400;
}
/* Hero value propositions */
.hero-props {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px;
  margin-bottom: 36px; text-align: left; max-width: 760px;
}
.hero-prop {
  padding: 14px 18px; border-left: 2px solid #00d4aa;
  background: rgba(0,212,170,0.03); border-radius: 0 6px 6px 0;
}
.hero-prop-title {
  font-size: 1rem; font-weight: 700; color: #00d4aa; margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.hero-prop-desc {
  font-size: 0.92rem; color: #8899aa; line-height: 1.5;
}
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Hero product preview */
.hero-preview {
  max-width: 640px; width: 100%; margin: 28px auto 0;
  border: 1px solid #1e2a3a; border-radius: 10px; overflow: hidden;
  background: #0d1117;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), 0 0 30px rgba(0,212,170,0.04);
}
.hp-chrome {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px; background: #161b22; border-bottom: 1px solid #1e2a3a;
  font-size: 0.75rem; color: #667788; font-weight: 500;
  font-family: 'JetBrains Mono', monospace;
}
.hp-chrome span {
  width: 8px; height: 8px; border-radius: 50%; display: inline-block;
}
.hp-chrome span:nth-child(1) { background: #ff5f57; }
.hp-chrome span:nth-child(2) { background: #ffbd2e; }
.hp-chrome span:nth-child(3) { background: #28c840; }
.hp-body { padding: 14px 18px; }
.hp-line {
  font-family: 'JetBrains Mono', monospace; font-size: 0.78rem;
  line-height: 1.7; color: #8899aa;
}
.hp-query { color: #c0c8d4; }
.hp-step { color: #667788; }
.hp-verdict { color: #00d4aa; font-weight: 600; }
.hp-meta {
  margin-top: 8px; padding-top: 8px; border-top: 1px solid #1e2a3a;
  font-family: 'JetBrains Mono', monospace; font-size: 0.72rem;
  color: #556677;
}

/* ═══════════════════════════════════════
   SCREEN 2: INVESTIGATION DEMO
   ═══════════════════════════════════════ */
.demo-investigation {
  padding: 20px; border-right: 1px solid #1e2a3a;
  display: flex; flex-direction: column;
}
.demo-query {
  padding: 12px 16px; background: #161b22; border: 1px solid #1e2a3a;
  border-radius: 8px; margin-bottom: 16px; opacity: 0; transition: opacity 0.3s ease;
}
.demo-query.visible { opacity: 1; }
.demo-query-label {
  font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: #556677; margin-bottom: 6px;
}
.demo-query-text {
  font-family: 'JetBrains Mono', monospace; font-size: 0.95rem;
  color: #e0e6ed; min-height: 1.4em;
}
.cursor { color: #00d4aa; animation: blink 0.8s infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }

.demo-steps {
  flex: 1; overflow-y: auto; max-height: 320px; padding-right: 8px;
}
.demo-steps::-webkit-scrollbar { width: 4px; }
.demo-steps::-webkit-scrollbar-thumb { background: #2a3a4a; border-radius: 2px; }

.demo-step {
  padding: 8px 12px; border-left: 2px solid #1e2a3a; margin-bottom: 4px;
  opacity: 0; transform: translateY(8px); transition: all 0.3s ease;
}
.demo-step.visible { opacity: 1; transform: translateY(0); }
.step-row { display: flex; align-items: center; gap: 8px; }
.step-icon {
  width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
}
.step-icon.spinning { border: 2px solid #2a3a4a; border-top-color: #00d4aa; animation: spin 0.8s linear infinite; }
.step-icon.done { background: #00d4aa; color: #0a0e14; border: none; animation: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.step-phase { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; flex-shrink: 0; }
.step-title { font-size: 0.95rem; color: #c0c8d4; }

.demo-verdict {
  margin-top: 16px; padding: 16px; background: rgba(0,212,170,0.06);
  border: 1px solid #00d4aa; border-radius: 8px;
  opacity: 0; transform: translateY(10px); transition: all 0.5s ease;
}
.demo-verdict.visible { opacity: 1; transform: translateY(0); }
.verdict-status { font-size: 0.85rem; font-weight: 700; color: #00d4aa; letter-spacing: 0.08em; margin-bottom: 6px; }
.verdict-title { font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.verdict-desc { font-size: 0.95rem; color: #8899aa; line-height: 1.5; margin-bottom: 12px; }
.verdict-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.verdict-tag {
  padding: 3px 10px; background: #161b22; border: 1px solid #2a3a4a;
  border-radius: 4px; font-size: 0.82rem; color: #667788;
}
.verdict-tag.confidence { color: #00d4aa; border-color: #00d4aa; }
.verdict-tag strong { color: #00d4aa; }

/* Sidebar */
.demo-sidebar { padding: 16px; display: flex; flex-direction: column; gap: 16px; }
.demo-progress-card {
  padding: 14px; background: #161b22; border: 1px solid #1e2a3a; border-radius: 8px;
}
.progress-header { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.progress-dot { width: 8px; height: 8px; border-radius: 50%; background: #00d4aa; animation: pulse-dot 1.5s infinite; }
@keyframes pulse-dot { 0%,100% { box-shadow: 0 0 2px rgba(0,212,170,0.3); } 50% { box-shadow: 0 0 8px rgba(0,212,170,0.7); } }
.progress-title { font-size: 0.95rem; font-weight: 600; color: #00d4aa; }
.progress-pct { margin-left: auto; font-size: 0.95rem; font-weight: 600; color: #667788; }
.progress-bar-track { height: 4px; background: #1e2a3a; border-radius: 2px; margin-bottom: 12px; overflow: hidden; }
.progress-bar-fill { height: 100%; background: linear-gradient(90deg, #00d4aa, #00bfff); border-radius: 2px; width: 0%; transition: width 0.5s ease; }
.progress-action { font-size: 0.9rem; color: #8899aa; margin-bottom: 10px; }
.progress-stats { display: flex; gap: 12px; font-size: 0.85rem; color: #667788; margin-bottom: 8px; }
.progress-stats .stat-icon { color: #4a5568; margin-right: 2px; }
.findings-stat { color: #fbbf24; }
.progress-devices { display: flex; gap: 6px; flex-wrap: wrap; }
.device-chip {
  padding: 2px 8px; background: #1e2a3a; border-radius: 4px;
  font-size: 0.8rem; font-family: 'JetBrains Mono', monospace; color: #8899aa;
}

/* Topology (mini) */
.demo-topo { flex: 1; min-height: 140px; display: flex; align-items: center; justify-content: center; }
.topo-svg { width: 100%; height: auto; }
.topo-link { stroke: #1e2a3a; stroke-width: 1.5; transition: all 0.5s ease; }
.topo-link.active { stroke: #2a4a3a; }
.topo-link.danger { stroke: #ff4757; stroke-width: 2; stroke-dasharray: 6 3; animation: pulse-link 1.2s infinite; }
.topo-link.healthy { stroke: #00d4aa; stroke-width: 2; }
.topo-node circle { fill: #1a2233; stroke: #2a3a4a; stroke-width: 1.5; transition: all 0.5s ease; }
.topo-node text { fill: #445566; font-size: 9px; text-anchor: middle; font-weight: 600; font-family: 'JetBrains Mono', monospace; transition: fill 0.5s ease; }
.topo-node.discovered circle { fill: #0d2a3a; stroke: #2a5a4a; }
.topo-node.discovered text { fill: #6a9a8a; }
.topo-node.ssh-active circle { fill: #003344; stroke: #00bfff; animation: pulse-node 1.5s infinite; }
.topo-node.ssh-active text { fill: #00bfff; }
.topo-node.verdict circle { fill: #003d2e; stroke: #00d4aa; stroke-width: 2; }
.topo-node.verdict text { fill: #00d4aa; }
@keyframes pulse-node { 0%,100% { filter: drop-shadow(0 0 3px rgba(0,191,255,0.3)); } 50% { filter: drop-shadow(0 0 8px rgba(0,191,255,0.6)); } }
@keyframes pulse-link { 0%,100% { opacity: 0.6; } 50% { opacity: 1; } }

/* Result stats row */
.demo-result {
  max-width: 1100px; width: 100%; display: flex; justify-content: center;
  margin-top: 24px; opacity: 0; transform: translateY(10px); transition: all 0.5s ease;
}
.demo-result.visible { opacity: 1; transform: translateY(0); }
.result-stat { text-align: center; padding: 16px 32px; border-right: 1px solid #1e2a3a; }
.result-stat:last-child { border-right: none; }
.result-value { font-size: 1.6rem; font-weight: 800; color: #fff; }
.result-value.teal { color: #00d4aa; }
.result-label { font-size: 0.85rem; color: #556677; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px; }

/* ═══════════════════════════════════════
   SCREEN 3: PCAP TRACE ANALYSIS
   ═══════════════════════════════════════ */
.pcap-body { grid-template-columns: 1fr 1fr; }
.pcap-pane-left, .pcap-pane-right { padding: 20px; }
.pcap-pane-right { border-left: 1px solid #1e2a3a; }

.pcap-status {
  font-size: 0.9rem; font-family: 'JetBrains Mono', monospace;
  color: #fbbf24; margin-bottom: 16px; padding: 8px 12px;
  background: rgba(251,191,36,0.08); border-radius: 6px;
  border-left: 3px solid #fbbf24;
  opacity: 0; transition: all 0.4s ease;
}
.pcap-status.visible { opacity: 1; }
.pcap-status.done { color: #00d4aa; background: rgba(0,212,170,0.08); border-left-color: #00d4aa; }

.pcap-bottleneck {
  padding: 16px; background: #161b22; border: 1px solid #1e2a3a; border-radius: 8px;
  margin-bottom: 16px; opacity: 0; transform: translateY(8px);
  transition: all 0.5s ease;
}
.pcap-bottleneck.visible { opacity: 1; transform: translateY(0); border-color: #fbbf24; }
.pcap-bottleneck-label {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: #556677; font-weight: 600; margin-bottom: 8px;
}
.pcap-bottleneck-title {
  font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: 8px;
}
.pcap-bottleneck-conf { display: flex; align-items: center; gap: 10px; }
.pcap-conf-badge {
  padding: 3px 10px; border-radius: 4px; font-size: 0.78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  background: rgba(251,191,36,0.15); color: #fbbf24;
}
.pcap-conf-value {
  font-size: 0.95rem; color: #8899aa; font-family: 'JetBrains Mono', monospace;
}

.pcap-sowhat {
  padding: 12px; background: rgba(0,191,255,0.04); border: 1px solid #1a2a3a;
  border-radius: 6px; margin-bottom: 16px;
  opacity: 0; transform: translateY(6px); transition: all 0.4s ease;
}
.pcap-sowhat.visible { opacity: 1; transform: translateY(0); }
.pcap-sowhat-label {
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: #00bfff; margin-bottom: 6px;
}
.pcap-sowhat-text { font-size: 0.92rem; color: #8899aa; line-height: 1.55; }

.pcap-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.pcap-stat-item {
  text-align: center; padding: 10px 6px; background: #161b22;
  border: 1px solid #1e2a3a; border-radius: 6px;
}
.pcap-stat-value {
  display: block; font-size: 1.15rem; font-weight: 800; color: #fff;
  font-family: 'JetBrains Mono', monospace; margin-bottom: 2px;
  transition: color 0.3s ease;
}
.pcap-stat-value.ticked { color: #00d4aa; }
.pcap-stat-label {
  display: block; font-size: 0.72rem; color: #556677; text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Domain Attribution Bars */
.pcap-domain-label {
  font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: #556677; font-weight: 600; margin-bottom: 12px;
}
.pcap-domain-bars { margin-bottom: 16px; }
.pcap-bar-row {
  display: flex; align-items: center; gap: 10px; margin-bottom: 8px;
}
.pcap-bar-name {
  font-size: 0.85rem; color: #8899aa; width: 90px; flex-shrink: 0; text-align: right;
}
.pcap-bar-track {
  flex: 1; height: 18px; background: #1a2030; border-radius: 4px; overflow: hidden;
}
.pcap-bar-fill {
  height: 100%; border-radius: 4px; width: 0%; transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.pcap-bar-server { background: linear-gradient(90deg, #fbbf24, #f59e0b); }
.pcap-bar-network { background: linear-gradient(90deg, #60a5fa, #3b82f6); }
.pcap-bar-app { background: linear-gradient(90deg, #a78bfa, #8b5cf6); }
.pcap-bar-client { background: linear-gradient(90deg, #34d399, #10b981); }
.pcap-bar-unknown { background: linear-gradient(90deg, #6b7280, #4b5563); }
.pcap-bar-pct {
  font-size: 0.9rem; font-weight: 700; font-family: 'JetBrains Mono', monospace;
  color: #667788; width: 50px; flex-shrink: 0;
}

/* Proof section */
.pcap-proof {
  padding: 12px; background: #161b22; border: 1px solid #1e2a3a; border-radius: 6px;
  margin-bottom: 12px; opacity: 0; transform: translateY(6px);
  transition: all 0.4s ease;
}
.pcap-proof.visible { opacity: 1; transform: translateY(0); }
.pcap-proof-label {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: #556677; font-weight: 600; margin-bottom: 6px;
}
.pcap-proof-title {
  font-size: 1.05rem; font-weight: 700; color: #fbbf24; margin-bottom: 10px;
}
.pcap-proof-evidence { max-height: 130px; overflow-y: auto; }
.pcap-proof-evidence::-webkit-scrollbar { width: 3px; }
.pcap-proof-evidence::-webkit-scrollbar-thumb { background: #2a3a4a; }
.pcap-evidence-line {
  border-left: 2px solid #fbbf24; padding-left: 8px; margin-bottom: 4px;
  color: #8899aa;
}

/* Rez Insight */
.pcap-insight {
  padding: 12px; background: rgba(0,212,170,0.04); border: 1px solid rgba(0,212,170,0.2);
  border-radius: 6px; opacity: 0; transform: translateY(6px);
  transition: all 0.4s ease;
}
.pcap-insight.visible { opacity: 1; transform: translateY(0); }
.pcap-insight-label {
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: #00d4aa; margin-bottom: 6px;
}
.pcap-insight-text { font-size: 0.92rem; color: #8899aa; line-height: 1.55; }

/* ═══════════════════════════════════════
   SCREEN 4: CONTRAST (Race)
   ═══════════════════════════════════════ */
.contrast-body { grid-template-columns: 1fr auto 1fr; }
.contrast-pane { padding: 20px; display: flex; flex-direction: column; }
.contrast-vs {
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 800; color: #2a3a4a;
  padding: 0 12px; border-left: 1px solid #1e2a3a; border-right: 1px solid #1e2a3a;
}
.pane-header {
  font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
  padding: 8px 12px; border-radius: 6px; margin-bottom: 12px; text-align: center;
}
.manual-header { background: #1e2233; color: #667788; }
.rez-header { background: rgba(0,212,170,0.1); color: #00d4aa; }

.contrast-log {
  flex: 1; overflow-y: auto; max-height: 280px; padding-right: 4px;
}
.contrast-log::-webkit-scrollbar { width: 3px; }
.contrast-log::-webkit-scrollbar-thumb { background: #2a3a4a; border-radius: 2px; }
.manual-line { color: #667788; border-left: 2px solid #2a3a4a; padding-left: 8px; margin-bottom: 3px; }
.rez-line { color: #8ecfc0; border-left: 2px solid #00d4aa; padding-left: 8px; margin-bottom: 3px; }

.contrast-timer {
  font-family: 'JetBrains Mono', monospace; font-size: 2rem; font-weight: 800;
  text-align: center; padding: 12px 0 8px; color: #667788;
}
.rez-pane .contrast-timer { color: #00d4aa; }

.contrast-outcome {
  text-align: center; padding: 8px; opacity: 0; transition: opacity 0.4s ease;
}
.contrast-outcome.visible { opacity: 1; }
.outcome-badge {
  display: inline-block; padding: 4px 12px; border-radius: 4px;
  font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  margin-right: 6px;
}
.outcome-warn { background: rgba(251,191,36,0.15); color: #fbbf24; }
.outcome-ok { background: rgba(0,212,170,0.15); color: #00d4aa; }
.outcome-text { font-size: 0.9rem; color: #667788; }
.rez-pane .outcome-text { color: #00d4aa; }

/* ═══════════════════════════════════════
   SCREEN 5: TRUST & SAFETY
   ═══════════════════════════════════════ */
.trust-body { grid-template-columns: 1fr 1fr; }
.trust-pane-left, .trust-pane-right { padding: 20px; }
.trust-pane-right { border-left: 1px solid #1e2a3a; }

.trust-section-label {
  font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: #556677; font-weight: 600; margin-bottom: 10px;
}

/* Pipeline */
.trust-pipeline {
  max-height: 200px; overflow-y: auto;
}
.trust-pipeline::-webkit-scrollbar { width: 3px; }
.trust-pipeline::-webkit-scrollbar-thumb { background: #2a3a4a; }
.pipeline-line {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 10px; margin-bottom: 3px; border-radius: 4px;
  background: #161b22;
}
.cmd-text { font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; color: #8899aa; }
.cmd-status {
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  padding: 2px 8px; border-radius: 3px;
}
.cmd-read { background: rgba(0,212,170,0.12); color: #00d4aa; }
.cmd-proto {
  font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
  color: #556677; padding: 2px 6px; margin-left: auto; margin-right: 8px;
}

/* Allowlist note */
.trust-allowlist-note {
  font-size: 0.78rem; color: #556677; font-style: italic;
  padding: 6px 0 0; opacity: 0; transition: opacity 0.4s ease;
}
.trust-allowlist-note.visible { opacity: 1; }

/* Crypto stats row */
.crypto-stats {
  display: flex; gap: 6px; align-items: center; flex-wrap: wrap;
  padding: 8px 0 0; opacity: 0; transition: opacity 0.4s ease;
}
.crypto-stats.visible { opacity: 1; }
.crypto-stat {
  font-size: 0.78rem; font-family: 'JetBrains Mono', monospace;
  color: #00d4aa; font-weight: 500;
}
.crypto-sep { color: #2a3a4a; font-size: 0.78rem; }

/* Anonymization */
.trust-anon { padding: 8px 0; }
.anon-step { font-size: 0.9rem; }
.anon-label-raw {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: #ff4757; font-weight: 600; margin-bottom: 4px;
}
.anon-label-safe {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4aa; font-weight: 600; margin-bottom: 4px;
}
.anon-before {
  font-family: 'JetBrains Mono', monospace; color: #ff4757;
  padding: 6px 10px; background: rgba(255,71,87,0.08); border-radius: 4px;
  text-decoration: line-through;
}
.anon-arrow { color: #556677; text-align: center; padding: 4px 0; font-size: 0.85rem; }
.anon-after {
  font-family: 'JetBrains Mono', monospace; color: #00d4aa;
  padding: 6px 10px; background: rgba(0,212,170,0.08); border-radius: 4px;
}

/* Audit log */
.trust-audit { max-height: 200px; overflow-y: auto; }
.trust-audit::-webkit-scrollbar { width: 3px; }
.trust-audit::-webkit-scrollbar-thumb { background: #2a3a4a; }
.trust-audit .log-line { font-size: 0.82rem; padding: 3px 8px; margin-bottom: 2px; border-radius: 3px; }
.audit-ok { color: #6a9a8a; }
.audit-blocked { color: #ff4757; background: rgba(255,71,87,0.05); }

/* Safety controls */
.trust-controls { margin-top: 8px; }
.trust-control {
  font-size: 0.9rem; color: #8899aa; padding: 4px 0;
  display: flex; align-items: center; gap: 8px;
}
.ctrl-icon {
  width: 20px; height: 20px; border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; font-size: 11px; font-weight: 700;
}
.ctrl-icon.ok { background: rgba(0,212,170,0.15); color: #00d4aa; }

/* Badges */
.trust-badges-row {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin-top: 24px; max-width: 1100px;
}
.badge {
  padding: 6px 18px; border: 1px solid #2a3a4a; border-radius: 20px;
  font-size: 0.88rem; font-weight: 600; color: #667788; letter-spacing: 0.05em;
}

/* ═══════════════════════════════════════
   SCREEN 6: HOW IT WORKS (Full System)
   ═══════════════════════════════════════ */
.engine-body { grid-template-columns: 1fr 1fr; }
.engine-pane-left, .engine-pane-right { padding: 20px; }
.engine-pane-right { border-left: 1px solid #1e2a3a; }

/* Architecture pipeline */
.arch-pipeline {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px 8px; margin-bottom: 16px;
  background: #161b22; border: 1px solid #1e2a3a; border-radius: 8px;
}
.arch-node {
  display: flex; align-items: center; gap: 5px;
  padding: 5px 10px; border-radius: 5px; border: 1px solid #2a3a4a;
  font-size: 0.78rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.06em; color: #556677; transition: all 0.4s ease;
}
.arch-node.active { border-color: #00d4aa; color: #00d4aa; background: rgba(0,212,170,0.06); }
.arch-node-final.active { background: rgba(0,212,170,0.12); box-shadow: 0 0 12px rgba(0,212,170,0.2); }
.arch-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #2a3a4a; transition: background 0.4s ease;
}
.arch-node.active .arch-dot { background: #00d4aa; box-shadow: 0 0 6px rgba(0,212,170,0.5); }
.arch-arrow { color: #2a3a4a; font-size: 0.85rem; }

/* Component type badge */
.comp-badge {
  font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  padding: 1px 6px; border-radius: 3px; flex-shrink: 0;
}
.eng-desc {
  color: #556677; font-size: 0.78rem; font-style: italic; margin-left: auto; flex-shrink: 0;
}
.engine-run-label {
  font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: #556677; font-weight: 600; margin-bottom: 10px;
}

.engine-list { max-height: 340px; overflow-y: auto; }
.engine-list::-webkit-scrollbar { width: 3px; }
.engine-list::-webkit-scrollbar-thumb { background: #2a3a4a; }

.engine-row {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 10px; margin-bottom: 3px; border-radius: 4px;
  background: #161b22; opacity: 0; transform: translateY(4px);
  transition: all 0.3s ease; font-size: 0.95rem;
}
.engine-row.visible { opacity: 1; transform: translateY(0); }
.eng-spinner {
  width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0;
  border: 2px solid #2a3a4a; border-top-color: #fbbf24; animation: spin 0.7s linear infinite;
  display: inline-flex; align-items: center; justify-content: center; font-size: 10px;
}
.eng-spinner.done { border: none; background: #00d4aa; color: #0a0e14; animation: none; font-weight: 700; }
.eng-name { color: #c0c8d4; flex: 1; }
.eng-time { color: #556677; font-family: 'JetBrains Mono', monospace; font-size: 0.82rem; }

/* Stats card */
.engine-stats-card {
  padding: 14px; background: #161b22; border: 1px solid #1e2a3a; border-radius: 8px;
}
.eng-stat-row {
  display: flex; justify-content: space-between; padding: 6px 0;
  font-size: 0.92rem; border-bottom: 1px solid #1a2030;
}
.eng-stat-row:last-child { border-bottom: none; }
.eng-stat-label { color: #667788; }
.eng-stat-value { color: #c0c8d4; font-weight: 600; font-family: 'JetBrains Mono', monospace; }

/* Atoms */
.engine-atoms { display: flex; gap: 6px; flex-wrap: wrap; }
.atom-tag {
  padding: 4px 12px; border-radius: 4px; font-size: 0.82rem;
  font-family: 'JetBrains Mono', monospace; font-weight: 500;
  background: rgba(0,212,170,0.08); color: #00d4aa;
  opacity: 0; transition: opacity 0.3s ease;
}
.atom-tag.visible { opacity: 1; }
.atom-tag.atom-warn { background: rgba(251,191,36,0.1); color: #fbbf24; }

/* ═══════════════════════════════════════
   SCREEN 7: MEMORY (Day 1 vs Day 100)
   ═══════════════════════════════════════ */
.memory-body { grid-template-columns: 1fr auto 1fr; }
.memory-pane { padding: 20px; display: flex; flex-direction: column; }
.memory-arrow {
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; color: #2a3a4a; padding: 0 8px;
  border-left: 1px solid #1e2a3a; border-right: 1px solid #1e2a3a;
}
.memory-pane-label {
  font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
  color: #556677; margin-bottom: 12px; text-align: center;
}
.memory-log {
  flex: 1; overflow-y: auto; max-height: 300px; padding-right: 4px;
}
.memory-log::-webkit-scrollbar { width: 3px; }
.memory-log::-webkit-scrollbar-thumb { background: #2a3a4a; }
.mem-line {
  border-left: 2px solid #2a3a4a; padding-left: 8px; margin-bottom: 4px; color: #667788;
}
.mem-line-fast {
  border-left: 2px solid #00d4aa; padding-left: 8px; margin-bottom: 6px; color: #00d4aa;
}
.memory-timer {
  font-family: 'JetBrains Mono', monospace; font-size: 1.6rem; font-weight: 800;
  text-align: center; padding: 12px 0 0; color: #667788;
}
.memory-timer.teal { color: #00d4aa; }

/* ═══════════════════════════════════════
   SCREEN 8: NUMBERS (count up)
   ═══════════════════════════════════════ */
.numbers-body {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.number-block {
  text-align: center; padding: 48px 24px;
  border-right: 1px solid #1e2a3a;
  opacity: 0; transform: translateY(20px);
  transition: all 0.6s ease;
}
.number-block:last-child { border-right: none; }
.number-block.visible { opacity: 1; transform: translateY(0); }
.num-big {
  display: block; font-size: clamp(3rem, 5.5vw, 4.2rem);
  font-weight: 900; color: #00d4aa; line-height: 1; margin-bottom: 12px;
  text-shadow: 0 0 30px rgba(0,212,170,0.3);
}
.num-sub {
  font-size: 0.82rem; color: #8899aa; text-transform: uppercase;
  letter-spacing: 0.12em; font-weight: 600;
}

/* ═══════════════════════════════════════
   SCREEN 9: CTA FOOTER
   ═══════════════════════════════════════ */
.cta-footer {
  background: radial-gradient(ellipse at 50% 60%, rgba(0,212,170,0.08) 0%, transparent 50%), #0a0e14;
}
.cta-headline {
  font-size: clamp(2rem, 4vw, 3.2rem); color: #fff;
  text-align: center; margin-bottom: 16px; max-width: 640px;
}
.cta-sub {
  font-size: 1.1rem; color: #667788; text-align: center; max-width: 540px; margin-bottom: 32px;
}

/* Design Partner Program */
.dp-benefits {
  max-width: 560px; margin-bottom: 36px; text-align: left;
}
.dp-item {
  font-size: 1.1rem; color: #c0c8d4; padding: 10px 0;
  display: flex; align-items: flex-start; gap: 10px; line-height: 1.5;
}
.dp-check {
  color: #00d4aa; font-weight: 700; font-size: 1rem; flex-shrink: 0; margin-top: 2px;
}
.dp-note {
  font-size: 0.88rem; color: #556677; margin-top: 20px; text-align: center; max-width: 480px;
}
.capability-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 40px;
  max-width: 580px; margin: 32px auto; text-align: left;
}
.cap-item {
  font-size: 0.95rem; color: #c0ccd8; display: flex; align-items: center; gap: 10px;
}
.cap-check {
  color: #00d4aa; font-weight: 700; font-size: 0.9rem; flex-shrink: 0;
}
.footer-copy {
  font-size: 0.8rem; color: #445566; margin-top: 32px; text-align: center; line-height: 1.6;
}
.footer-copy a { color: #00d4aa; text-decoration: none; }
.footer-copy a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════
   SCREEN 4.5: SLACK INTEGRATION
   ═══════════════════════════════════════ */
.slack-body {
  padding: 0; display: flex; flex-direction: column;
}
.slack-thread-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px; border-bottom: 1px solid #1e2a3a;
}
.slack-thread-label {
  font-size: 1rem; font-weight: 700; color: #e0e6ed;
}
.slack-thread-meta {
  font-size: 0.82rem; color: #556677;
}

.slack-msg {
  display: flex; gap: 12px; padding: 14px 20px;
  opacity: 0; transform: translateY(8px);
  transition: all 0.4s ease;
}
.slack-msg.visible { opacity: 1; transform: translateY(0); }

.slack-avatar {
  width: 36px; height: 36px; border-radius: 6px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; font-weight: 800; color: #fff;
}
.slack-avatar-user { background: #e6a817; }
.slack-avatar-rez { background: #00d4aa; color: #0a0e14; }

.slack-msg-content { flex: 1; min-width: 0; }
.slack-msg-header {
  display: flex; align-items: center; gap: 8px; margin-bottom: 4px;
}
.slack-username {
  font-size: 0.95rem; font-weight: 700; color: #e0e6ed;
}
.slack-app-badge {
  font-size: 0.62rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.04em; padding: 1px 5px; border-radius: 3px;
  background: #1e2a3a; color: #8899aa; border: 1px solid #2a3a4a;
}
.slack-timestamp {
  font-size: 0.78rem; color: #556677;
}

.slack-text {
  font-size: 0.95rem; color: #c0c8d4; line-height: 1.5;
}
.slack-mention {
  color: #5ba4cf; background: rgba(91,164,207,0.12);
  padding: 1px 4px; border-radius: 3px; font-weight: 500;
}

/* Typing indicator */
.slack-typing-dots {
  display: flex; gap: 4px; padding: 8px 0;
}
.slack-typing-dots span {
  width: 8px; height: 8px; border-radius: 50%;
  background: #556677; animation: slack-bounce 1.4s infinite ease-in-out;
}
.slack-typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.slack-typing-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes slack-bounce {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
  40% { transform: translateY(-6px); opacity: 1; }
}

/* Rez response */
.slack-response {
  margin-top: 4px;
}
.slack-response-title {
  font-size: 1.1rem; font-weight: 700; color: #00d4aa;
  margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid #1e2a3a;
}
.slack-response-section {
  margin-bottom: 14px;
  opacity: 0; transform: translateY(6px);
  transition: all 0.4s ease;
}
.slack-response-section.visible { opacity: 1; transform: translateY(0); }

/* Severity badge */
.slack-summary-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 6px;
  background: rgba(255,71,87,0.1); border: 1px solid rgba(255,71,87,0.3);
}
.slack-severity-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #ff4757;
  animation: pulse-severity 1.5s infinite;
}
@keyframes pulse-severity { 0%,100% { box-shadow: 0 0 2px rgba(255,71,87,0.3); } 50% { box-shadow: 0 0 8px rgba(255,71,87,0.7); } }
.slack-severity-text {
  font-size: 0.82rem; font-weight: 700; color: #ff4757;
  text-transform: uppercase; letter-spacing: 0.04em;
}

.slack-section-title {
  font-size: 0.82rem; font-weight: 700; color: #00d4aa;
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.slack-section-text {
  font-size: 0.9rem; color: #8899aa; line-height: 1.55;
}
.slack-section-text strong { color: #e0e6ed; }

/* Evidence devices row */
.slack-evidence-devices {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-bottom: 8px;
}
.slack-device-tag {
  padding: 2px 8px; background: #161b22; border: 1px solid #2a3a4a;
  border-radius: 4px; font-size: 0.78rem; font-family: 'JetBrains Mono', monospace;
  color: #8899aa; font-weight: 500;
}
.slack-evidence-meta {
  font-size: 0.78rem; color: #556677; margin-left: 4px;
}

.slack-code-block {
  font-family: 'JetBrains Mono', monospace; font-size: 0.78rem;
  color: #c0c8d4; background: #0d1117; border: 1px solid #1e2a3a;
  border-radius: 6px; padding: 12px 14px; margin: 0;
  line-height: 1.65; overflow-x: auto;
}
.slack-code-block .code-alert { color: #ff4757; font-weight: 700; }

/* Atom tags */
.slack-atoms-row {
  display: flex; gap: 6px; flex-wrap: wrap;
}
.slack-atom {
  padding: 3px 10px; border-radius: 4px; font-size: 0.78rem;
  font-family: 'JetBrains Mono', monospace; font-weight: 500;
}
.slack-atom.critical { background: rgba(255,71,87,0.1); color: #ff4757; border: 1px solid rgba(255,71,87,0.25); }
.slack-atom.warning { background: rgba(251,191,36,0.1); color: #fbbf24; border: 1px solid rgba(251,191,36,0.25); }

/* Meta row */
.slack-meta-row {
  display: flex; gap: 16px; flex-wrap: wrap;
  padding-top: 10px; border-top: 1px solid #1e2a3a;
  font-size: 0.82rem; color: #556677;
}
.slack-meta-item { white-space: nowrap; }

/* ═══════════════════════════════════════
   WAITLIST FORMS
   ═══════════════════════════════════════ */

/* Hero inline form */
.waitlist-hero {
  margin-top: 32px; max-width: 560px; width: 100%;
}
.waitlist-form-inline {
  display: flex; gap: 10px; width: 100%;
}
.waitlist-input {
  flex: 1; padding: 14px 18px; border-radius: 8px;
  border: 1px solid #2a3a4a; background: #0d1117;
  color: #e0e6ed; font-size: 1rem; font-family: 'Inter', sans-serif;
  outline: none; transition: border-color 0.2s ease;
}
.waitlist-input:focus { border-color: #00d4aa; box-shadow: 0 0 0 2px rgba(0,212,170,0.15); }
.waitlist-input::placeholder { color: #556677; }
.waitlist-select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23556677' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 36px; cursor: pointer;
}
.waitlist-select option { background: #0d1117; color: #e0e6ed; }
.waitlist-btn { flex-shrink: 0; white-space: nowrap; }
.waitlist-proof {
  font-size: 0.85rem; color: #556677; text-align: center;
  margin-top: 12px;
}

/* Inline success */
.waitlist-inline-success {
  padding: 16px 24px; background: rgba(0,212,170,0.08);
  border: 1px solid rgba(0,212,170,0.3); border-radius: 8px;
  color: #00d4aa; font-size: 1.05rem; font-weight: 600;
  text-align: center; animation: fadeInUp 0.4s ease;
}
.success-check { font-size: 1.2rem; margin-right: 6px; }

/* Footer detailed form */
.waitlist-footer { max-width: 600px; width: 100%; margin-bottom: 24px; }
.waitlist-form-detailed { display: flex; flex-direction: column; gap: 14px; }
.waitlist-row { display: flex; gap: 14px; }
.waitlist-row-center { justify-content: center; }

/* Footer success */
.waitlist-success {
  display: none; text-align: center; padding: 40px 24px;
  animation: fadeInUp 0.5s ease;
}
.success-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(0,212,170,0.15); color: #00d4aa;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 2rem; font-weight: 700; margin-bottom: 16px;
}
.success-title {
  font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 12px;
}
.success-text {
  font-size: 1.05rem; color: #8899aa; max-width: 400px; margin: 0 auto; line-height: 1.6;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Footer bottom */
.footer-bottom {
  margin-top: 40px; padding-top: 24px; border-top: 1px solid #1e2a3a;
  text-align: center;
}
.footer-copy { font-size: 0.82rem; color: #445566; margin-bottom: 6px; }
.footer-contact { font-size: 0.82rem; color: #445566; }
.footer-contact a { color: #00d4aa; text-decoration: none; }
.footer-contact a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════
   CREDIBILITY BAR
   ═══════════════════════════════════════ */
.credibility-bar {
  background: #0d1117; border-top: 1px solid #1e2a3a; border-bottom: 1px solid #1e2a3a;
  padding: 20px 24px;
}
.cred-inner {
  max-width: 1000px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 24px; flex-wrap: wrap;
}
.cred-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.9rem; color: #8899aa; white-space: nowrap;
}
.cred-item strong { color: #e0e6ed; font-weight: 700; }
.cred-icon { font-size: 1.1rem; color: #00d4aa; }
.cred-sep {
  width: 1px; height: 20px; background: #2a3a4a;
}

/* ═══════════════════════════════════════
   TRUST ANCHORS (3 cards above demo window)
   ═══════════════════════════════════════ */
.trust-anchors {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 1100px; width: 100%; margin-bottom: 28px;
}
.trust-anchor {
  padding: 24px 20px; background: #0d1117;
  border: 1px solid #1e2a3a; border-radius: 10px;
  text-align: center; transition: border-color 0.3s ease;
}
.trust-anchor:hover { border-color: #00d4aa; }
.trust-anchor-icon {
  font-size: 2rem; margin-bottom: 12px; display: block;
}
.trust-anchor-title {
  font-size: 1.15rem; font-weight: 700; color: #00d4aa;
  margin-bottom: 10px; letter-spacing: -0.01em;
}
.trust-anchor-desc {
  font-size: 0.9rem; color: #8899aa; line-height: 1.6;
}

/* ═══════════════════════════════════════
   PRICING
   ═══════════════════════════════════════ */
.pricing-container {
  max-width: 640px; width: 100%;
}
.pricing-card {
  background: #0d1117; border: 1px solid #1e2a3a; border-radius: 14px;
  padding: 40px 36px; position: relative; overflow: hidden;
}
.pricing-card-featured {
  border-color: #00d4aa;
  box-shadow: 0 0 40px rgba(0,212,170,0.08), 0 20px 60px rgba(0,0,0,0.4);
}
.pricing-badge {
  display: inline-block; padding: 6px 16px; border-radius: 20px;
  background: rgba(0,212,170,0.12); color: #00d4aa;
  font-size: 0.85rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; margin-bottom: 20px;
}
.pricing-price {
  display: flex; align-items: baseline; gap: 2px; margin-bottom: 8px;
}
.pricing-currency {
  font-size: 1.8rem; font-weight: 700; color: #8899aa; align-self: flex-start; margin-top: 8px;
}
.pricing-amount {
  font-size: 4.5rem; font-weight: 900; color: #fff; line-height: 1; letter-spacing: -0.03em;
}
.pricing-period {
  font-size: 1.2rem; color: #556677; font-weight: 500; margin-left: 4px;
}
.pricing-promo {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 14px 18px; margin: 20px 0 28px;
  background: rgba(251,191,36,0.08); border: 1px solid rgba(251,191,36,0.25);
  border-radius: 8px;
}
.pricing-promo-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }
.pricing-promo-text {
  font-size: 0.95rem; color: #fbbf24; line-height: 1.5;
}
.pricing-promo-text strong { color: #fbbf24; }

.pricing-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px;
  margin-bottom: 32px;
}
.pg-item {
  font-size: 0.92rem; color: #c0c8d4; display: flex; align-items: center; gap: 8px;
}
.pg-check {
  color: #00d4aa; font-weight: 700; font-size: 0.85rem; flex-shrink: 0;
}
.pricing-cta { width: 100%; text-align: center; display: block; }
.pricing-subtitle {
  font-size: 0.95rem; color: #8899aa; text-align: center; margin: 12px 0 20px;
  line-height: 1.5;
}
.pricing-partner-perks {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;
  margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #1e2a3a;
}
.pp-item {
  font-size: 0.9rem; color: #00d4aa; display: flex; align-items: center; gap: 8px;
  font-weight: 500;
}
.pp-icon { font-size: 0.7rem; flex-shrink: 0; opacity: 0.7; }
.pricing-note {
  font-size: 0.82rem; color: #556677; text-align: center; margin-top: 12px;
}
.pricing-anchor {
  font-size: 0.82rem; color: #556677; text-align: center; margin-top: 8px;
  font-style: italic;
}

/* Channel badges */
.channel-badges {
  display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;
  margin-top: 20px;
}
.channel-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: 20px;
  background: rgba(0,212,170,0.08); border: 1px solid rgba(0,212,170,0.2);
  color: #c0c8d4; font-size: 0.9rem; font-weight: 500;
}

/* NMS Alert → Verdict */
.nms-flow {
  display: flex; align-items: stretch; gap: 0; width: 100%;
}
.nms-card {
  flex: 1; padding: 24px; border-radius: 12px;
  display: flex; flex-direction: column; gap: 12px;
}
.nms-alert-card {
  background: rgba(239,68,68,0.06); border: 1px solid rgba(239,68,68,0.25);
}
.nms-verdict-card {
  background: rgba(0,212,170,0.06); border: 1px solid rgba(0,212,170,0.25);
}
.nms-arrow {
  display: flex; align-items: center; justify-content: center;
  padding: 0 16px; font-size: 1.8rem; color: #556677; flex-shrink: 0;
}
.nms-card-label {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em;
  font-weight: 600; margin-bottom: 4px;
}
.nms-alert-card .nms-card-label { color: #ef4444; }
.nms-verdict-card .nms-card-label { color: #00d4aa; }
.nms-card-title {
  font-size: 1.1rem; font-weight: 700; color: #e0e6ed; line-height: 1.3;
}
.nms-card-detail {
  font-size: 0.88rem; color: #8899aa; line-height: 1.5;
}
.nms-card-meta {
  display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto;
}
.nms-tag {
  font-size: 0.78rem; padding: 3px 10px; border-radius: 4px;
  font-weight: 600;
}
.nms-tag-crit { background: rgba(239,68,68,0.15); color: #ef4444; }
.nms-tag-ok { background: rgba(0,212,170,0.15); color: #00d4aa; }
.nms-tag-neutral { background: rgba(102,119,136,0.15); color: #8899aa; }
.nms-integrations {
  text-align: center; font-size: 0.88rem; color: #667788; margin-top: 16px;
}
.nms-integrations strong { color: #8899aa; }
@media (max-width: 768px) {
  .nms-flow { flex-direction: column; gap: 0; }
  .nms-arrow { padding: 8px 0; transform: rotate(90deg); }
}

/* Scarcity dot */
.proof-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: #00d4aa; margin-right: 6px; vertical-align: middle;
  animation: pulse-dot 1.5s infinite;
}

/* ═══════════════════════════════════════
   SCROLL REVEALS
   ═══════════════════════════════════════ */
.reveal-item {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal-item.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 768px) {
  .screen { padding: 40px 16px; }
  .top-bar-inner { padding: 10px 16px; }
  .top-bar-brand { font-size: 0.85rem; }
  .top-bar-link { font-size: 0.65rem; white-space: nowrap; }
  .hero { padding-top: calc(80px + env(safe-area-inset-top, 0px)); justify-content: flex-start; }
  .hero-tagline { font-size: clamp(1.4rem, 4.5vw, 2.2rem); }
  .hero-props { grid-template-columns: 1fr; gap: 12px; }
  .hero-preview { max-width: 100%; }
  .hp-line { font-size: 0.7rem; }
  .hp-meta { font-size: 0.65rem; }
  .waitlist-form-inline { flex-direction: column; }
  .waitlist-row { flex-direction: column; }
  .trust-anchors { grid-template-columns: 1fr; gap: 12px; }
  .cred-inner { gap: 12px; }
  .cred-sep { display: none; }
  .cred-item { font-size: 0.8rem; }
  .demo-body,
  .contrast-body,
  .trust-body,
  .engine-body,
  .memory-body,
  .pcap-body { grid-template-columns: 1fr; }

  .demo-sidebar { border-top: 1px solid #1e2a3a; flex-direction: row; flex-wrap: wrap; }
  .demo-topo { min-height: 120px; flex: 1; min-width: 180px; }
  .demo-progress-card { flex: 1; min-width: 200px; }

  .contrast-vs { padding: 8px 0; border: none; border-top: 1px solid #1e2a3a; border-bottom: 1px solid #1e2a3a; }
  .trust-pane-right { border-left: none; border-top: 1px solid #1e2a3a; }
  .engine-pane-right { border-left: none; border-top: 1px solid #1e2a3a; }
  .pcap-pane-right { border-left: none; border-top: 1px solid #1e2a3a; }
  .memory-arrow { padding: 8px 0; border: none; border-top: 1px solid #1e2a3a; border-bottom: 1px solid #1e2a3a; }

  .demo-result { flex-wrap: wrap; }
  .result-stat { padding: 12px 20px; }

  .pcap-stats { grid-template-columns: repeat(2, 1fr); }

  .numbers-body { grid-template-columns: repeat(2, 1fr); }
  .number-block { border-right: none; border-bottom: 1px solid #1e2a3a; padding: 28px 20px; }
  .number-block:nth-child(odd) { border-right: 1px solid #1e2a3a; }
  .number-block:last-child { border-bottom: none; }
}

@media (max-width: 480px) {
  .top-bar-link { display: none; }
  .hero-tagline { font-size: 1.25rem; line-height: 1.15; }
  .hero-sub { font-size: 0.95rem; }
  .btn { padding: 14px 28px; font-size: 1rem; }
  .demo-steps { max-height: 240px; }
  .pcap-stats { grid-template-columns: 1fr; }
  .pricing-card { padding: 28px 20px; }
  .pricing-amount { font-size: 3.5rem; }
}
