:root {
  --primary-color: #8e24aa;
  --secondary-color: #512da8;
  --accent-color: #ba68c8;
  --background-color: #f3e5f5;
  --text-color: #2d133b;
  --glass-bg: rgba(255, 255, 255, 0.13);
  --glass-border: rgba(142, 36, 170, 0.18);
}

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

body {
  font-family: 'Rubik', Arial, sans-serif;
  background: linear-gradient(135deg, #512da8 0%, #8e24aa 100%);
  color: var(--text-color);
  min-height: 100vh;
}

.header-glass {
  background: transparent;
  padding: 0;
}

.nav-glass {
  margin: 0 auto;
  margin-top: 18px;
  max-width: 1100px;
  background: rgba(142, 36, 170, 0.75);
  box-shadow: 0 8px 32px 0 rgba(142, 36, 170, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 22px;
  border: 1.5px solid var(--glass-border);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
}

.nav-glass a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 12px;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s, transform 0.18s;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1.13em;
  position: relative;
  box-shadow: 0 2px 8px #0001;
}

.nav-glass a:hover, .nav-glass a.active {
  background: linear-gradient(90deg, #ba68c8 0%, #8e24aa 100%);
  color: #fff;
  box-shadow: 0 4px 18px #ba68c855;
  transform: translateY(-2px) scale(1.04);
}

.nav-glass a.active {
  border: 2px solid #ba68c8;
}

.hero {
  background: linear-gradient(120deg, #512da8 60%, #ba68c8 100%);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 80px 20px;
  box-shadow: 0 8px 32px #0002;
  border-radius: 28px;
  margin-top: 32px;
  position: relative;
}
.hero h1 {
  font-size: 2.8em;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  text-shadow: 0 4px 24px #512da8cc, 0 1px 0 #000;
}
.hero p {
  font-size: 1.25em;
  color: #f3e5f5;
  margin-bottom: 38px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 8px #0008;
}
.cta-bonus {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(45deg, #4CAF50, #45a049);
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.cta-bonus:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
  background: linear-gradient(45deg, #45a049, #4CAF50);
}

section {
  max-width: 950px;
  margin: 48px auto 0 auto;
  background: rgba(255,255,255,0.04);
  border-radius: 18px;
  box-shadow: 0 2px 18px #0001;
  padding: 36px 28px;
}

.about {
  background: linear-gradient(120deg, #f8eaff 60%, #f3e5f5 100%);
  border-radius: 28px;
  box-shadow: 0 8px 32px #8e24aa22, 0 2px 12px #0001;
  padding: 56px 32px 56px 32px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.about h2 {
  color: #512da8;
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 38px;
  text-align: center;
}
.features {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: center;
  margin-top: 18px;
}
.feature {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 24px #8e24aa22, 0 2px 12px #0001;
  padding: 32px 38px;
  min-width: 260px;
  max-width: 340px;
  text-align: center;
  font-size: 1.13em;
  color: #2d133b;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
}
.feature-icon {
  font-size: 2.2em;
  margin-bottom: 8px;
  color: #8e24aa;
  filter: drop-shadow(0 2px 8px #8e24aa22);
}
.feature h3 {
  font-size: 1.18em;
  font-weight: 800;
  color: #512da8;
  margin-bottom: 8px;
  margin-top: 0;
}
.feature p {
  font-size: 1.05em;
  font-weight: 500;
  color: #2d133b;
  margin: 0;
}

.bonuses-premium-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
}
.bonus-card {
  background: linear-gradient(120deg, #f3e5f5 60%, #ce93d8 100%);
  border-radius: 22px;
  box-shadow: 0 6px 32px #8e24aa33, 0 2px 12px #0001;
  padding: 38px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 290px;
  max-width: 340px;
  flex: 1 1 320px;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  animation: fadeInUp 0.7s cubic-bezier(.23,1.01,.32,1) 0.1s both;
}
.bonus-card h3 {
  font-size: 1.35em;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--primary-color);
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bonus-card p {
  font-size: 1.08em;
  font-weight: 500;
  margin-bottom: 28px;
  color: #2d133b;
  text-align: center;
}
.bonus-card .cta-bonus {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.08em;
  padding: 13px 36px;
  border-radius: 10px;
  box-shadow: 0 4px 18px #8e24aa33;
}
.bonus-card .cta-bonus:hover {
  background: var(--primary-color);
  color: #fff;
}

.games-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 18px;
}
.game-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 18px #8e24aa22, 0 2px 8px #0001;
  padding: 24px 36px;
  min-width: 180px;
  text-align: center;
  font-size: 1.18em;
  color: #2d133b;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: box-shadow 0.18s, transform 0.15s;
}
.game-card:hover {
  box-shadow: 0 8px 32px #ba68c855;
  transform: scale(1.04);
}

.cta-secondary {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(45deg, #2196F3, #1976D2);
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.cta-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.4);
  background: linear-gradient(45deg, #1976D2, #2196F3);
}

.providers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin-top: 18px;
}
.provider-card {
  background: rgba(255,255,255,0.10);
  border-radius: 12px;
  box-shadow: 0 2px 8px #0002;
  padding: 18px 28px;
  min-width: 160px;
  text-align: center;
  font-size: 1.08em;
  color: #2d133b;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.18s, box-shadow 0.18s, transform 0.15s;
}
.provider-card:hover {
  background: linear-gradient(90deg, #ba68c8 0%, #8e24aa 100%);
  color: #fff;
  box-shadow: 0 4px 18px #ba68c855;
  transform: scale(1.04);
}
.provider-logo {
  max-width: 80px;
  max-height: 38px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px #0001;
  padding: 4px 8px;
}
.provider-logo-aristocrat {
  background: #222 !important;
  padding: 6px 12px !important;
  border-radius: 10px !important;
}
.provider-logo-pragmatic {
  background: #000 !important;
  padding: 6px 12px !important;
  border-radius: 10px !important;
}
.provider-logo-netent {
  background: #222 !important;
  padding: 6px 12px !important;
  border-radius: 10px !important;
}

.vip, .mobile, .security, .contacts {
  text-align: center;
}

.reviews-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 18px;
}
.review-card {
  background: rgba(255,255,255,0.10);
  border-radius: 14px;
  box-shadow: 0 2px 12px #0002;
  padding: 22px 28px;
  min-width: 220px;
  text-align: left;
  font-size: 1.08em;
  color: #2d133b;
  font-weight: 600;
  max-width: 320px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.review-photo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 8px #0003;
  border: 2px solid #ba68c8;
}

footer {
  background: #512da8;
  color: #ba68c8;
  text-align: center;
  padding: 24px 0 12px 0;
  margin-top: 48px;
  font-size: 1.05em;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 -2px 12px #0002;
}

.faq {
  background: linear-gradient(120deg, #f8eaff 60%, #f3e5f5 100%);
  border-radius: 32px;
  box-shadow: 0 8px 32px #8e24aa22, 0 2px 12px #0001;
  padding: 48px 32px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.faq h2 {
  color: #8e24aa;
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 32px;
  text-align: center;
}
.faq [itemprop="mainEntity"] {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px #8e24aa11;
  margin-bottom: 28px;
  padding: 28px 28px 18px 28px;
  transition: box-shadow 0.2s;
  position: relative;
}
.faq [itemprop="mainEntity"]:hover {
  box-shadow: 0 6px 32px #8e24aa33;
}
.faq h3[itemprop="name"] {
  font-size: 1.18em;
  font-weight: 700;
  color: #512da8;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq h3[itemprop="name"]::before {
  content: "❓";
  font-size: 1.2em;
  color: #ba68c8;
  margin-right: 8px;
}
.faq [itemprop="acceptedAnswer"] p {
  color: #2d133b;
  font-size: 1.05em;
  background: #f8eaff;
  border-radius: 12px;
  padding: 14px 18px;
  margin: 0;
  box-shadow: 0 1px 6px #8e24aa11;
}

@media (max-width: 900px) {
  section { padding: 18px 4vw; }
  .nav-glass { max-width: 99vw; padding: 8px 2vw; }
  .about { padding: 24px 8px; border-radius: 18px; }
  .features { gap: 18px; }
  .feature { padding: 18px 10px; border-radius: 14px; min-width: 90vw; max-width: 99vw; }
  .feature-icon { font-size: 1.5em; }
  .bonuses-premium-wrap { flex-direction: column; align-items: center; gap: 24px; }
  .bonus-card { min-width: 90vw; max-width: 99vw; }
  .faq { padding: 24px 8px; border-radius: 18px; }
  .faq [itemprop="mainEntity"] { padding: 18px 10px 12px 10px; border-radius: 12px; }
  .faq h2 { font-size: 1.3em; }
  .games-list { gap: 14px; }
  .game-card { min-width: 90vw; max-width: 99vw; padding: 16px 8px; font-size: 1.05em; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .header-glass { padding: 0 0 8px 0; }
  .nav-glass {
    max-width: 100vw;
    border-radius: 0 0 18px 18px;
    padding: 8px 2vw 8px 2vw;
    font-size: 1.08em;
    box-shadow: 0 4px 18px #0003;
  }
  .nav-glass a {
    font-size: 1.08em;
    padding: 10px 10px;
    border-radius: 10px;
    margin: 0 2px;
  }
  .hero { min-height: 220px; padding: 60px 0 24px 0; border-radius: 12px; }
  .hero h1 { font-size: 1.5em; }
  .hero p { font-size: 1em; margin-bottom: 18px; }
  .cta-bonus { font-size: 1em; padding: 12px 18px; border-radius: 7px; }
  .about .features { gap: 12px; }
  .feature { font-size: 1em; padding: 12px 8px; border-radius: 8px; }
  .bonuses-premium-wrap { gap: 12px; }
  .bonus-card { padding: 18px 8px 18px 8px; border-radius: 12px; }
  .bonus-card h3 { font-size: 1.08em; }
  .bonus-card p { font-size: 0.98em; }
  .providers-list { gap: 10px; }
  .provider-card { min-width: 90px; padding: 10px 6px; border-radius: 8px; font-size: 0.98em; }
  .provider-logo { max-width: 48px; max-height: 22px; border-radius: 5px; padding: 2px 4px; }
  .review-card { min-width: 90px; max-width: 99vw; padding: 10px 6px; border-radius: 8px; font-size: 0.98em; gap: 8px; }
  .review-photo { width: 32px; height: 32px; border-radius: 50%; }
  .cta-secondary, .cta-bonus { font-size: 0.98em; padding: 10px 18px; border-radius: 7px; }
  footer { font-size: 0.98em; padding: 12px 0 8px 0; border-radius: 0 0 12px 12px; }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

.cta-main {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(45deg, #FFD700, #FFA500);
  color: #000;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.cta-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  background: linear-gradient(45deg, #FFA500, #FFD700);
}

.feature-card {
  background: rgba(255,255,255,0.08);
  border-radius: 14px;
  box-shadow: 0 2px 12px #0001;
  padding: 22px 28px;
  min-width: 180px;
  text-align: center;
  font-size: 1.08em;
  color: #5f5f5f;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(255,255,255,0.1);
}

.review-card {
  background: rgba(255,255,255,0.10);
  border-radius: 14px;
  box-shadow: 0 2px 12px #0002;
  padding: 22px 28px;
  min-width: 220px;
  text-align: left;
  font-size: 1.08em;
  color: #fff;
  font-weight: 500;
  max-width: 320px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(255,255,255,0.1);
}

.review-photo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 8px #0003;
  border: 2px solid #ffd54f;
} 