:root {
  --acid: #b8ff00;
  --acid-2: #82d900;
  --green: #194b05;
  --deep: #061300;
  --ink: #080b05;
  --panel: #101d08;
  --white: #faffef;
  --muted: #d4e8b1;
  --pink: #f39a8d;
  --line: rgba(250, 255, 239, 0.24);
  --shadow: 0 28px 80px rgba(3, 20, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background:
    linear-gradient(115deg, rgba(184, 255, 0, 0.2), transparent 34%),
    radial-gradient(circle at 74% 18%, rgba(184, 255, 0, 0.38), transparent 24rem),
    linear-gradient(160deg, #030800 0%, #112706 48%, #b8ff00 49%, #9ef000 100%);
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

.beam-layer {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      105deg,
      transparent 0 46px,
      rgba(255, 255, 255, 0.08) 48px,
      transparent 52px
    );
  opacity: 0.55;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}

.topbar,
main {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid rgba(8, 11, 5, 0.28);
  border-radius: 8px;
  background: rgba(8, 11, 5, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.brand,
.socials,
.actions,
.final-strip div {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 0;
  font-weight: 950;
}

.brand img {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: var(--acid);
  object-fit: cover;
}

.socials {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.socials a,
.final-strip a {
  min-height: 38px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--white);
  font-size: 14px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.08);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(36px, 6vw, 72px) 0 28px;
}

.hero-copy {
  position: relative;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(130deg, rgba(184, 255, 0, 0.2), transparent 32%),
    rgba(6, 19, 0, 0.88);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, 100% 0, 100% 84%, 90% 100%, 0 100%);
}

.ticker-chip {
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(184, 255, 0, 0.6);
  border-radius: 7px;
  color: var(--acid);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 100%;
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(3.2rem, 8.6vw, 8.2rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 10px 0 rgba(0, 0, 0, 0.32);
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.description {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1rem, 1.65vw, 1.2rem);
  line-height: 1.55;
}

.actions {
  gap: 10px;
  flex-wrap: wrap;
}

.launch-btn,
.copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 950;
  cursor: pointer;
}

.launch-btn {
  border: 1px solid var(--acid);
  background: var(--acid);
  color: #081000;
}

.copy-btn {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.mascot-orbit {
  position: relative;
  display: grid;
  min-height: 530px;
  place-items: center;
  isolation: isolate;
}

.mascot-orbit::before {
  position: absolute;
  width: min(88%, 540px);
  aspect-ratio: 1;
  border: 3px solid rgba(8, 11, 5, 0.86);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(184, 255, 0, 0.76), rgba(184, 255, 0, 0.24) 42%, transparent 60%),
    conic-gradient(from 40deg, transparent, rgba(8, 11, 5, 0.32), transparent, rgba(255, 255, 255, 0.28), transparent);
  content: "";
  z-index: -2;
  animation: orbit 18s linear infinite;
}

.mascot-orbit img {
  width: min(76%, 470px);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.45));
  transform: rotate(-2deg);
}

.pulse {
  position: absolute;
  border: 1px solid rgba(250, 255, 239, 0.42);
  border-radius: 50%;
  pointer-events: none;
}

.pulse-one {
  width: min(72%, 460px);
  aspect-ratio: 1;
}

.pulse-two {
  width: min(52%, 330px);
  aspect-ratio: 1;
  border-color: rgba(243, 154, 141, 0.46);
}

.banner-runway {
  margin: 0 0 22px;
  border: 1px solid rgba(8, 11, 5, 0.42);
  border-radius: 8px;
  background: var(--acid);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.banner-runway img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.impact-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 1fr;
  gap: 12px;
  margin: 22px 0;
}

.impact-grid article {
  min-height: 198px;
  padding: 22px;
  border: 1px solid rgba(8, 11, 5, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent 42%),
    rgba(8, 11, 5, 0.78);
  box-shadow: 0 18px 48px rgba(3, 20, 0, 0.32);
}

.impact-grid strong {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--acid);
  font-size: 13px;
  text-transform: uppercase;
}

.impact-grid h2 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.impact-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.final-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0 40px;
  padding: 18px;
  border: 2px solid #081000;
  border-radius: 8px;
  background: var(--acid);
  color: #081000;
}

.final-strip p {
  margin: 0;
  font-size: clamp(1.35rem, 3.2vw, 2.7rem);
  font-weight: 950;
}

.final-strip div {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.final-strip a {
  border-color: rgba(8, 16, 0, 0.28);
  color: #081000;
  background: rgba(255, 255, 255, 0.38);
}

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

@media (max-width: 820px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .socials {
    justify-content: flex-start;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mascot-orbit {
    min-height: 390px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 5.8rem);
    line-height: 0.92;
  }

  .impact-grid {
    grid-template-columns: 1fr;
  }

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

  .final-strip div {
    justify-content: flex-start;
  }
}

@media (max-width: 440px) {
  .topbar,
  main {
    width: min(100% - 20px, 1180px);
  }

  .hero-copy {
    padding: 24px 18px;
  }

  h1 {
    font-size: clamp(2.5rem, 13vw, 3.8rem);
    line-height: 0.96;
    text-shadow: 0 6px 0 rgba(0, 0, 0, 0.28);
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .launch-btn,
  .copy-btn {
    width: 100%;
  }
}
