/* Global Styles */
* {
  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: #0e2f2b;
  color: #e8e8e8;
  line-height: 1.6;
  overflow-x: hidden;
}

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

.p9k2v-container {
  flex: 1;
}

/* Header Styles */
.v8n3q-header {
  background-color: #222723;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.h4k9m-navbar {
  padding: 0;
}

.t2w7p-logo-link {
  display: inline-block;
}

.d5x8r-logo-img {
  max-height: 60px;
  width: auto;
}

.f9j2k-header-actions {
  gap: 10px;
}

.w3m6n-btn-login {
  background-color: #02504b;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
}

.w3m6n-btn-login:hover {
  background-color: #037066;
  color: #fff;
  transform: translateY(-2px);
}

.q7t4h-btn-signup {
  background-color: #f9c719;
  color: #222723;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  border: none;
}

.q7t4h-btn-signup:hover {
  background-color: #ffd740;
  color: #222723;
  transform: translateY(-2px);
}

.p8k5v-burger {
  border-color: #f9c719;
  margin-left: 10px;
}

.p8k5v-burger:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 199, 25, 0.25);
}

.l4w8x-nav-menu .nav-link {
  color: #e8e8e8;
  font-weight: 500;
  padding: 8px 15px;
  transition: color 0.3s ease;
}

.l4w8x-nav-menu .nav-link:hover {
  color: #f9c719;
}

.z3n7m-online-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  background-color: rgba(249, 199, 25, 0.1);
  border-radius: 5px;
  margin-left: 15px;
}

.k5p2w-counter-icon {
  font-size: 18px;
}

.r9t6h-counter-text {
  color: #e8e8e8;
  font-size: 14px;
}

.j4x8n-counter-number {
  color: #f9c719;
  font-weight: 700;
}

/* Hero Section */
.m4n7x-hero-section {
  background: linear-gradient(135deg, #0e2f2b 0%, #1a4540 100%);
  padding: 60px 0;
  margin-bottom: 40px;
}

.b7m4k-hero-banner {
  width: 100%;
}

.n8w3p-hero-content {
  padding: 20px;
}

.x5k9r-hero-title {
  font-size: 42px;
  font-weight: 900;
  color: #f9c719;
  margin-bottom: 20px;
  line-height: 1.2;
}

.t2v7m-hero-subtitle {
  font-size: 20px;
  color: #e8e8e8;
  margin-bottom: 30px;
  line-height: 1.5;
}

.q4n8j-hero-features {
  margin-bottom: 30px;
}

.w7p3k-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 16px;
}

.l9x2r-feature-icon {
  color: #f9c719;
  font-weight: 700;
  font-size: 20px;
}

.h6t9n-hero-cta {
  background-color: #f9c719;
  color: #222723;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
}

.h6t9n-hero-cta:hover {
  background-color: #ffd740;
  color: #222723;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(249, 199, 25, 0.4);
}

.m3w8k-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p5r2n-banner-img {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Promo Code Section */
.y9k4m-promo-section {
  padding: 60px 0;
  background-color: #0e2f2b;
}

.x7n2w-promo-card {
  background: linear-gradient(135deg, #1a4540 0%, #0e2f2b 100%);
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  border: 2px solid #02504b;
}

.t5k8p-promo-header {
  text-align: center;
  margin-bottom: 30px;
}

.r3m9j-promo-title {
  font-size: 32px;
  font-weight: 700;
  color: #f9c719;
  margin-bottom: 10px;
}

.w6t4n-promo-desc {
  font-size: 18px;
  color: #e8e8e8;
}

.l8p3k-promo-body {
  max-width: 600px;
  margin: 0 auto;
}

.q2n7m-code-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.v9x4r-code-display {
  flex: 1;
  background-color: #222723;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 250px;
}

.j5w8k-code-label {
  font-size: 16px;
  color: #e8e8e8;
}

.h3t6n-code-value {
  font-size: 24px;
  font-weight: 700;
  color: #f9c719;
  letter-spacing: 2px;
}

.z4m9p-btn-copy {
  background-color: #02504b;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.z4m9p-btn-copy:hover {
  background-color: #037066;
  transform: translateY(-2px);
}

.z4m9p-btn-copy.copied {
  background-color: #28a745;
}

.k7r2w-btn-text {
  font-size: 16px;
}

.n6k3m-promo-status {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.t8w5p-status-badge {
  background-color: #28a745;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.r2n9k-status-time {
  background-color: #dc3545;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.m4x7n-promo-actions {
  text-align: center;
  margin-bottom: 30px;
}

.p9k2w-btn-activate {
  background-color: #f9c719;
  color: #222723;
  padding: 15px 50px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
}

.p9k2w-btn-activate:hover {
  background-color: #ffd740;
  color: #222723;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(249, 199, 25, 0.4);
}

.w5t8k-promo-details {
  background-color: rgba(34, 39, 35, 0.5);
  padding: 20px;
  border-radius: 10px;
}

.l3n6m-detail-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(232, 232, 232, 0.1);
  font-size: 15px;
}

.l3n6m-detail-item:last-child {
  border-bottom: none;
}

.l3n6m-detail-item strong {
  color: #f9c719;
}

/* Advantages Section */
.k8m3n-advantages-section {
  padding: 60px 0;
  background-color: #0e2f2b;
}

.w5r9p-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #f9c719;
  margin-bottom: 15px;
}

.t7k4m-section-subtitle {
  font-size: 18px;
  color: #e8e8e8;
  margin-bottom: 30px;
}

.n6w8k-advantage-card {
  background: linear-gradient(135deg, #1a4540 0%, #0e2f2b 100%);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
}

.n6w8k-advantage-card:hover {
  transform: translateY(-5px);
  border-color: #02504b;
  box-shadow: 0 10px 30px rgba(2, 80, 75, 0.3);
}

.p3m7r-advantage-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.x9t2n-advantage-title {
  font-size: 22px;
  font-weight: 700;
  color: #f9c719;
  margin-bottom: 15px;
}

.l4k8w-advantage-text {
  font-size: 15px;
  color: #e8e8e8;
  line-height: 1.6;
}

/* Screenshots Section */
.r5n8k-screenshots-section {
  padding: 60px 0;
  background-color: #0e2f2b;
}

.p9n2k-screenshot-card {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.p9n2k-screenshot-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

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

.w6k9n-screenshot-caption {
  background-color: #222723;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  color: #f9c719;
}

.carousel-caption {
  background-color: rgba(34, 39, 35, 0.8);
  padding: 10px;
  border-radius: 5px;
}

/* Bonuses Section */
.k4n7m-bonuses-section {
  padding: 60px 0;
  background-color: #0e2f2b;
}

.p2n9k-bonus-card {
  background: linear-gradient(135deg, #1a4540 0%, #0e2f2b 100%);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  border: 2px solid #02504b;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.p2n9k-bonus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(2, 80, 75, 0.3);
}

.x7t4m-bonus-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #f9c719;
  color: #222723;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.l5w8k-bonus-icon {
  font-size: 60px;
  margin-bottom: 20px;
}

.r9n3p-bonus-title {
  font-size: 26px;
  font-weight: 700;
  color: #f9c719;
  margin-bottom: 10px;
}

.t6k2w-bonus-amount {
  font-size: 20px;
  color: #e8e8e8;
  margin-bottom: 20px;
  font-weight: 600;
}

.m4x7n-bonus-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
  flex: 1;
}

.m4x7n-bonus-features li {
  padding: 8px 0;
  font-size: 14px;
  color: #e8e8e8;
  border-bottom: 1px solid rgba(232, 232, 232, 0.1);
}

.m4x7n-bonus-features li:last-child {
  border-bottom: none;
}

.w3k8n-bonus-btn {
  background-color: #f9c719;
  color: #222723;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
}

.w3k8n-bonus-btn:hover {
  background-color: #ffd740;
  color: #222723;
  transform: translateY(-2px);
}

/* Games Section */
.t8k3n-games-section {
  padding: 60px 0;
  background-color: #0e2f2b;
}

.r6n9k-games-grid {
  display: block;
}

.m3w7k-game-card {
  background: linear-gradient(135deg, #1a4540 0%, #0e2f2b 100%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  border: 2px solid #02504b;
  transition: all 0.3s ease;
}

.m3w7k-game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(2, 80, 75, 0.3);
}

.p5t8n-game-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.x2k9w-game-title {
  font-size: 18px;
  font-weight: 700;
  color: #f9c719;
  margin-bottom: 8px;
}

.l7n4k-game-provider {
  font-size: 14px;
  color: #e8e8e8;
  margin-bottom: 15px;
}

.w9k3n-game-btn {
  background-color: #02504b;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
}

.w9k3n-game-btn:hover {
  background-color: #037066;
  color: #fff;
  transform: translateY(-2px);
}

/* Reviews Section */
.n7k4m-reviews-section {
  padding: 60px 0;
  background-color: #0e2f2b;
}

.p8k3n-review-card {
  background: linear-gradient(135deg, #1a4540 0%, #0e2f2b 100%);
  padding: 25px;
  border-radius: 12px;
  border: 2px solid #02504b;
  transition: all 0.3s ease;
  height: 100%;
}

.p8k3n-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(2, 80, 75, 0.3);
}

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

.r2n7m-review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #f9c719;
}

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

.m6n3p-author-name {
  font-size: 18px;
  font-weight: 700;
  color: #f9c719;
  margin-bottom: 5px;
}

.l9w5k-review-rating {
  color: #f9c719;
  font-size: 18px;
}

.star {
  color: #f9c719;
}

.star-empty {
  color: #555;
}

.w7k2n-review-text {
  font-size: 15px;
  color: #e8e8e8;
  line-height: 1.6;
}

.k9w3n-review-form-wrapper {
  background: linear-gradient(135deg, #1a4540 0%, #0e2f2b 100%);
  padding: 40px;
  border-radius: 15px;
  border: 2px solid #02504b;
}

.p7k2m-form-title {
  font-size: 28px;
  font-weight: 700;
  color: #f9c719;
  margin-bottom: 30px;
}

.t5w8k-review-form .form-label {
  color: #e8e8e8;
  font-weight: 600;
  margin-bottom: 8px;
}

.t5w8k-review-form .form-control {
  background-color: #222723;
  border: 1px solid #02504b;
  color: #e8e8e8;
  padding: 12px;
  border-radius: 6px;
}

.t5w8k-review-form .form-control:focus {
  background-color: #222723;
  border-color: #f9c719;
  color: #e8e8e8;
  box-shadow: 0 0 0 0.25rem rgba(249, 199, 25, 0.25);
}

.w3k8n-submit-btn {
  background-color: #f9c719;
  color: #222723;
  padding: 12px 40px;
  border-radius: 8px;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
}

.w3k8n-submit-btn:hover {
  background-color: #ffd740;
  color: #222723;
  transform: translateY(-2px);
}

/* Content Section */
.l3w9b-content-wrapper {
  padding: 60px 0;
  background-color: #0e2f2b;
}

.r6y4n-article-content {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1a4540 0%, #0e2f2b 100%);
  padding: 40px;
  border-radius: 15px;
  border: 2px solid #02504b;
}

.j8d2m-main-heading {
  font-size: 36px;
  font-weight: 700;
  color: #f9c719;
  margin-bottom: 30px;
  line-height: 1.3;
}

.x7f5k-text-content {
  color: #e8e8e8;
  font-size: 16px;
  line-height: 1.8;
}

.x7f5k-text-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #f9c719;
  margin-top: 40px;
  margin-bottom: 20px;
}

.x7f5k-text-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #f9c719;
  margin-top: 30px;
  margin-bottom: 15px;
}

.x7f5k-text-content p {
  margin-bottom: 20px;
}

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

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

.x7f5k-text-content strong {
  color: #f9c719;
  font-weight: 700;
}

.x7f5k-text-content table {
  width: 100%;
  margin: 30px auto;
  border-collapse: collapse;
  background-color: #222723;
  border-radius: 8px;
  overflow: hidden;
}

.x7f5k-text-content table thead {
  background-color: #02504b;
}

.x7f5k-text-content table th {
  padding: 15px;
  text-align: left;
  color: #f9c719;
  font-weight: 700;
  border: 1px solid #02504b;
}

.x7f5k-text-content table td {
  padding: 12px 15px;
  border: 1px solid #02504b;
  color: #e8e8e8;
}

.x7f5k-text-content table tr:hover {
  background-color: rgba(2, 80, 75, 0.2);
}

.x7f5k-text-content .promo-intro {
  background-color: rgba(249, 199, 25, 0.1);
  padding: 20px;
  border-left: 4px solid #f9c719;
  margin-bottom: 30px;
  border-radius: 5px;
}

.x7f5k-text-content .content-section {
  margin-bottom: 40px;
}

.x7f5k-text-content .faq-item {
  background-color: rgba(34, 39, 35, 0.5);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 3px solid #02504b;
}

.x7f5k-text-content .faq-item h3 {
  margin-top: 0;
}

/* Footer */
.q8k3n-footer {
  background-color: #222723;
  padding: 50px 0 20px;
  margin-top: 60px;
}

.w5n7k-footer-brand {
  margin-bottom: 20px;
}

.p2k9m-footer-logo {
  margin-bottom: 15px;
}

.t6w3n-footer-desc {
  font-size: 14px;
  color: #e8e8e8;
  line-height: 1.6;
}

.r9k2w-footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #f9c719;
  margin-bottom: 20px;
}

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

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

.l3n8k-footer-menu a {
  color: #e8e8e8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.l3n8k-footer-menu a:hover {
  color: #f9c719;
}

.x7k4n-payment-logos,
.m5w8k-provider-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.x7k4n-payment-logos img,
.m5w8k-provider-logos img {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.n4k7w-footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(232, 232, 232, 0.1);
}

.t9k3n-copyright {
  font-size: 14px;
  color: #e8e8e8;
  margin-bottom: 10px;
}

.w6k2m-legal-info {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
}

.w6k2m-legal-info a {
  color: #f9c719;
  text-decoration: none;
}

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

.p7k3n-age-badge {
  background-color: #dc3545;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

/* Sticky Widget */
.k3w9n-sticky-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #02504b 0%, #037066 100%);
  padding: 15px;
  box-shadow: 0 -5px 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);
  }
}

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

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

.w9k3p-widget-icon {
  font-size: 24px;
}

.l4k7n-widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.p2k9w-widget-btn {
  background-color: #f9c719;
  color: #222723;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  border: none;
}

.p2k9w-widget-btn:hover {
  background-color: #ffd740;
  color: #222723;
  transform: translateY(-2px);
}

/* WordPress Styles (obfuscation) */
.wp-block-group {
  margin-bottom: 1.5em;
}

.elementor-widget-container {
  display: block;
}

.yoast-breadcrumbs {
  display: none;
}
