:root {
  --bg: #06140f;
  --bg-2: #0a1f16;
  --card: #0d281c;
  --card-border: #1d5a38;
  --green: #2ee86a;
  --green-2: #19c75a;
  --green-deep: #0f3d24;
  --gold: #ffd166;
  --gold-2: #f4b942;
  --text: #f3fbf6;
  --muted: #8eaa9a;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius: 22px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

.bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(1200px 600px at 50% -10%, rgba(46, 232, 106, 0.16), transparent 55%),
    radial-gradient(800px 500px at 100% 80%, rgba(255, 209, 102, 0.08), transparent 50%),
    linear-gradient(180deg, #071810 0%, #06140f 45%, #082016 100%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
}

.orb-a {
  width: 380px;
  height: 380px;
  left: -80px;
  top: 120px;
  background: rgba(46, 232, 106, 0.18);
}

.orb-b {
  width: 280px;
  height: 280px;
  right: -40px;
  top: 40px;
  background: rgba(255, 209, 102, 0.14);
}

.orb-c {
  width: 420px;
  height: 420px;
  right: 10%;
  bottom: -120px;
  background: rgba(25, 199, 90, 0.12);
}

.grid-fade {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(46, 232, 106, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 232, 106, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);
}

.coins {
  position: absolute;
  inset: 0;
}

.coin {
  position: absolute;
  top: 110%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7a4e00;
  font-family: Outfit, sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  background: radial-gradient(circle at 32% 28%, #ffe9a8, #f0c14b 52%, #c7922b);
  border: 1.5px solid #ffe08a;
  box-shadow: 0 0 12px rgba(255, 209, 102, 0.35);
  animation: rise linear infinite;
}

@keyframes rise {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(-130vh) rotate(180deg);
  }
}

.topbar,
.shell,
.foot {
  position: relative;
  z-index: 1;
}

.topbar {
  max-width: 640px;
  margin: 0 auto;
  padding: 22px 20px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-badge {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--green) 0%, var(--green-2) 100%);
  box-shadow: 0 8px 22px rgba(46, 232, 106, 0.35);
  font-size: 1.15rem;
}

.brand-name {
  font-family: Outfit, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.live-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(46, 232, 106, 0.1);
  border: 1px solid rgba(46, 232, 106, 0.25);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(46, 232, 106, 0.7);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 8px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.shell {
  max-width: 640px;
  margin: 0 auto;
  padding: 18px 20px 40px;
}

.hero {
  text-align: center;
}

.cash-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 12px 6px 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 209, 102, 0.16), rgba(46, 232, 106, 0.12));
  border: 1px solid rgba(255, 209, 102, 0.28);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cash-chip-icon {
  font-size: 0.95rem;
}

.headline {
  margin: 0 auto 14px;
  font-family: Outfit, sans-serif;
  font-weight: 800;
  font-size: clamp(2.15rem, 8vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.accent {
  display: inline-block;
  background: linear-gradient(90deg, #7dff9a 0%, var(--green) 45%, var(--gold) 130%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 40px rgba(46, 232, 106, 0.25);
}

.lede {
  margin: 0 auto 28px;
  max-width: 520px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.age-q {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 1.08rem;
}

.cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto 22px;
}

.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: Outfit, sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  border-radius: 14px;
  padding: 15px 12px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn:active {
  transform: translateY(1px) scale(0.99);
}

.btn-yes {
  color: #06210f;
  background: linear-gradient(180deg, #5ff38a 0%, var(--green) 55%, var(--green-2) 100%);
  box-shadow:
    0 10px 24px rgba(46, 232, 106, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  position: relative;
  overflow: hidden;
}

.btn-yes::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.35) 50%, transparent 70%);
  transform: translateX(-120%);
  animation: shine 3.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shine {
  0%,
  55% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

.btn-yes:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(46, 232, 106, 0.4);
}

.btn-no {
  color: var(--green);
  background: transparent;
  border: 1.5px solid rgba(46, 232, 106, 0.55);
}

.btn-no:hover {
  background: rgba(46, 232, 106, 0.08);
}

.trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 0 0 26px;
  padding: 0;
  color: #b7d0c2;
  font-size: 0.86rem;
  font-weight: 600;
}

.trust li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.trust svg {
  width: 16px;
  height: 16px;
  fill: var(--green);
  flex-shrink: 0;
}

.payouts {
  margin-bottom: 28px;
}

.payouts-label {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payout-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.pill {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 209, 102, 0.08);
  border: 1px solid rgba(255, 209, 102, 0.2);
  color: #f3e2b0;
  font-size: 0.78rem;
  font-weight: 700;
}

.steps-card {
  background: linear-gradient(180deg, rgba(18, 58, 38, 0.96), rgba(10, 36, 24, 0.98));
  border: 1px solid rgba(46, 232, 106, 0.32);
  border-radius: var(--radius);
  padding: 22px 22px 10px;
  box-shadow:
    var(--shadow),
    0 0 40px rgba(46, 232, 106, 0.08),
    inset 0 1px 0 rgba(255, 209, 102, 0.08);
}

.steps-card h2 {
  margin: 0 0 18px;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  display: flex;
  gap: 14px;
  padding: 12px 0 16px;
}

.steps li + li {
  border-top: 1px solid rgba(46, 232, 106, 0.12);
}

.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #06210f;
  font-family: Outfit, sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  margin-top: 1px;
  box-shadow: 0 0 16px rgba(46, 232, 106, 0.35);
}

.steps strong {
  display: block;
  margin-bottom: 3px;
  font-size: 1rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.foot {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 24px 36px;
  text-align: center;
  color: #6f887c;
  font-size: 0.75rem;
  line-height: 1.5;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(2, 10, 7, 0.78);
  backdrop-filter: blur(8px);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  background: linear-gradient(180deg, #164a30, #0c271b);
  border: 1px solid rgba(46, 232, 106, 0.4);
  border-radius: 24px;
  padding: 32px 26px 26px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 40px rgba(46, 232, 106, 0.12);
  transform: translateY(10px) scale(0.98);
  transition: transform 0.22s ease;
}

.modal.is-open .modal-card {
  transform: none;
}

.modal-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  background: rgba(255, 209, 102, 0.12);
  border: 1px solid rgba(255, 209, 102, 0.22);
}

.modal-card h3 {
  margin: 0 0 8px;
  font-family: Outfit, sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.modal-card p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.55;
}

.modal-btn {
  width: 100%;
}

@media (max-width: 520px) {
  .cta-row {
    grid-template-columns: 1fr;
  }

  .live-pill,
  .coins {
    display: none;
  }

  .headline {
    font-size: 2.2rem;
  }

  .btn {
    min-height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coin,
  .live-dot,
  .btn-yes::after,
  .modal,
  .modal-card {
    animation: none;
    transition: none;
  }
}
