@font-face {
  font-family: 'Bungee';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/landing/fonts/bungee-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Bungee';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/landing/fonts/bungee-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/landing/fonts/hanken-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/landing/fonts/hanken-latinext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/landing/fonts/russoone-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/landing/fonts/russoone-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

:root {
  --ink: #0d0a06;
  --panel: #171008;
  --panel-2: #1f160a;
  --gold: #f6c945;
  --gold-deep: #caa024;
  --red: #d62f3f;
  --red-deep: #9c1f2c;
  --emerald: #2fbf7a;
  --emerald-deep: #1c8f57;
  --cream: #fdf4dd;
  --muted: #c7b896;
  --bulb-off: #5a4416;
  --radius: 18px;
  --max: 1080px;
  --display: 'Bungee', 'Russo One', system-ui, sans-serif;
  --body: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-variant-numeric: tabular-nums;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  background:
    radial-gradient(120% 80% at 50% -10%, #2a1c0a 0%, var(--ink) 55%) fixed,
    var(--ink);
  color: var(--cream);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: clamp(16px, 5vw,32px); }
.display { font-family: var(--display); font-weight: 400; letter-spacing: .5px; line-height: 1; }
.tnum { font-variant-numeric: tabular-nums; }
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--gold); color: #3a2906; padding: 10px 16px; border-radius: 0 0 10px 0; font-weight: 800;
}
.skip-link:focus { left: 0; }

.marquee { position: fixed; inset: 0; z-index: 40; pointer-events: none; }
.bulbs { position: absolute; display: flex; gap: 0; justify-content: space-between; }
.bulbs.top { top: 6px; left: 10px; right: 10px; }
.bulbs.bottom { bottom: 6px; left: 10px; right: 10px; }
.bulbs.left, .bulbs.right { flex-direction: column; top: 10px; bottom: 10px; width: 14px; }
.bulbs.left { left: 4px; }
.bulbs.right { right: 4px; }
.bulb {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--bulb-off);
  box-shadow: 0 0 0 1px #2a1f0c;
  animation: blink 1.1s infinite steps(1);
}
.bulb.b1 { background: var(--gold); box-shadow: 0 0 8px 2px var(--gold), 0 0 14px 4px rgba(246, 201, 69, .5); }
.bulb.b2 { background: var(--red); box-shadow: 0 0 8px 2px var(--red), 0 0 14px 4px rgba(214, 47, 63, .4); }
@keyframes blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: .28; } }
.bulb:nth-child(odd) { animation-delay: .55s; }

header.nav { position: relative; z-index: 10; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; padding-block: clamp(16px, 3vw, 22px); gap: 16px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 10px; font-size: clamp(1.4rem, 4.5vw, 1.9rem); }
.brand .dot { color: var(--gold); }
.brand .jet { color: var(--emerald); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang {
  display: inline-flex; gap: 2px; align-items: center;
  font-weight: 700; font-size: .85rem; color: var(--muted);
  border: 1px solid rgba(246, 201, 69, .25); border-radius: 999px; padding: 6px 10px;
}
.lang a { padding: 2px 6px; border-radius: 999px; }
.lang a[aria-current='true'] { background: var(--gold); color: #3a2906; }
.nav-cta {
  font-weight: 800; font-size: .95rem;
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
  color: #3a2906; padding: 10px 18px; border-radius: 999px;
  box-shadow: 0 6px 0 #8a6e16, 0 0 18px rgba(246, 201, 69, .45);
  transition: transform .12s ease;
}
.nav-cta:active { transform: translateY(3px); }

.hero { position: relative; z-index: 5; text-align: center; padding-block: clamp(24px, 6vw, 56px) clamp(40px, 8vw, 80px); }
.rays {
  position: absolute; left: 50%; top: 46%; width: 160vmax; height: 160vmax;
  transform: translate(-50%, -50%);
  background: repeating-conic-gradient(from 0deg at 50% 50%,
    rgba(246, 201, 69, .10) 0deg, rgba(246, 201, 69, .10) 6deg,
    transparent 6deg, transparent 16deg);
  z-index: -1; pointer-events: none;
  -webkit-mask-image: radial-gradient(closest-side, #000 30%, transparent 72%);
  mask-image: radial-gradient(closest-side, #000 30%, transparent 72%);
  animation: spin 60s linear infinite;
  opacity: .7;
}
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.hook {
  color: var(--gold); font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
  font-size: clamp(.72rem, 2.6vw, .86rem); margin-bottom: 14px;
}
.wordmark {
  font-size: clamp(3rem, 16vw, 7.5rem);
  color: var(--cream);
  text-shadow: 0 3px 0 var(--red-deep), 0 0 30px rgba(246, 201, 69, .35);
}
.wordmark .jet { color: var(--gold); }
.subhook {
  font-size: clamp(1rem, 3.4vw, 1.35rem); color: var(--muted);
  max-width: 38ch; margin: 14px auto 0; font-weight: 500;
}

.board {
  position: relative; margin: clamp(26px, 6vw, 40px) auto 0;
  max-width: 480px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border-radius: 22px;
  padding: clamp(20px, 5vw, 30px) clamp(16px, 5vw, 28px);
  box-shadow: inset 0 0 0 3px rgba(246, 201, 69, .22), 0 18px 50px rgba(0, 0, 0, .6);
}
.board::before {
  content: ""; position: absolute; inset: 6px; border-radius: 16px;
  border: 2px dashed rgba(246, 201, 69, .4);
  animation: boardblink 1s infinite steps(1); pointer-events: none;
}
@keyframes boardblink { 50% { border-color: rgba(214, 47, 63, .55); } }
.board-tag {
  font-family: var(--display); font-size: clamp(.9rem, 3.6vw, 1.2rem);
  color: var(--red); letter-spacing: 2px;
  text-shadow: 0 0 12px rgba(214, 47, 63, .5);
}
.board-tag.win { color: var(--emerald); text-shadow: 0 0 12px rgba(47, 191, 122, .5); }
.multiplier {
  font-family: var(--display);
  font-size: clamp(3.4rem, 16vw, 6rem);
  color: var(--gold); line-height: 1; margin: 6px 0 2px;
  will-change: transform, opacity;
  text-shadow: 0 0 24px rgba(246, 201, 69, .45);
}
.multiplier.crash { color: var(--red); }
.multiplier.cashed { color: var(--emerald); }
.board-sub { font-size: .9rem; color: var(--muted); font-weight: 600; letter-spacing: 1px; }

.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: clamp(26px, 6vw, 38px); }
.btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  font-weight: 800; font-size: 1.02rem; padding: 15px 26px; border-radius: 999px;
  transition: transform .12s ease;
}
.btn-primary {
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
  color: #3a2906;
  box-shadow: 0 7px 0 #8a6e16, 0 0 26px rgba(246, 201, 69, .5);
}
.btn-primary:active { transform: translateY(4px); }
.btn-ghost {
  color: var(--cream);
  box-shadow: inset 0 0 0 2px rgba(253, 244, 221, .28);
}
.btn-ghost:active { transform: translateY(2px); }

.fx { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 6; }
.particle { position: absolute; top: 46%; left: 50%; will-change: transform, opacity; opacity: 0; }
.confetto { width: 9px; height: 14px; border-radius: 2px; }
.coin {
  width: 18px; height: 18px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff2c0, var(--gold) 45%, var(--gold-deep));
  box-shadow: 0 0 8px rgba(246, 201, 69, .6);
  display: flex; align-items: center; justify-content: center;
  font: 700 11px/1 'Hanken Grotesk'; color: #7a5e10;
}

section { position: relative; z-index: 5; }
.sec { padding-block: clamp(40px, 8vw, 72px); }
.eyebrow { color: var(--gold); font-weight: 800; letter-spacing: 2px; text-transform: uppercase; font-size: .78rem; text-align: center; margin-bottom: 10px; }
.h2 { font-family: var(--display); text-align: center; font-size: clamp(1.6rem, 6vw, 2.6rem); color: var(--cream); margin-bottom: clamp(22px, 5vw, 38px); }

.stats { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 620px) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stat {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border-radius: var(--radius); padding: 22px 18px; text-align: center;
  box-shadow: inset 0 0 0 2px rgba(246, 201, 69, .16);
}
.stat .num { font-family: var(--display); font-size: clamp(1.6rem, 6vw, 2.2rem); color: var(--gold); }
.stat .lbl { color: var(--muted); font-weight: 600; font-size: .9rem; margin-top: 4px; }

.steps { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border-radius: var(--radius); padding: 24px 20px;
  box-shadow: inset 0 0 0 2px rgba(214, 47, 63, .2);
}
.step .n { font-family: var(--display); color: var(--red); font-size: 1.4rem; }
.step h3 { font-size: 1.18rem; margin: 8px 0 6px; font-weight: 800; }
.step p { color: var(--muted); font-size: .96rem; }

.why { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 560px) { .why { grid-template-columns: 1fr 1fr; } }
.feat {
  display: flex; gap: 14px; align-items: flex-start;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border-radius: var(--radius); padding: 20px;
  box-shadow: inset 0 0 0 2px rgba(47, 191, 122, .16);
}
.feat .ic {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  background: linear-gradient(180deg, var(--emerald), var(--emerald-deep)); color: var(--ink);
}
.feat h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 3px; }
.feat p { color: var(--muted); font-size: .92rem; }

.pepe-hero { max-width: 200px; margin: 0 auto clamp(18px, 4vw, 26px); filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .5)); }
.lead { max-width: 560px; margin-inline: auto; display: grid; gap: 12px; }
.row {
  display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 12px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border-radius: 14px; padding: 14px 18px;
  box-shadow: inset 0 0 0 2px rgba(246, 201, 69, .14);
}
.row .rank { font-family: var(--display); font-size: 1.3rem; color: var(--muted); width: 1.6em; text-align: center; }
.row.gold { box-shadow: inset 0 0 0 2px var(--gold), 0 0 22px rgba(246, 201, 69, .3); }
.row.gold .rank { color: var(--gold); }
.row .who { font-weight: 700; }
.row .mult { font-family: var(--display); color: var(--emerald); font-size: 1rem; white-space: nowrap; }
.row .pay { font-weight: 800; color: var(--gold); white-space: nowrap; }
@media (max-width: 420px) {
  .row { grid-template-columns: auto 1fr; row-gap: 4px; }
  .row .mult, .row .pay { grid-column: 2; text-align: left; }
}

.final {
  text-align: center;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border-radius: 26px; padding: clamp(30px, 7vw, 52px) 20px;
  box-shadow: inset 0 0 0 3px rgba(246, 201, 69, .25), 0 18px 50px rgba(0, 0, 0, .5);
  position: relative; overflow: hidden;
}
.final h2 { font-family: var(--display); font-size: clamp(1.7rem, 6.5vw, 3rem); margin-bottom: 10px; }
.final p { color: var(--muted); max-width: 40ch; margin: 0 auto 26px; font-weight: 500; }

footer { position: relative; z-index: 5; padding-block: clamp(30px, 6vw, 50px); text-align: center; }
.flinks { display: flex; flex-wrap: wrap; gap: 14px 22px; justify-content: center; margin-bottom: 16px; }
.flinks a { color: var(--muted); font-weight: 600; font-size: .95rem; }
.flinks a:hover { color: var(--gold); }
.legal { color: #7c6e52; font-size: .85rem; font-weight: 600; letter-spacing: 1px; }
.copy { color: #5e5238; font-size: .8rem; margin-top: 6px; }

a:focus-visible, .lang a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

@media (prefers-reduced-motion: reduce) {
  .rays, .bulb, .board::before { animation: none !important; }
  .multiplier { transform: none !important; }
  .particle { display: none; }
  html { scroll-behavior: auto; }
}
