:root {
  --bg: oklch(9% 0.005 60);
  --surface: oklch(11% 0.006 70);
  --surface-2: oklch(15% 0.01 75);
  --text: oklch(98% 0.01 90);
  --muted: oklch(70% 0.02 80);
  --gold: oklch(82% 0.17 85);
  --gold-bright: oklch(92% 0.18 92);
  --gold-deep: oklch(58% 0.14 74);
  --green: oklch(78% 0.22 155);
  --line: oklch(82% 0.17 85 / 0.18);
  --glass: linear-gradient(180deg, oklch(100% 0 0 / 0.1), oklch(100% 0 0 / 0.035));
  --gold-gradient: linear-gradient(135deg, var(--gold-deep) 0%, var(--gold-bright) 45%, var(--gold) 100%);
  --shadow: 0 20px 60px -20px oklch(82% 0.17 85 / 0.52), 0 0 0 1px oklch(82% 0.17 85 / 0.14) inset;
  --shadow-glass: 0 30px 90px -34px rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.08) inset;
  --glow: 0 0 38px oklch(82% 0.17 85 / 0.42), 0 0 80px oklch(82% 0.17 85 / 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(980px 620px at 96% 72%, oklch(55% 0.2 155 / 0.16), transparent 58%),
    radial-gradient(1100px 760px at 79% 7%, oklch(82% 0.17 85 / 0.18), transparent 64%),
    linear-gradient(180deg, oklch(7% 0.005 60), var(--bg) 38%, oklch(8% 0.004 60)),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

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

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

.site-header {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  padding: 16px 24px;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1152px, 100%);
  margin: 0 auto;
  padding: 12px 16px;
  border: 1px solid oklch(82% 0.17 85 / 0.2);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(27, 24, 18, 0.72), rgba(9, 8, 7, 0.58));
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(22px) saturate(1.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.95rem, 3vw, 2.75rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.82;
  text-transform: lowercase;
  filter: drop-shadow(0 0 18px rgba(244, 201, 101, 0.18));
}

.wordmark-fair {
  color: #f6a313;
}

.wordmark-play {
  color: #ffffff;
}

.desktop-nav {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.desktop-nav a:hover {
  color: var(--gold);
}

.nav-cta,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  background: var(--gold-gradient);
  color: #1a1207;
  font: 800 0.9rem Inter, sans-serif;
  cursor: pointer;
  box-shadow: var(--shadow), var(--glow);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.nav-cta::after,
.primary-btn::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: translateX(-120%);
  transition: transform 0.85s ease;
}

.nav-cta:hover::after,
.primary-btn:hover::after {
  transform: translateX(120%);
}

.nav-cta:hover,
.primary-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.hero-section {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 168px 24px 112px;
  background: #070604;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 560px at 76% 38%, oklch(82% 0.17 85 / 0.22), transparent 62%),
    radial-gradient(780px 520px at 100% 100%, oklch(55% 0.2 155 / 0.16), transparent 62%),
    radial-gradient(560px 420px at 4% 26%, rgba(0, 0, 0, 0.94), transparent 70%),
    linear-gradient(180deg, rgba(4, 3, 2, 0.96), rgba(4, 3, 2, 0.74) 48%, rgba(4, 3, 2, 0.98));
}

.grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(oklch(82% 0.17 85 / 0.055) 1px, transparent 1px),
    linear-gradient(90deg, oklch(82% 0.17 85 / 0.045) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 78%, transparent 100%);
}

.sparkles span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 24px var(--gold), 0 0 54px var(--gold);
  animation: drift 9s ease-in-out infinite alternate;
}

.sparkles span:nth-child(1) { left: 12%; top: 24%; }
.sparkles span:nth-child(2) { left: 26%; top: 66%; animation-delay: 1s; }
.sparkles span:nth-child(3) { left: 48%; top: 18%; animation-delay: 1.8s; }
.sparkles span:nth-child(4) { left: 68%; top: 58%; animation-delay: 0.7s; }
.sparkles span:nth-child(5) { left: 89%; top: 32%; animation-delay: 2.2s; }
.sparkles span:nth-child(6) { left: 82%; top: 78%; animation-delay: 3s; }
.sparkles span:nth-child(7) { left: 8%; top: 84%; animation-delay: 1.4s; }
.sparkles span:nth-child(8) { left: 58%; top: 82%; animation-delay: 2.7s; }
.sparkles span:nth-child(9) { left: 92%; top: 12%; animation-delay: 1.9s; }
.sparkles span:nth-child(10) { left: 36%; top: 38%; animation-delay: 0.4s; }

.hero-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.9fr);
  gap: 54px;
  align-items: center;
  width: min(1232px, 100%);
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 12px;
  border: 1px solid oklch(82% 0.17 85 / 0.32);
  border-radius: 999px;
  background: linear-gradient(180deg, oklch(82% 0.17 85 / 0.16), oklch(82% 0.17 85 / 0.045));
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 540px;
  color: #fff8dc;
  font-size: clamp(4.4rem, 6.2vw, 5.7rem);
  line-height: 1.02;
  text-shadow: 0 16px 58px rgba(0, 0, 0, 0.78);
}

h1 span,
.section-heading h2 span,
.bonus-copy h2 span {
  background: linear-gradient(90deg, var(--gold-deep) 0%, #fff6c8 48%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.shimmer-text {
  background-size: 210% 100%;
  animation: shimmer 3.6s linear infinite;
}

.hero-text {
  max-width: 570px;
  margin: 26px 0 0;
  color: oklch(82% 0.03 86);
  font-size: 1.16rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid oklch(82% 0.17 85 / 0.22);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(14px);
}

.whatsapp-icon {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
  flex-shrink: 0;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 0.88rem;
}

.trust-strip span {
  padding: 9px 12px;
  border: 1px solid oklch(82% 0.17 85 / 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(12px);
}

.hero-visual {
  position: relative;
  align-self: center;
  max-width: 560px;
  margin-left: auto;
  filter: drop-shadow(0 0 58px oklch(82% 0.17 85 / 0.26));
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid oklch(82% 0.17 85 / 0.28);
  border-radius: 40px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 34px 110px rgba(0, 0, 0, 0.7),
    0 0 100px oklch(82% 0.17 85 / 0.22);
}

.float-badge,
.uptime-pill {
  position: absolute;
  z-index: 2;
  border: 1px solid oklch(82% 0.17 85 / 0.2);
  background: linear-gradient(180deg, rgba(23, 20, 14, 0.82), rgba(7, 6, 5, 0.58));
  box-shadow: var(--shadow-glass), var(--glow);
  backdrop-filter: blur(16px) saturate(1.2);
}

.float-badge {
  display: grid;
  gap: 2px;
  min-width: 160px;
  padding: 16px 18px;
  border-radius: 22px;
}

.float-badge span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.float-badge strong {
  color: var(--gold);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.1rem;
}

.float-badge.score {
  top: 28px;
  left: -24px;
}

.float-badge.players {
  right: -18px;
  bottom: 58px;
}

.float-badge.players strong {
  color: var(--green);
}

.uptime-pill {
  bottom: -20px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  color: #fff8d4;
  font-size: 0.84rem;
  font-weight: 900;
  transform: translateX(-50%);
}

.uptime-pill span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

.marquee-band {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 46px;
  border-block: 1px solid oklch(82% 0.17 85 / 0.18);
  background: linear-gradient(90deg, rgba(126, 84, 20, 0.12), rgba(255, 232, 155, 0.09), rgba(126, 84, 20, 0.12));
}

.marquee-band div {
  display: flex;
  width: max-content;
  gap: 42px;
  padding: 17px 0;
  color: var(--gold-bright);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  animation: marquee 24s linear infinite;
}

.marquee-band span {
  opacity: 0.9;
}

.stats-band,
.section,
.bonus-section,
.lead-section,
.site-footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.stats-band {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  width: min(1104px, calc(100% - 48px));
  margin-top: -86px;
  border: 1px solid oklch(82% 0.17 85 / 0.24);
  border-radius: 28px;
  background: oklch(82% 0.17 85 / 0.16);
  box-shadow: var(--shadow-glass), var(--shadow);
  backdrop-filter: blur(18px);
}

.stats-band div {
  padding: 32px 24px;
  background: linear-gradient(180deg, rgba(24, 22, 16, 0.82), rgba(10, 9, 7, 0.62));
  text-align: center;
}

.stats-band strong {
  display: block;
  color: var(--gold);
  font: 800 clamp(2rem, 3.2vw, 2.6rem) "Space Grotesk", Inter, sans-serif;
}

.stats-band span {
  color: var(--muted);
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section {
  padding: 118px 0 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading h2,
.bonus-copy h2,
.lead-copy h2 {
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.58);
}

.game-grid,
.why-grid,
.feature-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.game-card,
.why-item,
.feature-item,
.step-card,
.testimonial-card,
.faq-list details,
.lead-form,
.bonus-list div {
  position: relative;
  overflow: hidden;
  border: 1px solid oklch(82% 0.17 85 / 0.18);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(244, 201, 101, 0.08), transparent 54%);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(16px);
}

.game-card::before,
.why-item::before,
.feature-item::before,
.step-card::before,
.bonus-list div::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 22% 0%, oklch(82% 0.17 85 / 0.18), transparent 32%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.game-card:hover::before,
.why-item:hover::before,
.feature-item:hover::before,
.step-card:hover::before,
.bonus-list div:hover::before {
  opacity: 1;
}

.game-card:hover,
.why-item:hover,
.feature-item:hover,
.step-card:hover {
  border-color: oklch(82% 0.17 85 / 0.36);
  transform: translateY(-4px);
  box-shadow: var(--shadow-glass), var(--shadow);
}

.game-card,
.why-item,
.feature-item,
.step-card {
  min-height: 225px;
  padding: 24px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.game-card span,
.why-item span,
.feature-item span,
.step-card span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 15px;
  background: var(--gold-gradient);
  color: #180f05;
  font-size: 1.4rem;
  font-weight: 900;
  box-shadow: var(--glow);
}

.game-card p,
.why-item p,
.step-card p,
.bonus-copy p,
.lead-copy p,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-item {
  min-height: 150px;
}

.feature-item strong {
  display: block;
  color: #fff5d2;
  font-size: 1.06rem;
}

.bonus-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
  margin-top: 110px;
  padding: 46px;
  border: 1px solid oklch(82% 0.17 85 / 0.26);
  border-radius: 32px;
  background:
    radial-gradient(700px 260px at 78% 0%, oklch(82% 0.17 85 / 0.2), transparent),
    radial-gradient(520px 260px at 0% 100%, oklch(78% 0.22 155 / 0.1), transparent),
    linear-gradient(135deg, rgba(35, 29, 18, 0.78), rgba(11, 10, 8, 0.76));
  box-shadow: var(--shadow-glass), var(--shadow);
  backdrop-filter: blur(18px);
}

.bonus-btn {
  margin-top: 26px;
}

.bonus-list {
  display: grid;
  gap: 14px;
}

.bonus-list div {
  padding: 20px;
  border-radius: 18px;
}

.bonus-list strong,
.bonus-list span {
  display: block;
}

.bonus-list span {
  margin-top: 7px;
  color: var(--muted);
}

.steps-grid {
  grid-template-columns: repeat(3, 1fr);
}

.step-card {
  min-height: 240px;
}

.testimonial-section {
  max-width: 900px;
}

.testimonial-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px;
  border-color: oklch(82% 0.17 85 / 0.28);
  background:
    radial-gradient(420px 220px at 10% 0%, oklch(82% 0.17 85 / 0.16), transparent),
    linear-gradient(180deg, rgba(26, 22, 15, 0.86), rgba(10, 9, 7, 0.7));
  box-shadow: var(--shadow-glass), var(--shadow);
}

.stars {
  color: var(--gold);
  font-size: 1.15rem;
  letter-spacing: 0.18em;
}

.testimonial-card p {
  margin: 18px 0 0;
  color: #fff7dc;
  font-size: 1.18rem;
  line-height: 1.7;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.reviewer img {
  width: 58px;
  height: 58px;
  border: 2px solid oklch(82% 0.17 85 / 0.42);
  border-radius: 50%;
  object-fit: cover;
}

.reviewer strong,
.reviewer span {
  display: block;
}

.reviewer span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.86rem;
}

.faq-section {
  max-width: 880px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 20px 22px;
  background: linear-gradient(180deg, rgba(22, 19, 14, 0.82), rgba(11, 10, 8, 0.66));
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  color: #fff5d2;
}

.faq-list p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.lead-section {
  padding: 110px 0;
}

.lead-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  padding: 42px;
  border: 1px solid oklch(82% 0.17 85 / 0.32);
  border-radius: 34px;
  background:
    radial-gradient(780px 420px at 0% 0%, oklch(78% 0.22 155 / 0.12), transparent),
    radial-gradient(800px 380px at 100% 10%, oklch(82% 0.17 85 / 0.2), transparent),
    linear-gradient(135deg, rgba(28, 23, 15, 0.86), rgba(7, 6, 5, 0.82));
  box-shadow: var(--shadow-glass), var(--shadow), 0 0 120px oklch(82% 0.17 85 / 0.13);
  backdrop-filter: blur(18px);
}

.lead-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.lead-copy li::before {
  content: "\2713";
  margin-right: 10px;
  color: var(--green);
  font-weight: 900;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid oklch(82% 0.17 85 / 0.16);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.38);
  color: var(--text);
  font: 600 0.98rem Inter, sans-serif;
  outline: none;
  padding: 0 14px;
}

.lead-form textarea {
  min-height: 96px;
  padding: 12px 14px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: oklch(82% 0.17 85 / 0.72);
  box-shadow: 0 0 0 4px oklch(82% 0.17 85 / 0.12), var(--glow);
}

.lead-form .full-width {
  grid-column: 1 / -1;
}

.lead-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.lead-form .consent input {
  width: auto;
  min-height: auto;
  margin-top: 4px;
  accent-color: var(--gold);
}

.lead-form .consent a {
  color: var(--gold);
  text-decoration: underline;
}

.form-btn,
.form-note {
  grid-column: 1 / -1;
}

.form-btn {
  width: 100%;
  border-radius: 14px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.82rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 2fr) 1fr 1fr auto;
  gap: 34px;
  align-items: start;
  padding: 54px 0 96px;
  border-top: 1px solid oklch(82% 0.17 85 / 0.16);
}

.footer-col {
  display: grid;
  gap: 10px;
}

.footer-col strong {
  color: #fff5d2;
  font-size: 0.95rem;
}

.footer-col a {
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-col a:hover {
  color: var(--gold);
}

.footer-contact {
  display: flex;
  justify-content: flex-end;
}

.footer-bottom {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
  text-align: center;
  font-size: 0.82rem;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 18;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, oklch(58% 0.2 155), var(--green));
  color: #04120b;
  font-weight: 900;
  box-shadow: 0 0 34px oklch(78% 0.22 155 / 0.58);
}

.whatsapp-float .whatsapp-icon,
.call-btn .whatsapp-icon {
  width: 27px;
  height: 27px;
}

.mobile-bar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(18px, -24px, 0);
  }
}

@keyframes shimmer {
  0% {
    background-position: -180% 0;
  }
  100% {
    background-position: 180% 0;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .hero-wrap,
  .bonus-section,
  .lead-panel {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    padding-top: 148px;
    padding-bottom: 130px;
  }

  .hero-visual {
    width: min(560px, 100%);
    margin-left: 0;
    margin-top: 18px;
  }

  .game-grid,
  .why-grid,
  .feature-grid,
  .steps-grid,
  .stats-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 10px;
  }

  .nav-shell {
    padding: 9px 10px;
  }

  .brand {
    font-size: 1rem;
  }

  .wordmark {
    font-size: 1.75rem;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 15px;
  }

  .hero-section {
    min-height: auto;
    padding: 124px 16px 104px;
  }

  h1 {
    font-size: clamp(3.1rem, 16vw, 5rem);
  }

  .hero-text {
    font-size: 1rem;
  }

  .stats-band,
  .section,
  .bonus-section,
  .lead-section,
  .site-footer {
    width: calc(100% - 32px);
  }

  .stats-band {
    margin-top: -58px;
  }

  .game-grid,
  .why-grid,
  .feature-grid,
  .steps-grid,
  .stats-band,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 82px;
  }

  .bonus-section,
  .lead-panel {
    margin-top: 82px;
    padding: 24px;
    border-radius: 24px;
  }

  .float-badge {
    min-width: 132px;
    padding: 11px 13px;
    border-radius: 18px;
  }

  .float-badge.score {
    left: 10px;
    top: 10px;
  }

  .float-badge.players {
    right: 10px;
    bottom: 34px;
  }

  .uptime-pill {
    bottom: -14px;
    white-space: nowrap;
  }

  .lead-section {
    padding-top: 0;
  }

  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 112px;
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 19;
    display: flex;
    gap: 10px;
    padding: 12px;
    border-top: 1px solid rgba(244, 201, 101, 0.22);
    background: rgba(9, 8, 7, 0.88);
    backdrop-filter: blur(18px);
  }

  .mobile-bar .primary-btn {
    flex: 1;
  }

  .call-btn {
    display: grid;
    width: 48px;
    place-items: center;
    border-radius: 50%;
    background: var(--green);
    color: #04120b;
    font-weight: 900;
  }
}

.policy-page .site-header {
  position: relative;
}

.policy-main {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 140px 0 80px;
}

.policy-card {
  padding: 42px;
  border: 1px solid oklch(82% 0.17 85 / 0.24);
  border-radius: 28px;
  background:
    radial-gradient(700px 260px at 78% 0%, oklch(82% 0.17 85 / 0.14), transparent),
    linear-gradient(180deg, rgba(26, 22, 15, 0.86), rgba(10, 9, 7, 0.78));
  box-shadow: var(--shadow-glass), var(--shadow);
  backdrop-filter: blur(18px);
}

.policy-card h1 {
  margin-bottom: 10px;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1.05;
}

.policy-card h2 {
  margin: 28px 0 10px;
  color: #fff5d2;
  font-size: 1.2rem;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
  line-height: 1.75;
}

.policy-card ul {
  margin: 0;
  padding-left: 20px;
}

.policy-card a {
  color: var(--gold);
  text-decoration: underline;
}

.policy-updated {
  margin: 0 0 24px;
  color: oklch(70% 0.02 80);
  font-size: 0.88rem;
}

.policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.policy-links a {
  padding: 10px 16px;
  border: 1px solid oklch(82% 0.17 85 / 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.policy-links a:hover {
  color: var(--gold);
  border-color: oklch(82% 0.17 85 / 0.42);
}

.policy-footer {
  width: min(820px, calc(100% - 48px));
  padding: 0 0 48px;
}

@media (max-width: 620px) {
  .policy-main,
  .policy-footer {
    width: calc(100% - 32px);
  }

  .policy-card {
    padding: 24px;
    border-radius: 22px;
  }
}
