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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #0e0e0e;
  color: #e0e0e0;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

.hf4d2k {
  background-color: #1b1c1d;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.bt9s7p {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.logo-block {
  flex-shrink: 0;
}

.zm6t4h {
  display: block;
}

.nr8k5w {
  width: 50px;
  height: auto;
}

.px7h2m {
  flex: 1;
}

.jv5k9q {
  display: flex;
  list-style: none;
  gap: 30px;
  align-items: center;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e0e0e0;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  background-color: rgba(229, 5, 57, 0.1);
  color: #e50539;
}

.icon-nav {
  flex-shrink: 0;
}

.qh9d3z {
  display: flex;
  align-items: center;
  gap: 15px;
}

.language-selector {
  position: relative;
}

.lk7w2n {
  position: relative;
}

.th5p9m {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  color: #e0e0e0;
  font-size: 14px;
  transition: all 0.3s ease;
}

.th5p9m:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.flag-icon {
  width: 20px;
  height: 14px;
  border-radius: 2px;
}

.chevron-icon {
  transition: transform 0.3s ease;
}

.th5p9m:hover .chevron-icon {
  transform: rotate(180deg);
}

.bm2k7x {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background-color: #1b1c1d;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
}

.lk7w2n:hover .bm2k7x {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #e0e0e0;
  font-size: 14px;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background-color: rgba(229, 5, 57, 0.1);
  color: #e50539;
}

.dropdown-item.active {
  background-color: rgba(40, 169, 9, 0.1);
  color: #28a909;
}

.online-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: rgba(40, 169, 9, 0.1);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.online-dot {
  width: 8px;
  height: 8px;
  background-color: #28a909;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.cta-buttons {
  display: flex;
  gap: 10px;
}

.fn2v8k,
.xc6h4p {
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.fn2v8k {
  background-color: #e50539;
  color: #ffffff;
}

.fn2v8k:hover {
  background-color: #c00430;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(229, 5, 57, 0.3);
}

.xc6h4p {
  background-color: #28a909;
  color: #ffffff;
}

.xc6h4p:hover {
  background-color: #228907;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 169, 9, 0.3);
}

.rw8d5t {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 30px;
  height: 24px;
  padding: 0;
}

.rw8d5t span {
  width: 100%;
  height: 3px;
  background-color: #e0e0e0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.rw8d5t.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.rw8d5t.active span:nth-child(2) {
  opacity: 0;
}

.rw8d5t.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.gk2w9p {
  background: linear-gradient(135deg, rgba(229, 5, 57, 0.1) 0%, rgba(40, 169, 9, 0.1) 100%);
  padding: 60px 20px;
  margin-top: 20px;
}

.dt8n4q {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.ym3h7k {
  flex: 1;
  min-width: 300px;
}

.wp9t5m {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #e50539 0%, #28a909 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bs7n2x {
  font-size: 20px;
  color: #b0b0b0;
  margin-bottom: 30px;
  line-height: 1.5;
}

.hero-stats {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
}

.stat-value {
  font-size: 32px;
  font-weight: 700;
  color: #28a909;
}

.stat-label {
  font-size: 14px;
  color: #808080;
  margin-top: 5px;
}

.kf5h8t {
  display: inline-flex;
  align-items: center;
  padding: 16px 40px;
  background-color: #28a909;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.kf5h8t:hover {
  background-color: #228907;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(40, 169, 9, 0.4);
}

.nq4z7p {
  flex: 0 0 400px;
}

.lx9w3m {
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2c 100%);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(229, 5, 57, 0.3);
}

.promo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.promo-badge {
  background-color: #e50539;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.promo-status {
  font-size: 12px;
  color: #28a909;
}

.promo-title {
  font-size: 16px;
  color: #808080;
  margin-bottom: 15px;
}

.vh2n6k {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.promo-code {
  flex: 1;
  background-color: rgba(229, 5, 57, 0.1);
  border: 2px dashed #e50539;
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #e50539;
  letter-spacing: 2px;
}

.gh7k3p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.gh7k3p:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.yw5h9n {
  display: block;
  width: 100%;
  padding: 14px;
  background-color: #28a909;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.yw5h9n:hover {
  background-color: #228907;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 169, 9, 0.3);
}

.promo-info {
  text-align: center;
  font-size: 14px;
  color: #b0b0b0;
}

.pq4n2x {
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.section-subtitle {
  font-size: 18px;
  color: #808080;
}

.fh3k8t {
  margin-bottom: 60px;
}

.mx6p2w {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.jw9n4k {
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2c 100%);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.jw9n4k:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.jw9n4k.gold {
  border: 2px solid #ffd700;
}

.jw9n4k.silver {
  border: 2px solid #c0c0c0;
}

.jw9n4k.bronze {
  border: 2px solid #cd7f32;
}

.jackpot-icon {
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
}

.jackpot-level {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.qv7d3h {
  text-align: center;
  margin-bottom: 25px;
}

.qv7d3h .currency {
  font-size: 24px;
  color: #808080;
}

.qv7d3h .amount {
  font-size: 42px;
  font-weight: 800;
  color: #28a909;
}

.jackpot-winners {
  margin-top: 20px;
}

.winner-title {
  font-size: 14px;
  color: #808080;
  margin-bottom: 12px;
  text-align: center;
}

.winner-item {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winner-name {
  color: #e0e0e0;
  font-weight: 500;
}

.winner-prize {
  color: #28a909;
  font-weight: 600;
}

.qk7w3n {
  margin-bottom: 60px;
}

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

.screenshot-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.screenshot-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.screenshot-item img {
  width: 100%;
  height: auto;
  display: block;
}

.dm9w5x {
  display: none;
}

.tk6h9w {
  margin-bottom: 60px;
}

.vn2k8p {
  max-width: 1200px;
  margin: 0 auto;
}

.demo-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.demo-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.demo-actions {
  text-align: center;
  margin-top: 30px;
}

.mh5w9t {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background-color: #28a909;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.mh5w9t:hover {
  background-color: #228907;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 169, 9, 0.4);
}

.demo-note {
  margin-top: 15px;
  font-size: 14px;
  color: #808080;
}

.xh4k7n {
  margin-bottom: 60px;
}

.nw8q3p {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.gq9k2m {
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2c 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.gq9k2m:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.strategy-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.strategy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gq9k2m:hover .strategy-image img {
  transform: scale(1.1);
}

.strategy-content {
  padding: 25px;
}

.strategy-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.strategy-description {
  font-size: 15px;
  color: #b0b0b0;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ht7n4k {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #e50539;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.ht7n4k:hover {
  background-color: #c00430;
  transform: translateY(-2px);
}

.pk9m2w {
  margin-bottom: 60px;
}

.dt5h9k {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.vm8k3x {
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2c 100%);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.review-header {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.review-author-info {
  flex: 1;
}

.review-author {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

.review-rating {
  color: #ffd700;
  font-size: 16px;
}

.review-text {
  font-size: 15px;
  color: #b0b0b0;
  line-height: 1.7;
}

.fw7q2n {
  max-width: 600px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2c 100%);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.form-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #ffffff;
}

.zk3h8m {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #e0e0e0;
}

.form-input,
.form-textarea {
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #e0e0e0;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #e50539;
  background-color: rgba(255, 255, 255, 0.08);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.bd6n9h {
  padding: 14px;
  background-color: #28a909;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.bd6n9h:hover {
  background-color: #228907;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 169, 9, 0.3);
}

.gh2k7p {
  display: none;
  text-align: center;
  padding: 30px;
}

.gh2k7p.show {
  display: block;
}

.gh2k7p svg {
  margin: 0 auto 15px;
}

.gh2k7p p {
  font-size: 16px;
  color: #28a909;
}

.xm5p8k {
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2c 100%);
  border-radius: 16px;
  padding: 40px;
  margin: 40px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.zt6h9n {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 1.3;
}

.xm5p8k h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 35px 0 20px;
  color: #ffffff;
}

.xm5p8k h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0 15px;
  color: #e0e0e0;
}

.xm5p8k p {
  margin-bottom: 18px;
  color: #b0b0b0;
  line-height: 1.7;
}

.xm5p8k strong {
  color: #e0e0e0;
  font-weight: 600;
}

.xm5p8k ul,
.xm5p8k ol {
  margin: 20px 0 20px 25px;
}

.xm5p8k li {
  margin-bottom: 12px;
  color: #b0b0b0;
  line-height: 1.6;
}

.xm5p8k table {
  width: 100%;
  margin: 25px auto;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.xm5p8k th,
.xm5p8k td {
  padding: 14px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.xm5p8k th {
  background-color: rgba(229, 5, 57, 0.2);
  color: #ffffff;
  font-weight: 600;
}

.xm5p8k td {
  color: #b0b0b0;
}

.xm5p8k .intro-section,
.xm5p8k .about-section,
.xm5p8k .features-section,
.xm5p8k .howtoplay-section,
.xm5p8k .providers-section,
.xm5p8k .comparison-section,
.xm5p8k .faq-section {
  margin-bottom: 35px;
}

.xm5p8k .faq-item {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.qm7h3k {
  background-color: #1b1c1d;
  margin-top: 60px;
  padding: 50px 20px 30px;
}

.nt6w9p {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col {
}

.footer-logo {
  display: inline-block;
  margin-bottom: 15px;
}

.footer-description {
  font-size: 14px;
  color: #808080;
  line-height: 1.6;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-menu {
  list-style: none;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: #b0b0b0;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-menu a:hover {
  color: #e50539;
  padding-left: 5px;
}

.provider-link {
  display: inline-block;
}

.provider-logo {
  width: 120px;
  height: auto;
}

.footer-middle {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.payments-grid,
.licenses-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
}

.payment-logo,
.license-logo {
  height: 32px;
  width: auto;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.payment-logo:hover,
.license-logo:hover {
  opacity: 1;
  transform: translateY(-2px);
}

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

.copyright {
  flex: 1;
}

.copyright p {
  font-size: 13px;
  color: #808080;
  margin-bottom: 5px;
}

.legal-text {
  font-size: 12px;
  color: #606060;
}

.author-info {
  text-align: right;
}

.author-info p {
  font-size: 13px;
  color: #808080;
  margin-bottom: 3px;
}

.author-info a {
  color: #e50539;
}

.author-info a:hover {
  text-decoration: underline;
}

.author-bio {
  font-size: 12px;
  color: #606060;
}

.hx5k9w {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2c 100%);
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.hx5k9w.hidden {
  transform: translateY(100%);
}

.wk7n3p {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.widget-text {
  display: flex;
  align-items: center;
  gap: 12px;
}

.widget-emoji {
  font-size: 28px;
}

.widget-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.td9h2k {
  padding: 12px 32px;
  background-color: #28a909;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.td9h2k:hover {
  background-color: #228907;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 169, 9, 0.4);
}

.wp-dummy-1 {
  display: none;
}
.wp-dummy-2 {
  visibility: hidden;
}
.elementor-section {
}
.yoast-breadcrumbs {
}

@media (max-width: 1024px) {
  .jv5k9q {
    gap: 20px;
  }

  .nav-link {
    font-size: 14px;
  }

  .wp9t5m {
    font-size: 36px;
  }

  .bs7n2x {
    font-size: 18px;
  }

  .hero-stats {
    gap: 20px;
  }

  .stat-value {
    font-size: 28px;
  }

  .nq4z7p {
    flex: 1 1 100%;
  }

  .ph2m8k {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .wq3n8x {
    flex-wrap: wrap;
  }

  .px7h2m {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #1b1c1d;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }

  .px7h2m.active {
    transform: translateX(0);
  }

  .jv5k9q {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .nav-link {
    width: 100%;
    padding: 12px;
  }

  .qh9d3z {
    order: -1;
    width: 100%;
    justify-content: space-between;
  }

  .cta-buttons {
    order: 2;
  }

  .rw8d5t {
    display: flex;
    order: 3;
  }

  .language-selector,
  .online-counter {
    display: none;
  }

  .wp9t5m {
    font-size: 32px;
  }

  .bs7n2x {
    font-size: 16px;
  }

  .hero-stats {
    justify-content: center;
  }

  .stat-value {
    font-size: 24px;
  }

  .mx6p2w {
    grid-template-columns: 1fr;
  }

  .ph2m8k {
    display: none;
  }

  .dm9w5x {
    display: block;
  }

  .slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  }

  .slider-track {
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide {
    min-width: 100%;
    flex-shrink: 0;
  }

  .slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }

  .slider-btn {
    width: 40px;
    height: 40px;
    background-color: rgba(229, 5, 57, 0.8);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
  }

  .slider-btn:hover {
    background-color: #e50539;
  }

  .slider-dots {
    display: flex;
    gap: 8px;
  }

  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .dot.active {
    background-color: #e50539;
    width: 30px;
    border-radius: 5px;
  }

  .nw8q3p {
    grid-template-columns: 1fr;
  }

  .dt5h9k {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .author-info {
    text-align: center;
  }

  .wk7n3p {
    justify-content: center;
    text-align: center;
  }

  .widget-text {
    flex-direction: column;
    gap: 8px;
  }

  .section-title {
    font-size: 28px;
  }

  .zt6h9n {
    font-size: 28px;
  }

  .xm5p8k {
    padding: 25px 20px;
  }

  .xm5p8k h2 {
    font-size: 24px;
  }

  .xm5p8k h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .nr8k5w {
    width: 50px;
  }

  .fn2v8k,
  .xc6h4p {
    padding: 8px 16px;
    font-size: 13px;
  }

  .wp9t5m {
    font-size: 26px;
  }

  .kf5h8t {
    padding: 14px 30px;
    font-size: 16px;
  }

  .nq4z7p {
    flex: 1 1 100%;
  }

  .lx9w3m {
    padding: 20px;
  }

  .promo-code {
    font-size: 16px;
    padding: 12px;
  }

  .gh7k3p {
    padding: 12px 14px;
    font-size: 12px;
  }

  .qv7d3h .amount {
    font-size: 32px;
  }

  .section-title {
    font-size: 24px;
  }

  .section-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .bt9s7p {
    padding: 0 15px;
  }

  .wp9t5m {
    font-size: 22px;
  }

  .vh2n6k {
    flex-direction: column;
  }

  .gh7k3p {
    width: 100%;
  }
}
/* ===== Screenshots: нормальні розміри на мобілці ===== */
@media (max-width: 768px){

    /* секція */
    .screenshots-section{
        padding: 0 0 40px !important;
        margin: 0 !important;
    }

    /* заголовок */
    .screenshots-section .section-title{
        font-size: 22px !important;
        line-height: 1.25 !important;
        padding: 0 16px;
    }

    /* сам слайдер показуємо на всю ширину */
    .screenshots-slider{
        padding: 0 16px !important;
    }

    /* обгортка */
    .slider-container{
        border-radius: 14px !important;
        overflow: hidden;
    }

    /* кожен слайд = одна висота */
    .slide img{
        width: 100% !important;
        height: 240px !important;       /* ✅ головне: фіксована висота */
        object-fit: cover !important;   /* ✅ не тягнеться */
        border-radius: 0 !important;
    }

    /* кнопки */
    .slider-btn{
        width: 36px !important;
        height: 36px !important;
        font-size: 20px !important;
    }

    /* доти */
    .dot{
        width: 8px !important;
        height: 8px !important;
    }

    .dot.active{
        width: 26px !important;
        border-radius: 6px !important;
    }
}

/* extra small */
@media (max-width: 480px){
    .slide img{
        height: 200px !important;
    }
}

/* ultra small */
@media (max-width: 360px){
    .slide img{
        height: 180px !important;
    }
}
/* HERO background image */
.hero-section{
    position: relative;
    background-image: url("/hero-banner.jpg"); /* <-- сюди твій шлях */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* dark overlay for readability */
.hero-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.65); /* затемнення */
    z-index: 0;
}

/* підняти контент над overlay */
.hero-section .hero-container{
    position: relative;
    z-index: 1;
}
@media (max-width: 768px){

    /* секція без відступів */
    #demo.demo-section{
        padding: 0 !important;
        margin: 0 !important;
    }

    /* заголовок зверху (займає фікс висоту) */
    #demo .section-header{
        padding: 14px 14px 10px !important;
        margin: 0 !important;
    }

    /* прибираємо рамки/скруглення */
    #demo .demo-wrapper{
        padding: 0 !important;
        margin: 0 !important;
        max-width: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /* контейнер гри — НЕ aspect ratio, а реальна висота */
    #demo .demo-container{
        width: 100% !important;
        padding-bottom: 0 !important;   /* важливо */
        border-radius: 0 !important;
        overflow: hidden !important;
        height: calc(100dvh - 140px) !important;
        /* 140px — це приблизно висота заголовка + кнопки. Якщо треба — підкрутиш */
        background: #000 !important;
        position: relative !important;
    }

    /* iframe займає всю висоту контейнера */
    #demo .demo-iframe{
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border: 0 !important;
        display: block !important;
    }

    /* блок з кнопкою компактний */
    #demo .demo-actions{
        padding: 10px 14px 14px !important;
        margin: 0 !important;
    }

    #demo .btn-play-money{
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 16px !important;
    }

    #demo .demo-note{
        display: none !important; /* щоб не крала висоту */
    }
}

