:root {
  --brand-primary:     #1a1147;
  --brand-secondary:   #2d1b69;
  --brand-accent:      #7b2ff2;
  --brand-bg:          #0f0a2e;
  --brand-text:        #ffffff;
  --brand-header-bg:   #0d0826;
  --brand-btn-bg:      #4cd137;
  --brand-btn-text:    #1a1147;
  --brand-btn-radius:  8px;
  --brand-head-font:   'Impact', sans-serif;
  --brand-body-font:   'Arial', sans-serif;
  --brand-head-weight: 800;
  --brand-body-size:   14px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--brand-body-font);
  font-size: var(--brand-body-size);
  background-color: var(--brand-bg);
  color: var(--brand-text);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: var(--brand-accent);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--brand-btn-bg);
}

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

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===================== SKIP LINK ===================== */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--brand-accent);
  color: #fff;
  padding: 8px 16px;
  z-index: 99999;
  font-size: 14px;
  border-radius: 0 0 8px 0;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0;
}

/* ===================== HEADER / NAV ===================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--brand-header-bg);
  border-bottom: 1px solid rgba(123, 47, 242, 0.35);
  box-shadow: 0 2px 20px rgba(0,0,0,0.6);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 20px;
}

.site-logo-img {
  height: 44px;
  width: auto;
  display: block;
  max-width: 200px;
}

.main-nav {
  position: relative;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav ul li a {
  display: block;
  padding: 8px 14px;
  color: var(--brand-text);
  font-family: var(--brand-body-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: var(--brand-btn-radius);
  transition: background 0.2s, color 0.2s;
  text-transform: uppercase;
}

.main-nav ul li a:hover,
.main-nav ul li a.active {
  background: rgba(123, 47, 242, 0.25);
  color: var(--brand-btn-bg);
}

.header-cta-btn {
  display: inline-block;
  padding: 10px 24px;
  background: var(--brand-btn-bg);
  color: var(--brand-btn-text);
  font-family: var(--brand-head-font);
  font-weight: var(--brand-head-weight);
  font-size: 14px;
  border-radius: var(--brand-btn-radius);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 3px 12px rgba(76, 209, 55, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.header-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 209, 55, 0.6);
  color: var(--brand-btn-text);
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: 1px solid rgba(123, 47, 242, 0.5);
  color: var(--brand-text);
  font-size: 22px;
  padding: 6px 12px;
  border-radius: var(--brand-btn-radius);
  cursor: pointer;
  transition: background 0.2s;
}

.mobile-menu-btn:hover {
  background: rgba(123, 47, 242, 0.2);
}

/* ===================== HERO ===================== */
.hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 60px;
  background: linear-gradient(135deg, #0d0826 0%, #1a1147 40%, #2d1b69 70%, #0f0a2e 100%);
  border-bottom: 2px solid rgba(123, 47, 242, 0.4);
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 47, 242, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76, 209, 55, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  background: rgba(123, 47, 242, 0.3);
  border: 1px solid rgba(123, 47, 242, 0.6);
  color: #c79dff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.hero-headline {
  font-family: var(--brand-head-font);
  font-weight: var(--brand-head-weight);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.1;
  margin-bottom: 16px;
  color: #ffffff;
  text-shadow: 0 0 40px rgba(123, 47, 242, 0.5);
}

.hero-headline span {
  color: var(--brand-btn-bg);
  text-shadow: 0 0 20px rgba(76, 209, 55, 0.5);
}

.hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 28px;
  max-width: 480px;
  line-height: 1.7;
}

.hero-bonus-box {
  background: linear-gradient(135deg, rgba(26,17,71,0.9), rgba(45,27,105,0.9));
  border: 1px solid rgba(123, 47, 242, 0.5);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 32px;
  display: inline-block;
}

.hero-bonus-box .bonus-amount {
  font-family: var(--brand-head-font);
  font-size: 42px;
  font-weight: 800;
  color: var(--brand-btn-bg);
  text-shadow: 0 0 20px rgba(76, 209, 55, 0.6);
  line-height: 1;
}

.hero-bonus-box .bonus-label {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-hero {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(135deg, #4cd137, #2ecc71);
  color: var(--brand-btn-text);
  font-family: var(--brand-head-font);
  font-weight: 800;
  font-size: 18px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 4px 25px rgba(76, 209, 55, 0.55);
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
  cursor: pointer;
}

.btn-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(76, 209, 55, 0.7);
  color: var(--brand-btn-text);
}

.btn-secondary {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: #ffffff;
  font-family: var(--brand-head-font);
  font-weight: 700;
  font-size: 16px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid rgba(123, 47, 242, 0.7);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.btn-secondary:hover {
  background: rgba(123, 47, 242, 0.2);
  border-color: var(--brand-accent);
  color: #ffffff;
  transform: translateY(-2px);
}

.hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual-card {
  background: linear-gradient(145deg, rgba(45,27,105,0.8), rgba(26,17,71,0.9));
  border: 1px solid rgba(123, 47, 242, 0.4);
  border-radius: 16px;
  padding: 30px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 60px rgba(123, 47, 242, 0.2);
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hero-stat-item {
  background: rgba(15, 10, 46, 0.6);
  border: 1px solid rgba(123, 47, 242, 0.25);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}

.hero-stat-item .stat-num {
  font-family: var(--brand-head-font);
  font-size: 28px;
  font-weight: 800;
  color: var(--brand-btn-bg);
  line-height: 1;
}

.hero-stat-item .stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px;
}

/* ===================== FLOATING CTA ===================== */
.floating-cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  padding: 14px 28px;
  background: linear-gradient(135deg, #4cd137, #2ecc71);
  color: var(--brand-btn-text);
  border-radius: 50px;
  font-weight: 700;
  font-family: var(--brand-head-font);
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(76, 209, 55, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation: pulse-glow 2.5s ease-in-out infinite;
}

.floating-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(76, 209, 55, 0.7);
  color: var(--brand-btn-text);
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 4px 20px rgba(76, 209, 55, 0.5); }
  50% { box-shadow: 0 4px 35px rgba(76, 209, 55, 0.8), 0 0 0 6px rgba(76,209,55,0.12); }
}

/* ===================== SECTION COMMONS ===================== */
.section-title {
  font-family: var(--brand-head-font);
  font-weight: var(--brand-head-weight);
  font-size: clamp(24px, 3.5vw, 38px);
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.section-title span {
  color: var(--brand-btn-bg);
}

.section-subtitle {
  color: rgba(255,255,255,0.65);
  font-size: 15px;
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.section-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-accent), var(--brand-btn-bg));
  border-radius: 2px;
  margin: 12px 0 28px;
}

/* ===================== BONUS SECTION ===================== */
.bonus-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #0f0a2e 0%, #1a1147 50%, #0f0a2e 100%);
  border-top: 1px solid rgba(123, 47, 242, 0.2);
  border-bottom: 1px solid rgba(123, 47, 242, 0.2);
}

.bonus-full-card {
  background: linear-gradient(135deg, rgba(45,27,105,0.6), rgba(26,17,71,0.8));
  border: 1px solid rgba(123, 47, 242, 0.4);
  border-radius: 16px;
  padding: 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
}

.bonus-main-amount {
  font-family: var(--brand-head-font);
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 800;
  color: var(--brand-btn-bg);
  text-shadow: 0 0 30px rgba(76, 209, 55, 0.5);
  line-height: 1;
}

.bonus-details-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bonus-detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}

.bonus-detail-item .check-icon {
  color: var(--brand-btn-bg);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.bonus-terms-note {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-top: 16px;
  line-height: 1.5;
}

.bonus-cta-block {
  text-align: center;
}

.bonus-cta-block .btn-hero {
  width: 100%;
  margin-bottom: 12px;
}

.bonus-cta-block .small-note {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
}

/* ===================== FEATURES SECTION ===================== */
.features-section {
  padding: 80px 0;
  background: var(--brand-bg);
}

.features-asymmetric {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.features-main-content h2 {
  font-family: var(--brand-head-font);
  font-weight: 800;
  font-size: clamp(22px, 3vw, 34px);
  margin-bottom: 20px;
  line-height: 1.2;
}

.features-main-content p {
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.feature-highlight-box {
  background: linear-gradient(135deg, rgba(123, 47, 242, 0.15), rgba(26,17,71,0.8));
  border: 1px solid rgba(123, 47, 242, 0.35);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}

.feature-highlight-box h3 {
  font-family: var(--brand-head-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--brand-btn-bg);
  margin-bottom: 8px;
}

.feature-highlight-box p {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 0;
  line-height: 1.6;
}

.features-sidebar-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-mini-card {
  background: rgba(45,27,105,0.4);
  border: 1px solid rgba(123, 47, 242, 0.3);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}

.feature-mini-card:hover {
  border-color: rgba(123, 47, 242, 0.7);
  transform: translateY(-2px);
}

.feature-mini-card .mini-icon {
  font-size: 32px;
  margin-bottom: 10px;
  display: block;
}

.feature-mini-card h4 {
  font-family: var(--brand-head-font);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature-mini-card p {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  margin: 0;
}

/* ===================== GAMES SECTION ===================== */
.games-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #0f0a2e, #1a1147);
  border-top: 1px solid rgba(123, 47, 242, 0.15);
}

.games-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.game-card {
  background: linear-gradient(145deg, rgba(45,27,105,0.6), rgba(26,17,71,0.8));
  border: 1px solid rgba(123, 47, 242, 0.3);
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  cursor: default;
}

.game-card:hover {
  border-color: rgba(123, 47, 242, 0.7);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(123, 47, 242, 0.2);
}

.game-card .game-icon {
  font-size: 40px;
  margin-bottom: 12px;
  display: block;
}

.game-card h3 {
  font-family: var(--brand-head-font);
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.game-card p {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  margin: 0;
}

.game-card .game-tag {
  display: inline-block;
  background: rgba(123, 47, 242, 0.25);
  border: 1px solid rgba(123, 47, 242, 0.4);
  color: #c79dff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-top: 10px;
}

/* ===================== PAYMENTS SECTION ===================== */
.payments-section {
  padding: 80px 0;
  background: var(--brand-bg);
  border-top: 1px solid rgba(123, 47, 242, 0.15);
}

.payments-three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

.payment-col-card {
  background: rgba(45,27,105,0.35);
  border: 1px solid rgba(123, 47, 242, 0.3);
  border-radius: 12px;
  padding: 28px;
}

.payment-col-card h3 {
  font-family: var(--brand-head-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-btn-bg);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.payment-col-card .payment-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 13px;
}

.payment-col-card .payment-row:last-child {
  border-bottom: none;
}

.payment-col-card .payment-row .pay-label {
  color: rgba(255,255,255,0.7);
}

.payment-col-card .payment-row .pay-value {
  color: #ffffff;
  font-weight: 600;
}

/* ===================== INFO SECTION ===================== */
.info-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #1a1147, #0f0a2e);
  border-top: 1px solid rgba(123, 47, 242, 0.15);
}

.info-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.info-text-block h2 {
  font-family: var(--brand-head-font);
  font-weight: 800;
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 16px;
  line-height: 1.2;
}

.info-text-block p {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.info-text-block p:last-child {
  margin-bottom: 0;
}

.info-aside-blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-aside-item {
  background: rgba(45,27,105,0.4);
  border: 1px solid rgba(123, 47, 242, 0.3);
  border-left: 3px solid var(--brand-accent);
  border-radius: 0 10px 10px 0;
  padding: 20px 20px 20px 22px;
}

.info-aside-item h4 {
  font-family: var(--brand-head-font);
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-aside-item p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 0;
  line-height: 1.6;
}

/* ===================== FAQ SECTION ===================== */
.faq-section {
  padding: 80px 0;
  background: var(--brand-bg);
  border-top: 1px solid rgba(123, 47, 242, 0.15);
}

.faq-single-col {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(45,27,105,0.35);
  border: 1px solid rgba(123, 47, 242, 0.25);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq-item:hover {
  border-color: rgba(123, 47, 242, 0.55);
}

.faq-question {
  padding: 18px 22px;
  font-family: var(--brand-head-font);
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  cursor: default;
  letter-spacing: 0.3px;
}

.faq-answer {
  padding: 0 22px 18px;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  border-top: 1px solid rgba(123, 47, 242, 0.15);
}

/* ===================== CTA BANNER ===================== */
.cta-banner {
  padding: 70px 0;
  background: linear-gradient(135deg, #1a1147, #2d1b69, #1a1147);
  border-top: 1px solid rgba(123, 47, 242, 0.3);
  border-bottom: 1px solid rgba(123, 47, 242, 0.3);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(123,47,242,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.cta-banner h2 {
  font-family: var(--brand-head-font);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.cta-banner p {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.cta-banner .btn-hero {
  position: relative;
  z-index: 1;
}

/* ===================== FOOTER ===================== */
.site-footer {
  background: #060314;
  border-top: 1px solid rgba(123, 47, 242, 0.25);
  padding-top: 60px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(123, 47, 242, 0.15);
}

.footer-brand p {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  line-height: 1.7;
  margin-top: 14px;
  max-width: 320px;
}

.footer-brand .footer-logo-img {
  height: 38px;
  width: auto;
}

.footer-col h4 {
  font-family: var(--brand-head-font);
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col ul li a {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: var(--brand-btn-bg);
}

.footer-middle {
  padding: 30px 0;
  border-bottom: 1px solid rgba(123, 47, 242, 0.12);
}

.footer-logos-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-logo-badge {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.65);
  text-align: center;
  white-space: nowrap;
  transition: border-color 0.2s;
}

.footer-logo-badge:hover {
  border-color: rgba(123, 47, 242, 0.4);
}

.footer-logo-badge .badge-icon {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}

.footer-logo-badge.age-badge {
  background: rgba(220, 38, 38, 0.15);
  border-color: rgba(220, 38, 38, 0.4);
  color: #ff6b6b;
  font-size: 18px;
  font-weight: 900;
}

.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  color: rgba(255,255,255,0.35);
  font-size: 12px;
}

.footer-legal-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-legal-links a {
  color: rgba(255,255,255,0.4);
  font-size: 12px;
  transition: color 0.2s;
}

.footer-legal-links a:hover {
  color: rgba(255,255,255,0.7);
}

.responsible-note {
  background: rgba(45,27,105,0.3);
  border: 1px solid rgba(123, 47, 242, 0.2);
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 30px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  text-align: center;
}

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-block;
  padding: 12px 28px;
  font-family: var(--brand-head-font);
  font-weight: 700;
  font-size: 14px;
  border-radius: var(--brand-btn-radius);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
}

.btn:focus {
  outline: 2px solid var(--brand-btn-bg);
  outline-offset: 3px;
}

.btn-cta {
  background: var(--brand-btn-bg);
  color: var(--brand-btn-text);
  box-shadow: 0 3px 12px rgba(76, 209, 55, 0.4);
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 209, 55, 0.6);
  color: var(--brand-btn-text);
}

/* ===================== LEGAL PAGES ===================== */
.legal-page {
  padding: 120px 0 80px;
  min-height: 80vh;
}

.legal-page h1 {
  font-family: var(--brand-head-font);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  margin-bottom: 8px;
}

.legal-page .last-updated {
  color: rgba(255,255,255,0.45);
  font-size: 13px;
  margin-bottom: 40px;
}

.legal-content h2 {
  font-family: var(--brand-head-font);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 36px 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.legal-content p {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}

.legal-content ul {
  list-style: disc;
  padding-left: 22px;
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}

.legal-content ul li {
  margin-bottom: 6px;
}

/* ===================== RESPONSIVE ===================== */
.mobile-menu-btn {
  display: none;
}

@media (max-width: 1100px) {
  .games-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 992px) {
  .main-nav ul {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .main-nav.mobile-nav-active ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--brand-header-bg);
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(123,47,242,0.3);
    z-index: 999;
  }
  .main-nav.mobile-nav-active ul li a {
    padding: 12px 16px;
    font-size: 15px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-right {
    order: -1;
  }
  .hero-stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .features-asymmetric {
    grid-template-columns: 1fr;
  }
  .features-sidebar-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .feature-mini-card {
    flex: 1 1 calc(50% - 8px);
    min-width: 140px;
  }
  .bonus-full-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .payments-three-col {
    grid-template-columns: 1fr 1fr;
  }
  .info-two-col {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 100px 0 50px;
    min-height: 60vh;
  }
  .hero-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .games-grid {
    grid-template-columns: 1fr 1fr;
  }
  .payments-three-col {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-logos-row {
    gap: 10px;
  }
  .floating-cta {
    bottom: 16px;
    right: 16px;
    padding: 12px 20px;
    font-size: 14px;
  }
  .games-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-cta-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .btn-hero {
    width: 100%;
    text-align: center;
  }
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .games-grid {
    grid-template-columns: 1fr;
  }
  .hero-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-mini-card {
    flex: 1 1 100%;
  }
  .header-cta-btn {
    display: none;
  }
  .features-sidebar-cards {
    flex-direction: column;
  }
}

@media (max-width: 320px) {
  .container {
    padding: 0 12px;
  }
  .hero-headline {
    font-size: 26px;
  }
  .floating-cta {
    font-size: 12px;
    padding: 10px 14px;
    bottom: 10px;
    right: 10px;
  }
}