:root {
  --bg: #050706;
  --panel: rgba(12, 18, 16, 0.82);
  --panel-2: rgba(17, 27, 24, 0.92);
  --text: #f5fff9;
  --muted: #a7b9b1;
  --teal: #19f5d0;
  --green: #65ff67;
  --gold: #f5c96b;
  --orange: #ff8b2b;
  --line: rgba(245, 201, 107, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 80% 10%, rgba(25, 245, 208, 0.18), transparent 26rem),
    radial-gradient(circle at 12% 25%, rgba(101, 255, 103, 0.11), transparent 22rem),
    linear-gradient(180deg, #050706 0%, #07100d 48%, #030403 100%);
  color: var(--text);
  min-height: 100vh;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 24px 24px;
}

.site-header {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #07100d;
  background: linear-gradient(145deg, var(--gold), var(--orange));
  box-shadow: 0 0 28px rgba(245, 201, 107, 0.38);
}

nav { display: flex; gap: 18px; }
nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
}
nav a:hover { color: var(--teal); }

main { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.hero {
  position: relative;
  min-height: 72vh;
  padding: 84px 0 70px;
  overflow: hidden;
}

.eyebrow, .section-kicker {
  color: var(--gold);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

h1 {
  margin: 10px 0 10px;
  font-size: clamp(56px, 13vw, 144px);
  line-height: .82;
  letter-spacing: -0.08em;
  text-shadow: 0 0 42px rgba(25, 245, 208, 0.22);
}

.tagline {
  max-width: 760px;
  font-size: clamp(24px, 4vw, 46px);
  line-height: 1.02;
  margin: 0;
  font-weight: 800;
}

.hero-copy {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}
.primary {
  color: #03110e;
  background: linear-gradient(135deg, var(--teal), var(--green));
  box-shadow: 0 0 30px rgba(25, 245, 208, 0.28);
}
.secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
}

.coin-orbit {
  position: absolute;
  right: 2%;
  bottom: 12%;
  width: min(360px, 70vw);
  aspect-ratio: 1;
  border: 1px solid rgba(245, 201, 107, 0.15);
  border-radius: 50%;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 0 35px rgba(25, 245, 208, .22));
}
.coin {
  width: 64%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(25,245,208,.2), transparent 52%),
    linear-gradient(135deg, #130f08, #33210b 45%, #f5c96b 48%, #5b390c 52%, #0b1512);
  border: 5px solid var(--gold);
  box-shadow: inset 0 0 34px rgba(0,0,0,.7), 0 0 48px rgba(245,201,107,.25);
}
.coin span { font-size: 34px; font-weight: 950; color: var(--gold); letter-spacing: .08em; }

.panel, .card, .roadmap {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 28px;
  padding: clamp(26px, 5vw, 48px);
  margin: 24px 0;
  backdrop-filter: blur(16px);
}
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
h2 { font-size: clamp(32px, 6vw, 64px); line-height: .95; margin: 8px 0 0; letter-spacing: -0.06em; }
.panel p, .card p, .roadmap span { color: var(--muted); line-height: 1.65; font-size: 17px; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { margin: 0; background: var(--panel-2); }
.card h3 { margin-top: 0; color: var(--teal); font-size: 24px; }

.trait-grid { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trait-grid span {
  border: 1px solid rgba(25,245,208,.23);
  color: var(--text);
  background: rgba(25,245,208,.08);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 750;
}

.roadmap ol { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.roadmap li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 16px 0;
}
.roadmap strong { color: var(--gold); }

footer {
  width: min(1120px, calc(100% - 32px));
  margin: 40px auto 0;
  padding: 28px 0 44px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  border-top: 1px solid rgba(255,255,255,.1);
}

@media (max-width: 760px) {
  .site-header { align-items: flex-start; }
  nav { gap: 12px; font-size: 12px; }
  .hero { padding-top: 50px; min-height: auto; }
  .coin-orbit { position: relative; right: auto; bottom: auto; margin: 38px auto 0; width: min(300px, 86vw); }
  .split, .cards { grid-template-columns: 1fr; }
  .roadmap li, footer { flex-direction: column; }
}
