.page-slots-games-video-slots {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark backgrounds */
  background-color: #1A0033; /* Darker background to contrast with main purple */
}

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

.page-slots-games-video-slots .highlight {
  color: #FFD700; /* Gold for highlights */
  font-weight: bold;
}

.page-slots-games-video-slots__hero {
  background: linear-gradient(135deg, #4B0082 0%, #2A004B 100%);
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-slots-games-video-slots__hero-subtitle {
  font-size: 1.3em;
  color: #F0F0F0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slots-games-video-slots__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

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

.page-slots-games-video-slots__section:nth-of-type(even) {
  background-color: #2A004B;
}

.page-slots-games-video-slots__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-slots-games-video-slots__section-description {
  font-size: 1.1em;
  color: #C0C0C0;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-slots-games-video-slots__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  border: none;
}

.page-slots-games-video-slots__btn--primary {
  background-color: #FFD700;
  color: #4B0082;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-slots-games-video-slots__btn--primary:hover {
  background-color: #FFEB3B;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
  transform: translateY(-2px);
}

.page-slots-games-video-slots__btn--secondary {
  background-color: #4B0082;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(75, 0, 130, 0.4);
}

.page-slots-games-video-slots__btn--secondary:hover {
  background-color: #5D009C;
  color: #FFF;
  border-color: #FFF;
  box-shadow: 0 6px 20px rgba(75, 0, 130, 0.6);
  transform: translateY(-2px);
}

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

.page-slots-games-video-slots__btn--link {
  background: none;
  border: none;
  color: #FFD700;
  text-decoration: underline;
  padding: 5px 10px;
  font-size: 1em;
}

.page-slots-games-video-slots__btn--link:hover {
  color: #FFEB3B;
}

.page-slots-games-video-slots__features, .page-slots-games-video-slots__guide, .page-slots-games-video-slots__other-games {
  background-color: #1A0033;
}

.page-slots-games-video-slots__feature-grid, .page-slots-games-video-slots__game-grid, .page-slots-games-video-slots__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slots-games-video-slots__feature-item {
  background-color: #4B0082;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-slots-games-video-slots__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

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

.page-slots-games-video-slots__feature-item p {
  color: #E0E0E0;
  font-size: 1em;
}

.page-slots-games-video-slots__game-card {
  background-color: #4B0082;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}

.page-slots-games-video-slots__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-slots-games-video-slots__game-title {
  font-size: 1.5em;
  color: #FFD700;
  margin: 20px 0 10px;
}

.page-slots-games-video-slots__game-provider {
  color: #C0C0C0;
  font-size: 0.9em;
  margin-bottom: 20px;
}

.page-slots-games-video-slots__view-more {
  margin-top: 50px;
}

.page-slots-games-video-slots__promo-banner {
  background: linear-gradient(90deg, #FFD700 0%, #FFEB3B 100%);
  padding: 80px 0;
  color: #4B0082;
  position: relative;
  overflow: hidden;
}

.page-slots-games-video-slots__promo-content {
  position: relative;
  z-index: 1;
}

.page-slots-games-video-slots__promo-title {
  font-size: 3em;
  color: #4B0082;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.page-slots-games-video-slots__promo-text {
  font-size: 1.2em;
  color: #2A004B;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-slots-games-video-slots__promo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-slots-games-video-slots__guide-steps {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.page-slots-games-video-slots__step-item {
  background-color: #4B0082;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.page-slots-games-video-slots__step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD700;
  color: #4B0082;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  border: 3px solid #4B0082;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

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

.page-slots-games-video-slots__step-item p {
  color: #E0E0E0;
  margin-bottom: 20px;
}

.page-slots-games-video-slots__guide-image {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-slots-games-video-slots__tip-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 900px;
  margin: 40px auto;
}

.page-slots-games-video-slots__tip-list li {
  background-color: #4B0082;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-slots-games-video-slots__tip-list li strong {
  color: #FFD700;
}

.page-slots-games-video-slots__other-game-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-slots-games-video-slots__other-game-list li {
  background-color: #4B0082;
  color: #FFD700;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 1.1em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  flex: 1 1 auto;
  min-width: 200px;
  max-width: 300px;
}

.page-slots-games-video-slots__other-game-list li strong {
  color: #FFF;
}

.page-slots-games-video-slots__other-games-image {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-slots-games-video-slots__faq-item {
  background-color: #4B0082;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-slots-games-video-slots__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-slots-games-video-slots__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-slots-games-video-slots__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-slots-games-video-slots__faq-answer {
  font-size: 1em;
  color: #E0E0E0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-slots-games-video-slots__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

.page-slots-games-video-slots__text-link {
  color: #FFD700;
  text-decoration: underline;
}

.page-slots-games-video-slots__text-link:hover {
  color: #FFEB3B;
}

.page-slots-games-video-slots__cta-footer {
  background: linear-gradient(135deg, #4B0082 0%, #2A004B 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-slots-games-video-slots__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slots-games-video-slots__cta-text {
  font-size: 1.2em;
  color: #F0F0F0;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-slots-games-video-slots__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.page-slots-games-video-slots__cta-image {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-slots-games-video-slots__hero-title {
    font-size: 2.8em;
  }
  .page-slots-games-video-slots__section-title, .page-slots-games-video-slots__promo-title, .page-slots-games-video-slots__cta-title {
    font-size: 2.2em;
  }
  .page-slots-games-video-slots__feature-grid, .page-slots-games-video-slots__game-grid, .page-slots-games-video-slots__guide-steps {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-slots-games-video-slots__hero-title {
    font-size: 2.2em;
  }
  .page-slots-games-video-slots__hero-subtitle {
    font-size: 1.1em;
  }
  .page-slots-games-video-slots__section-title, .page-slots-games-video-slots__promo-title, .page-slots-games-video-slots__cta-title {
    font-size: 1.8em;
  }
  .page-slots-games-video-slots__btn--large {
    padding: 15px 25px;
    font-size: 1.1em;
  }
  .page-slots-games-video-slots__feature-grid, .page-slots-games-video-slots__game-grid, .page-slots-games-video-slots__guide-steps {
    grid-template-columns: 1fr;
  }
  .page-slots-games-video-slots__other-game-list li {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .page-slots-games-video-slots__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-slots-games-video-slots__hero-title {
    font-size: 1.8em;
  }
  .page-slots-games-video-slots__section-title, .page-slots-games-video-slots__promo-title, .page-slots-games-video-slots__cta-title {
    font-size: 1.5em;
  }
  .page-slots-games-video-slots__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-slots-games-video-slots__promo-text, .page-slots-games-video-slots__cta-text {
    font-size: 1em;
  }
  .page-slots-games-video-slots__feature-heading, .page-slots-games-video-slots__game-title, .page-slots-games-video-slots__step-heading {
    font-size: 1.4em;
  }
  .page-slots-games-video-slots__faq-question {
    font-size: 1.2em;
  }
}