.page-slot-games {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default dark text for light body background */
  background-color: #f8f8f8;
  line-height: 1.6;
}

.page-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-slot-games__section {
  padding: 80px 0;
  text-align: center;
}

.page-slot-games__dark-bg {
  background-color: #CC0000;
  color: #ffffff;
}

.page-slot-games__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-slot-games__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: inherit;
  font-weight: bold;
}

.page-slot-games__section-description {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 60px auto;
  line-height: 1.8;
}

/* Hero Section */
.page-slot-games__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 20px 80px 20px;
  padding-top: var(--header-offset, 120px);
  position: relative;
  overflow: hidden;
}

.page-slot-games__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  margin-bottom: 40px;
}

.page-slot-games__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-slot-games__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 40px;
}

.page-slot-games__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-slot-games__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-slot-games__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

/* Buttons */
.page-slot-games__btn-primary,
.page-slot-games__btn-secondary {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-slot-games__btn-primary {
  background-color: #FFD700;
  color: #CC0000;
  border: 2px solid #FFD700;
}

.page-slot-games__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-slot-games__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-slot-games__btn-secondary:hover {
  background-color: #FFD700;
  color: #CC0000;
}

.page-slot-games__btn-link {
  display: inline-block;
  margin-top: 15px;
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-slot-games__btn-link:hover {
  color: #FFD700;
}

/* Cards */
.page-slot-games__card {
  background-color: #ffffff;
  color: #333333;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

/* Why Choose Section */
.page-slot-games__why-choose .page-slot-games__section-title {
  color: #CC0000;
}

.page-slot-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.page-slot-games__feature-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  object-fit: cover;
}

.page-slot-games__feature-title {
  font-size: 1.5em;
  color: #CC0000;
  margin-bottom: 15px;
}

.page-slot-games__feature-item p {
  font-size: 1em;
  line-height: 1.6;
}

/* Categories Section */
.page-slot-games__categories .page-slot-games__section-title {
  color: #CC0000;
}

.page-slot-games__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.page-slot-games__category-card {
  overflow: hidden;
  text-align: left;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-slot-games__category-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 20px;
}

.page-slot-games__category-title {
  font-size: 1.4em;
  color: #CC0000;
  margin: 0 20px 10px 20px;
}

.page-slot-games__category-card p {
  font-size: 0.95em;
  line-height: 1.6;
  padding: 0 20px 20px 20px;
}

/* How To Play Section */
.page-slot-games__how-to-play .page-slot-games__section-title {
  color: #FFD700;
}

.page-slot-games__how-to-play .page-slot-games__section-description {
  color: #f0f0f0;
}

.page-slot-games__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.page-slot-games__step-item {
  padding: 40px;
}

.page-slot-games__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #CC0000;
  color: #ffffff;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-slot-games__step-title {
  font-size: 1.4em;
  color: #CC0000;
  margin-bottom: 15px;
}

/* Promotions Section */
.page-slot-games__promotions .page-slot-games__section-title {
  color: #CC0000;
}

.page-slot-games__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.page-slot-games__promo-card {
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.page-slot-games__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 20px;
}

.page-slot-games__promo-title {
  font-size: 1.4em;
  color: #CC0000;
  margin: 0 20px 10px 20px;
}

.page-slot-games__promo-card p {
  font-size: 0.95em;
  line-height: 1.6;
  padding: 0 20px 20px 20px;
}

.page-slot-games__cta-center {
  margin-top: 60px;
}

/* Security Section */
.page-slot-games__security .page-slot-games__section-title {
  color: #FFD700;
}

.page-slot-games__security .page-slot-games__section-description {
  color: #f0f0f0;
}

.page-slot-games__security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.page-slot-games__security-item .page-slot-games__card {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-slot-games__security-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-slot-games__security-item p {
  font-size: 1em;
  line-height: 1.6;
}

/* Mobile App Section */
.page-slot-games__mobile-flex {
  display: flex;
  align-items: center;
  gap: 50px;
  text-align: left;
}

.page-slot-games__mobile-content {
  flex: 1;
}

.page-slot-games__mobile-app .page-slot-games__section-title {
  color: #CC0000;
  text-align: left;
}

.page-slot-games__mobile-app .page-slot-games__section-description {
  color: #333333;
  text-align: left;
  margin: 0 0 30px 0;
}

.page-slot-games__mobile-benefits {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-slot-games__mobile-benefits li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333333;
}

.page-slot-games__list-icon {
  color: #CC0000;
  font-size: 1.4em;
  margin-right: 10px;
  font-weight: bold;
}

.page-slot-games__mobile-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-slot-games__mobile-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  object-fit: contain;
}

/* FAQ Section */
.page-slot-games__faq .page-slot-games__section-title {
  color: #FFD700;
}

.page-slot-games__faq-list {
  max-width: 900px;
  margin: 60px auto 0 auto;
  text-align: left;
}

.page-slot-games__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-slot-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-slot-games__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.page-slot-games__faq-q-text {
  margin: 0;
  color: inherit;
}

.page-slot-games__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-slot-games__faq-item.active .page-slot-games__faq-toggle {
  transform: rotate(45deg);
}

.page-slot-games__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  color: #f0f0f0;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-slot-games__faq-item.active .page-slot-games__faq-answer {
  max-height: 1000px !important; /* Sufficient height for content */
  padding: 15px 30px 30px 30px;
}

.page-slot-games__faq-answer p {
  margin: 0;
  line-height: 1.7;
  color: inherit;
}

/* Bottom CTA Section */
.page-slot-games__cta-bottom {
  padding: 100px 0;
}

.page-slot-games__cta-content {
  max-width: 800px;
}

.page-slot-games__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-slot-games__cta-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 40px;
}

.page-slot-games__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-slot-games__hero-title {
    font-size: 3em;
  }
  .page-slot-games__section-title {
    font-size: 2.2em;
  }
  .page-slot-games__cta-title {
    font-size: 2.5em;
  }
  .page-slot-games__mobile-flex {
    flex-direction: column;
    gap: 30px;
  }
  .page-slot-games__mobile-app .page-slot-games__section-title {
    text-align: center;
  }
  .page-slot-games__mobile-app .page-slot-games__section-description {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-slot-games__section {
    padding: 60px 0;
  }
  .page-slot-games__hero-section {
    padding: 100px 15px 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-slot-games__hero-title {
    font-size: 2.5em;
  }
  .page-slot-games__hero-description {
    font-size: 1em;
  }
  .page-slot-games__section-title {
    font-size: 2em;
  }
  .page-slot-games__section-description {
    font-size: 0.95em;
    margin-bottom: 40px;
  }

  /* Images, Videos, Buttons Responsive */
  .page-slot-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-slot-games video,
  .page-slot-games__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-slot-games__section,
  .page-slot-games__card,
  .page-slot-games__container,
  .page-slot-games__video-section,
  .page-slot-games__video-container,
  .page-slot-games__video-wrapper,
  .page-slot-games__cta-buttons,
  .page-slot-games__button-group,
  .page-slot-games__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-slot-games__cta-button,
  .page-slot-games__btn-primary,
  .page-slot-games__btn-secondary,
  .page-slot-games a[class*="button"],
  .page-slot-games a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-slot-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-slot-games__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-slot-games__faq-answer {
    padding: 0 20px;
  }
  .page-slot-games__faq-item.active .page-slot-games__faq-answer {
    padding: 15px 20px 20px 20px;
  }
  .page-slot-games__cta-bottom {
    padding: 80px 0;
  }
  .page-slot-games__cta-title {
    font-size: 2em;
  }
  .page-slot-games__cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-slot-games__hero-title {
    font-size: 2em;
  }
  .page-slot-games__section-title {
    font-size: 1.8em;
  }
  .page-slot-games__cta-title {
    font-size: 1.8em;
  }
  .page-slot-games__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-slot-games__btn-primary,
  .page-slot-games__btn-secondary {
    padding: 12px 25px;
    font-size: 1em;
  }
}