:root {
  --bg: #020806;
  --bg-2: #03120d;
  --panel: rgba(1, 14, 10, 0.82);
  --green: #42f793;
  --green-2: #11cf63;
  --green-3: #0a6d3d;
  --white: #f5f7f6;
  --muted: #c8d0cc;
  --line: rgba(66, 247, 147, 0.6);
  --shadow: 0 0 28px rgba(20, 232, 114, 0.18);
  --pixel: "Courier New", Courier, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(14, 147, 75, 0.18), transparent 30%),
    radial-gradient(circle at 16% 35%, rgba(7, 93, 51, 0.13), transparent 32%),
    linear-gradient(180deg, #020806 0%, #010504 100%);
  font-family: var(--pixel);
  -webkit-font-smoothing: none;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(80,255,160,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80,255,160,.02) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, black, transparent 74%);
}

.site-shell {
  width: min(1480px, 100%);
  margin: 0 auto;
  min-height: 100vh;
  border-inline: 1px solid rgba(54, 241, 142, 0.04);
}

.topbar {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(22px, 4vw, 56px);
  border-bottom: 2px solid var(--line);
  background: rgba(0, 10, 7, 0.84);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--green);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.brand-mark,
.mini-mark,
.cash-square {
  display: inline-grid;
  place-items: center;
  background: linear-gradient(145deg, #19c95e, #0ca94e);
  color: #fff;
  border-radius: 11px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.06), 0 0 18px rgba(29, 238, 118, 0.22);
  font-weight: 900;
}
.brand-mark { width: 64px; height: 64px; font-size: 40px; letter-spacing: 0; }
.brand-name { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; text-shadow: 4px 4px 0 rgba(11, 123, 68, .25); }

.button,
.footer-button {
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.03em;
  transition: transform .14s ease, filter .14s ease, box-shadow .14s ease, background .14s ease;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00180d;
  background: linear-gradient(180deg, #4bff9c, #2de87f);
  border: 2px solid #51ff9f;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(44, 239, 130, 0.16), inset 0 -3px 0 rgba(0,0,0,.14);
}
.button:hover,
.footer-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button:active,
.footer-button:active { transform: translateY(0); }
.button-small { min-height: 56px; padding: 0 30px; font-size: 1.12rem; }

.button-large { min-height: 76px; padding: 0 38px; font-size: clamp(1.15rem, 1.7vw, 1.55rem); }

.launch-disabled {
  position: relative;
  cursor: default;
  pointer-events: none;
  user-select: none;
  overflow: visible;
  padding-bottom: 7px;
}
.button.launch-disabled:hover,
.button.launch-disabled:active {
  transform: none;
  filter: none;
}
.soon-badge {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%) rotate(-2deg);
  z-index: 3;
  display: inline-block;
  padding: 2px 11px 4px;
  color: #fff;
  background: #e32119;
  border: 4px solid #fff;
  border-radius: 4px;
  font-family: var(--pixel);
  font-weight: 900;
  font-size: 1.42em;
  line-height: .95;
  letter-spacing: -0.04em;
  text-shadow:
    -2px -2px 0 #7a0904,
     2px -2px 0 #7a0904,
    -2px  2px 0 #7a0904,
     2px  2px 0 #7a0904;
  box-shadow:
    0 5px 0 #060606,
    -3px 5px 0 #060606,
     3px 5px 0 #060606;
  white-space: nowrap;
}
.soon-badge::before {
  content: "";
  position: absolute;
  inset: -8px -8px -10px;
  z-index: -1;
  border: 4px solid #080808;
  border-radius: 6px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
  min-height: 520px;
  border-bottom: 1px solid rgba(66, 247, 147, .3);
  overflow: hidden;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 150px;
  background: linear-gradient(to top, rgba(0, 13, 9, .72), transparent);
  pointer-events: none;
}

.hero-copy {
  padding: clamp(58px, 7vw, 88px) 24px clamp(54px, 7vw, 78px) clamp(28px, 5vw, 58px);
  position: relative;
  z-index: 3;
  align-self: center;
}
.eyebrow {
  margin: 0 0 18px;
  color: #7cffb1;
  font-size: .78rem;
  letter-spacing: .15em;
  font-weight: 700;
  opacity: .8;
}
.hero h1 {
  margin: 0;
  display: grid;
  gap: 2px;
  max-width: 720px;
  font-family: var(--pixel);
  font-size: clamp(3.15rem, 5.6vw, 5.75rem);
  line-height: .92;
  letter-spacing: -0.075em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 5px 5px 0 rgba(255,255,255,.035);
}
.hero h1 span { display: block; }
.hero h1 .accent {
  color: var(--green);
  font-size: .79em;
  margin-top: 10px;
  letter-spacing: -0.065em;
  text-shadow: 4px 4px 0 rgba(12, 110, 61, .22);
}
.hero-subcopy {
  max-width: 640px;
  margin: 28px 0 28px;
  color: #e0e5e2;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
  letter-spacing: .01em;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-art-wrap {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(1,10,7,1) 0%, rgba(1,10,7,.15) 19%, transparent 52%);
  overflow: hidden;
}
.hero-art-wrap::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 30%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, #020806 0%, rgba(2,8,6,.77) 33%, transparent 100%);
}
.hero-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: pixelated;
  filter: saturate(1.03) contrast(1.02);
}
.art-glow {
  position: absolute;
  inset: 14% 10% 8% 18%;
  background: radial-gradient(circle, rgba(39, 242, 124, .20), transparent 66%);
  filter: blur(24px);
  pointer-events: none;
}

.steps {
  padding: 22px clamp(22px, 3.5vw, 46px) 28px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  margin: 0 0 18px;
}
.section-heading .line { height: 2px; background: var(--green); opacity: .7; }
.section-heading h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  letter-spacing: -0.04em;
}
.steps-grid {
  display: grid;
  grid-template-columns: 1fr 46px 1fr 46px 1fr 46px 1fr;
  gap: 14px;
  align-items: center;
}
.step-card {
  min-height: 214px;
  border: 2px solid rgba(43, 239, 128, .65);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(1,19,13,.9), rgba(1,9,7,.96));
  box-shadow: inset 0 0 36px rgba(27, 227, 113, .035);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
}
.step-number { color: var(--green); font-weight: 900; font-size: 1.45rem; }
.step-card h3 {
  margin: 10px 0 8px;
  color: var(--green);
  font-size: 1.14rem;
  letter-spacing: .03em;
}
.step-card p {
  margin: 0;
  color: #e7ebe9;
  font-size: .95rem;
  line-height: 1.45;
}
.step-icon { margin-top: 9px; color: var(--green); font-weight: 900; line-height: 1; }
.percent { font-size: 3.55rem; }
.bolt { font-size: 4.3rem; transform: skew(-5deg); }
.link-icon { font-size: 3.3rem; transform: rotate(-22deg); }
.step-arrow { color: var(--green); font-size: 3rem; font-weight: 900; text-align: center; }
.pill {
  width: 45px;
  height: 22px;
  border-radius: 14px;
  border: 2px solid #e9fff1;
  background: linear-gradient(90deg, var(--green) 0 52%, #f4fff8 52%);
  transform: rotate(-42deg);
  box-shadow: 0 0 12px rgba(43, 244, 131, .2);
}

.footer {
  margin: 0 clamp(22px, 3.5vw, 46px) 28px;
  min-height: 92px;
  border: 2px solid rgba(43, 239, 128, .72);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 16px;
  background: rgba(0, 12, 8, .88);
}
.footer-copy {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--green);
  font-size: 1rem;
  line-height: 1.4;
}
.mini-mark { flex: 0 0 auto; width: 52px; height: 52px; font-size: 2.2rem; }
.footer-links { display: flex; gap: 12px; align-items: center; }
.footer-button {
  height: 58px;
  min-width: 160px;
  border: 2px solid rgba(43, 239, 128, .56);
  border-radius: 10px;
  color: #f6fbf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 18px;
  background: rgba(0, 12, 8, .9);
}
.cash-square { width: 34px; height: 34px; border-radius: 7px; font-size: 1.6rem; }
.capsule {
  width: 30px;
  height: 15px;
  border: 2px solid #f5fff9;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--green) 0 50%, #f8fffb 50%);
  transform: rotate(-42deg);
}
.x-button { min-width: 80px; }
.x-mark { font-size: 2rem; line-height: 1; }
.x-label { display: none; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); }
  .hero h1 { font-size: clamp(2.8rem, 5vw, 4.7rem); }
  .steps-grid { grid-template-columns: 1fr 28px 1fr; }
  .steps-grid .step-card:nth-of-type(3) { grid-column: 1; }
  .steps-grid .step-card:nth-of-type(4) { grid-column: 3; }
  .steps-grid .step-arrow:nth-of-type(2) { display: none; }
  .step-arrow { font-size: 2.4rem; }
  .footer { flex-direction: column; align-items: stretch; }
  .footer-links { width: 100%; }
  .footer-button { flex: 1 1 0; min-width: 0; }
}

@media (max-width: 760px) {
  .topbar {
    height: 76px;
    padding: 10px 14px;
    gap: 10px;
  }
  .brand { gap: 10px; }
  .brand-mark { width: 46px; height: 46px; font-size: 29px; border-radius: 9px; }
  .brand-name { font-size: clamp(1.7rem, 8vw, 2.35rem); }
  .button-small { min-height: 46px; padding: 0 14px; font-size: .78rem; border-radius: 9px; }
  .button-small .soon-badge { bottom: -16px; font-size: 1.35em; padding: 1px 8px 3px; border-width: 3px; box-shadow: 0 4px 0 #060606, -2px 4px 0 #060606, 2px 4px 0 #060606; }
  .button-small .soon-badge::before { inset: -6px -6px -8px; border-width: 3px; }

  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 44px 20px 28px; text-align: center; }
  .eyebrow { font-size: .68rem; margin-bottom: 14px; }
  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
    max-width: 100%;
    line-height: .94;
  }
  .hero h1 .accent { font-size: .72em; margin-top: 10px; }
  .hero-subcopy {
    margin: 22px auto 24px;
    max-width: 560px;
    font-size: .98rem;
  }
  .hero-actions { justify-content: center; }
  .button-large { min-height: 62px; width: min(100%, 360px); font-size: 1rem; }
  .button-large .soon-badge { bottom: -18px; font-size: 1.45em; }

  .hero-art-wrap {
    min-height: 0;
    height: auto;
    width: 100%;
    background: #03120d;
  }
  .hero-art-wrap::before {
    inset: 0 0 auto 0;
    width: auto;
    height: 14%;
    background: linear-gradient(180deg, #020806, transparent);
  }
  .hero-art { height: auto; aspect-ratio: 688 / 495; object-fit: cover; }

  .steps { padding: 22px 14px 20px; }
  .section-heading { gap: 12px; }
  .section-heading h2 { font-size: 1.42rem; white-space: nowrap; }
  .steps-grid { grid-template-columns: 1fr; gap: 12px; }
  .step-card { min-height: 172px; width: 100%; }
  .step-arrow { transform: rotate(90deg); font-size: 2.1rem; }
  .steps-grid .step-card:nth-of-type(3),
  .steps-grid .step-card:nth-of-type(4) { grid-column: auto; }
  .steps-grid .step-arrow:nth-of-type(2) { display: block; }

  .footer { margin: 0 14px 18px; padding: 14px; }
  .footer-copy { font-size: .82rem; gap: 12px; }
  .mini-mark { width: 42px; height: 42px; font-size: 1.8rem; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr 58px; gap: 8px; }
  .footer-button { height: 52px; padding: 0 9px; gap: 8px; font-size: .74rem; }
  .x-button { min-width: 0; padding: 0; }
  .cash-square { width: 28px; height: 28px; font-size: 1.25rem; }
}

@media (max-width: 410px) {
  .brand-name { font-size: 1.65rem; }
  .button-small { padding-inline: 10px; font-size: .7rem; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 3.35rem); }
  .hero h1 .accent { font-size: .7em; }
  .footer-copy span:last-child { font-size: .73rem; }
  .footer-links { grid-template-columns: 1fr; }
  .x-button { min-height: 48px; }
  .x-label { display: inline; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
