:root {
  color-scheme: dark;
  --acid: #c6ff00;
  --acid-soft: #e4ff5c;
  --ink: #050703;
  --panel: #10140b;
  --panel-2: #171d10;
  --line: rgba(198, 255, 0, 0.32);
  --text: #f5f8ea;
  --muted: #aeb89e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(198, 255, 0, 0.08) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(rgba(198, 255, 0, 0.07) 1px, transparent 1px) 0 0 / 88px 88px,
    radial-gradient(circle at 75% 8%, rgba(198, 255, 0, 0.24), transparent 30%),
    #050703;
  color: var(--text);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", system-ui, sans-serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 7, 3, 0.86);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 900;
  color: var(--acid);
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(198, 255, 0, 0.4));
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.nav-links a,
.footer-links a,
.button,
.copy-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(198, 255, 0, 0.08);
  color: var(--text);
  font: 800 0.92rem/1 system-ui, sans-serif;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nav-links a:hover,
.footer-links a:hover,
.button:hover,
.copy-button:hover {
  transform: translateY(-2px);
  border-color: rgba(198, 255, 0, 0.78);
  background: rgba(198, 255, 0, 0.18);
}

.hero {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  align-items: center;
  gap: clamp(28px, 6vw, 74px);
  padding: clamp(34px, 6vw, 68px) 0;
}

.hero-copy {
  min-width: 0;
  max-width: 100%;
}

.eyebrow,
.card-kicker,
.ticker-label {
  color: var(--acid);
  font: 900 0.78rem/1.2 system-ui, sans-serif;
  text-transform: uppercase;
}

.hero h1 {
  margin: 12px 0 14px;
  color: var(--acid);
  font-size: clamp(4rem, 9.2vw, 8rem);
  line-height: 0.84;
  text-shadow: 0 0 26px rgba(198, 255, 0, 0.35);
  overflow-wrap: normal;
  white-space: nowrap;
}

.hero-text {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--text);
  font: 700 clamp(1.05rem, 2.1vw, 1.45rem)/1.35 system-ui, sans-serif;
}

.contract-bar {
  width: min(100%, 640px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  padding: 14px;
  border: 2px solid var(--acid);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(198, 255, 0, 0.22), rgba(198, 255, 0, 0.04)),
    rgba(5, 7, 3, 0.9);
  box-shadow: 0 0 34px rgba(198, 255, 0, 0.16);
}

.contract-bar span {
  display: block;
  margin-bottom: 6px;
  color: var(--acid);
  font: 900 0.78rem/1 system-ui, sans-serif;
}

.contract-bar p {
  margin: 0;
  color: var(--text);
  font: 850 clamp(0.92rem, 1.7vw, 1.1rem)/1.25 system-ui, sans-serif;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button.primary {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--ink);
}

.hero-visual {
  position: relative;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 11%;
  z-index: -1;
  border: 2px solid var(--line);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 10%, rgba(198, 255, 0, 0.2) 10% 12%, transparent 12% 24%, rgba(198, 255, 0, 0.36) 24% 26%, transparent 26%),
    radial-gradient(circle, rgba(198, 255, 0, 0.18), transparent 64%);
  filter: blur(1px);
}

.hero-visual img {
  width: min(100%, 470px);
  margin: 0 auto;
  filter: drop-shadow(0 28px 54px rgba(0, 0, 0, 0.68));
}

.market-strip {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(198, 255, 0, 0.16), rgba(5, 7, 3, 0.9));
}

.market-strip div {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--line);
}

.market-strip div:last-child {
  border-right: 0;
}

.market-strip strong {
  display: block;
  margin-top: 5px;
  font: 900 clamp(1.2rem, 2.5vw, 2.1rem)/1 system-ui, sans-serif;
}

.banner-panel {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
}

.banner-panel img {
  width: 100%;
  height: auto;
}

.info-grid {
  width: min(1180px, calc(100% - 36px));
  margin: 30px auto 58px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.info-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(198, 255, 0, 0.12), transparent 35%),
    var(--panel-2);
}

.info-grid h2 {
  margin: 10px 0 10px;
  color: var(--text);
  font: 900 clamp(1.35rem, 2.2vw, 2rem)/1.02 system-ui, sans-serif;
}

.info-grid p {
  margin: 0;
  color: var(--muted);
  font: 650 0.98rem/1.55 system-ui, sans-serif;
}

.copy-button {
  cursor: pointer;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--acid);
}

footer > span {
  font-size: 1.2rem;
}

@media (max-width: 860px) {
  .site-header,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links,
  .footer-links {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 34px;
    overflow: hidden;
  }

  .hero-copy {
    width: 100%;
    overflow: hidden;
  }

  .hero-visual {
    order: -1;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 12.8vw, 4.35rem);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-text {
    max-width: min(100%, 320px);
    font-size: 1rem;
  }

  .contract-bar {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 324px;
  }

  .copy-button {
    width: 100%;
  }

  .hero-visual img {
    width: min(100%, 340px);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 324px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .market-strip,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .market-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .market-strip div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .nav-links a,
  .footer-links a,
  .button,
  .copy-button {
    flex: 1 1 calc(50% - 8px);
  }

  .hero-actions {
    width: 100%;
  }

  .button {
    flex: none;
  }
}
