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

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background: linear-gradient(135deg, #00c2ff 0%, #0099cc 100%);
  color: #1a1a1a;
  min-height: 100vh;
  overflow-x: hidden;
}

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

.z8p4q-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.v5ty2-main {
  flex: 1;
}

.k4m9x-header {
  background: #037ce1;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

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

.k4m9x-logo img {
  display: block;
  height: 50px;
  width: auto;
}

.k4m9x-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

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

.k4m9x-menu a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 6px;
}

.k4m9x-menu a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.k4m9x-menu svg {
  opacity: 0.9;
}

.k4m9x-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.k4m9x-lang-selector {
  position: relative;
}

.k4m9x-lang-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.k4m9x-lang-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

.k4m9x-lang-btn img {
  border-radius: 2px;
}

.k4m9x-lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  min-width: 180px;
  display: none;
  overflow: hidden;
}

.k4m9x-lang-dropdown.active {
  display: block;
  animation: fadeInDown 0.3s ease;
}

.k4m9x-lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s ease;
}

.k4m9x-lang-option:hover {
  background: #f5f5f5;
}

.k4m9x-lang-option.active {
  background: #e8f4fd;
  font-weight: 600;
}

.k4m9x-online-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 15px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.k4m9x-pulse {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

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

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

.k4m9x-btn {
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.k4m9x-btn-demo {
  background: #ffed77;
  color: #1a1a1a;
}

.k4m9x-btn-demo:hover {
  background: #ffe24d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 237, 119, 0.4);
}

.k4m9x-btn-play {
  background: #ff018b;
  color: #ffffff;
}

.k4m9x-btn-play:hover {
  background: #e00177;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 1, 139, 0.4);
}

.k4m9x-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.k4m9x-burger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

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

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

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

.t7bn3-hero-slider {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-bottom: 40px;
}

.t7bn3-slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}

.t7bn3-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.t7bn3-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t7bn3-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}

.t7bn3-slide-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.t7bn3-slide-text {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 600px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.t7bn3-slide-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #ff018b;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 1, 139, 0.3);
}

.t7bn3-slide-btn:hover {
  background: #e00177;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 1, 139, 0.5);
}

.t7bn3-slide-btn-secondary {
  background: #ffed77;
  color: #1a1a1a;
}

.t7bn3-slide-btn-secondary:hover {
  background: #ffe24d;
  box-shadow: 0 6px 20px rgba(255, 237, 119, 0.5);
}

.t7bn3-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.t7bn3-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.1);
}

.t7bn3-slider-prev {
  left: 20px;
}

.t7bn3-slider-next {
  right: 20px;
}

.t7bn3-slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

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

.t7bn3-dot.active {
  background: #ffffff;
  width: 30px;
  border-radius: 6px;
}

.q2w8r-casinos {
  margin: 60px 0;
}

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

.q2w8r-section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.q2w8r-section-desc {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.95;
}

.q2w8r-casinos-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.q2w8r-casino-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}

.q2w8r-casino-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.q2w8r-casino-card.top-3 {
  border: 3px solid #ffd700;
  background: linear-gradient(135deg, #fffef8 0%, #ffffff 100%);
}

.q2w8r-casino-rank {
  position: absolute;
  top: -15px;
  left: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #037ce1 0%, #0058a3 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(3, 124, 225, 0.3);
}

.q2w8r-casino-card.top-3 .q2w8r-casino-rank {
  background: linear-gradient(135deg, #ffd700 0%, #ffb800 100%);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.5);
}

.q2w8r-casino-logo {
  min-width: 180px;
}

.q2w8r-casino-logo img {
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}

.q2w8r-casino-info {
  flex: 1;
}

.q2w8r-casino-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.q2w8r-casino-name {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
}

.q2w8r-casino-country {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #e8f4fd;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  color: #037ce1;
  font-weight: 600;
}

.q2w8r-casino-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #ffa500;
}

.q2w8r-casino-bonus {
  font-size: 20px;
  font-weight: 700;
  color: #ff018b;
  margin-bottom: 12px;
}

.q2w8r-casino-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}

.q2w8r-casino-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #4a5568;
}

.q2w8r-casino-feature svg {
  color: #4ade80;
  flex-shrink: 0;
}

.q2w8r-casino-details {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 15px;
}

.q2w8r-casino-detail {
  display: flex;
  align-items: center;
  gap: 6px;
}

.q2w8r-casino-providers {
  font-size: 12px;
  color: #9ca3af;
}

.q2w8r-casino-actions {
  display: flex;
  gap: 12px;
}

.q2w8r-casino-btn {
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.q2w8r-casino-btn-primary {
  background: #ff018b;
  color: #ffffff;
}

.q2w8r-casino-btn-primary:hover {
  background: #e00177;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 1, 139, 0.3);
}

.q2w8r-casino-btn-secondary {
  background: #e5e7eb;
  color: #1a1a1a;
}

.q2w8r-casino-btn-secondary:hover {
  background: #d1d5db;
}

.q2w8r-load-more-wrapper {
  text-align: center;
  margin-top: 40px;
}

.q2w8r-load-more-btn {
  padding: 14px 40px;
  background: #ffffff;
  color: #037ce1;
  border: 2px solid #037ce1;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.q2w8r-load-more-btn:hover {
  background: #037ce1;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(3, 124, 225, 0.3);
}

.q2w8r-load-more-btn.hidden {
  display: none;
}

.w9nk5-winners {
  margin: 60px 0;
}

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

.w9nk5-section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.w9nk5-section-desc {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.95;
}

.w9nk5-winners-table {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.w9nk5-table-header {
  display: grid;
  grid-template-columns: 80px 1fr 180px 150px;
  gap: 15px;
  padding: 20px 30px;
  background: linear-gradient(135deg, #037ce1 0%, #0058a3 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.w9nk5-table-body {
  max-height: 600px;
  overflow-y: auto;
}

.w9nk5-winner-row {
  display: grid;
  grid-template-columns: 80px 1fr 180px 150px;
  gap: 15px;
  padding: 18px 30px;
  border-bottom: 1px solid #e5e7eb;
  align-items: center;
  transition: background 0.2s ease;
}

.w9nk5-winner-row:hover {
  background: #f9fafb;
}

.w9nk5-winner-row:last-child {
  border-bottom: none;
}

.w9nk5-rank {
  font-weight: 700;
  font-size: 18px;
  color: #037ce1;
}

.w9nk5-rank.top-1 {
  color: #ffd700;
}
.w9nk5-rank.top-2 {
  color: #c0c0c0;
}
.w9nk5-rank.top-3 {
  color: #cd7f32;
}

.w9nk5-player {
  font-weight: 500;
  color: #1a1a1a;
}

.w9nk5-win {
  font-weight: 700;
  font-size: 18px;
  color: #10b981;
}

.w9nk5-multiplier {
  font-weight: 600;
  color: #ff018b;
  background: #fef2f7;
  padding: 6px 12px;
  border-radius: 6px;
  text-align: center;
}

.xe9k2-content-wrapper {
  margin: 60px 0;
}

.xe9k2-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.xe9k2-content h1 {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.3;
}

.xe9k2-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.xe9k2-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 30px;
  margin-bottom: 15px;
}

.xe9k2-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 20px;
}

.xe9k2-intro {
  margin-bottom: 30px;
}

.lead-text {
  font-size: 18px;
  line-height: 1.8;
  color: #2d3748;
  font-weight: 500;
  border-left: 4px solid #037ce1;
  padding-left: 20px;
  margin: 30px 0;
}

.xe9k2-content ul,
.xe9k2-content ol {
  margin: 20px 0;
  padding-left: 30px;
}

.xe9k2-content li {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 12px;
}

.xe9k2-content strong {
  font-weight: 600;
  color: #1a1a1a;
}

.xe9k2-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.xe9k2-content thead {
  background: linear-gradient(135deg, #037ce1 0%, #0058a3 100%);
  color: #ffffff;
}

.xe9k2-content th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
}

.xe9k2-content td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

.xe9k2-content tr:last-child td {
  border-bottom: none;
}

.xe9k2-content tr:hover {
  background: #f9fafb;
}

.faq-section {
  margin: 40px 0;
}

.faq-item {
  background: #f9fafb;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  border-left: 4px solid #037ce1;
}

.faq-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 12px 0;
}

.faq-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
}

.y4pk8-video {
  margin: 60px 0;
}

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

.y4pk8-section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.y4pk8-section-desc {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.95;
}

.y4pk8-video-wrapper {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.y4pk8-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.y4pk8-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.y4pk8-video-info {
  padding: 30px;
}

.y4pk8-video-info h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.y4pk8-video-info p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
}

.b5hn7-bonuses {
  margin: 60px 0;
}

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

.b5hn7-section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.b5hn7-section-desc {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.95;
}

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

.b5hn7-bonus-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.b5hn7-bonus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.b5hn7-bonus-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #ff018b 0%, #c40069 100%);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.b5hn7-bonus-logo {
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
}

.b5hn7-bonus-amount {
  font-size: 32px;
  font-weight: 700;
  color: #ff018b;
  text-align: center;
  margin-bottom: 10px;
}

.b5hn7-bonus-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 20px;
}

.b5hn7-bonus-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  flex: 1;
}

.b5hn7-bonus-features li {
  font-size: 15px;
  color: #4a5568;
  margin-bottom: 10px;
  padding-left: 0;
}

.b5hn7-bonus-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: #ff018b;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.b5hn7-bonus-btn:hover {
  background: #e00177;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 1, 139, 0.4);
}

.b5hn7-bonus-terms {
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  margin-top: 12px;
}

.b5hn7-slider-controls {
  display: none;
  justify-content: center;
  gap: 15px;
}

.b5hn7-slider-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #037ce1;
  color: #037ce1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.b5hn7-slider-btn:hover {
  background: #037ce1;
  color: #ffffff;
  transform: scale(1.1);
}

.d3mx9-demo {
  margin: 60px 0;
}

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

.d3mx9-section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.d3mx9-section-desc {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.95;
}

.d3mx9-demo-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.d3mx9-demo-container {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  height: 600px;
}

.d3mx9-demo-container iframe {
  width: 100%;
  height: 100%;
}

.d3mx9-demo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(3, 124, 225, 0.95) 0%, rgba(0, 88, 163, 0.95) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.d3mx9-demo-overlay.hidden {
  display: none;
}

.d3mx9-demo-overlay-content {
  text-align: center;
  color: #ffffff;
}

.d3mx9-demo-overlay-content img {
  margin-bottom: 25px;
}

.d3mx9-demo-overlay-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.d3mx9-demo-overlay-content p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
}

.d3mx9-demo-play-btn {
  padding: 18px 50px;
  background: #ff018b;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 1, 139, 0.3);
}

.d3mx9-demo-play-btn:hover {
  background: #e00177;
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(255, 1, 139, 0.5);
}

.d3mx9-demo-info {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.d3mx9-demo-info h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.d3mx9-demo-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.d3mx9-demo-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #4a5568;
  margin-bottom: 15px;
  line-height: 1.6;
}

.d3mx9-demo-features svg {
  color: #10b981;
  flex-shrink: 0;
  margin-top: 2px;
}

.d3mx9-demo-cta {
  background: #f9fafb;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.d3mx9-demo-cta p {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.d3mx9-demo-real-btn {
  display: inline-block;
  padding: 14px 35px;
  background: #ff018b;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.d3mx9-demo-real-btn:hover {
  background: #e00177;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 1, 139, 0.4);
}

.a6tp2-author {
  margin: 60px 0;
}

.a6tp2-author-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.a6tp2-author-header {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
  align-items: center;
}

.a6tp2-author-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #037ce1;
}

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

.a6tp2-author-name {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.a6tp2-author-role {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 15px;
}

.a6tp2-author-social {
  display: flex;
  gap: 12px;
}

.a6tp2-author-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #037ce1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.a6tp2-author-social a:hover {
  background: #0058a3;
  transform: translateY(-3px);
}

.a6tp2-author-bio {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
}

.f8nx4-footer {
  background: linear-gradient(135deg, #037ce1 0%, #0058a3 100%);
  color: #ffffff;
  padding: 60px 0 30px;
  margin-top: 80px;
}

.f8nx4-footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.f8nx4-footer-logo {
  display: block;
  margin-bottom: 20px;
}

.f8nx4-footer-logo img {
  height: 45px;
  width: auto;
}

.f8nx4-footer-desc {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
}

.f8nx4-footer-col h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.f8nx4-footer-menu {
  list-style: none;
  padding: 0;
}

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

.f8nx4-footer-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.f8nx4-footer-menu a:hover {
  opacity: 1;
  text-decoration: underline;
}

.f8nx4-provider-link {
  display: block;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.f8nx4-provider-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.f8nx4-provider-link img {
  width: 100%;
  height: auto;
}

.f8nx4-footer-middle {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}

.f8nx4-payments h4,
.f8nx4-licenses h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

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

.f8nx4-payments-grid img,
.f8nx4-licenses-grid img {
  background: #ffffff;
  padding: 8px;
  border-radius: 8px;
}

.f8nx4-footer-bottom {
  text-align: center;
}

.f8nx4-copyright {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 15px;
}

.f8nx4-disclaimer {
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.85;
  max-width: 900px;
  margin: 0 auto;
}

.x2jk9-widget {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ff018b 0%, #c40069 100%);
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(255, 1, 139, 0.4);
  z-index: 9999;
  max-width: 900px;
  width: calc(100% - 40px);
  animation: slideUp 0.5s ease;
}

.x2jk9-widget.hidden {
  display: none;
}

@keyframes slideUp {
  from {
    transform: translateX(-50%) translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

.x2jk9-widget-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.x2jk9-widget-icon {
  font-size: 48px;
}

.x2jk9-widget-text {
  flex: 1;
}

.x2jk9-widget-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.x2jk9-widget-desc {
  font-size: 14px;
  opacity: 0.95;
}

.x2jk9-widget-btn {
  padding: 14px 35px;
  background: #ffffff;
  color: #ff018b;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.x2jk9-widget-btn:hover {
  background: #ffed77;
  color: #1a1a1a;
  transform: scale(1.05);
}

.x2jk9-widget-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.x2jk9-widget-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .k4m9x-nav {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: #037ce1;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }

  .k4m9x-nav.active {
    transform: translateX(0);
  }

  .k4m9x-menu {
    flex-direction: column;
    gap: 15px;
  }

  .k4m9x-menu a {
    width: 100%;
    padding: 12px;
  }

  .k4m9x-burger {
    display: flex;
  }

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

  .t7bn3-hero-slider {
    height: 400px;
  }

  .t7bn3-slide-title {
    font-size: 32px;
  }

  .t7bn3-slide-text {
    font-size: 16px;
  }

  .q2w8r-casino-card {
    flex-direction: column;
    text-align: center;
  }

  .w9nk5-table-header,
  .w9nk5-winner-row {
    grid-template-columns: 60px 1fr 140px 120px;
    padding: 15px 20px;
    gap: 10px;
  }

  .d3mx9-demo-wrapper {
    grid-template-columns: 1fr;
  }

  .d3mx9-demo-container {
    height: 500px;
  }

  .b5hn7-bonuses-slider {
    grid-template-columns: 1fr;
  }

  .b5hn7-slider-controls {
    display: flex;
  }

  .f8nx4-footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .xe9k2-content {
    padding: 30px 20px;
  }

  .xe9k2-content h1 {
    font-size: 32px;
  }

  .xe9k2-content h2 {
    font-size: 26px;
  }

  .xe9k2-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .w9nk5-table-header {
    font-size: 12px;
  }

  .w9nk5-winner-row {
    font-size: 14px;
  }

  .w9nk5-th,
  .w9nk5-td {
    padding: 10px;
  }

  .x2jk9-widget-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .x2jk9-widget-icon {
    font-size: 36px;
  }

  .x2jk9-widget-title {
    font-size: 18px;
  }

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

.p9x3m-unused-class-1 {
  display: none;
}
.r4k8t-unused-class-2 {
  visibility: hidden;
}
.s7n2w-unused-class-3 {
  opacity: 0;
}
.t6m9q-unused-class-4 {
  pointer-events: none;
}
.u3p5x-unused-class-5 {
  user-select: none;
}
/* ===== MOBILE: AUTHOR CARD ===== */
@media (max-width: 768px) {
  .a6tp2-author {
    margin: 30px 0 50px;
  }

  .a6tp2-author-card {
    padding: 24px 18px;
    border-radius: 14px;
    max-width: 100%;
  }

  .a6tp2-author-header {
    flex-direction: column;      /* фотка зверху, текст знизу */
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 18px;
  }

  .a6tp2-author-photo {
    width: 100px;
    height: 100px;
    border-width: 3px;
  }

  .a6tp2-author-name {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .a6tp2-author-role {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .a6tp2-author-social {
    justify-content: center;
  }

  .a6tp2-author-social a {
    width: 36px;
    height: 36px;
  }

  .a6tp2-author-bio {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* дуже маленькі екрани */
@media (max-width: 480px) {
  .a6tp2-author-card {
    padding: 20px 14px;
  }

  .a6tp2-author-name {
    font-size: 20px;
  }

  .a6tp2-author-bio {
    font-size: 13px;
  }
}
/* не даємо сторінці роздуватись ширше за екран */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* фіксим хедер на мобілці */
@media (max-width: 768px) {
  .k4m9x-header-inner {
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;   /* не ламаємо ряд, щоб бургер був на місці */
  }


  /* лого і бургер не даємо стискатися, щоб бургер не зникав */
  .k4m9x-logo,
  .k4m9x-burger {
    flex-shrink: 0;
  }

  /* на всяк випадок, щоб хедер не вилазив за край */
  .k4m9x-header,
  .k4m9x-header-inner {
    max-width: 100%;
    overflow: hidden;
  }
}
/* МОБІЛЬНИЙ ХЕДЕР: бургер видно, кнопки залишаються, без пустоти справа */
@media (max-width: 992px) {
  /* навігація як оверлей, але не розтягує flex-ряд */
  .k4m9x-nav {
    flex: 0 0 auto;
  }

  .k4m9x-header-inner {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .k4m9x-header-inner {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  /* лого + бургер в першому рядку */
  .k4m9x-logo {
    flex: 1 1 auto;
  }

  .k4m9x-burger {
    display: flex;
    flex-shrink: 0;
  }

  /* кнопки йдуть другим рядком, на всю ширину */
  .k4m9x-header-right {
    width: 100%;
    justify-content: space-between;
  }

  .k4m9x-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
}
/* === Мобільний хедер: бургер завжди видно, меню нижче === */
@media (max-width: 992px) {
  /* хедер завжди зверху екрана */
  .k4m9x-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
  }

  /* щоб контент не заліз під фіксований хедер */
  .v5ty2-main {
    padding-top: 80px;   /* приблизна висота хедера, підправиш при потребі */
  }

  /* мобільне меню як оверлей під хедером */
  .k4m9x-nav {
    flex: 0 0 auto;
    position: fixed;
    top: 80px;           /* ТУТ має бути висота хедера */
    left: 0;
    right: 0;
    background: #037ce1;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    z-index: 1500;       /* нижче за хедер/бургер */
  }

  .k4m9x-nav.active {
    transform: translateX(0);
  }

  /* бургер завжди видимий і над меню */
  .k4m9x-burger {
    display: flex;
    position: relative;
    z-index: 2500;
  }
}
@media (max-width: 992px) {
  /* компенсуємо fixed-хедер */
  .t7bn3-hero-slider {
    margin-top: 80px; /* підігнати під реальну висоту хедера */
  }
}
