:root {
  --black:   #050a05;
  --dark:    #080e08;
  --dark2:   #0c140c;
  --panel:   #0f1a0f;
  --green:   #00ff41;
  --green2:  #00c832;
  --green3:  #00a028;
  --gdim:    rgba(0,255,65,0.12);
  --gdim2:   rgba(0,255,65,0.06);
  --red:     #ff3333;
  --amber:   #ffaa00;
  --white:   #e8f5e8;
  --muted:   #3a5c3a;
  --muted2:  #1e331e;
  --glow:    0 0 20px rgba(0,255,65,0.35);
  --glow2:   0 0 40px rgba(0,255,65,0.2);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
*, *::before, *::after, *:hover, *:focus, *:active { cursor: none !important; }
html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--green);
  font-family: 'DM Mono', monospace;
  overflow-x: hidden;
  cursor: none;
}

/* ── CURSOR ── */
.cursor {
  position: fixed;
  width: 18px; height: 18px;
  border: 1.5px solid var(--green);
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width 0.15s, height 0.15s, opacity 0.15s;
  box-shadow: var(--glow);
}
.cursor::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  width: 4px; height: 4px;
  background: var(--green);
  transform: translate(-50%, -50%);
  box-shadow: var(--glow);
}
.cursor.big { width: 44px; height: 44px; }
.cursor.big::before { width: 6px; height: 6px; }

/* ── SCANLINE OVERLAY ── */
body::after {
  content: '';
  position: fixed; inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0,0,0,0.08) 2px,
    rgba(0,0,0,0.08) 4px
  );
  pointer-events: none;
  z-index: 9997;
}

/* ── PHOSPHOR VIGNETTE ── */
body::before {
  content: '';
  position: fixed; inset: 0;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.75) 100%);
  pointer-events: none;
  z-index: 9996;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 500;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 56px;
  border-bottom: 1px solid transparent;
  transition: all 0.4s;
  font-family: 'Syne Mono', monospace;
}
nav.scrolled {
  background: rgba(5,10,5,0.97);
  border-bottom-color: var(--muted2);
  padding: 14px 56px;
}
.nav-logo {
  font-family: 'Syne', sans-serif;
  font-size: 22px; font-weight: 800;
  letter-spacing: 8px;
  color: var(--green);
  text-shadow: var(--glow);
  position: relative;
}
.nav-logo::after {
  content: '▮';
  font-size: 14px;
  animation: blink 1.1s step-end infinite;
  margin-left: 4px;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

.nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  transition: color 0.2s, text-shadow 0.2s;
}
.nav-links a:hover { color: var(--green); text-shadow: var(--glow); }

.nav-cta {
  border: 1px solid var(--green) !important;
  color: var(--green) !important;
  padding: 8px 20px;
  font-size: 11px !important;
  transition: all 0.2s !important;
  text-shadow: none !important;
}
.nav-cta:hover { background: var(--green) !important; color: var(--black) !important; text-shadow: none !important; box-shadow: var(--glow); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 120px 56px 80px;
  position: relative; overflow: hidden;
  gap: 60px;
}

/* Animated grid background */
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,255,65,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,255,65,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: gridDrift 20s linear infinite;
}
@keyframes gridDrift {
  from { background-position: 0 0; }
  to   { background-position: 48px 48px; }
}

/* Radial glow center */
.hero::before {
  content: '';
  position: absolute; top: 40%; left: 35%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,255,65,0.07) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: pulsate 4s ease-in-out infinite;
}
@keyframes pulsate { 0%,100%{opacity:0.6} 50%{opacity:1} }

.hero-left { position: relative; z-index: 2; }

.hero-status {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--muted2);
  padding: 8px 16px;
  font-family: 'Syne Mono', monospace;
  font-size: 11px; letter-spacing: 3px; color: var(--green2);
  text-transform: uppercase; margin-bottom: 32px;
  opacity: 0; animation: fadeUp 0.6s 0.2s forwards;
}
.status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green); box-shadow: var(--glow);
  animation: pulsate 1.5s ease-in-out infinite;
}

.hero-heading {
  font-family: 'Syne', sans-serif;
  font-size: clamp(52px, 6.5vw, 96px);
  font-weight: 800; line-height: 0.95; letter-spacing: -1px;
  color: var(--white);
  margin-bottom: 28px;
  opacity: 0; animation: fadeUp 0.6s 0.4s forwards;
}
.hero-heading .accent { color: var(--green); text-shadow: var(--glow); }
.hero-heading .outline {
  -webkit-text-stroke: 1.5px var(--green);
  color: transparent;
}

.hero-sub {
  font-size: 15px; color: var(--muted); line-height: 1.75;
  max-width: 420px; font-weight: 300; margin-bottom: 44px;
  opacity: 0; animation: fadeUp 0.6s 0.6s forwards;
}
.hero-sub em { color: var(--green2); font-style: normal; }

.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  opacity: 0; animation: fadeUp 0.6s 0.8s forwards;
}

/* ── BUTTONS ── */
.btn-primary {
  position: relative;
  display: inline-block;
  background: var(--green);
  color: var(--black);
  padding: 14px 32px;
  font-family: 'Syne', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  text-decoration: none; border: none; cursor: none;
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
  transition: box-shadow 0.2s;
  isolation: isolate;
}
.btn-primary:hover {
  box-shadow: var(--glow), var(--glow2);
  animation: shapeGlitch 0.4s steps(1) infinite;
}
@keyframes shapeGlitch {
  0%   { clip-path: polygon(0 0,100% 0,100% 100%,0 100%); }
  15%  { clip-path: polygon(0 2%,98% 0,100% 98%,2% 100%); transform: translateX(2px); }
  30%  { clip-path: polygon(1% 0,100% 1%,99% 100%,0 99%); transform: translateX(-2px) skewX(-2deg); }
  45%  { clip-path: polygon(0 0,100% 0,100% 100%,0 100%); transform: none; }
  60%  { clip-path: polygon(0 3%,97% 0,100% 97%,3% 100%); transform: translateX(3px); }
  75%  { clip-path: polygon(2% 0,100% 2%,98% 100%,0 98%); transform: skewX(3deg); }
  90%  { clip-path: polygon(0 0,100% 0,100% 100%,0 100%); transform: none; }
  100% { clip-path: polygon(0 1%,99% 0,100% 99%,1% 100%); transform: translateX(-1px); }
}

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--green);
  border: 1px solid var(--muted2);
  padding: 14px 32px;
  font-family: 'Syne', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  text-decoration: none; cursor: none;
  transition: border-color 0.3s, color 0.3s, box-shadow 0.3s;
  position: relative; overflow: hidden;
}
.btn-ghost::before {
  content: ''; position: absolute; inset: 0;
  background: var(--gdim);
  transform: translateX(-101%);
  transition: transform 0.35s cubic-bezier(0.7,0,0.3,1);
}
.btn-ghost:hover { border-color: var(--green); box-shadow: var(--glow); }
.btn-ghost:hover::before { transform: translateX(0); }
.btn-ghost span { position: relative; z-index: 1; }

/* ── HERO RIGHT — TERMINAL WIDGET ── */
.hero-right { position: relative; z-index: 2; }

.terminal {
  background: var(--dark2);
  border: 1px solid var(--muted2);
  box-shadow: var(--glow2), inset 0 0 60px rgba(0,255,65,0.03);
  overflow: hidden;
}
.terminal-bar {
  background: var(--muted2);
  padding: 10px 16px;
  display: flex; align-items: center; gap: 8px;
}
.t-dot { width: 10px; height: 10px; border-radius: 50%; }
.t-dot.r { background: var(--red); }
.t-dot.a { background: var(--amber); }
.t-dot.g { background: var(--green3); box-shadow: 0 0 6px var(--green3); }
.terminal-title {
  font-family: 'Syne Mono', monospace;
  font-size: 11px; color: var(--muted); letter-spacing: 2px;
  margin-left: auto; margin-right: auto;
}
.terminal-body { padding: 24px; min-height: 360px; font-size: 13px; line-height: 1.7; }

.t-line { display: flex; gap: 10px; margin-bottom: 4px; }
.t-prompt { color: var(--green3); flex-shrink: 0; }
.t-cmd { color: var(--white); }
.t-out { color: var(--muted); padding-left: 20px; }
.t-out.ok { color: var(--green2); }
.t-out.warn { color: var(--amber); }
.t-out.danger { color: var(--red); }
.t-out.info { color: var(--green); }
.t-spacer { height: 8px; }

/* Typing cursor at end of active line */
.t-cursor::after {
  content: '█';
  animation: blink 1s step-end infinite;
  color: var(--green);
}

/* ── LIVE THREAT COUNTER ── */
.threat-strip {
  background: var(--dark2);
  border-top: 1px solid var(--muted2);
  border-bottom: 1px solid var(--muted2);
  padding: 0;
  overflow: hidden;
  position: relative;
}
.threat-strip::before {
  content: '⬛ LIVE THREAT STATISTICS';
  position: absolute; left: 0; top: 0; bottom: 0;
  background: var(--green);
  color: var(--black);
  font-family: 'Syne Mono', monospace;
  font-size: 11px; letter-spacing: 3px;
  display: flex; align-items: center;
  padding: 0 20px;
  z-index: 2;
  white-space: nowrap;
}
.threat-counters {
  display: flex;
  padding: 0 0 0 260px;
}
.t-counter {
  flex: 1;
  padding: 18px 28px;
  border-right: 1px solid var(--muted2);
  display: flex; flex-direction: column; gap: 4px;
}
.t-counter:last-child { border-right: none; }
.tc-num {
  font-family: 'Syne', sans-serif;
  font-size: 28px; font-weight: 800;
  color: var(--green); text-shadow: var(--glow);
  font-variant-numeric: tabular-nums;
}
.tc-num.red { color: var(--red); text-shadow: 0 0 15px rgba(255,51,51,0.4); }
.tc-num.amber { color: var(--amber); text-shadow: 0 0 15px rgba(255,170,0,0.4); }
.tc-label {
  font-family: 'Syne Mono', monospace;
  font-size: 10px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase;
}

/* ── FEATURES ── */
.features {
  padding: 120px 56px;
  background: var(--dark);
  position: relative; overflow: hidden;
}
.features::before {
  content: 'AUTOMATE';
  position: absolute; bottom: -20px; right: -20px;
  font-family: 'Syne', sans-serif; font-size: 200px; font-weight: 800;
  color: rgba(0,255,65,0.02); letter-spacing: -5px;
  pointer-events: none; user-select: none; line-height: 1;
}
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; margin-top: 64px; position: relative; z-index: 1;
}

.feat-card {
  background: var(--dark2);
  padding: 40px 32px;
  border-top: 2px solid transparent;
  transition: border-color 0.3s, background 0.3s;
  cursor: none; position: relative; overflow: hidden;
}
.feat-card::after {
  content: ''; position: absolute; inset: 0;
  background: var(--gdim2); opacity: 0; transition: opacity 0.3s;
}
.feat-card:hover { border-top-color: var(--green); }
.feat-card:hover::after { opacity: 1; }

/* SVG icon via clip-path */
.feat-icon {
  width: 40px; height: 40px; background: var(--green);
  margin-bottom: 24px; position: relative;
  box-shadow: var(--glow); transition: transform 0.3s, box-shadow 0.3s;
}
.feat-card:hover .feat-icon { transform: scale(1.15) rotate(-5deg); box-shadow: var(--glow), var(--glow2); }

.icon-shield  { clip-path: polygon(50% 0%, 100% 18%, 100% 55%, 50% 100%, 0% 55%, 0% 18%); }
.icon-eye     { clip-path: ellipse(50% 35% at 50% 50%); }
.icon-lock    { clip-path: polygon(25% 45%, 25% 100%, 75% 100%, 75% 45%, 65% 45%, 65% 30%, 60% 20%, 50% 15%, 40% 20%, 35% 30%, 35% 45%); }
.icon-bolt    { clip-path: polygon(60% 0%, 100% 40%, 60% 40%, 100% 100%, 10% 60%, 55% 60%, 0% 0%); }
.icon-scan    { clip-path: polygon(0 0,15% 0,15% 15%,0 15%, 0 0, 85% 0,100% 0,100% 15%,85% 15%,85% 0, 100% 85%,100% 100%,85% 100%,85% 85%,100% 85%, 15% 100%,0 100%,0 85%,15% 85%,15% 100%); }
.icon-net     { clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); }

.feat-num {
  position: absolute; top: 16px; right: 20px;
  font-family: 'Syne', sans-serif; font-size: 64px; font-weight: 800;
  color: rgba(0,255,65,0.05); line-height: 1; pointer-events: none;
}
.feat-name {
  font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700;
  color: var(--white); letter-spacing: 1px; margin-bottom: 12px; line-height: 1.2;
}
.feat-desc { font-size: 14px; color: var(--muted); line-height: 1.7; font-weight: 300; }

/* ── MORE TOPICS CARD ── */
.feat-card-more {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 0;
  border-top: 2px solid var(--muted2);
  cursor: none;
}
.feat-card-more:hover { border-top-color: var(--green); }
.feat-card-more:hover .more-overlay { background: rgba(8,14,8,0.72); }

.more-ghost-cards {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 2px;
}
.ghost-card {
  flex: 1;
  background: var(--dark2);
  position: relative;
  overflow: hidden;
  filter: blur(3px);
  opacity: 0.6;
}
.ghost-card::before {
  content: '';
  position: absolute;
  top: 28px; left: 28px;
  width: 32px; height: 32px;
  background: var(--green);
  opacity: 0.5;
  clip-path: polygon(50% 0%, 100% 18%, 100% 55%, 50% 100%, 0% 55%, 0% 18%);
}
.ghost-card::after {
  content: '';
  position: absolute;
  top: 76px; left: 28px; right: 28px;
  height: 8px;
  background: var(--muted2);
  border-radius: 2px;
}
.ghost-card:nth-child(2)::before { clip-path: ellipse(50% 35% at 50% 50%); opacity: 0.4; }
.ghost-card:nth-child(3)::before { clip-path: polygon(60% 0%, 100% 40%, 60% 40%, 100% 100%, 10% 60%, 55% 60%, 0% 0%); opacity: 0.45; }
.ghost-card:nth-child(4)::before { clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); opacity: 0.4; }
.ghost-card:nth-child(5)::before { clip-path: polygon(25% 45%, 25% 100%, 75% 100%, 75% 45%, 65% 45%, 65% 30%, 60% 20%, 50% 15%, 40% 20%, 35% 30%, 35% 45%); opacity: 0.35; }

.more-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8,14,8,0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.3s;
}

.more-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 28px;
}
.more-num {
  font-family: 'Syne', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: var(--green);
  text-shadow: var(--glow);
  line-height: 1;
  flex-shrink: 0;
}
.more-label {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 2px;
}
.more-cta {
  font-family: 'Syne Mono', monospace;
  font-size: 12px;
  color: var(--green2);
  letter-spacing: 3px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s, text-shadow 0.2s;
  margin-left: 8px;
}
.more-cta:hover { color: var(--green); text-shadow: var(--glow); }

/* ── PRICING ── */
.pricing {
  padding: 120px 56px;
  background: var(--dark);
}
.pricing-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2px; margin-top: 64px;
}
.plan-card {
  background: var(--dark2);
  padding: 48px 36px;
  position: relative; overflow: hidden;
  border: 1px solid transparent;
  transition: border-color 0.3s, transform 0.3s;
  cursor: none;
}
.plan-card.featured {
  border-color: var(--green);
  box-shadow: var(--glow2);
}
.plan-card:hover:not(.featured) { border-color: var(--muted2); transform: translateY(-4px); }
.plan-card.featured:hover { transform: translateY(-4px); }

.plan-badge {
  display: inline-block;
  background: var(--green); color: var(--black);
  font-family: 'Syne Mono', monospace; font-size: 10px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  padding: 4px 12px; margin-bottom: 20px;
}
.plan-badge.hidden { opacity: 0; pointer-events: none; }

.plan-name {
  font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800;
  color: var(--white); letter-spacing: 2px; margin-bottom: 8px;
}
.plan-price {
  font-family: 'Syne', sans-serif; font-size: 52px; font-weight: 800;
  color: var(--green); text-shadow: var(--glow); line-height: 1;
  margin-bottom: 4px;
}
.plan-price sup { font-size: 24px; vertical-align: top; margin-top: 12px; display: inline-block; }
.plan-price span { font-size: 16px; font-weight: 400; color: var(--muted); }
.plan-sub { font-size: 13px; color: var(--muted); margin-bottom: 32px; font-family: 'Syne Mono', monospace; letter-spacing: 1px; }

.plan-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.plan-features li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px; color: var(--muted); line-height: 1.5;
}
.plan-features li::before { content: '→'; color: var(--green); flex-shrink: 0; }
.plan-features li.dim::before { color: var(--muted2); }
.plan-features li.dim { color: var(--muted2); }

.plan-cta {
  display: block; text-align: center;
  background: transparent; border: 1px solid var(--muted2);
  color: var(--green); padding: 14px;
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; text-decoration: none; cursor: none;
  transition: all 0.25s; position: relative; overflow: hidden;
}
.plan-cta::before {
  content: ''; position: absolute; inset: 0;
  background: var(--gdim); transform: translateX(-101%);
  transition: transform 0.3s cubic-bezier(0.7,0,0.3,1);
}
.plan-cta:hover { border-color: var(--green); box-shadow: var(--glow); }
.plan-cta:hover::before { transform: translateX(0); }
.plan-cta span { position: relative; z-index: 1; }

.plan-cta.primary-cta {
  background: var(--green); color: var(--black); border-color: var(--green);
}
.plan-cta.primary-cta::before { background: var(--green2); }
.plan-cta.primary-cta:hover { box-shadow: var(--glow), var(--glow2); }
.plan-cta.primary-cta.glitching {
  animation: shapeGlitch 0.4s steps(1) infinite;
  box-shadow: var(--glow), var(--glow2);
}

/* ── PREORDER / EMAIL CAPTURE ── */
.preorder {
  padding: 140px 56px;
  background: var(--black);
  text-align: center;
  position: relative; overflow: hidden;
}

/* Animated rings */
.preorder-rings {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(0,255,65,0.08);
  transform: translate(-50%,-50%);
  animation: ringPulse 4s ease-out infinite;
}
.ring:nth-child(1) { width: 300px; height: 300px; animation-delay: 0s; }
.ring:nth-child(2) { width: 500px; height: 500px; animation-delay: 0.8s; }
.ring:nth-child(3) { width: 700px; height: 700px; animation-delay: 1.6s; }
.ring:nth-child(4) { width: 900px; height: 900px; animation-delay: 2.4s; }
.ring:nth-child(5) { width: 1100px; height: 1100px; animation-delay: 3.2s; }
@keyframes ringPulse {
  0%   { opacity: 0; transform: translate(-50%,-50%) scale(0.8); }
  20%  { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%,-50%) scale(1.1); }
}

.preorder-inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }

.preorder-tag {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--muted2); padding: 8px 20px;
  font-family: 'Syne Mono', monospace; font-size: 11px;
  color: var(--green2); letter-spacing: 3px; text-transform: uppercase;
  margin-bottom: 40px;
}
.preorder-tag .status-dot { flex-shrink: 0; }

.preorder-h {
  font-family: 'Syne', sans-serif;
  font-size: clamp(44px, 6vw, 80px); font-weight: 800;
  line-height: 0.95; letter-spacing: -1px; color: var(--white);
  margin-bottom: 20px;
}
.preorder-h .green { color: var(--green); text-shadow: var(--glow); }

.preorder-sub {
  font-size: 16px; color: var(--muted); line-height: 1.7;
  margin-bottom: 48px; font-weight: 300;
}

/* Progress bar — preorder slots */
.slots-wrap { margin-bottom: 40px; }
.slots-top { display: flex; justify-content: space-between; margin-bottom: 8px; }
.slots-label { font-family: 'Syne Mono', monospace; font-size: 11px; color: var(--muted); letter-spacing: 2px; }
.slots-count { font-family: 'Syne Mono', monospace; font-size: 11px; color: var(--green); letter-spacing: 2px; }
.slots-track { height: 6px; background: var(--muted2); position: relative; }
.slots-fill {
  height: 100%; background: linear-gradient(to right, var(--green3), var(--green));
  box-shadow: 0 0 10px var(--green);
  width: 0%; transition: width 2s cubic-bezier(0.4,0,0.2,1) 0.5s;
}

/* Email form */
.email-form { display: flex; gap: 0; max-width: 520px; margin: 0 auto 20px; }
.email-input {
  flex: 1; background: var(--dark2); border: 1px solid var(--muted2); border-right: none;
  color: var(--white); padding: 16px 20px;
  font-family: 'DM Mono', monospace; font-size: 14px;
  outline: none; transition: border-color 0.2s;
}
.email-input:focus { border-color: var(--green); }
.email-input::placeholder { color: var(--muted); }

.email-submit {
  background: var(--green); color: var(--black); border: none;
  padding: 16px 28px; cursor: none;
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; white-space: nowrap;
  transition: box-shadow 0.2s;
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
.email-submit:hover {
  box-shadow: var(--glow), var(--glow2);
  animation: shapeGlitch 0.4s steps(1) infinite;
}

.email-note {
  font-family: 'Syne Mono', monospace; font-size: 11px;
  color: var(--muted); letter-spacing: 2px;
}

.success-msg {
  display: none;
  font-family: 'Syne Mono', monospace; font-size: 14px;
  color: var(--green); text-shadow: var(--glow);
  letter-spacing: 3px; padding: 20px;
  border: 1px solid var(--green3);
  max-width: 520px; margin: 0 auto;
  animation: fadeIn 0.5s forwards;
}

/* ── SECTION HEADER ── */
.section-label {
  display: flex; align-items: center; gap: 14px; margin-bottom: 12px;
}
.section-label::before {
  content: ''; display: block; width: 32px; height: 2px; background: var(--green);
  box-shadow: var(--glow);
}
.section-label span {
  font-family: 'Syne Mono', monospace; font-size: 11px;
  color: var(--green2); letter-spacing: 4px; text-transform: uppercase;
}
.section-h {
  font-family: 'Syne', sans-serif;
  font-size: clamp(40px, 5vw, 68px); font-weight: 800;
  color: var(--white); line-height: 0.95; letter-spacing: -0.5px;
}
.section-h em { -webkit-text-stroke: 1.5px var(--green); color: transparent; font-style: normal; }

/* ── FOOTER ── */
footer {
  background: var(--dark2);
  border-top: 1px solid var(--muted2);
  padding: 36px 56px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.footer-logo {
  font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 800;
  letter-spacing: 8px; color: var(--green); text-shadow: var(--glow);
}
.footer-copy {
  font-family: 'Syne Mono', monospace; font-size: 11px;
  color: var(--muted); letter-spacing: 2px;
}
.footer-links { display: flex; gap: 24px; }
.footer-links a {
  font-family: 'Syne Mono', monospace; font-size: 11px;
  color: var(--muted); text-decoration: none; letter-spacing: 2px;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--green); }

/* ── ANIMATIONS ── */
@keyframes fadeUp  { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn  { from{opacity:0} to{opacity:1} }

.reveal { opacity:0; transform:translateY(28px); transition:opacity 0.7s ease,transform 0.7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

/* ── BOOT OVERLAY ── */
#boot-overlay {
  position: fixed; inset: 0; z-index: 9000;
  background: var(--black);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.5s ease;
}
#boot-overlay.fade-out { opacity: 0; pointer-events: none; }

#boot-terminal {
  width: min(680px, 90vw);
  background: var(--dark2);
  border: 1px solid var(--muted2);
  box-shadow: var(--glow2);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#boot-terminal.visible { opacity: 1; transform: translateY(0); }

/* Page content hidden until boot done */
#page-content {
  opacity: 0;
  transition: opacity 0.5s ease 0.1s;
}
#page-content.revealed { opacity: 1; }

@media (max-width: 768px) {
  .cursor { display: none !important; }
  *, *::before, *::after, *:hover, *:focus, *:active { cursor: auto !important; }
  nav { padding: 14px 20px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding: 100px 20px 60px; gap: 40px; }
  .threat-counters { padding-left: 0; flex-wrap: wrap; }
  .threat-strip::before { display: none; }
  .features { padding: 80px 20px; }
  .features-grid { grid-template-columns: 1fr; }
  .feat-card-more { min-height: 120px; }
  .more-content { flex-direction: column; gap: 10px; text-align: center; }
  .more-num { font-size: 40px; }
  .more-label { font-size: 14px; }
  .pricing { padding: 80px 20px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .preorder { padding: 100px 20px; }
  .email-form { flex-direction: column; }
  .email-input { border-right: 1px solid var(--muted2); border-bottom: none; }
  footer { padding: 24px 20px; flex-direction: column; text-align: center; }
}

@media (hover: none), (pointer: coarse) {
  .cursor { display: none !important; }
  *, *::before, *::after, *:hover, *:focus, *:active { cursor: auto !important; }
}
