:root {
  --bg: #050505;
  --bg-2: #0b0d0a;
  --lime: #c6ff2e;
  --lime-soft: #d7ff6b;
  --lime-dim: rgba(198, 255, 46, 0.14);
  --text: #f2f5ee;
  --muted: #9aa094;
  --card: rgba(255, 255, 255, 0.03);
  --border: rgba(198, 255, 46, 0.16);
  --radius: 18px;
  --max: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Space Grotesk", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

h1, h2, h3 { font-family: "Sora", "Space Grotesk", sans-serif; line-height: 1.1; letter-spacing: -0.02em; }

a { color: inherit; text-decoration: none; }

/* Background layers */
.bg-grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(198, 255, 46, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198, 255, 46, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 0%, #000 0%, transparent 70%);
  z-index: -2;
}

.bg-glow {
  position: fixed;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(198, 255, 46, 0.16) 0%, transparent 60%);
  filter: blur(30px);
  z-index: -1;
  pointer-events: none;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.btn--primary {
  background: var(--lime);
  color: #0a0f00;
  box-shadow: 0 0 0 rgba(198, 255, 46, 0);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(198, 255, 46, 0.35);
}

.btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}

.btn--ghost:hover { border-color: var(--lime); color: var(--lime); transform: translateY(-2px); }

.btn--lg { padding: 15px 30px; font-size: 1.05rem; }

/* Navbar */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 48px);
  backdrop-filter: blur(14px);
  background: rgba(5, 5, 5, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav__brand { display: flex; align-items: center; gap: 10px; }
.nav__logo { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; }
.nav__name { font-family: "Sora", sans-serif; font-weight: 800; letter-spacing: 0.02em; }

.nav__links {
  display: flex;
  gap: 26px;
  margin-left: auto;
  font-size: 0.95rem;
  color: var(--muted);
}
.nav__links a { transition: color 0.2s ease; }
.nav__links a:hover { color: var(--lime); }

.nav__cta { margin-left: 8px; }

/* Hero */
.hero { padding: clamp(60px, 10vw, 120px) clamp(18px, 5vw, 48px) 80px; }
.hero__inner { max-width: var(--max); margin: 0 auto; text-align: center; }

.pill {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--lime-dim);
  color: var(--lime-soft);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hero__logo {
  width: min(360px, 72vw);
  border-radius: 24px;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 40px rgba(198, 255, 46, 0.35));
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.hero__title { font-size: clamp(2.4rem, 7vw, 4.6rem); font-weight: 800; }
.glow { color: var(--lime); text-shadow: 0 0 30px rgba(198, 255, 46, 0.55); }

.hero__sub {
  max-width: 640px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
}
.hero__sub strong { color: var(--text); }

.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }

/* Ticker */
.hero__ticker {
  margin-top: 64px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 14px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.ticker__track {
  display: inline-flex;
  gap: 26px;
  white-space: nowrap;
  animation: scroll 26s linear infinite;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--lime);
}
.ticker__track span:nth-child(even) { color: var(--muted); }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Sections */
.section { max-width: var(--max); margin: 0 auto; padding: clamp(60px, 9vw, 110px) clamp(18px, 5vw, 48px); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.eyebrow {
  display: inline-block;
  color: var(--lime);
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section__head h2 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
.lead { margin-top: 18px; color: var(--muted); font-size: 1.1rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.step:hover { transform: translateY(-6px); border-color: var(--lime); }
.step__num { font-family: "Sora", sans-serif; font-weight: 800; font-size: 2.4rem; color: var(--lime); opacity: 0.5; }
.step h3 { margin: 10px 0 8px; font-size: 1.25rem; }
.step p { color: var(--muted); }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(198,255,46,0.04), transparent);
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.5); }
.card__icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: var(--lime-dim);
  color: var(--lime);
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.card h3 { font-size: 1.3rem; margin-bottom: 8px; }
.card p { color: var(--muted); }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: center; }
.stat {
  padding: 40px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
}
.stat__num {
  display: block;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  color: var(--lime);
  text-shadow: 0 0 24px rgba(198,255,46,0.4);
}
.stat__label { color: var(--muted); font-size: 0.95rem; }

/* Buy */
.buy { padding: clamp(40px, 8vw, 90px) clamp(18px, 5vw, 48px); }
.buy__card {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(40px, 7vw, 70px);
  border-radius: 28px;
  border: 1px solid var(--lime);
  background:
    radial-gradient(circle at 50% 0%, rgba(198,255,46,0.14), transparent 60%),
    var(--bg-2);
  box-shadow: 0 0 60px rgba(198,255,46,0.15) inset;
}
.buy__card h2 { font-size: clamp(1.8rem, 4.5vw, 2.8rem); }
.buy__card > p { color: var(--muted); margin-top: 14px; font-size: 1.1rem; }
.buy__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 30px 0 18px; }
.buy__note { font-size: 0.82rem; color: #6f7568; }

/* Footer */
.footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 40px clamp(18px, 5vw, 48px) 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer__brand { display: flex; align-items: center; gap: 10px; font-family: "Sora", sans-serif; font-weight: 700; }
.footer__logo { width: 34px; height: 34px; border-radius: 8px; }
.footer__links { display: flex; gap: 22px; margin-left: auto; color: var(--muted); font-size: 0.9rem; }
.footer__links a:hover { color: var(--lime); }
.footer__copy { width: 100%; color: #6f7568; font-size: 0.85rem; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 860px) {
  .nav__links { display: none; }
  .steps, .cards, .stats { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__logo, .ticker__track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
