.page-slots-games-theme-slots {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A1147; /* Darker shade of main color for background */
}

.page-slots-games-theme-slots .highlight {
  color: #FFD700;
}

.page-slots-games-theme-slots__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-slots-games-theme-slots__section {
  padding: 60px 0;
  text-align: center;
}

.page-slots-games-theme-slots__section:nth-of-type(even) {
  background-color: #1A237E; /* Main color for alternating sections */
}

.page-slots-games-theme-slots__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for main titles */
  margin-bottom: 20px;
  font-weight: 700;
}

.page-slots-games-theme-slots__section-subtitle {
  font-size: 1.3em;
  color: #B0B0B0;
  margin-bottom: 40px;
}

.page-slots-games-theme-slots__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

/* Hero Section */
.page-slots-games-theme-slots__hero {
  background: linear-gradient(135deg, #1A237E 0%, #0A1147 100%);
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  text-align: left;
}

.page-slots-games-theme-slots__hero-content {
  max-width: 600px;
  padding: 0 20px;
}

.page-slots-games-theme-slots__hero-title {
  font-size: 3.8em;
  color: #FFFFFF; /* White for hero title */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.page-slots-games-theme-slots__hero-description {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-slots-games-theme-slots__hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-slots-games-theme-slots__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.page-slots-games-theme-slots__btn--primary {
  background-color: #FFD700;
  color: #1A237E; /* Dark blue for text on gold button */
}

.page-slots-games-theme-slots__btn--primary:hover {
  background-color: #e5c100;
  transform: translateY(-2px);
}

.page-slots-games-theme-slots__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-slots-games-theme-slots__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A237E;
  transform: translateY(-2px);
}

.page-slots-games-theme-slots__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-slots-games-theme-slots__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-slots-games-theme-slots__hero-image-container {
  flex-shrink: 0;
}

.page-slots-games-theme-slots__hero-image {
  max-width: 500px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* About Slots Section */
.page-slots-games-theme-slots__grid-two-cols {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.page-slots-games-theme-slots__grid-two-cols:nth-child(even) {
  flex-direction: row-reverse;
}

.page-slots-games-theme-slots__text-content {
  flex: 1;
}

.page-slots-games-theme-slots__image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-slots-games-theme-slots__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Themes Showcase */
.page-slots-games-theme-slots__theme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slots-games-theme-slots__theme-card {
  background-color: #0A1147;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid #2C3A8D;
}

.page-slots-games-theme-slots__theme-card:hover {
  transform: translateY(-10px);
  background-color: #1A237E;
}

.page-slots-games-theme-slots__theme-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-slots-games-theme-slots__theme-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-slots-games-theme-slots__theme-description {
  font-size: 1em;
  color: #B0B0B0;
}

.page-slots-games-theme-slots__cta-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.page-slots-games-theme-slots__cta-bottom p {
  font-size: 1.4em;
  color: #FFFFFF;
  margin-bottom: 25px;
}

/* Why Kuwin789 Section */
.page-slots-games-theme-slots__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slots-games-theme-slots__feature-item {
  background-color: #0A1147;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #2C3A8D;
}

.page-slots-games-theme-slots__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-slots-games-theme-slots__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-slots-games-theme-slots__feature-description {
  font-size: 1em;
  color: #B0B0B0;
}

/* How to Play Section */
.page-slots-games-theme-slots__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slots-games-theme-slots__step-item {
  background-color: #1A237E;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  border: 1px solid #FFD700;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-slots-games-theme-slots__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #1A237E;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: 700;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #0A1147;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-slots-games-theme-slots__step-title {
  font-size: 1.6em;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-slots-games-theme-slots__step-description {
  font-size: 1em;
  color: #E0E0E0;
  margin-bottom: 20px;
}

/* Tips & Strategies Section */
.page-slots-games-theme-slots__tips-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.page-slots-games-theme-slots__tips-list li {
  background-color: #0A1147;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  color: #E0E0E0;
  font-size: 1.1em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-slots-games-theme-slots__tips-list li strong {
  color: #FFD700;
}

/* Responsible Gaming Section */
.page-slots-games-theme-slots__responsible-gaming {
  background-color: #0A1147;
  padding: 80px 0;
}

.page-slots-games-theme-slots__responsible-gaming .page-slots-games-theme-slots__section-title {
  color: #FFD700;
}

/* FAQ Section */
.page-slots-games-theme-slots__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-slots-games-theme-slots__faq-item {
  background-color: #1A237E;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2C3A8D;
}

.page-slots-games-theme-slots__faq-question {
  background-color: #2C3A8D;
  color: #FFFFFF;
  padding: 20px 25px;
  margin: 0;
  font-size: 1.3em;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-slots-games-theme-slots__faq-question:hover {
  background-color: #3B4CA3;
}

.page-slots-games-theme-slots__faq-answer {
  padding: 20px 25px;
  color: #E0E0E0;
  font-size: 1.1em;
  border-top: 1px solid #3B4CA3;
}

/* Final CTA Section */
.page-slots-games-theme-slots__final-cta {
  background: linear-gradient(135deg, #FFD700 0%, #e5c100 100%);
  padding: 80px 0;
}

.page-slots-games-theme-slots__final-cta .page-slots-games-theme-slots__section-title {
  color: #1A237E;
}

.page-slots-games-theme-slots__final-cta .page-slots-games-theme-slots__paragraph {
  color: #1A237E;
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-slots-games-theme-slots__final-cta .page-slots-games-theme-slots__btn--primary {
  background-color: #1A237E;
  color: #FFD700;
}

.page-slots-games-theme-slots__final-cta .page-slots-games-theme-slots__btn--primary:hover {
  background-color: #0A1147;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-slots-games-theme-slots__hero {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .page-slots-games-theme-slots__hero-content {
    max-width: 100%;
  }

  .page-slots-games-theme-slots__hero-title {
    font-size: 3em;
  }

  .page-slots-games-theme-slots__hero-image {
    max-width: 400px;
  }

  .page-slots-games-theme-slots__grid-two-cols {
    flex-direction: column;
  }

  .page-slots-games-theme-slots__grid-two-cols:nth-child(even) {
    flex-direction: column;
  }

  .page-slots-games-theme-slots__section-title {
    font-size: 2.2em;
  }

  .page-slots-games-theme-slots__theme-grid, .page-slots-games-theme-slots__features-grid, .page-slots-games-theme-slots__step-by-step {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-slots-games-theme-slots__hero {
    padding: 80px 0;
  }

  .page-slots-games-theme-slots__hero-title {
    font-size: 2.5em;
  }

  .page-slots-games-theme-slots__hero-description {
    font-size: 1.1em;
  }

  .page-slots-games-theme-slots__hero-actions {
    justify-content: center;
  }

  .page-slots-games-theme-slots__section {
    padding: 40px 0;
  }

  .page-slots-games-theme-slots__section-title {
    font-size: 1.8em;
  }

  .page-slots-games-theme-slots__section-subtitle {
    font-size: 1.1em;
  }

  .page-slots-games-theme-slots__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-slots-games-theme-slots__hero-image {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .page-slots-games-theme-slots__hero-title {
    font-size: 2em;
  }

  .page-slots-games-theme-slots__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-slots-games-theme-slots__btn {
    width: 100%;
  }

  .page-slots-games-theme-slots__theme-card, .page-slots-games-theme-slots__feature-item, .page-slots-games-theme-slots__step-item, .page-slots-games-theme-slots__faq-item {
    padding: 20px;
  }

  .page-slots-games-theme-slots__theme-title, .page-slots-games-theme-slots__feature-title, .page-slots-games-theme-slots__step-title {
    font-size: 1.4em;
  }

  .page-slots-games-theme-slots__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-slots-games-theme-slots__faq-answer {
    padding: 15px 20px;
  }
}