:root{
  --bg1:#05070d;
  --bg2:#0b0f1c;
  --line:rgba(255,255,255,.10);
  --text:#eaf0ff;
  --muted:rgba(234,240,255,.70);
  --blue:#5c7cff;
  --cyan:#00ffc2;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;
  color:var(--text);
  background:linear-gradient(180deg,var(--bg1),var(--bg2));
  overflow-x:hidden;
}

/* Particle canvas behind everything */
#particles{
  position:fixed;
  inset:0;
  z-index:-1;
  width:100%;
  height:100%;
  background:
    radial-gradient(900px 500px at 18% 12%, rgba(92,124,255,.15), transparent 55%),
    radial-gradient(700px 420px at 88% 18%, rgba(0,255,194,.10), transparent 55%);
}

/* Layout */
.container{max-width:1100px;margin:0 auto;padding:0 20px}

/* Top Nav */
.nav{
  position:sticky;top:0;z-index:20;
  background:rgba(8,10,18,.82);
  border-bottom:1px solid var(--line);
  backdrop-filter: blur(14px) saturate(1.2);
}
.nav-inner{display:flex;align-items:center;height:72px;gap:18px}
.brand{
  font-weight:950;
  letter-spacing:.2px;
  text-decoration:none;
  color:var(--text);
}
.menu{display:flex;gap:18px;margin-left:18px}
.menu a{
  color:var(--muted);
  font-weight:800;
  font-size:14px;
  text-decoration:none;
}
.menu a:hover{color:var(--text)}
.actions{margin-left:auto;display:flex;gap:10px}

/* Buttons + animated glow */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:14px;
  font-weight:900;
  font-size:14px;
  border:1px solid var(--line);
  text-decoration:none;
  color:var(--text);
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0px)}

.btn.ghost{background:rgba(255,255,255,.04)}
.btn.glow{
  background:linear-gradient(180deg, rgba(92,124,255,.95), rgba(61,90,254,.65));
  border-color: rgba(92,124,255,.45);
  box-shadow: 0 10px 30px rgba(92,124,255,.25);
}

/* Extra animated pulse for primary CTA */
.pulse{
  animation: pulseGlow 2.2s infinite;
}
@keyframes pulseGlow{
  0%   { box-shadow: 0 10px 30px rgba(92,124,255,.22), 0 0 0 rgba(0,255,194,0); }
  50%  { box-shadow: 0 12px 40px rgba(92,124,255,.35), 0 0 24px rgba(0,255,194,.18); }
  100% { box-shadow: 0 10px 30px rgba(92,124,255,.22), 0 0 0 rgba(0,255,194,0); }
}

/* Hero */
.hero{padding:78px 0 46px; position:relative}
.tag{
  color:rgba(255,255,255,.70);
  font-weight:800;
}
.sub{
  max-width:720px;
  color:var(--muted);
  line-height:1.7;
  font-size:16px;
}
.hero-buttons{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}

/* Glitch/Hacker text effect */
.glitch{
  font-size:52px;
  margin:18px 0 10px;
  line-height:1.02;
  position:relative;
  letter-spacing:.2px;
  text-shadow: 0 0 18px rgba(92,124,255,.20);
}
.glitch:before,
.glitch:after{
  content: attr(data-text);
  position:absolute;
  left:0; top:0;
  width:100%;
  overflow:hidden;
  clip: rect(0, 900px, 0, 0);
}
.glitch:before{
  text-shadow: -2px 0 rgba(0,255,194,.65);
  animation: glitchTop 2.4s infinite linear alternate-reverse;
}
.glitch:after{
  text-shadow: 2px 0 rgba(92,124,255,.65);
  animation: glitchBottom 2.0s infinite linear alternate-reverse;
}

@keyframes glitchTop{
  0%{clip: rect(0, 9999px, 0, 0); transform: translate(0,0)}
  10%{clip: rect(0, 9999px, 18px, 0); transform: translate(-1px,-1px)}
  20%{clip: rect(0, 9999px, 10px, 0); transform: translate(1px,0)}
  30%{clip: rect(0, 9999px, 26px, 0); transform: translate(-2px,1px)}
  40%{clip: rect(0, 9999px, 12px, 0); transform: translate(2px,-1px)}
  50%{clip: rect(0, 9999px, 32px, 0); transform: translate(-1px,1px)}
  60%{clip: rect(0, 9999px, 14px, 0); transform: translate(1px,-1px)}
  70%{clip: rect(0, 9999px, 28px, 0); transform: translate(-2px,0)}
  80%{clip: rect(0, 9999px, 8px, 0); transform: translate(2px,1px)}
  90%{clip: rect(0, 9999px, 22px, 0); transform: translate(-1px,0)}
  100%{clip: rect(0, 9999px, 0, 0); transform: translate(0,0)}
}
@keyframes glitchBottom{
  0%{clip: rect(0, 9999px, 0, 0); transform: translate(0,0)}
  10%{clip: rect(22px, 9999px, 44px, 0); transform: translate(1px,1px)}
  20%{clip: rect(10px, 9999px, 38px, 0); transform: translate(-1px,0)}
  30%{clip: rect(30px, 9999px, 60px, 0); transform: translate(2px,-1px)}
  40%{clip: rect(14px, 9999px, 42px, 0); transform: translate(-2px,1px)}
  50%{clip: rect(34px, 9999px, 66px, 0); transform: translate(1px,0)}
  60%{clip: rect(12px, 9999px, 40px, 0); transform: translate(-1px,-1px)}
  70%{clip: rect(26px, 9999px, 54px, 0); transform: translate(2px,1px)}
  80%{clip: rect(18px, 9999px, 46px, 0); transform: translate(-2px,0)}
  90%{clip: rect(28px, 9999px, 56px, 0); transform: translate(1px,-1px)}
  100%{clip: rect(0, 9999px, 0, 0); transform: translate(0,0)}
}

/* Stats */
.stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.stat{
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}
.stat .k{color:var(--muted);font-weight:900;font-size:12px}
.stat .v{font-weight:950;margin-top:3px}

/* Sections */
.section{padding:60px 0}
.alt{background:rgba(255,255,255,.02); border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06)}
.section-title{margin:0 0 14px;font-size:30px}

.cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:16px;
}
.cards.three{grid-template-columns:repeat(3,1fr)}
.card{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  padding:18px;
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
}
.card h3{margin:0 0 8px}
.card p{margin:0;color:var(--muted);line-height:1.7}
.card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.9}

.muted{color:var(--muted)}
.link{color:rgba(0,255,194,.92); font-weight:900}
.link:hover{opacity:.9}

.footer{margin-top:36px;color:rgba(255,255,255,.55);font-weight:900}

/* Responsive */
@media (max-width: 980px){
  .glitch{font-size:40px}
  .cards{grid-template-columns:1fr}
  .cards.three{grid-template-columns:1fr}
  .menu{display:none}
}
