.page-slots-video-slots {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF; /* Default text color for dark sections */
  background-color: #0A192F; /* Default background */
}

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

.page-slots-video-slots__section {
  padding: 80px 0;
  text-align: center;
}

.page-slots-video-slots__section--dark {
  background-color: #0A192F;
  color: #FFFFFF;
}

.page-slots-video-slots__section--light {
  background-color: #F8F8F8;
  color: #0A192F;
}

.page-slots-video-slots__section-title {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 40px;
  color: #FFD700; /* Gold for titles */
  line-height: 1.2;
}

.page-slots-video-slots__section--light .page-slots-video-slots__section-title {
  color: #0A192F;
}

.page-slots-video-slots__text {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #E0E0E0; /* Light grey for body text on dark background */
}

.page-slots-video-slots__section--light .page-slots-video-slots__text {
  color: #333333;
}

.page-slots-video-slots__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-slots-video-slots__button--primary {
  background-color: #FFD700;
  color: #0A192F;
  margin-right: 15px;
}

.page-slots-video-slots__button--primary:hover {
  background-color: #E6C200;
}

.page-slots-video-slots__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-slots-video-slots__button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-slots-video-slots__button--inline {
    margin-top: 15px;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 1em;
}

/* Hero Section */
.page-slots-video-slots__hero {
  position: relative;
  background: linear-gradient(135deg, #0A192F, #1A3047);
  padding: 120px 0;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.page-slots-video-slots__hero-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-left: 0;
}

.page-slots-video-slots__hero-title {
  font-size: 4.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slots-video-slots__hero-subtitle {
  font-size: 1.5em;
  color: #E0E0E0;
  margin-bottom: 40px;
  line-height: 1.5;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.page-slots-video-slots__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.page-slots-video-slots__hero-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-slots-video-slots__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

/* Intro Section */
.page-slots-video-slots__intro {
  background-color: #1A3047;
  color: #E0E0E0;
}

.page-slots-video-slots__image-inline {
  max-width: 80%;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Why win88 Section */
.page-slots-video-slots__why-win88 {
  background-color: #0A192F;
  color: #E0E0E0;
}

.page-slots-video-slots__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
  text-align: left;
}

.page-slots-video-slots__feature-item {
  background-color: #1A3047;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-slots-video-slots__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-slots-video-slots__image-full-width {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Categories Section */
.page-slots-video-slots__categories {
  background-color: #1A3047;
  color: #E0E0E0;
}

.page-slots-video-slots__list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-slots-video-slots__list-grid li {
  background-color: #0A192F;
  padding: 25px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-slots-video-slots__list-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

/* How to Play Section */
.page-slots-video-slots__how-to-play {
  background-color: #0A192F;
  color: #E0E0E0;
}

.page-slots-video-slots__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-slots-video-slots__step-item {
  background-color: #1A3047;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-slots-video-slots__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

/* Promotions Section */
.page-slots-video-slots__promotions {
  background-color: #1A3047;
  color: #E0E0E0;
}

.page-slots-video-slots__list-promotions {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-slots-video-slots__list-promotions li {
  background-color: #0A192F;
  padding: 25px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Mobile App Section */
.page-slots-video-slots__mobile-app {
  background-color: #0A192F;
  color: #E0E0E0;
}

/* Responsible Gaming Section */
.page-slots-video-slots__responsible-gaming {
  background-color: #1A3047;
  color: #E0E0E0;
}

.page-slots-video-slots__list-bullets {
  list-style-type: disc;
  text-align: left;
  max-width: 800px;
  margin: 20px auto 40px auto;
  padding-left: 20px;
  color: #E0E0E0;
}

.page-slots-video-slots__list-bullets li {
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.6;
}

/* Final CTA Section */
.page-slots-video-slots__cta-final {
  background-color: #0A192F;
  color: #E0E0E0;
  padding-bottom: 100px;
}

.page-slots-video-slots__cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-slots-video-slots__hero {
    text-align: center;
    padding: 80px 0;
  }
  .page-slots-video-slots__hero-container {
    max-width: 100%;
    margin: 0 auto;
  }
  .page-slots-video-slots__hero-title {
    font-size: 3.5em;
  }
  .page-slots-video-slots__hero-subtitle {
    font-size: 1.3em;
  }
  .page-slots-video-slots__hero-actions {
    justify-content: center;
  }
  .page-slots-video-slots__hero-image-wrapper {
    display: none;
  }
  .page-slots-video-slots__section-title {
    font-size: 2.5em;
  }
  .page-slots-video-slots__features-grid,
  .page-slots-video-slots__list-grid,
  .page-slots-video-slots__steps-grid,
  .page-slots-video-slots__list-promotions {
    grid-template-columns: 1fr;
  }
  .page-slots-video-slots__cta-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-slots-video-slots__button--primary {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .page-slots-video-slots__hero-title {
    font-size: 2.8em;
  }
  .page-slots-video-slots__hero-subtitle {
    font-size: 1.1em;
  }
  .page-slots-video-slots__section-title {
    font-size: 2em;
  }
  .page-slots-video-slots__text {
    font-size: 1em;
  }
  .page-slots-video-slots__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-slots-video-slots__section {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .page-slots-video-slots__hero-title {
    font-size: 2.2em;
  }
  .page-slots-video-slots__hero-subtitle {
    font-size: 0.9em;
  }
  .page-slots-video-slots__hero-actions {
    flex-direction: column;
  }
  .page-slots-video-slots__button {
    width: 100%;
    box-sizing: border-box;
  }
  .page-slots-video-slots__section-title {
    font-size: 1.8em;
  }
  .page-slots-video-slots__list-bullets {
    padding-left: 15px;
  }
}