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

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

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

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

.d2f5g7header {
  background-color: #424242;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

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

.p3q6r9header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.l4m8n1logo-link {
  display: block;
}

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

.x5y8z2burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}

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

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

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

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

.h3j6k9header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
  justify-content: center;
}

.g4h7j1nav-menu {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.c8d2f5nav-item {
  position: relative;
}

.k1l4m7nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #e0e0e0;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s ease;
}

.k1l4m7nav-link:hover {
  color: #3dc55b;
}

.n6p9q3icon {
  flex-shrink: 0;
}

.r5t8v2lang-selector {
  position: relative;
}

.a3b6c9lang-button {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e0e0e0;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.a3b6c9lang-button:hover {
  background: rgba(255, 255, 255, 0.15);
}

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

.y5u8i2arrow {
  transition: transform 0.3s ease;
}

.a3b6c9lang-button.active .y5u8i2arrow {
  transform: rotate(180deg);
}

.p4o7i1lang-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background: #424242;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  list-style: none;
  padding: 5px;
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.p4o7i1lang-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.m3n6b9lang-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #e0e0e0;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.m3n6b9lang-option:hover {
  background: rgba(255, 255, 255, 0.1);
}

.j2k5l8online-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(61, 197, 91, 0.2);
  padding: 8px 15px;
  border-radius: 20px;
  border: 1px solid rgba(61, 197, 91, 0.3);
}

.f3g6h9users-icon {
  color: #3dc55b;
}

.v7b4n2online-text {
  font-size: 14px;
  color: #e0e0e0;
}

.v7b4n2online-text strong {
  color: #3dc55b;
  font-weight: 600;
}

.i5o8p2header-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

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

.h6j9k3btn-demo {
  background-color: #3dc55b;
  color: #fff;
}

.h6j9k3btn-demo:hover {
  background-color: #34b04a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(61, 197, 91, 0.4);
}

.h6j9k3btn-play {
  background-color: #fdcf4b;
  color: #2a2a2a;
}

.h6j9k3btn-play:hover {
  background-color: #f5c73b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(253, 207, 75, 0.4);
}

.t4y7u1hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/hero-banner.jpg") center / cover no-repeat;
  padding: 80px 20px;
  margin-top: 0;
}

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

.e2r5t8hero-content {
  max-width: 700px;
}

.w3q7a1hero-text {
  animation: fadeInUp 1s ease;
}

.s5d8f2hero-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.g4h7j9hero-description {
  font-size: 20px;
  color: #e0e0e0;
  margin-bottom: 30px;
  line-height: 1.6;
}

.x6c2v5hero-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
}

.b3n8m1feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3dc55b;
  font-weight: 600;
  font-size: 16px;
}

.b3n8m1feature-item svg {
  flex-shrink: 0;
}

.z7x4c9hero-cta {
  display: inline-block;
  padding: 16px 40px;
  background-color: #fdcf4b;
  color: #2a2a2a;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.z7x4c9hero-cta:hover {
  background-color: #f5c73b;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(253, 207, 75, 0.5);
}

.x2p8q5main {
  flex: 1;
}

.v5r9m2content-section {
  padding: 60px 0;
}

.a4s6d8main-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.p2q5r8section-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 60px;
}

.a4s7d1section-description {
  font-size: 18px;
  color: #b0b0b0;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.b3g7h9content-block {
  background: #424242;
  padding: 40px;
  border-radius: 16px;
  margin: 40px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.k2l4m6text-content {
  color: #e0e0e0;
  font-size: 16px;
  line-height: 1.8;
}

.k2l4m6text-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
}

.k2l4m6text-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
}

.k2l4m6text-content h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 12px;
}

.k2l4m6text-content p {
  margin-bottom: 16px;
}

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

.k2l4m6text-content li {
  margin-bottom: 10px;
}

.k2l4m6text-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px auto;
  background: #313131;
  border-radius: 8px;
  overflow: hidden;
}

.k2l4m6text-content th,
.k2l4m6text-content td {
  padding: 15px;
  text-align: left;
  border: 1px solid #555;
}

.k2l4m6text-content th {
  background: #2a2a2a;
  color: #3dc55b;
  font-weight: 600;
}

.k2l4m6text-content a {
  color: #3dc55b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.k2l4m6text-content a:hover {
  color: #34b04a;
  text-decoration: underline;
}

.k2l4m6text-content strong {
  font-weight: 700;
  color: #fff;
}

.k2l4m6text-content blockquote {
  border-left: 4px solid #3dc55b;
  padding-left: 20px;
  margin: 25px 0;
  font-style: italic;
  color: #b0b0b0;
}

.f6g9h3casinos-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.q8w3e6casino-card {
  background: #424242;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

.q8w3e6casino-card.top {
  border: 2px solid #fdcf4b;
  background: linear-gradient(135deg, #424242 0%, #4a4a4a 100%);
}

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

.r2t5y8casino-number {
  font-size: 48px;
  font-weight: 800;
  color: #3dc55b;
  min-width: 60px;
}

.e7u2i5casino-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
}

.o4p7a1casino-info {
  flex: 1;
}

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

.l5m8k2casino-name {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.n3b6v9casino-country {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(61, 197, 91, 0.2);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
  color: #3dc55b;
  border: 1px solid rgba(61, 197, 91, 0.3);
}

.h7j1k4casino-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #fdcf4b;
}

.c2d5f8casino-bonus {
  font-size: 20px;
  font-weight: 600;
  color: #fdcf4b;
  margin-bottom: 15px;
}

.g6h9j3casino-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.t4y7u1casino-feature {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #b0b0b0;
}

.t4y7u1casino-feature svg {
  color: #3dc55b;
  flex-shrink: 0;
}

.i8o2p5casino-details {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #b0b0b0;
}

.s6d9g3casino-actions {
  display: flex;
  gap: 15px;
}

.x5c8v2casino-btn {
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.x5c8v2casino-btn-primary {
  background-color: #fdcf4b;
  color: #2a2a2a;
}

.x5c8v2casino-btn-primary:hover {
  background-color: #f5c73b;
  transform: translateY(-2px);
}

.x5c8v2casino-btn-secondary {
  background-color: transparent;
  color: #3dc55b;
  border: 2px solid #3dc55b;
}

.x5c8v2casino-btn-secondary:hover {
  background-color: rgba(61, 197, 91, 0.1);
}

.t3y6u9load-more-container {
  text-align: center;
  margin-top: 40px;
}

.i5o8p3load-more-btn {
  padding: 14px 40px;
  background-color: #3dc55b;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.i5o8p3load-more-btn:hover {
  background-color: #34b04a;
  transform: translateY(-2px);
}

.i5o8p3load-more-btn:disabled {
  background-color: #666;
  cursor: not-allowed;
  transform: none;
}

.c8v3b6winners-container {
  background: #424242;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  overflow-x: auto;
}

.x2z5n8winners-table-wrapper {
  overflow-x: auto;
}

.h4j7k1winners-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.h4j7k1winners-table thead {
  background: #2a2a2a;
}

.h4j7k1winners-table th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #3dc55b;
  border: 1px solid #555;
}

.h4j7k1winners-table td {
  padding: 15px;
  text-align: left;
  color: #e0e0e0;
  border: 1px solid #555;
}

.h4j7k1winners-table tbody tr {
  transition: background 0.3s ease;
}

.h4j7k1winners-table tbody tr:hover {
  background: #4a4a4a;
}

.h4j7k1winners-table tbody tr:nth-child(-n + 3) {
  background: rgba(253, 207, 75, 0.1);
}

.s4v7b1video-container {
  background: #424242;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.y3u6i9video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

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

.z7x3c6demo-container {
  background: #424242;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.n4m8k1demo-wrapper {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  border-radius: 12px;
  margin-bottom: 25px;
}

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

.j2l6p9demo-action {
  text-align: center;
}

.g8t4r7demo-play-btn {
  display: inline-block;
  padding: 16px 40px;
  background-color: #fdcf4b;
  color: #2a2a2a;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.g8t4r7demo-play-btn:hover {
  background-color: #f5c73b;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(253, 207, 75, 0.5);
}

.s6d9g3faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.t2v5b8faq-item {
  background: #424242;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.y7u1i4faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s ease;
}

.y7u1i4faq-question:hover {
  background: rgba(255, 255, 255, 0.05);
}

.y7u1i4faq-question h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.k9l3m6faq-icon {
  flex-shrink: 0;
  color: #3dc55b;
  transition: transform 0.3s ease;
}

.t2v5b8faq-item.active .k9l3m6faq-icon {
  transform: rotate(180deg);
}

.e3r6t9faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 25px;
}

.e3r6t9faq-answer.active {
  max-height: 1000px;
  padding: 0 25px 20px 25px;
}

.e3r6t9faq-answer p {
  color: #b0b0b0;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.p8q2r5footer {
  background-color: #424242;
  padding: 50px 0 30px;
  margin-top: 80px;
  border-top: 3px solid #3dc55b;
}

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

.f4g7h1footer-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

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

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

.v3b6n9footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.m4p7q1footer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.m4p7q1footer-menu a {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.m4p7q1footer-menu a:hover {
  color: #3dc55b;
}

.i8o2p5provider-link img {
  display: block;
}

.t6y9u3footer-middle {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #555;
}

.h5j8k2payments-grid,
.l7m1k4licenses-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.h5j8k2payments-grid img,
.l7m1k4licenses-grid img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.h5j8k2payments-grid img:hover,
.l7m1k4licenses-grid img:hover {
  opacity: 1;
}

.s9d3f6footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #555;
}

.a2b5c8author-info {
  margin-bottom: 25px;
  padding: 20px;
  background: rgba(61, 197, 91, 0.1);
  border-left: 3px solid #3dc55b;
  border-radius: 8px;
}

.a2b5c8author-info p {
  margin-bottom: 8px;
  color: #e0e0e0;
  font-size: 14px;
}

.g7h1j4author-bio {
  color: #b0b0b0 !important;
  font-size: 13px !important;
}

.x4c7v1author-link {
  color: #3dc55b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.x4c7v1author-link:hover {
  text-decoration: underline;
}

.k6l9m3copyright {
  text-align: center;
}

.k6l9m3copyright p {
  color: #b0b0b0;
  font-size: 13px;
  margin-bottom: 8px;
}

.n5p8q2disclaimer {
  font-size: 12px !important;
  color: #888 !important;
}

.t8y2u5bonus-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #fdcf4b 0%, #f5c73b 100%);
  padding: 15px 20px;
  border-radius: 50px;
  box-shadow: 0 6px 25px rgba(253, 207, 75, 0.6);
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 15px;
  animation: slideInRight 0.5s ease, pulse 2s ease infinite;
}

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

.a7s1d4widget-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.f2g5h8widget-emoji {
  font-size: 24px;
}

.k4l7m1widget-title {
  font-weight: 700;
  font-size: 16px;
  color: #2a2a2a;
}

.z6x9c3widget-btn {
  padding: 10px 25px;
  background-color: #2a2a2a;
  color: #fdcf4b;
  text-decoration: none;
  font-weight: 700;
  border-radius: 25px;
  transition: all 0.3s ease;
}

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

.v5b8n2widget-close {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #2a2a2a;
}

.v5b8n2widget-close:hover {
  background: rgba(0, 0, 0, 0.3);
}

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

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

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

@media (max-width: 992px) {
  .x5y8z2burger {
    display: flex;
  }

  .h3j6k9header-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 350px;
    height: 100vh;
    background: #424242;
    flex-direction: column;
    padding: 80px 20px 20px;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    justify-content: flex-start;
  }

  .h3j6k9header-nav.active {
    left: 0;
  }

  .g4h7j1nav-menu {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .c8d2f5nav-item {
    width: 100%;
    border-bottom: 1px solid #555;
  }

  .k1l4m7nav-link {
    padding: 15px 10px;
    width: 100%;
  }

  .r5t8v2lang-selector,
  .j2k5l8online-counter {
    width: 100%;
  }

  .a3b6c9lang-button {
    width: 100%;
    justify-content: center;
  }

  .p4o7i1lang-dropdown {
    width: 100%;
  }

  .s5d8f2hero-title {
    font-size: 36px;
  }

  .g4h7j9hero-description {
    font-size: 18px;
  }

  .a4s6d8main-title {
    font-size: 32px;
  }

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

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

  .r2t5y8casino-number {
    font-size: 36px;
  }

  .s6d9g3casino-actions {
    flex-direction: column;
    width: 100%;
  }

  .x5c8v2casino-btn {
    width: 100%;
  }

  .t8y2u5bonus-widget {
    bottom: 10px;
    right: 10px;
    left: 10px;
    border-radius: 12px;
  }
}

@media (max-width: 576px) {
  .i5o8p2header-buttons {
    flex-shrink: 0;
  }

  .h6j9k3btn {
    padding: 8px 15px;
    font-size: 13px;
  }

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

  .g4h7j9hero-description {
    font-size: 16px;
  }

  .b3g7h9content-block {
    padding: 20px;
  }

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

  .k2l4m6text-content h3 {
    font-size: 22px;
  }

  .i3o6p9widget-content {
    flex-direction: column;
    gap: 10px;
  }

  .z6x9c3widget-btn {
    width: 100%;
    text-align: center;
  }
}

.z8x4c2unused-element-1 {
  display: none;
  visibility: hidden;
}

.q5w8e3unused-element-2 {
  opacity: 0;
  pointer-events: none;
}

.a7s2d5unused-element-3 {
  position: absolute;
  left: -9999px;
}

.wp-block-columns {
  margin: 0;
}

.elementor-section {
  padding: 0;
}

.yoast-breadcrumb {
  display: none;
}
/* Зробити демо-гру більшою на мобільних (під нові класи) */

/* базово: задаємо “контейнеру” висоту через пропорцію */
.n4m8k1demo-wrapper{
    position: relative;
    width: 100%;
    border-radius: 12px;
    background: rgba(0,0,0,.25);
    aspect-ratio: 16 / 9;         /* дефолт */
    min-height: 520px;            /* щоб було комфортно навіть якщо aspect маленький */
}

/* iframe заповнює контейнер */
.b5v9h3demo-iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* tablet/mobile */
@media (max-width: 768px){
    .n4m8k1demo-wrapper{
        aspect-ratio: 4 / 5;        /* вище вікно */
        min-height: 520px;
    }
}

/* very small */
@media (max-width: 480px){
    .n4m8k1demo-wrapper{
        aspect-ratio: 10 / 13;      /* ще вище */
        min-height: 560px;
    }
}
/* ===== FIX: віджет не перекриває демо-гру ===== */

/* 1) Задаємо “висоту” віджета як змінну (можеш підправити) */
:root{
    --bonus-widget-safe: 110px; /* запас під віджет */
}

/* 2) Секція з демо отримує padding-bottom, щоб під віджетом було місце */
.w5q8a2demo-section{
    padding-bottom: calc(var(--bonus-widget-safe) + env(safe-area-inset-bottom, 0px));
}

/* Якщо у тебе демо всередині контейнера - теж можна підстрахувати */
.z7x3c6demo-container{
    margin-bottom: calc(var(--bonus-widget-safe) + env(safe-area-inset-bottom, 0px));
}

/* 3) Віджет робимо компактнішим і не таким “довгим” по ширині на моб */
@media (max-width: 992px){
    :root{ --bonus-widget-safe: 120px; } /* трохи більше на моб */

    .t8y2u5bonus-widget{
        left: 10px;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px));
        border-radius: 12px;
    }
}

/* 4) На дуже малих екранах ще більше місця + віджет стає нижчим */
@media (max-width: 576px){
    :root{ --bonus-widget-safe: 140px; }

    .t8y2u5bonus-widget{
        padding: 12px 14px;
        gap: 10px;
    }

    .k4l7m1widget-title{
        font-size: 14px;
    }

    .z6x9c3widget-btn{
        padding: 10px 16px;
        font-size: 14px;
    }
}
/* ==== FIX: віджет НЕ блокує кліки по iframe ==== */
.t8y2u5bonus-widget{
    pointer-events: none; /* весь віджет НЕ ловить кліки */
}

.t8y2u5bonus-widget .i3o6p9widget-content,
.t8y2u5bonus-widget .z6x9c3widget-btn,
.t8y2u5bonus-widget .v5b8n2widget-close,
.t8y2u5bonus-widget svg,
.t8y2u5bonus-widget a,
.t8y2u5bonus-widget button{
    pointer-events: auto; /* але кнопка/close/контент — клікабельні */
}
:root{ --bonus-widget-safe: 140px; }

.w5q8a2demo-section{
    padding-bottom: calc(var(--bonus-widget-safe) + env(safe-area-inset-bottom, 0px));
}
@media (max-width: 576px){
    .t8y2u5bonus-widget{
        display: none;
    }
}
