/* ---------- HERO ---------- */
.hero-logo{width:min(270px,66vw);margin:0 auto 6px;opacity:0;transform:translateY(20px) scale(.96);animation:fadeUp .9s ease .1s forwards,neonFlicker 6s ease-in-out 1.2s infinite}
.hero-logo svg{width:100%;height:auto;display:block;filter:drop-shadow(0 0 6px rgba(240,50,63,.75)) drop-shadow(0 0 14px rgba(240,50,63,.35))}
.lg-neon{stroke:#f0323f;stroke-width:5;fill:none;stroke-linecap:round;stroke-linejoin:round}
.lg-neonw{stroke:#fff;stroke-width:5;fill:none;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 4px rgba(255,255,255,.7))}
.lg-band{fill:rgba(28,30,34,.6);stroke:#f0323f;stroke-width:5}
.lg-txt{fill:#fff;font-family:var(--font-display),'Arial Black',sans-serif;font-weight:700;font-size:32px;letter-spacing:.5px}
@keyframes neonFlicker{
  0%,100%{filter:none}
  48%{filter:none}
  49%{filter:brightness(.55)}
  50%{filter:none}
  71%{filter:none}
  72%{filter:brightness(.6)}
  73%{filter:none}
}
.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;z-index:2;padding:120px 24px 80px}
.hero-eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-display);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--volt);margin-bottom:26px;padding:8px 16px;border:1px solid rgba(224,31,43,.3);border-radius:40px;background:rgba(224,31,43,.05);opacity:0;transform:translateY(16px);animation:fadeUp .8s ease .2s forwards}
.hero-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--volt);box-shadow:0 0 10px var(--volt);animation:blink 1.8s ease-in-out infinite}
.hero-title{font-family:var(--font-display);font-size:clamp(2.4rem,6vw,5rem);font-weight:700;line-height:1.02;letter-spacing:-.03em;color:var(--white);max-width:16ch;opacity:0;transform:translateY(30px);animation:fadeUp 1s ease .35s forwards}
.hero-title .hl{color:var(--volt);position:relative;display:inline-block}
.hero-title .hl::after{content:'';position:absolute;left:0;right:0;bottom:.08em;height:.09em;background:var(--volt);opacity:.35;border-radius:2px}
.hero-sub{margin-top:26px;font-size:clamp(1rem,1.8vw,1.22rem);font-weight:300;color:var(--mute);max-width:52ch;line-height:1.7;opacity:0;transform:translateY(20px);animation:fadeUp 1s ease .5s forwards}
.hero-actions{margin-top:40px;display:flex;gap:14px;flex-wrap:wrap;justify-content:center;opacity:0;transform:translateY(18px);animation:fadeUp 1s ease .65s forwards}
.hero-badges{margin-top:52px;display:flex;gap:30px;flex-wrap:wrap;justify-content:center;opacity:0;animation:fadeUp 1s ease .8s forwards}
.hero-badge{display:flex;align-items:center;gap:10px;font-size:.82rem;color:var(--mute)}
.hero-badge svg{width:18px;height:18px;stroke:var(--volt);flex-shrink:0}

@media(max-width:520px){
  .hero-actions{flex-direction:column;width:100%}
  .hero-actions a{justify-content:center}
}
