@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --navy-950: #030716;
  --navy-900: #07102f;
  --navy-800: #0b1748;
  --blue: #2f6df6;
  --green: #23e88b;
  --green-dark: #11ad65;
  --gold: #ffbf2f;
  --gold-soft: #ffd973;
  --red: #ff3f58;
  --white: #f8fbff;
  --muted: #9aa6c8;
  --border: rgba(255, 255, 255, 0.12);
  --panel: rgba(7, 16, 47, 0.72);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--navy-950);
}

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 5%, rgba(47, 109, 246, 0.18), transparent 32rem),
    radial-gradient(circle at 15% 25%, rgba(35, 232, 139, 0.08), transparent 30rem),
    var(--navy-950);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
  display: block;
}

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

.site-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: 0.035;
  background-image:
    linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: 78px;
  padding: 0 clamp(18px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(3, 7, 22, 0.96), rgba(3, 7, 22, 0.72));
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(255, 191, 47, 0.22);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  font-size: 14px;
}

.site-nav a {
  color: #cbd5f2;
  transition: color 160ms ease, transform 160ms ease;
}

.site-nav a:hover {
  color: var(--white);
  transform: translateY(-2px);
}

.site-nav .nav-play {
  color: #04100a;
  background: var(--green);
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(35, 232, 139, 0.28);
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}

.menu-button span {
  width: 26px;
  height: 2px;
  margin: 5px 0;
  display: block;
  background: white;
}

.hero {
  min-height: 100svh;
  position: relative;
  padding: 130px clamp(22px, 6vw, 110px) 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 40px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-backdrop {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(3, 7, 22, 0.95) 0%, rgba(3, 7, 22, 0.8) 42%, rgba(3, 7, 22, 0.3) 100%),
    url("assets/flappy-bull-banner.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
  transform: scale(1.02);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(to bottom, rgba(3, 7, 22, 0.05) 55%, var(--navy-950)),
    radial-gradient(circle at 72% 45%, rgba(255, 191, 47, 0.2), transparent 28rem);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  z-index: -1;
  background: linear-gradient(transparent, var(--navy-950));
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(72px, 10vw, 154px);
  text-shadow: 0 12px 50px rgba(0,0,0,0.45);
}

h1 span,
h2 span {
  color: var(--gold);
}

.hero-copy {
  max-width: 610px;
  margin: 28px 0;
  color: #c5cdec;
  line-height: 1.8;
  font-size: clamp(16px, 1.6vw, 20px);
}

.hero-actions,
.token-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.button:hover {
  transform: translateY(-3px) scale(1.015);
}

.button-primary {
  color: #04100a;
  background: linear-gradient(135deg, #56f6a4, var(--green));
  box-shadow: 0 14px 40px rgba(35, 232, 139, 0.3);
}

.button-primary:hover {
  box-shadow: 0 18px 55px rgba(35, 232, 139, 0.42);
}

.button-secondary {
  color: var(--white);
  border-color: var(--border);
  background: rgba(4, 10, 31, 0.55);
  backdrop-filter: blur(10px);
}

.button-secondary:hover {
  border-color: rgba(255,255,255,0.28);
  background: rgba(13, 25, 65, 0.75);
}

.button-disabled {
  color: #7e89a9;
  border-color: rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.055);
  cursor: not-allowed;
}

.button-disabled:hover {
  transform: none;
}

.button-large {
  min-height: 66px;
  padding: 0 38px;
  font-size: 17px;
}

.hero-stats {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-stats div {
  min-width: 130px;
  padding: 14px 18px;
  border-left: 2px solid var(--gold);
  background: linear-gradient(90deg, rgba(255, 191, 47, 0.08), transparent);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 14px;
}

.hero-stats span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

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

.hero-logo {
  position: relative;
  z-index: 3;
  width: min(480px, 85%);
  border-radius: 50%;
  filter: drop-shadow(0 24px 50px rgba(0,0,0,0.48));
  animation: floatBull 4s ease-in-out infinite;
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 191, 47, 0.28);
  box-shadow: inset 0 0 30px rgba(255, 191, 47, 0.08);
}

.orbit-one {
  width: 92%;
  aspect-ratio: 1;
  animation: orbit 18s linear infinite;
}

.orbit-two {
  width: 72%;
  aspect-ratio: 1;
  border-color: rgba(35, 232, 139, 0.22);
  animation: orbitReverse 14s linear infinite;
}

@keyframes floatBull {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-18px) rotate(1deg); }
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

@keyframes orbitReverse {
  to { transform: rotate(-360deg); }
}

.ticker-strip {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: var(--gold);
  color: #161006;
}

.ticker-track {
  width: max-content;
  padding: 13px 0;
  display: flex;
  gap: 54px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.16em;
  animation: ticker 26s linear infinite;
}

.ticker-track span::after {
  content: "✦";
  margin-left: 54px;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.section {
  position: relative;
  padding: clamp(90px, 10vw, 150px) clamp(22px, 6vw, 110px);
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading.compact {
  max-width: 650px;
}

.section-heading h2,
.token-copy h2,
.preview-copy h2,
.final-cta h2 {
  font-size: clamp(54px, 7.5vw, 110px);
}

.section-heading > p:last-child,
.token-copy > p,
.preview-copy > p {
  max-width: 720px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.game-showcase {
  overflow: hidden;
}

.game-showcase::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  left: -300px;
  top: 30%;
  background: rgba(47, 109, 246, 0.14);
  filter: blur(100px);
  border-radius: 50%;
}

.showcase-frame {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px;
  padding: 10px;
  background: rgba(255,255,255,0.04);
  box-shadow: var(--shadow);
}

.showcase-frame img {
  width: 100%;
  border-radius: 19px;
}

.showcase-glow {
  position: absolute;
  inset: 10% 14%;
  z-index: -1;
  background: rgba(255, 191, 47, 0.24);
  filter: blur(80px);
}

.showcase-button {
  width: fit-content;
  margin: 32px auto 0;
  display: flex;
}

.how-section {
  background:
    linear-gradient(rgba(3, 7, 22, 0.88), rgba(3, 7, 22, 0.88)),
    url("assets/game-preview.png") center / cover fixed;
}

.steps {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.step-card {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(13, 25, 65, 0.86), rgba(5, 10, 30, 0.88));
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease;
}

.step-card:hover {
  transform: translateY(-8px);
  border-color: rgba(35, 232, 139, 0.42);
}

.step-number {
  display: inline-flex;
  margin-bottom: 50px;
  color: var(--gold);
  font-family: "Anton", sans-serif;
  font-size: 42px;
}

.step-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.token-section {
  overflow: hidden;
}

.token-section::before {
  content: "";
  position: absolute;
  inset: 15% -20% auto 45%;
  height: 560px;
  background: radial-gradient(circle, rgba(35, 232, 139, 0.14), transparent 64%);
}

.token-panel {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 62px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(13, 25, 65, 0.86), rgba(4, 10, 31, 0.92));
  box-shadow: var(--shadow);
}

.token-copy > p {
  margin-left: 0;
}

.contract-card {
  padding: 30px;
  border: 1px solid rgba(255, 191, 47, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 191, 47, 0.14), transparent 45%),
    rgba(3, 7, 22, 0.72);
}

.contract-label {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.contract-value {
  min-height: 80px;
  margin: 20px 0;
  padding: 18px;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
  border: 1px dashed rgba(255,255,255,0.16);
  border-radius: 15px;
  color: #7f8aaa;
  background: rgba(255,255,255,0.035);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 18px;
}

.copy-button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  color: #626d8c;
  background: rgba(255,255,255,0.06);
  font-weight: 800;
}

.contract-note {
  margin: 16px 0 0;
  color: #7883a3;
  font-size: 12px;
  line-height: 1.6;
}

.preview-section {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 60px;
}

.preview-copy > p {
  margin-left: 0;
}

.preview-window {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  background: #070d29;
  box-shadow: var(--shadow);
  transform: perspective(1100px) rotateY(-5deg) rotateX(2deg);
}

.window-bar {
  min-height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: #0a1233;
}

.window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff5964;
}

.window-bar span:nth-child(2) {
  background: var(--gold);
}

.window-bar span:nth-child(3) {
  background: var(--green);
}

.window-bar small {
  margin-left: 8px;
  color: #7782a2;
}

.preview-window img {
  width: 100%;
  min-height: 350px;
  object-fit: cover;
}

.final-cta {
  text-align: center;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 10% 15%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 109, 246, 0.2), transparent 68%);
  filter: blur(20px);
}

.final-cta img {
  width: min(260px, 55vw);
  margin: 0 auto 32px;
  border-radius: 50%;
  animation: floatBull 4s ease-in-out infinite;
}

.final-cta .button {
  margin-top: 32px;
}

.site-footer {
  padding: 42px clamp(22px, 6vw, 110px);
  border-top: 1px solid rgba(255,255,255,0.08);
  background: #020511;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-brand img {
  width: 54px;
  border-radius: 50%;
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--green);
}

.disclaimer,
.copyright {
  max-width: 760px;
  color: #66718f;
  font-size: 12px;
  line-height: 1.7;
}

.copyright {
  margin-top: 20px;
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 78px 0 auto;
    padding: 26px;
    flex-direction: column;
    align-items: stretch;
    background: rgba(3, 7, 22, 0.98);
    border-bottom: 1px solid var(--border);
    transform: translateY(-130%);
    transition: transform 200ms ease;
  }

  .site-nav.open {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 12px 4px;
  }

  .site-nav .nav-play {
    text-align: center;
  }

  .menu-button {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 140px;
  }

  .hero-backdrop {
    background-image:
      linear-gradient(to bottom, rgba(3, 7, 22, 0.76), rgba(3, 7, 22, 0.94)),
      url("assets/flappy-bull-banner.png");
  }

  .hero-art {
    min-height: 360px;
    order: -1;
  }

  .hero-logo {
    width: min(360px, 72vw);
  }

  .steps,
  .token-panel,
  .preview-section {
    grid-template-columns: 1fr;
  }

  .preview-window {
    transform: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 70px;
  }

  .site-nav {
    inset: 70px 0 auto;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .hero {
    min-height: auto;
    padding-top: 110px;
    text-align: center;
  }

  .hero-art {
    min-height: 290px;
  }

  .hero-actions,
  .hero-stats,
  .token-actions {
    justify-content: center;
  }

  .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  h1 {
    font-size: clamp(64px, 23vw, 100px);
  }

  .section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-heading h2,
  .token-copy h2,
  .preview-copy h2,
  .final-cta h2 {
    font-size: clamp(48px, 17vw, 78px);
  }

  .steps {
    gap: 14px;
  }

  .step-card {
    min-height: auto;
  }

  .step-number {
    margin-bottom: 28px;
  }

  .token-panel {
    padding: 24px;
    border-radius: 24px;
  }

  .button {
    width: 100%;
  }

  .hero-stats div {
    min-width: calc(50% - 12px);
    text-align: left;
  }

  .preview-window img {
    min-height: 250px;
  }

  .window-bar small {
    font-size: 10px;
  }
}

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


.social-dock {
  position: fixed;
  z-index: 35;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(3, 7, 22, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.4);
}

.social-dock a {
  min-width: 42px;
  height: 42px;
  padding: 0 13px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: rgba(255,255,255,0.075);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease;
}

.social-dock a:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.14);
}

.social-dock .social-dock-play {
  color: #04100a;
  background: var(--green);
}

@media (max-width: 640px) {
  .social-dock {
    right: 50%;
    bottom: max(12px, env(safe-area-inset-bottom));
    transform: translateX(50%);
  }

  .site-footer {
    padding-bottom: 110px;
  }
}


/* ===== Premium launch upgrade ===== */

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

.sound-toggle {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  background: rgba(255,255,255,0.05);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.sound-toggle:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.24);
}

.sound-toggle.active {
  color: #06120b;
  background: var(--green);
  border-color: transparent;
  box-shadow: 0 0 28px rgba(35, 232, 139, 0.28);
}

.sound-icon {
  font-size: 16px;
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.stars-layer {
  position: absolute;
  inset: 0;
  opacity: 0.8;
  background-image:
    radial-gradient(circle at 10% 20%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 22% 72%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 41% 15%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 57% 42%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 18%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 58%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 94% 11%, #fff 0 1px, transparent 1.5px);
  background-size: 260px 260px;
  animation: starDrift 50s linear infinite;
}

.moon-glow {
  position: absolute;
  width: 240px;
  height: 240px;
  right: 12%;
  top: 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,240,189,0.95) 0 25%, rgba(255,232,160,0.26) 26% 44%, transparent 68%);
  filter: blur(1px);
  animation: moonPulse 5s ease-in-out infinite;
}

.cloud {
  position: absolute;
  width: 160px;
  height: 42px;
  opacity: 0.2;
  border-radius: 999px;
  background: #8b96bf;
  filter: blur(1px);
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: inherit;
}

.cloud::before {
  width: 58px;
  height: 58px;
  left: 26px;
}

.cloud::after {
  width: 76px;
  height: 76px;
  right: 25px;
}

.cloud-a {
  left: -200px;
  top: 18%;
  animation: cloudMove 44s linear infinite;
}

.cloud-b {
  left: -300px;
  top: 34%;
  transform: scale(0.75);
  animation: cloudMove 58s linear 8s infinite;
}

.cloud-c {
  left: -240px;
  top: 58%;
  transform: scale(0.5);
  animation: cloudMove 38s linear 16s infinite;
}

.market-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12%;
  width: 100%;
  height: 220px;
  color: rgba(35,232,139,0.28);
  filter: drop-shadow(0 0 12px rgba(35,232,139,0.3));
  animation: marketFloat 8s ease-in-out infinite;
}

.launch-strip {
  padding: 24px clamp(22px, 6vw, 110px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(13,25,65,0.55), rgba(3,7,22,0.72));
}

.launch-pill {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d9e1fb;
  background: rgba(255,255,255,0.045);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pulse-dot,
.network-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(35,232,139,0.55);
  animation: pulseDot 2s infinite;
}

.network-row {
  margin-bottom: 18px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #b9c4e4;
  font-size: 12px;
  font-weight: 700;
}

.network-row strong {
  margin-left: auto;
  color: var(--green);
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-content,
.hero-art {
  animation: heroEntrance 900ms cubic-bezier(.2,.8,.2,1) both;
}

.hero-art {
  animation-delay: 120ms;
}

@keyframes starDrift {
  to { background-position: 260px 130px; }
}

@keyframes moonPulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes cloudMove {
  from { transform: translateX(0) scale(var(--cloud-scale, 1)); }
  to { transform: translateX(calc(100vw + 500px)) scale(var(--cloud-scale, 1)); }
}

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

@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(35,232,139,0.55); }
  70% { box-shadow: 0 0 0 12px rgba(35,232,139,0); }
  100% { box-shadow: 0 0 0 0 rgba(35,232,139,0); }
}

@keyframes heroEntrance {
  from { opacity: 0; transform: translateY(28px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 980px) {
  .sound-label {
    display: none;
  }

  .sound-toggle {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .moon-glow {
    right: -20px;
    top: 12%;
    transform: scale(0.72);
  }
}

@media (max-width: 640px) {
  .launch-strip {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .launch-pill {
    flex: 0 0 auto;
  }
}
