:root {
  --color-header: #222723;
  --color-footer: #222723;
  --color-btn-login: #02504b;
  --color-btn-signup: #f9c719;
  --color-bg: #0e2f2b;
  --color-text-light: #e8f0ef;
  --color-text-dark: #1a1a1a;
  --color-accent: #02504b;
  --color-success: #28a745;
  --color-warning: #ffc107;
}

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

body {
  font-family: "Roboto", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans",
    "Helvetica Neue", "Arial", sans-serif;
  background-color: var(--color-bg);
  color: var(--color-text-light);
  line-height: 1.6;
  overflow-x: hidden;
}

.e4r7t-header {
  background: linear-gradient(135deg, var(--color-header) 0%, #1a3a35 100%);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

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

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

.s3d6f-logo-wrapper {
  flex-shrink: 0;
}

.k7l0z-logo-img {
  height: 50px;
  width: auto;
}

.x2c5v-nav-menu {
  display: flex;
  align-items: center;
}

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

.q4w8e-menu-link,
.r7t1y-menu-link,
.u3i6o-menu-link,
.p9a2s-menu-link {
  color: var(--color-text-light);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 16px;
}

.q4w8e-menu-link:hover,
.r7t1y-menu-link:hover,
.u3i6o-menu-link:hover,
.p9a2s-menu-link:hover {
  color: var(--color-btn-signup);
}

.d5f8g-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.h2j5k-online-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
}

.l6z9x-online-icon {
  font-size: 18px;
}

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

.w3e6r-btn-login,
.t9y2u-btn-signup {
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.w3e6r-btn-login {
  background-color: var(--color-btn-login);
  color: var(--color-text-light);
}

.w3e6r-btn-login:hover {
  background-color: #037066;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(2, 80, 75, 0.4);
}

.t9y2u-btn-signup {
  background-color: var(--color-btn-signup);
  color: var(--color-text-dark);
}

.t9y2u-btn-signup:hover {
  background-color: #ffd54f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(249, 199, 25, 0.4);
}

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

.i7o0p-burger span {
  width: 25px;
  height: 3px;
  background-color: var(--color-text-light);
  transition: all 0.3s ease;
  border-radius: 2px;
}

.q8w3r-hero-section {
  background: linear-gradient(rgba(14, 47, 43, 0.7), rgba(14, 47, 43, 0.7)), url("/banner-sultan.png") center / cover
    no-repeat;
  padding: 100px 20px;
  text-align: center;
  margin-bottom: 40px;
}

.t5y7u-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.i9o0p-hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-text-light);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.a4s6d-hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--color-btn-signup);
}

.f2g8h-hero-btn {
  display: inline-block;
  padding: 18px 40px;
  background-color: var(--color-btn-signup);
  color: var(--color-text-dark);
  text-decoration: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(249, 199, 25, 0.3);
}

.f2g8h-hero-btn:hover {
  background-color: #ffd54f;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(249, 199, 25, 0.5);
}

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

.z7x9c-breadcrumbs {
  padding: 15px 0;
  font-size: 14px;
  color: var(--color-text-light);
  margin-bottom: 30px;
}

.z7x9c-breadcrumbs a {
  color: var(--color-btn-signup);
  text-decoration: none;
}

.z7x9c-breadcrumbs a:hover {
  text-decoration: underline;
}

.v1b4n-separator {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.5);
}

.m6n8b-main-content {
  margin-bottom: 60px;
}

.n4m8q-mirrors-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.t3y7u-section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--color-text-light);
  text-align: center;
}

.i1o5p-update-time {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  color: var(--color-btn-signup);
}

.a8s2d-clock-icon {
  font-size: 20px;
}

.f4g8h-mirrors-table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
}

.j6k0l-mirrors-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.j6k0l-mirrors-table thead {
  background: var(--color-accent);
}

.j6k0l-mirrors-table th,
.j6k0l-mirrors-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.j6k0l-mirrors-table th {
  font-weight: 600;
  color: var(--color-text-light);
}

.j6k0l-mirrors-table td {
  color: var(--color-text-light);
}

.z9x4c-mirror-url {
  font-family: monospace;
  color: var(--color-btn-signup);
}

.v7b1n-status-active {
  color: var(--color-success);
  font-weight: 600;
}

.m3q6w-speed-fast {
  color: var(--color-success);
  font-weight: 600;
}

.y5u9i-speed-medium {
  color: var(--color-warning);
  font-weight: 600;
}

.e8r2t-mirror-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: var(--color-btn-signup);
  color: var(--color-text-dark);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.e8r2t-mirror-btn:hover {
  background-color: #ffd54f;
  transform: scale(1.05);
}

.o2p6a-mirrors-note {
  background: rgba(249, 199, 25, 0.1);
  border-left: 4px solid var(--color-btn-signup);
  padding: 15px 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.s4d8f-jackpots-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
}

.x3c7v-jackpots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.b9n2m-jackpot-card {
  background: linear-gradient(135deg, rgba(2, 80, 75, 0.3) 0%, rgba(2, 80, 75, 0.1) 100%);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  border: 2px solid rgba(249, 199, 25, 0.3);
  transition: all 0.3s ease;
}

.b9n2m-jackpot-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-btn-signup);
  box-shadow: 0 8px 25px rgba(249, 199, 25, 0.3);
}

.q6w0e-jackpot-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.r4t8y-jackpot-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--color-text-light);
}

.u2i6o-jackpot-amount {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-btn-signup);
  margin-bottom: 10px;
}

.p0a4s-jackpot-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.d7f1g-bonus-info {
  background: linear-gradient(135deg, var(--color-accent) 0%, #014d47 100%);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}

.h3j6k-bonus-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-text-light);
}

.l9z3x-bonus-details {
  margin-bottom: 25px;
}

.c5v8b-bonus-amount {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-btn-signup);
  margin-bottom: 10px;
}

.n1m4q-bonus-fs {
  font-size: 24px;
  color: var(--color-text-light);
}

.w7e0r-bonus-btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: var(--color-btn-signup);
  color: var(--color-text-dark);
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.w7e0r-bonus-btn:hover {
  background-color: #ffd54f;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(249, 199, 25, 0.4);
}

.content-wrapper {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
  line-height: 1.8;
}

.content-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  color: var(--color-text-light);
}

.content-wrapper h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
  color: var(--color-btn-signup);
}

.content-wrapper p {
  margin-bottom: 15px;
  color: var(--color-text-light);
}

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

.content-wrapper li {
  margin-bottom: 10px;
  color: var(--color-text-light);
}

.content-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.content-wrapper table th,
.content-wrapper table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.content-wrapper table th {
  background: var(--color-accent);
  font-weight: 600;
  color: var(--color-text-light);
}

.content-wrapper table td {
  color: var(--color-text-light);
}

.content-wrapper strong {
  color: var(--color-btn-signup);
}

.t9y3u-screenshots-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
}

.f6g0h-screenshots-slider {
  position: relative;
  margin-bottom: 20px;
}

.j2k5l-slider-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px 0;
  scrollbar-width: none;
}

.j2k5l-slider-wrapper::-webkit-scrollbar {
  display: none;
}

.z8x1c-screenshot-item {
  flex: 0 0 auto;
  width: 100%;
  max-width: 600px;
}

.z8x1c-screenshot-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.v4b7n-screenshot-caption {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: var(--color-text-light);
}

.m9q2w-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(249, 199, 25, 0.9);
  color: var(--color-text-dark);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.m9q2w-slider-btn:hover {
  background: var(--color-btn-signup);
  transform: translateY(-50%) scale(1.1);
}

.m9q2w-prev {
  left: 10px;
}

.m9q2w-next {
  right: 10px;
}

.e3r6t-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.y7u1i-video-section,
.r4t7y-demo-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
}

.g5h8j-video-wrapper,
.d6f9g-demo-wrapper {
  margin-bottom: 20px;
}

.k1l4z-video-placeholder,
.h0j3k-demo-placeholder {
  background: rgba(0, 0, 0, 0.3);
  border: 2px dashed rgba(249, 199, 25, 0.5);
  border-radius: 10px;
  padding: 80px 20px;
  text-align: center;
}

.x7c0v-placeholder-text,
.l4z7x-placeholder-text {
  font-size: 20px;
  color: var(--color-text-light);
  margin-bottom: 10px;
}

.b3n6m-placeholder-note,
.c8v1b-placeholder-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.q9w2e-video-description,
.n5m8q-demo-info {
  margin-top: 20px;
}

.q9w2e-video-description ul {
  padding-left: 30px;
}

.q9w2e-video-description li {
  margin-bottom: 10px;
  color: var(--color-text-light);
}

.w2e5r-demo-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--color-btn-signup);
  color: var(--color-text-dark);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.w2e5r-demo-btn:hover {
  background-color: #ffd54f;
  transform: translateY(-2px);
}

.t9y3u-author-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
}

.f7g1h-author-card {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.j3k6l-author-photo img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--color-btn-signup);
}

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

.v8b2n-author-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--color-text-light);
}

.m4q7w-author-title {
  font-size: 18px;
  color: var(--color-btn-signup);
  margin-bottom: 15px;
}

.e9r3t-author-bio {
  line-height: 1.8;
  margin-bottom: 20px;
  color: var(--color-text-light);
}

.y5u8i-author-social {
  display: flex;
  gap: 15px;
}

.o1p4a-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--color-accent);
  color: var(--color-text-light);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.o1p4a-social-link:hover {
  background: var(--color-btn-login);
  transform: translateY(-2px);
}

.s6d9f-social-icon {
  font-size: 20px;
}

.a5s8d-footer {
  background: linear-gradient(135deg, var(--color-footer) 0%, #1a3a35 100%);
  padding: 50px 0 30px;
  margin-top: 60px;
}

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

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

.v5b8n-footer-logo-img {
  height: 60px;
  width: auto;
}

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

.y2u5i-footer-link,
.o8p1a-footer-link,
.s4d7f-footer-link,
.g0h3j-footer-link {
  color: var(--color-text-light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.y2u5i-footer-link:hover,
.o8p1a-footer-link:hover,
.s4d7f-footer-link:hover,
.g0h3j-footer-link:hover {
  color: var(--color-btn-signup);
}

.k6l9z-payment-methods,
.q5w8e-providers {
  margin-bottom: 30px;
}

.x3c6v-payment-title,
.r2t5y-providers-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--color-text-light);
}

.b8n1m-payment-logos,
.u7i0o-providers-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.b8n1m-payment-logos img,
.u7i0o-providers-logos img {
  height: 40px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.b8n1m-payment-logos img:hover,
.u7i0o-providers-logos img:hover {
  opacity: 1;
}

.p9a3s-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
}

.d6f8g-copyright,
.h1j4k-license,
.l7z0x-warning,
.c9v2b-legal-text {
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.l7z0x-warning {
  color: var(--color-warning);
  font-weight: 600;
}

.g2h5j-fixed-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, var(--color-accent) 0%, #014d47 100%);
  padding: 15px 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  z-index: 999;
  animation: slideUp 0.5s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.k8l1z-widget-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

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

.b0n3m-widget-bonus {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-light);
}

.q6w9e-widget-amount {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-btn-signup);
}

.r5t8y-widget-btn {
  padding: 12px 35px;
  background-color: var(--color-btn-signup);
  color: var(--color-text-dark);
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.r5t8y-widget-btn:hover {
  background-color: #ffd54f;
  transform: scale(1.05);
}

.faq-item {
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.03);
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid var(--color-btn-signup);
}

.faq-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-text-light);
}

.faq-item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

@media (max-width: 992px) {
  .x2c5v-nav-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: var(--color-header);
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .x2c5v-nav-menu.active {
    display: block;
  }

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

  .i7o0p-burger {
    display: flex;
  }

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

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

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

  .i9o0p-hero-title {
    font-size: 32px;
  }

  .a4s6d-hero-subtitle {
    font-size: 18px;
  }

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

  .j3k6l-author-photo {
    margin: 0 auto;
  }

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

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

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

  .h2j5k-online-counter {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .n4m7q-auth-buttons {
    order: 2;
  }

  .i7o0p-burger {
    order: 4;
  }

  .q8w3r-hero-section {
    padding: 60px 20px;
  }

  .i9o0p-hero-title {
    font-size: 28px;
  }

  .a4s6d-hero-subtitle {
    font-size: 16px;
  }

  .f2g8h-hero-btn {
    padding: 15px 30px;
    font-size: 18px;
  }

  .n4m8q-mirrors-section,
  .s4d8f-jackpots-section,
  .content-wrapper,
  .t9y3u-screenshots-section,
  .y7u1i-video-section,
  .r4t7y-demo-section,
  .t9y3u-author-section {
    padding: 25px 20px;
  }

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

  .j6k0l-mirrors-table {
    font-size: 14px;
  }

  .j6k0l-mirrors-table th,
  .j6k0l-mirrors-table td {
    padding: 10px 8px;
  }

  .x3c7v-jackpots-grid {
    grid-template-columns: 1fr;
  }

  .k8l1z-widget-content {
    flex-direction: column;
    text-align: center;
  }

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

  .b0n3m-widget-bonus {
    font-size: 16px;
  }

  .q6w9e-widget-amount {
    font-size: 20px;
  }

  .r5t8y-widget-btn {
    padding: 10px 25px;
    font-size: 16px;
  }

  .m9q2w-slider-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.wp-block-group {
  margin-bottom: 20px;
}

.wp-block-columns {
  display: flex;
  gap: 20px;
}

.elementor-widget-container {
  padding: 10px;
}

.site-header-wrapper {
  display: none;
}
