/* ============================================================
   STEP HARDER PICKS · VIP
   ============================================================ */

:root {
  --bg: #050000;
  --bg-2: #0d0204;
  --ink: #ffe9e9;
  --ink-dim: #b08a8a;
  --red: #ff1f3a;
  --red-2: #ff4d6a;
  --red-3: #c8001b;
  --red-glow: 255 31 58;
  --gold: #ffb84d;
  --line: #2a0a10;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Oswald', system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
  position: relative;
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
[hidden] { display: none !important; }

/* ============================================================
   BACKGROUND
   ============================================================ */
#bg-particles {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
}
.bg-grid {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,31,58,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,31,58,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 30%, black 0%, transparent 70%);
  animation: gridPan 30s linear infinite;
}
@keyframes gridPan {
  to { background-position: 56px 56px; }
}
.bg-radial {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(var(--red-glow),0.35), transparent 60%),
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(var(--red-glow),0.18), transparent 60%),
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(180,0,30,0.16), transparent 60%),
    linear-gradient(180deg, #050000 0%, #0a0103 50%, #050000 100%);
  animation: radPulse 9s ease-in-out infinite alternate;
}
@keyframes radPulse {
  to { filter: brightness(1.15) saturate(1.1); }
}
.bg-noise {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.06; mix-blend-mode: overlay;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.7'/></svg>");
}
.scan-line {
  position: fixed; inset: 0; z-index: 2; pointer-events: none;
  background: repeating-linear-gradient(180deg, transparent 0 3px, rgba(255,31,58,0.045) 3px 4px);
  mix-blend-mode: screen;
}

/* ============================================================
   TICKER
   ============================================================ */
.ticker {
  position: relative; z-index: 5;
  background: linear-gradient(90deg, var(--red-3), var(--red), var(--red-3));
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.18em;
  font-size: 13px;
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(0,0,0,0.4);
  overflow: hidden;
  box-shadow: 0 0 30px rgba(255,31,58,0.6);
}
.ticker-track {
  display: flex; align-items: center;
  white-space: nowrap;
  animation: tickerScroll 38s linear infinite;
  padding: 8px 0;
  width: max-content;
}
.ticker-track span { padding: 0 18px; }
.ticker-track i {
  display: inline-block; width: 6px; height: 6px; background: #fff; border-radius: 50%;
}
@keyframes tickerScroll { to { transform: translateX(-50%); } }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px;
  backdrop-filter: blur(8px);
  background: rgba(5,0,0,0.55);
  border-bottom: 1px solid rgba(255,31,58,0.18);
}
.nav-left { display: flex; align-items: center; gap: 14px; }
.nav-brand {
  font-family: 'Anton', sans-serif;
  font-size: 22px; letter-spacing: 0.18em;
  color: #fff;
  text-shadow: 0 0 14px rgba(255,31,58,0.6);
}
.nav-links { display: flex; gap: 26px; }
.nav-links a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px; letter-spacing: 0.22em;
  color: var(--ink-dim);
  transition: color .2s, text-shadow .2s;
}
.nav-links a:hover { color: #fff; text-shadow: 0 0 10px var(--red); }
.nav-right { display: flex; align-items: center; gap: 8px; }
.live-dot {
  width: 9px; height: 9px; border-radius: 50%; background: var(--red);
  box-shadow: 0 0 10px var(--red), 0 0 20px var(--red);
  animation: livePulse 1.2s ease-in-out infinite;
}
@keyframes livePulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: .6; }
}
.live-text {
  font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.25em; font-size: 13px;
  color: #fff;
}

/* LOGO MARK */
.logo-mark {
  position: relative; width: 42px; height: 42px;
}
.logo-ring, .logo-ring.r2 {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1.5px solid var(--red);
  box-shadow: 0 0 14px rgba(255,31,58,0.6), inset 0 0 14px rgba(255,31,58,0.4);
  animation: spin 6s linear infinite;
}
.logo-ring.r2 {
  inset: 5px; border-style: dashed;
  animation: spin 4s linear infinite reverse;
  border-color: var(--red-2);
}
.logo-core {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-family: 'Anton', sans-serif; font-size: 13px; letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 0 10px var(--red);
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; z-index: 3;
  min-height: 92vh;
  padding: 70px 28px 120px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
}

.hero-rings {
  position: absolute; inset: 0; pointer-events: none;
  display: grid; place-items: center;
}
.ring {
  position: absolute;
  width: 720px; height: 720px;
  border-radius: 50%;
  border: 1px dashed rgba(255,31,58,0.4);
  display: grid; place-items: center;
  animation: spin 40s linear infinite;
}
.ring-2 {
  width: 540px; height: 540px;
  border-style: solid;
  border-color: rgba(255,31,58,0.18);
  animation: spin 25s linear infinite reverse;
}
.ring-3 {
  width: 380px; height: 380px;
  border-color: rgba(255,77,106,0.4);
  animation: spin 18s linear infinite;
}
.ring span {
  position: absolute; top: -10px; left: 0; right: 0;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.4em; font-size: 14px;
  color: rgba(255,31,58,0.65);
  white-space: nowrap;
  text-shadow: 0 0 8px rgba(255,31,58,0.6);
}
.ring-1 span { transform: translateY(-360px) rotate(0deg); }

/* HERO ORB - giant spinning ball */
.hero-orb {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 220px; height: 220px;
  pointer-events: none;
  filter: drop-shadow(0 0 60px rgba(255,31,58,0.55));
  opacity: 0.55;
}
.orb-core {
  position: absolute; inset: 30%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffd, var(--red) 40%, var(--red-3) 70%, #200 100%);
  box-shadow: 0 0 40px var(--red), inset -10px -20px 30px rgba(0,0,0,0.6);
  animation: spin 8s linear infinite;
}
.orb-ball {
  position: absolute; inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 30%, #fff5f5 0%, #ff6675 22%, #c8001b 55%, #2a0006 100%);
  box-shadow:
    inset -12px -20px 40px rgba(0,0,0,0.65),
    inset 8px 12px 30px rgba(255,255,255,0.18),
    0 0 60px rgba(255,31,58,0.5);
  animation: spin 6s linear infinite;
}
.orb-ball.small { width: 64px; height: 64px; position: relative; inset: auto; }
.ball-stitch {
  position: absolute; left: 50%; top: 8%; bottom: 8%;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.6), transparent);
  transform: translateX(-50%) rotate(25deg);
}
.ball-stitch.s2 { transform: translateX(-50%) rotate(-25deg); }

/* HERO TEXT */
.hero-eyebrow {
  position: relative; z-index: 4;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: 0.3em;
  color: var(--red-2);
  margin-bottom: 22px;
  text-shadow: 0 0 8px rgba(255,31,58,0.7);
}
.hero-title {
  position: relative; z-index: 4;
  display: flex; flex-direction: column; align-items: center;
  font-family: 'Anton', sans-serif;
  line-height: 0.86;
  letter-spacing: 0.01em;
  margin-bottom: 28px;
}
.hero-title .line {
  font-size: clamp(64px, 12vw, 180px);
  color: #fff;
  text-shadow:
    0 0 30px rgba(255,31,58,0.55),
    0 4px 0 #200,
    0 8px 24px rgba(0,0,0,0.7);
}
.hero-title .line.big {
  font-size: clamp(96px, 18vw, 270px);
  background: linear-gradient(180deg, #fff 0%, #ff8a9d 45%, var(--red) 70%, var(--red-3) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.06);
  filter: drop-shadow(0 0 30px rgba(255,31,58,0.6));
}

/* GLITCH */
.glitch { position: relative; }
.glitch::before, .glitch::after {
  content: attr(data-text);
  position: absolute; left: 0; top: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
}
.glitch::before {
  color: #ff007a; transform: translate(2px,0);
  animation: glitch1 4s infinite;
  clip-path: inset(0 0 60% 0);
}
.glitch::after {
  color: #00fff0; transform: translate(-2px,0);
  animation: glitch2 4.7s infinite;
  clip-path: inset(60% 0 0 0);
}
@keyframes glitch1 {
  0%,92%,100% { transform: translate(0,0); opacity: 0; }
  93% { transform: translate(3px,-1px); opacity: 0.6; }
  94% { transform: translate(-2px,1px); opacity: 0.4; }
  96% { transform: translate(0,0); opacity: 0; }
}
@keyframes glitch2 {
  0%,90%,100% { transform: translate(0,0); opacity: 0; }
  91% { transform: translate(-3px,1px); opacity: 0.6; }
  93% { transform: translate(2px,-1px); opacity: 0.4; }
  95% { transform: translate(0,0); opacity: 0; }
}

.hero-sub {
  position: relative; z-index: 4;
  max-width: 620px; margin: 0 auto 30px;
  font-size: 17px; line-height: 1.55;
  color: var(--ink-dim);
}

.hero-cta {
  position: relative; z-index: 4;
  display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
  margin-bottom: 60px;
}

/* BUTTONS */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px; letter-spacing: 0.2em;
  border-radius: 4px;
  transition: transform .15s, box-shadow .25s, background .25s;
  cursor: pointer;
}
.btn-primary {
  background: linear-gradient(180deg, var(--red), var(--red-3));
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.15) inset,
    0 8px 30px rgba(255,31,58,0.55),
    0 0 50px rgba(255,31,58,0.35);
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.2) inset,
    0 14px 40px rgba(255,31,58,0.7),
    0 0 70px rgba(255,31,58,0.5);
}
.btn-ghost {
  border: 1px solid rgba(255,31,58,0.5);
  color: var(--ink);
  background: rgba(255,31,58,0.05);
}
.btn-ghost:hover { background: rgba(255,31,58,0.18); border-color: var(--red); }
.btn-shine {
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.55) 50%, transparent 70%);
  transform: translateX(-120%);
  pointer-events: none;
  animation: shine 3s ease-in-out infinite;
}
@keyframes shine { to { transform: translateX(120%); } }
.btn-discord {
  background: #5865F2;
  color: #fff; padding: 14px 22px; border-radius: 6px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(88,101,242,0.5);
  transition: filter .2s, transform .15s;
}
.btn-discord:hover { filter: brightness(1.1); transform: translateY(-1px); }

.hero-meta {
  position: relative; z-index: 4;
  display: flex; gap: 50px; flex-wrap: wrap; justify-content: center;
  padding: 22px 32px;
  border: 1px solid rgba(255,31,58,0.22);
  border-radius: 8px;
  background: rgba(20,2,5,0.6);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 40px rgba(255,31,58,0.2);
}
.hero-meta > div { text-align: center; }
.hero-meta b {
  display: block;
  font-family: 'Anton', sans-serif;
  font-size: 32px; color: #fff;
  text-shadow: 0 0 14px rgba(255,31,58,0.6);
}
.hero-meta span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.25em; color: var(--ink-dim);
}

/* ============================================================
   HOW
   ============================================================ */
.how {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  padding: 40px 28px;
  max-width: 1200px; margin: 0 auto;
}
.how-card {
  border: 1px solid rgba(255,31,58,0.22);
  background: linear-gradient(180deg, rgba(30,3,8,0.6), rgba(10,1,3,0.6));
  border-radius: 8px;
  padding: 26px;
  position: relative; overflow: hidden;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.how-card:hover {
  transform: translateY(-4px);
  border-color: var(--red);
  box-shadow: 0 14px 50px rgba(255,31,58,0.25);
}
.how-num {
  font-family: 'Anton', sans-serif;
  font-size: 56px; line-height: 1;
  color: rgba(255,31,58,0.18);
  margin-bottom: 8px;
}
.how-card h3 {
  font-family: 'Anton', sans-serif;
  font-size: 24px; letter-spacing: 0.06em;
  margin-bottom: 8px; color: #fff;
}
.how-card p { color: var(--ink-dim); font-size: 15px; line-height: 1.55; }

/* ============================================================
   PRICING
   ============================================================ */
.section-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: 0.3em;
  color: var(--red-2);
  text-align: center;
  margin-bottom: 14px;
  text-shadow: 0 0 8px rgba(255,31,58,0.7);
}
.section-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  text-align: center;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #fff 0%, #ff8a9d 60%, var(--red) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 24px rgba(255,31,58,0.5));
  margin-bottom: 40px;
  line-height: 1;
}

.pricing { position: relative; z-index: 3; padding: 60px 28px 80px; }
.cards {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  perspective: 1200px;
}
.card {
  position: relative;
  border: 1px solid rgba(255,31,58,0.25);
  background: linear-gradient(180deg, rgba(30,3,8,0.85), rgba(8,0,2,0.95));
  border-radius: 12px;
  padding: 28px 24px;
  display: flex; flex-direction: column;
  transition: transform .25s, border-color .25s, box-shadow .25s;
  transform-style: preserve-3d;
  overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0;
  background: conic-gradient(from var(--ang, 0deg), transparent 0deg, var(--red) 30deg, transparent 60deg);
  opacity: 0; transition: opacity .3s;
  filter: blur(10px);
  z-index: -1;
}
@property --ang { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
.card:hover {
  transform: translateY(-8px) rotateX(2deg);
  border-color: var(--red);
  box-shadow:
    0 20px 60px rgba(255,31,58,0.35),
    0 0 0 1px rgba(255,31,58,0.4) inset;
}
.card:hover::before { opacity: 0.4; animation: angSpin 3s linear infinite; }
@keyframes angSpin { to { --ang: 360deg; } }

.card-glow {
  position: absolute; inset: -1px;
  border-radius: 12px;
  pointer-events: none;
  background: radial-gradient(60% 50% at 50% 0%, rgba(255,31,58,0.35), transparent 60%);
  opacity: 0.6;
}
.card.big {
  border-color: var(--red);
  box-shadow: 0 0 50px rgba(255,31,58,0.3);
}
.card-tag {
  align-self: flex-start;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.25em;
  padding: 5px 9px; border-radius: 999px;
  background: rgba(255,31,58,0.15);
  color: var(--red-2);
  border: 1px solid rgba(255,31,58,0.4);
  margin-bottom: 20px;
}
.card-tag.pop { background: rgba(255,184,77,0.12); border-color: var(--gold); color: var(--gold); }
.card-tag.fire {
  background: linear-gradient(90deg, var(--red), var(--gold));
  color: #1a0000; border: 0;
  font-weight: 700;
}
.card-tag.elite {
  background: linear-gradient(90deg, #fff, #ffe9a8 50%, var(--gold));
  color: #1a0000; border: 0;
  font-weight: 700;
  box-shadow: 0 0 18px rgba(255,184,77,0.5);
}
.card-name {
  font-family: 'Anton', sans-serif;
  font-size: 30px; letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 14px;
  text-shadow: 0 0 14px rgba(255,31,58,0.4);
}
.card-price {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 22px;
}
.card-price .cur { font-family: 'Anton', sans-serif; font-size: 28px; color: var(--red-2); }
.card-price .amt {
  font-family: 'Anton', sans-serif;
  font-size: 64px; line-height: 1;
  color: #fff;
  text-shadow: 0 0 22px rgba(255,31,58,0.6);
}
.card-price .amt small { font-size: 26px; color: var(--ink-dim); }
.card-price .per {
  margin-left: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.2em;
  color: var(--ink-dim);
}
.card-list {
  list-style: none;
  margin-bottom: 22px; flex: 1;
}
.card-list li {
  font-size: 14px; padding: 8px 0;
  color: var(--ink);
  border-bottom: 1px dashed rgba(255,31,58,0.18);
  position: relative; padding-left: 22px;
}
.card-list li::before {
  content: "+"; position: absolute; left: 0; top: 8px;
  color: var(--red); font-weight: 700;
  text-shadow: 0 0 8px var(--red);
}
.card-list li:last-child { border-bottom: 0; }
.btn-card {
  background: linear-gradient(180deg, var(--red), var(--red-3));
  color: #fff;
  padding: 14px 22px;
  border-radius: 6px;
  position: relative; overflow: hidden;
  box-shadow: 0 8px 24px rgba(255,31,58,0.45), 0 0 0 1px rgba(255,255,255,0.1) inset;
  transition: transform .15s, box-shadow .25s;
}
.btn-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(255,31,58,0.65), 0 0 0 1px rgba(255,255,255,0.18) inset;
}

/* ============================================================
   STATS
   ============================================================ */
.stats {
  position: relative; z-index: 3;
  padding: 40px 28px;
  max-width: 1200px; margin: 0 auto;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.stat {
  border: 1px solid rgba(255,31,58,0.2);
  background: linear-gradient(180deg, rgba(30,3,8,0.6), rgba(10,1,3,0.6));
  padding: 28px 20px; text-align: center;
  border-radius: 8px;
  position: relative; overflow: hidden;
}
.stat::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent, rgba(255,31,58,0.12));
  pointer-events: none;
}
.stat b {
  display: block;
  font-family: 'Anton', sans-serif;
  font-size: 56px; line-height: 1; color: #fff;
  text-shadow: 0 0 18px rgba(255,31,58,0.6);
}
.stat b i { color: var(--red); font-style: normal; }
.stat span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.25em; color: var(--ink-dim);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { position: relative; z-index: 3; max-width: 820px; margin: 0 auto; padding: 60px 28px 40px; }
.faq details {
  border: 1px solid rgba(255,31,58,0.2);
  border-radius: 8px;
  margin-bottom: 10px;
  background: rgba(15,2,4,0.7);
  transition: border-color .2s, box-shadow .2s;
}
.faq details:hover { border-color: var(--red); box-shadow: 0 0 24px rgba(255,31,58,0.18); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px; letter-spacing: 0.12em;
  color: #fff;
  display: flex; justify-content: space-between; align-items: center;
}
.faq summary::after {
  content: "+";
  font-family: 'Anton', sans-serif;
  font-size: 26px; color: var(--red);
  transition: transform .2s;
  text-shadow: 0 0 8px var(--red);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary::-webkit-details-marker { display: none; }
.faq p {
  padding: 0 18px 16px;
  color: var(--ink-dim);
  font-size: 14px; line-height: 1.6;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  position: relative; z-index: 3;
  padding: 36px 28px 28px;
  text-align: center;
  border-top: 1px solid rgba(255,31,58,0.18);
  margin-top: 40px;
}
.footer-mark {
  font-family: 'Anton', sans-serif;
  font-size: 28px; letter-spacing: 0.18em;
  color: #fff; margin-bottom: 12px;
  text-shadow: 0 0 14px var(--red);
}
.footer p {
  font-size: 12px; color: var(--ink-dim); max-width: 600px; margin: 0 auto;
  line-height: 1.6;
}

/* ============================================================
   MODAL
   ============================================================ */
.modal {
  position: fixed; inset: 0; z-index: 100;
  display: grid; place-items: center;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(10px);
  animation: fadeIn .25s ease-out;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal-card {
  position: relative;
  width: min(420px, 92vw);
  padding: 36px 28px 26px;
  border-radius: 14px;
  background: linear-gradient(180deg, #1a0306, #050000);
  border: 1px solid rgba(255,31,58,0.4);
  box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 60px rgba(255,31,58,0.35);
  text-align: center;
  animation: pop .3s cubic-bezier(.2,.8,.3,1.4);
}
@keyframes pop {
  from { transform: scale(.85); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.modal-x {
  position: absolute; top: 10px; right: 14px;
  font-size: 26px; color: var(--ink-dim);
  width: 32px; height: 32px; border-radius: 50%;
}
.modal-x:hover { color: #fff; background: rgba(255,255,255,0.06); }
.modal-icon {
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.modal-card h3 {
  font-family: 'Anton', sans-serif;
  font-size: 22px; letter-spacing: 0.06em;
  color: #fff; margin-bottom: 8px;
}
.modal-card p {
  color: var(--ink-dim); font-size: 14px; margin-bottom: 22px;
  line-height: 1.5;
}
.modal-fine {
  font-size: 11px; color: var(--ink-dim); margin-top: 14px;
}

/* CHIP */
.chip {
  position: fixed; top: 78px; right: 22px; z-index: 50;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,0.7);
  border: 1px solid rgba(255,31,58,0.4);
  box-shadow: 0 8px 24px rgba(0,0,0,0.5), 0 0 24px rgba(255,31,58,0.25);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: 0.15em;
  animation: chipIn .35s cubic-bezier(.2,.8,.3,1.4);
}
@keyframes chipIn {
  from { transform: translateY(-12px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.chip-dot { width: 8px; height: 8px; border-radius: 50%; background: #2dd573; box-shadow: 0 0 10px #2dd573; }
.chip-text { color: var(--ink); }
.chip-text b { color: #fff; }
.chip-x { color: var(--ink-dim); padding: 0 4px; font-size: 16px; }

/* TOAST */
.toast {
  position: fixed; bottom: 20px; left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  padding: 12px 20px;
  background: linear-gradient(180deg, var(--red), var(--red-3));
  color: #fff;
  border-radius: 6px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.18em;
  box-shadow: 0 14px 40px rgba(255,31,58,0.45);
  animation: toastIn .3s, toastOut .3s 3.7s forwards;
}
@keyframes toastIn { from { transform: translate(-50%, 30px); opacity: 0; } }
@keyframes toastOut { to { transform: translate(-50%, 30px); opacity: 0; } }

/* ============================================================
   DISCORD JOIN (hero CTA + floating)
   ============================================================ */
.btn-discord-join {
  background: #5865F2;
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.18) inset,
    0 8px 26px rgba(88,101,242,0.55),
    0 0 40px rgba(88,101,242,0.35);
  transition: transform .15s, box-shadow .25s, filter .15s;
}
.btn-discord-join:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.25) inset,
    0 14px 38px rgba(88,101,242,0.7),
    0 0 60px rgba(88,101,242,0.55);
}
.btn-discord-join svg { transition: transform .25s; }
.btn-discord-join:hover svg { transform: rotate(-12deg) scale(1.1); }

.float-discord {
  position: fixed; bottom: 22px; right: 22px; z-index: 60;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #5865F2, #4752C4);
  color: #fff;
  border-radius: 999px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px; letter-spacing: 0.22em;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.18) inset,
    0 10px 30px rgba(0,0,0,0.45),
    0 0 30px rgba(88,101,242,0.55);
  transition: transform .18s, box-shadow .25s, padding .25s;
  animation: float-bob 3.2s ease-in-out infinite;
}
.float-discord:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.3) inset,
    0 16px 40px rgba(0,0,0,0.55),
    0 0 50px rgba(88,101,242,0.85);
  animation-play-state: paused;
}
.float-discord svg { filter: drop-shadow(0 0 6px rgba(255,255,255,0.35)); }
@keyframes float-bob {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@media (max-width: 540px) {
  .float-discord-label { display: none; }
  .float-discord { padding: 12px; }
}

/* ============================================================
   IDLE ANIMATIONS
   ============================================================ */
.idle-pulse {
  animation: idle-pulse 3.6s ease-in-out infinite;
}
@keyframes idle-pulse {
  0%, 70%, 100% {
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.15) inset,
      0 8px 30px rgba(255,31,58,0.55),
      0 0 50px rgba(255,31,58,0.35),
      0 0 0 0 rgba(255,31,58,0.55);
  }
  85% {
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.18) inset,
      0 8px 30px rgba(255,31,58,0.55),
      0 0 50px rgba(255,31,58,0.55),
      0 0 0 14px rgba(255,31,58,0);
  }
}

/* Hero orb breathes when idle */
.hero-orb {
  animation: orb-breathe 4.5s ease-in-out infinite;
}
@keyframes orb-breathe {
  0%, 100% { transform: translate(-50%,-50%) scale(1); filter: drop-shadow(0 0 60px rgba(255,31,58,0.55)); }
  50%      { transform: translate(-50%,-50%) scale(1.06); filter: drop-shadow(0 0 90px rgba(255,31,58,0.85)); }
}

/* Cards lift gently when nothing's happening */
.card { animation: card-idle 6s ease-in-out infinite; }
.card:nth-child(2) { animation-delay: 0.5s; }
.card:nth-child(3) { animation-delay: 1s; }
.card:nth-child(4) { animation-delay: 1.5s; }
@keyframes card-idle {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-3px); }
}
.card:hover { animation: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 720px) {
  .nav-links { display: none; }
  .ring { width: 460px; height: 460px; }
  .ring-2 { width: 340px; height: 340px; }
  .ring-3 { width: 240px; height: 240px; }
  .ring span { font-size: 11px; }
  .hero-meta { gap: 22px; padding: 16px 18px; }
  .hero-meta b { font-size: 24px; }
  .stat b { font-size: 40px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
