:root {
  --void: #050608;
  --ink: #0d1117;
  --phosphor: #61ff9c;
  --cyan: #56c7ff;
  --violet: #7b61ff;
  --ghost: #d7f7e8;
  --ash: rgba(215, 247, 232, 0.65);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Space Mono", "IBM Plex Mono", "Courier New", monospace;
  color: var(--ghost);
  background:
    radial-gradient(900px 500px at 10% 20%, rgba(97, 255, 156, 0.12), transparent 60%),
    radial-gradient(700px 500px at 85% 10%, rgba(86, 199, 255, 0.12), transparent 60%),
    linear-gradient(135deg, #050608 0%, #0c111a 55%, #0a0e14 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Orbitron", "Trebuchet MS", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.8rem 0;
}

p {
  margin: 0;
  line-height: 1.6;
}

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

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(rgba(0, 0, 0, 0.35) 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
  opacity: 0.3;
  mix-blend-mode: screen;
}

.pulse {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(320px 320px at 70% 70%, rgba(97, 255, 156, 0.15), transparent 70%),
    radial-gradient(220px 220px at 20% 60%, rgba(123, 97, 255, 0.12), transparent 70%);
  pointer-events: none;
  animation: glow 8s ease-in-out infinite;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.8rem 5vw 1rem;
  position: sticky;
  top: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.95), rgba(5, 6, 8, 0));
  backdrop-filter: blur(6px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.sigil {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(97, 255, 156, 0.3);
  box-shadow: 0 0 20px rgba(97, 255, 156, 0.2);
}

.brand-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.brand-sub {
  font-size: 0.75rem;
  color: var(--ash);
}

.nav {
  display: flex;
  gap: 1.4rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: var(--phosphor);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.cta,
.ghost,
.pill {
  border: none;
  font-family: inherit;
  cursor: pointer;
}

.cta {
  background: linear-gradient(135deg, var(--phosphor), var(--cyan));
  color: #03140b;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.6);
}

.ghost {
  background: transparent;
  color: var(--ghost);
  border: 1px solid rgba(215, 247, 232, 0.35);
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
}

.pill {
  background: rgba(215, 247, 232, 0.1);
  color: var(--ghost);
  border: 1px solid rgba(215, 247, 232, 0.25);
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}

main {
  padding: 0 5vw 5rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 3rem;
  align-items: center;
  padding: 3.5rem 0 4rem;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  color: var(--ash);
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.lead {
  font-size: 1.05rem;
  color: var(--ash);
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.ticker {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  color: rgba(215, 247, 232, 0.4);
  text-transform: uppercase;
  animation: drift 10s linear infinite;
}

.hero-coin {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}

.coin-wrap {
  width: min(320px, 70vw);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.25), transparent 55%),
    linear-gradient(140deg, rgba(97, 255, 156, 0.25), rgba(9, 16, 24, 0.9));
  padding: 1.2rem;
  box-shadow: inset 0 0 0 1px rgba(97, 255, 156, 0.3), 0 35px 60px rgba(0, 0, 0, 0.55);
  animation: float 6s ease-in-out infinite;
}

.coin-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.coin-card {
  display: grid;
  gap: 0.6rem;
  background: rgba(5, 6, 8, 0.7);
  border: 1px solid rgba(215, 247, 232, 0.2);
  padding: 1.2rem 1.5rem;
  border-radius: 1.2rem;
  width: min(320px, 80vw);
}

.coin-stat {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: var(--ash);
}

.strip {
  background: repeating-linear-gradient(
    -45deg,
    rgba(97, 255, 156, 0.8),
    rgba(97, 255, 156, 0.8) 16px,
    rgba(86, 199, 255, 0.85) 16px,
    rgba(86, 199, 255, 0.85) 32px
  );
  color: #04160c;
  padding: 0.9rem 5vw;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.strip-inner {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.section-head {
  max-width: 620px;
  margin-bottom: 2rem;
}

.cards,
.faq-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card,
.faq-item {
  background: rgba(12, 17, 23, 0.85);
  border: 1px solid rgba(97, 255, 156, 0.2);
  padding: 1.6rem;
  border-radius: 1.2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.manifesto,
.faq {
  padding: 4.5rem 0 0;
}

.footer {
  border-top: 1px solid rgba(97, 255, 156, 0.2);
  padding: 2.5rem 5vw 3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer span {
  display: block;
  color: var(--ash);
  font-size: 0.85rem;
}

.footer-note {
  max-width: 280px;
  color: rgba(215, 247, 232, 0.6);
  font-size: 0.85rem;
}

.toast {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  background: rgba(5, 6, 8, 0.92);
  color: var(--ghost);
  padding: 1rem 1.4rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(97, 255, 156, 0.3);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  max-width: 280px;
  font-size: 0.9rem;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes drift {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes glow {
  0%,
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .toast {
    right: 1rem;
    left: 1rem;
  }
}

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