:root {
  --navy: #0a1628;
  --navy-mid: #0f2244;
  --navy-light: #1a3560;
  --emerald: #10b981;
  --emerald-dark: #059669;
  --gold: #f59e0b;
  --gold-light: #fcd34d;
  --silver: #94a3b8;
  --white: #f1f5f9;
}

* { box-sizing: border-box; }

body {
  background-color: var(--navy);
  color: var(--white);
  font-family: 'Segoe UI', system-ui, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container-site {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Nav */
.nav-sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--navy-mid);
  border-bottom: 2px solid var(--emerald);
  box-shadow: 0 2px 24px rgba(16,185,129,0.18);
  overflow: visible;
}

.nav-logo {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, var(--emerald), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-links a {
  color: var(--silver);
  text-decoration: none;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}

.nav-links a:hover {
  color: var(--gold);
  background: rgba(245,158,11,0.1);
}

.mobile-menu {
  display: none;
  margin: 0;
  background: var(--navy-mid);
  border-top: 1px solid var(--emerald);
  padding: 1rem 1.25rem;
}

.mobile-menu a {
  display: block;
  color: var(--silver);
  text-decoration: none;
  font-weight: 600;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(148,163,184,0.12);
  transition: color 0.2s;
}

.mobile-menu a:hover { color: var(--gold); }

.burger-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--gold);
  font-size: 1.5rem;
  padding: 0.25rem;
}

/* Hero */
.hero-section {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('/images/hero.webp') center center / cover no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(10,22,40,0.62) 55%, rgba(16,185,129,0.22));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem 1.35rem;
  max-width: min(56rem, 100%);
  margin: 0 auto;
  background: rgba(10, 22, 40, 0.55);
  border-radius: 20px;
  border: 1px solid rgba(16, 185, 129, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.hero-h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.15;
  background: linear-gradient(90deg, var(--emerald), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.75));
}

.bonus-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--navy-light), var(--navy-mid));
  border: 2px solid var(--gold);
  border-radius: 16px;
  padding: 1.25rem 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 40px rgba(245,158,11,0.3);
}

.bonus-badge .bonus-amount {
  font-size: clamp(1.4rem, 3.5vw, 2.4rem);
  font-weight: 900;
  color: var(--gold);
}

.bonus-badge .bonus-sub {
  font-size: 1rem;
  color: var(--white);
  margin-top: 0.3rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-dark));
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(16,185,129,0.4);
  margin: 0.4rem;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(16,185,129,0.55);
  color: #fff;
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--gold);
  font-weight: 700;
  font-size: 1rem;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  border: 2px solid var(--gold);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  margin: 0.4rem;
}

.btn-secondary:hover {
  background: var(--gold);
  color: var(--navy);
}

.disclaimer {
  font-size: 0.75rem;
  color: var(--white);
  margin-top: 0.75rem;
  opacity: 0.92;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Marquee / Feature Strip */
.feature-strip {
  background: var(--navy-mid);
  padding: 3rem 0;
  overflow: hidden;
}

.strip-heading {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 2rem;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  padding: 0 1.25rem;
}

.game-card {
  background: var(--navy-light);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(16,185,129,0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}

.game-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(16,185,129,0.3);
}

.game-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.game-card-body {
  padding: 0.85rem;
}

.game-card-body h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 0.6rem;
}

.game-card-body a {
  display: block;
  text-align: center;
  background: var(--emerald);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.45rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}

.game-card-body a:hover { background: var(--emerald-dark); }

/* Sections */
.section {
  padding: 4rem 0;
}

.section-dark { background: var(--navy); }
.section-mid { background: var(--navy-mid); }

.section-title {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--gold);
  text-align: center;
  margin-bottom: 2.5rem;
}

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.step-card {
  background: var(--navy-light);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(245,158,11,0.2);
  position: relative;
}

.step-badge {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, var(--gold), var(--emerald));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--navy);
  margin: 0 auto 1rem;
}

.step-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.step-card p {
  color: var(--silver);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Review blocks */
.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.review-block {
  background: var(--navy-light);
  border-radius: 14px;
  padding: 2rem;
  border: 1px solid rgba(16,185,129,0.15);
}

.review-block h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--emerald);
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(16,185,129,0.3);
  padding-bottom: 0.6rem;
}

.review-block p, .review-block li {
  color: var(--silver);
  font-size: 0.95rem;
  line-height: 1.7;
}

.review-block ul {
  padding-left: 1.2rem;
  margin: 0.5rem 0;
}

.review-block li { margin-bottom: 0.35rem; }

.word-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-top: 0.5rem;
}

.word-cloud span {
  background: rgba(16,185,129,0.12);
  border: 1px solid rgba(16,185,129,0.3);
  color: var(--emerald);
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Payments table */
.payments-section table {
  width: 100%;
  border-collapse: collapse;
  background: var(--navy-light);
  border-radius: 12px;
  overflow: hidden;
}

.payments-section th {
  background: var(--emerald-dark);
  color: #fff;
  padding: 0.9rem 1rem;
  text-align: left;
  font-size: 0.9rem;
}

.payments-section td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(148,163,184,0.1);
  color: var(--silver);
  font-size: 0.9rem;
}

.payments-section tr:last-child td { border-bottom: none; }
.payments-section tr:hover td { background: rgba(16,185,129,0.06); }

/* Promo cards */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.promo-card {
  background: linear-gradient(135deg, var(--navy-light), var(--navy-mid));
  border-radius: 14px;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(245,158,11,0.25);
  text-align: center;
  transition: transform 0.2s;
}

.promo-card:hover { transform: translateY(-4px); }

.promo-card .promo-icon {
  font-size: 2.2rem;
  color: var(--gold);
  margin-bottom: 1rem;
}

.promo-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 0.6rem;
}

.promo-card p {
  color: var(--silver);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

/* FAQ */
.faq-list { max-width: 820px; margin: 0 auto; }

.faq-item {
  background: var(--navy-light);
  border-radius: 10px;
  margin-bottom: 1rem;
  border: 1px solid rgba(16,185,129,0.15);
  overflow: hidden;
}

.faq-q {
  padding: 1.1rem 1.4rem;
  font-weight: 700;
  color: var(--white);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 0.98rem;
  transition: color 0.2s;
}

.faq-q:hover { color: var(--gold); }

.faq-a {
  padding: 0 1.4rem 1.1rem;
  color: var(--silver);
  font-size: 0.92rem;
  line-height: 1.7;
  display: none;
}

.faq-a.open { display: block; }

/* Footer */
.site-footer {
  background: var(--navy-mid);
  border-top: 2px solid var(--emerald);
  padding: 3rem 0 1.5rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-col h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-col a, .footer-col p {
  color: var(--silver);
  font-size: 0.85rem;
  text-decoration: none;
  display: block;
  margin-bottom: 0.4rem;
  transition: color 0.2s;
  line-height: 1.6;
}

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

.footer-bottom {
  border-top: 1px solid rgba(148,163,184,0.15);
  padding-top: 1.5rem;
  text-align: center;
}

.footer-bottom p {
  color: var(--silver);
  font-size: 0.8rem;
  line-height: 1.7;
}

.badge-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-weight: 900;
  font-size: 0.85rem;
  margin-right: 0.5rem;
}

.rg-icons a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--silver);
  text-decoration: none;
  font-size: 0.85rem;
  margin-right: 1rem;
  transition: color 0.2s;
}

.rg-icons a:hover { color: var(--emerald); }

/* Prose for inner pages */
.prose {
  color: var(--silver);
  line-height: 1.8;
  max-width: 860px;
  margin: 0 auto;
  font-size: 1rem;
}

.prose h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: var(--gold);
  margin: 1rem 0 1rem;
  border-bottom: 2px solid rgba(245,158,11,0.25);
  padding-bottom: 0.5rem;
}

.prose h3 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--emerald);
  margin: 2rem 0 0.75rem;
}

.prose p { margin-bottom: 1.2rem; }

.prose a {
  color: var(--emerald);
  text-decoration: underline;
  transition: color 0.2s;
}

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

.prose ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.prose ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.prose li { margin-bottom: 0.4rem; }

.prose blockquote {
  border-left: 4px solid var(--emerald);
  margin: 1.5rem 0;
  padding: 0.75rem 1.25rem;
  background: rgba(16,185,129,0.07);
  border-radius: 0 8px 8px 0;
  color: var(--white);
  font-style: italic;
}

.prose table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.prose th {
  background: var(--emerald-dark);
  color: #fff;
  padding: 0.7rem 1rem;
  text-align: left;
  font-size: 0.88rem;
}

.prose td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(148,163,184,0.12);
  font-size: 0.88rem;
  color: var(--silver);
}

.prose img {
  max-width: 100%;
  border-radius: 10px;
  margin: 1.5rem 0;
  display: block;
}

/* Parallax shimmer */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes glow-pulse {
  0%, 100% { box-shadow: 0 0 20px rgba(16,185,129,0.3); }
  50% { box-shadow: 0 0 40px rgba(16,185,129,0.7), 0 0 60px rgba(245,158,11,0.3); }
}

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

.shimmer-text {
  background: linear-gradient(90deg, var(--emerald), var(--gold), var(--emerald));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
}

.glow-border { animation: glow-pulse 2.5s ease-in-out infinite; }

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--navy-light), var(--navy-mid));
  padding: 0.6rem 0;
  border-top: 1px solid rgba(16,185,129,0.2);
  border-bottom: 1px solid rgba(16,185,129,0.2);
}

.marquee-inner {
  display: inline-block;
  animation: marquee-scroll 22s linear infinite;
}

.marquee-inner span {
  display: inline-block;
  padding: 0 2rem;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.9rem;
}

@media (max-width: 1023px) {
  .nav-links { display: none; }
  .burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10000;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid var(--emerald);
    max-height: min(75vh, calc(100dvh - 4.5rem));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-menu.open {
    display: block;
  }
}

@media (min-width: 1024px) {
  .burger-btn { display: none; }
  .mobile-menu { display: none !important; }
}
