:root {
  --bg: #09090b;
  --panel: #121216;
  --ink: #f7f7f2;
  --muted: #a6a6ad;
  --green: #14f195;
  --purple: #9945ff;
  --pink: #ff4fd8;
  --line: rgba(255,255,255,.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 12%, rgba(153,69,255,.16), transparent 28rem),
    radial-gradient(circle at 15% 30%, rgba(20,241,149,.10), transparent 26rem),
    var(--bg);
  color: var(--ink);
  font-family: "Space Mono", monospace;
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

.shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.nav {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-family: "Archivo Black", sans-serif;
  letter-spacing: .04em;
}

.brand-logo {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: cover;
  border-radius: 9px;
}


.nav nav {
  display: flex;
  gap: 12px;
  align-items: center;
}

.nav nav a {
  font-size: 12px;
  font-weight: 700;
  padding: 11px 13px;
  border: 1px solid transparent;
}

.nav nav a:hover { border-color: var(--line); }

.nav-buy {
  background: var(--ink);
  color: #08080a !important;
}

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  padding: 70px 0 82px;
}

.eyebrow {
  color: var(--green);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1, h2 {
  font-family: "Archivo Black", sans-serif;
  margin: 0;
  letter-spacing: -.05em;
}

h1 {
  font-size: clamp(76px, 11vw, 160px);
  line-height: .78;
  background: linear-gradient(90deg, #fff 0 44%, var(--green) 57%, var(--purple) 100%);
  -webkit-background-clip: text;
  color: transparent;
  margin-top: 22px;
}

.ticker {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(28px, 4vw, 54px);
  margin: 22px 0 0;
  color: var(--purple);
}

.hero-line {
  color: var(--muted);
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
  margin: 22px 0 28px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 13px;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(90deg, var(--green), #66ffd0);
  color: #050506;
  border-color: transparent;
}

.btn-secondary { background: rgba(255,255,255,.025); }

.ca-card {
  margin-top: 22px;
  max-width: 650px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  padding: 16px 16px 16px 18px;
}

.ca-card .label {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 7px;
  letter-spacing: .12em;
}

.ca-card code {
  font-size: 12px;
  word-break: break-all;
}

.ca-card button {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 10px 14px;
  cursor: pointer;
  font: 700 11px "Space Mono", monospace;
}

.ca-card button:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.hero-art {
  position: relative;
  height: 520px;
  display: grid;
  place-items: center;
}

.hero-logo-wrap {
  width: min(430px, 78vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
}

.hero-logo-wrap::before {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,241,149,.14), rgba(153,69,255,.08) 48%, transparent 72%);
  filter: blur(26px);
}

.hero-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 42px rgba(0,0,0,.35));
}

.speed {
  position: absolute;
  border: 1px solid var(--line);
  background: #0b0b0e;
  padding: 11px 14px;
  font-weight: 700;
  font-size: 12px;
  box-shadow: 8px 8px 0 rgba(153,69,255,.28);
}

.speed-a { top: 14%; right: 0; color: var(--green); }
.speed-b { bottom: 20%; left: 0; color: var(--purple); }
.speed-c { bottom: 4%; right: 12%; color: var(--pink); }

.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--green);
  color: #050506;
  transform: rotate(-1deg) scale(1.02);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 42px;
  padding: 12px 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 20px;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.about {
  padding: 130px 0 90px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
}

.section-number {
  color: var(--purple);
  font-family: "Archivo Black", sans-serif;
  font-size: 56px;
}

.about h2,
.footer-cta h2 {
  font-size: clamp(42px, 7vw, 92px);
  line-height: .95;
  margin: 14px 0 30px;
}

.about-copy > p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.stats {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  margin-top: 26px;
}

.stats article {
  min-height: 142px;
  background: var(--panel);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stats span {
  color: var(--muted);
  font-size: 11px;
}

.stats strong {
  font-family: "Archivo Black", sans-serif;
  font-size: 22px;
}

.meme-panel { padding: 30px 0 110px; }

.fake-window {
  border: 1px solid var(--line);
  background: #050507;
  box-shadow: 14px 14px 0 rgba(20,241,149,.11);
}

.window-top {
  min-height: 46px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--muted);
}

.window-title {
  margin-left: 8px;
  color: var(--muted);
  font-size: 11px;
}

.window-body {
  min-height: 380px;
  padding: clamp(24px, 5vw, 62px);
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.75;
}

.green { color: var(--green); }
.pink { color: var(--pink); }

.terminal-button-wrap { margin-top: 34px; }

.terminal-button {
  display: inline-block;
  background: var(--purple);
  padding: 13px 16px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

.footer-cta {
  text-align: center;
  padding: 70px 0 64px;
  border-top: 1px solid var(--line);
}

.center { justify-content: center; }

.disclaimer {
  color: #777780;
  font-size: 10px;
  max-width: 700px;
  margin: 38px auto 0;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 54px;
  }
  .hero-art { height: 430px; }
  .about { grid-template-columns: 1fr; }
  .stats { grid-column: 1; grid-template-columns: repeat(2, 1fr); }
  .section-number { font-size: 38px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 1180px); }
  .nav { height: 70px; }
  .nav nav a:not(.nav-buy) { display: none; }
  .hero { min-height: auto; padding-bottom: 60px; }
  h1 { font-size: 68px; }
  .hero-art { height: 340px; }
  .hero-logo-wrap { width: min(300px, 78vw); }
  .speed { font-size: 10px; }
  .speed-a { right: 3%; }
  .speed-b { left: 3%; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats article { min-height: 118px; }
  .cta-row { flex-direction: column; }
  .btn { width: 100%; }
  .ca-card { align-items: flex-start; }
  .window-body { font-size: 14px; }
}
