/* style/slots-games-video.css */
.page-slots-games-video {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-slots-games-video__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.page-slots-games-video__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-slots-games-video__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 60px;
  color: #555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-slots-games-video__hero {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-slots-games-video__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-slots-games-video__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-slots-games-video__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffc107;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-slots-games-video__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-slots-games-video__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-slots-games-video__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: blur(5px);
  transform: scale(1.1);
}

.page-slots-games-video__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  border: 2px solid transparent;
  cursor: pointer;
}

.page-slots-games-video__btn--primary {
  background-color: #ffc107;
  color: #333;
  border-color: #ffc107;
}

.page-slots-games-video__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-slots-games-video__btn--secondary {
  background-color: transparent;
  color: #ffc107;
  border-color: #ffc107;
}

.page-slots-games-video__btn--secondary:hover {
  background-color: #ffc107;
  color: #333;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-slots-games-video__btn--tertiary {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  padding: 10px 25px;
  font-size: 1em;
  border-radius: 20px;
}

.page-slots-games-video__btn--tertiary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-slots-games-video__btn--large {
  padding: 18px 45px;
  font-size: 1.2em;
}

/* Introduction Section */
.page-slots-games-video__introduction {
  padding: 80px 0;
  background-color: #fff;
}

.page-slots-games-video__intro-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-slots-games-video__intro-text {
  flex: 2;
  font-size: 1.1em;
  color: #444;
}

.page-slots-games-video__intro-text p {
  margin-bottom: 20px;
}

.page-slots-games-video__intro-image {
  flex: 1;
  text-align: center;
}

.page-slots-games-video__intro-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Features Section */
.page-slots-games-video__features {
  padding: 80px 0;
  background-color: #f0f8ff;
}

.page-slots-games-video__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-slots-games-video__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slots-games-video__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.page-slots-games-video__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 10px rgba(0, 123, 255, 0.3));
}

.page-slots-games-video__feature-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-slots-games-video__feature-item p {
  font-size: 1em;
  color: #555;
}

/* How-To-Play Section */
.page-slots-games-video__how-to-play {
  padding: 80px 0;
  background-color: #fff;
}

.page-slots-games-video__steps {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
}

.page-slots-games-video__steps li {
  background-color: #f0f8ff;
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  position: relative;
  counter-increment: step-counter;
}

.page-slots-games-video__steps li::before {
  content: counter(step-counter);
  font-size: 2.2em;
  font-weight: bold;
  color: #ffc107;
  margin-right: 25px;
  flex-shrink: 0;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.page-slots-games-video__step-title {
  font-size: 1.6em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-slots-games-video__steps li p {
  font-size: 1.05em;
  color: #444;
}

.page-slots-games-video__steps li p a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-slots-games-video__steps li p a:hover {
  text-decoration: underline;
  color: #0056b3;
}

.page-slots-games-video__cta-buttons {
  text-align: center;
  margin-top: 50px;
}

/* Tips Section */
.page-slots-games-video__tips {
  padding: 80px 0;
  background-color: #e6f2ff;
}

.page-slots-games-video__tip-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.page-slots-games-video__tip-list li {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  border-left: 5px solid #007bff;
  transition: border-color 0.3s ease;
}

.page-slots-games-video__tip-list li:hover {
  border-left-color: #ffc107;
}

.page-slots-games-video__tip-title {
  font-size: 1.4em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-slots-games-video__tip-list li p {
  font-size: 1em;
  color: #555;
}

/* Promotions Section */
.page-slots-games-video__promotions {
  padding: 80px 0;
  background-color: #fff;
}

.page-slots-games-video__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-slots-games-video__promo-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slots-games-video__promo-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.page-slots-games-video__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 25px;
}

.page-slots-games-video__promo-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-slots-games-video__promo-item p {
  font-size: 1em;
  color: #555;
  padding: 0 20px;
  margin-bottom: 25px;
}

/* App Download Section */
.page-slots-games-video__app-download {
  padding: 80px 0;
  background: linear-gradient(to right, #007bff, #0056b3);
  color: #fff;
  text-align: center;
}

.page-slots-games-video__app-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}

.page-slots-games-video__app-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  text-align: left;
}

.page-slots-games-video__app-text p {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #e0e0e0;
}

.page-slots-games-video__app-note {
  font-size: 0.95em;
  margin-top: 20px;
  color: #ffc107;
}

.page-slots-games-video__app-image {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
}

.page-slots-games-video__app-mockup {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-slots-games-video__faq {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.page-slots-games-video__faq-items {
  max-width: 900px;
  margin: 0 auto;
}

.page-slots-games-video__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-slots-games-video__faq-question {
  font-size: 1.3em;
  color: #007bff;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  background-color: #eaf6ff;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  transition: background-color 0.3s ease;
}

.page-slots-games-video__faq-question:hover {
  background-color: #d8edff;
}

.page-slots-games-video__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: bold;
  color: #ffc107;
  transition: transform 0.3s ease;
}

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

.page-slots-games-video__faq-answer {
  font-size: 1em;
  color: #555;
  padding: 0 25px 20px;
  margin: 0;
  display: none;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-slots-games-video__faq-answer.active {
  display: block;
}

/* Final CTA */
.page-slots-games-video__final-cta {
  padding: 80px 0;
  background-color: #007bff;
  color: #fff;
  text-align: center;
}

.page-slots-games-video__final-cta .page-slots-games-video__section-title {
  color: #ffc107;
}

.page-slots-games-video__final-cta .page-slots-games-video__section-title::after {
  background-color: #fff;
}

.page-slots-games-video__final-cta .page-slots-games-video__section-description {
  color: #e0e0e0;
  margin-bottom: 40px;
}


/* Responsive Design */
@media (max-width: 992px) {
  .page-slots-games-video__hero-title {
    font-size: 3em;
  }
  .page-slots-games-video__hero-subtitle {
    font-size: 1.3em;
  }
  .page-slots-games-video__section-title {
    font-size: 2em;
  }
  .page-slots-games-video__intro-grid {
    flex-direction: column;
  }
  .page-slots-games-video__intro-text, .page-slots-games-video__intro-image {
    flex: none;
    width: 100%;
  }
  .page-slots-games-video__app-content {
    flex-direction: column;
  }
  .page-slots-games-video__app-text, .page-slots-games-video__app-image {
    text-align: center;
    max-width: 100%;
  }
  .page-slots-games-video__app-text {
    order: 2;
  }
  .page-slots-games-video__app-image {
    order: 1;
  }
}

@media (max-width: 768px) {
  .page-slots-games-video__hero {
    padding: 80px 0;
  }
  .page-slots-games-video__hero-title {
    font-size: 2.5em;
  }
  .page-slots-games-video__hero-subtitle {
    font-size: 1.1em;
  }
  .page-slots-games-video__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px;
  }
  .page-slots-games-video__btn--large {
    padding: 15px 35px;
    font-size: 1.1em;
  }
  .page-slots-games-video__section-title {
    font-size: 1.8em;
  }
  .page-slots-games-video__section-description {
    font-size: 1em;
  }
  .page-slots-games-video__feature-grid, .page-slots-games-video__tip-list, .page-slots-games-video__promo-grid {
    grid-template-columns: 1fr;
  }
  .page-slots-games-video__steps li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-slots-games-video__steps li::before {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-slots-games-video__faq-question, .page-slots-games-video__faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-slots-games-video__faq-question::after {
    right: 15px;
  }
}

@media (max-width: 480px) {
  .page-slots-games-video__hero-title {
    font-size: 2em;
  }
  .page-slots-games-video__hero-subtitle {
    font-size: 0.95em;
  }
  .page-slots-games-video__btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .page-slots-games-video__btn:last-child {
    margin-bottom: 0;
  }
  .page-slots-games-video__section-title {
    font-size: 1.6em;
  }
  .page-slots-games-video__feature-title {
    font-size: 1.3em;
  }
  .page-slots-games-video__step-title {
    font-size: 1.4em;
  }
  .page-slots-games-video__tip-title {
    font-size: 1.2em;
  }
  .page-slots-games-video__promo-title {
    font-size: 1.4em;
  }
}