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

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

.page-slots-games-video__hero {
  background: linear-gradient(135deg, #0D47A1, #1A70C9);
  color: #FFFFFF;
  padding: 80px 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: url('[GALLERY:bg:abstract,gaming,light_effect]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-slots-games-video__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-bottom: 40px;
}

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

.page-slots-games-video__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-slots-games-video__hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
}

.page-slots-games-video__hero-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
}

.page-slots-games-video__hero-image img:hover {
  transform: translateY(-5px);
}

.page-slots-games-video__section-title {
  font-size: 2.5em;
  color: #0D47A1;
  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: #FFD600;
  border-radius: 2px;
}

.page-slots-games-video__introduction, .page-slots-games-video__game-showcase, .page-slots-games-video__why-j9bet, .page-slots-games-video__how-to-play, .page-slots-games-video__faq, .page-slots-games-video__promotion-banner {
  padding: 60px 0;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-slots-games-video__introduction p, .page-slots-games-video__why-j9bet p, .page-slots-games-video__how-to-play p, .page-slots-games-video__faq p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
  font-size: 1.1em;
  color: #555;
}

.page-slots-games-video__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-slots-games-video__feature-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.page-slots-games-video__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-slots-games-video__feature-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-slots-games-video__feature-item h3 {
  font-size: 1.5em;
  color: #0D47A1;
  margin-bottom: 15px;
}

.page-slots-games-video__feature-item p {
  font-size: 1em;
  color: #666;
  text-align: center;
  margin: 0;
}

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

.page-slots-games-video__game-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.page-slots-games-video__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-slots-games-video__game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-slots-games-video__game-card h3 {
  font-size: 1.6em;
  color: #0D47A1;
  margin: 20px 15px 10px 15px;
}

.page-slots-games-video__game-card p {
  font-size: 1em;
  color: #666;
  padding: 0 15px 20px 15px;
  flex-grow: 1;
}

.page-slots-games-video__btn-play {
  display: inline-block;
  background-color: #FFD600;
  color: #0D47A1;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-bottom: 20px;
  font-size: 1.1em;
  box-shadow: 0 4px 10px rgba(255, 214, 0, 0.4);
}

.page-slots-games-video__btn-play:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

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

.page-slots-games-video__advantages-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1000px;
}

.page-slots-games-video__advantages-list li {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.page-slots-games-video__advantages-list li:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-slots-games-video__advantages-list li img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-slots-games-video__advantages-list li h4 {
  font-size: 1.4em;
  color: #0D47A1;
  margin-bottom: 10px;
}

.page-slots-games-video__advantages-list li p {
  font-size: 1em;
  color: #666;
  text-align: center;
  margin: 0;
}

.page-slots-games-video__cta-bottom {
  text-align: center;
  margin-top: 60px;
  padding: 30px;
  background-color: #e6f0f8;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-slots-games-video__cta-bottom p {
  font-size: 1.3em;
  color: #0D47A1;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-slots-games-video__how-to-play .page-slots-games-video__container {
  max-width: 900px;
}

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

.page-slots-games-video__steps-list li {
  background-color: #f9f9f9;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-left: 90px;
  text-align: left;
  transition: box-shadow 0.3s ease;
}

.page-slots-games-video__steps-list li:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-slots-games-video__steps-list li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 30px;
  top: 30px;
  background-color: #FFD600;
  color: #0D47A1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-slots-games-video__steps-list li h3 {
  font-size: 1.6em;
  color: #0D47A1;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-slots-games-video__steps-list li p {
  font-size: 1.05em;
  color: #555;
  text-align: left;
  margin-bottom: 15px;
}

.page-slots-games-video__btn-inline {
  display: inline-block;
  background-color: #0D47A1;
  color: #FFFFFF;
  padding: 8px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 10px;
}

.page-slots-games-video__btn-inline:hover {
  background-color: #1A70C9;
  transform: translateY(-1px);
}

.page-slots-games-video__faq .page-slots-games-video__container {
  max-width: 900px;
}

.page-slots-games-video__accordion {
  margin-top: 40px;
}

.page-slots-games-video__accordion-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-slots-games-video__accordion-header {
  background-color: #0D47A1;
  color: #FFFFFF;
  padding: 20px 30px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-slots-games-video__accordion-header:hover {
  background-color: #1A70C9;
}

.page-slots-games-video__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-slots-games-video__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-slots-games-video__accordion-content {
  padding: 0 30px;
  background-color: #FFFFFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-slots-games-video__accordion-content p {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #555;
  text-align: left;
  font-size: 1em;
}

.page-slots-games-video__accordion-content .page-slots-games-video__btn-inline {
  margin-bottom: 15px;
}

.page-slots-games-video__promotion-banner {
  background: linear-gradient(90deg, #0D47A1, #1A70C9);
  color: #FFFFFF;
  padding: 50px 0;
  text-align: center;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-slots-games-video__promotion-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-slots-games-video__promotion-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-slots-games-video__promotion-text h3 {
  font-size: 2.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD600;
}

.page-slots-games-video__promotion-text p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Common button styles */
.page-slots-games-video__btn-primary {
  display: inline-block;
  background-color: #FFD600;
  color: #0D47A1;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 6px 15px rgba(255, 214, 0, 0.4);
  margin: 10px;
}

.page-slots-games-video__btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-slots-games-video__btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #FFD600;
  padding: 15px 35px;
  border: 2px solid #FFD600;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  margin: 10px;
}

.page-slots-games-video__btn-secondary:hover {
  background-color: #FFD600;
  color: #0D47A1;
  transform: translateY(-3px);
}

.page-slots-games-video .highlight {
  color: #FFD600;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-slots-games-video__hero-title {
    font-size: 2.8em;
  }
  .page-slots-games-video__hero-subtitle {
    font-size: 1.2em;
  }
  .page-slots-games-video__section-title {
    font-size: 2em;
  }
  .page-slots-games-video__game-grid, .page-slots-games-video__features-grid, .page-slots-games-video__advantages-list {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .page-slots-games-video__promotion-text h3 {
    font-size: 1.8em;
  }
  .page-slots-games-video__promotion-text p {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-slots-games-video__hero {
    padding: 60px 0;
  }
  .page-slots-games-video__hero-title {
    font-size: 2.2em;
  }
  .page-slots-games-video__hero-subtitle {
    font-size: 1.1em;
  }
  .page-slots-games-video__btn-primary, .page-slots-games-video__btn-secondary {
    padding: 12px 25px;
    font-size: 1.1em;
    margin: 8px;
  }
  .page-slots-games-video__introduction, .page-slots-games-video__game-showcase, .page-slots-games-video__why-j9bet, .page-slots-games-video__how-to-play, .page-slots-games-video__faq, .page-slots-games-video__promotion-banner {
    padding: 40px 0;
  }
  .page-slots-games-video__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-slots-games-video__features-grid, .page-slots-games-video__game-grid, .page-slots-games-video__advantages-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-slots-games-video__steps-list li {
    padding-left: 70px;
  }
  .page-slots-games-video__steps-list li::before {
    left: 20px;
    width: 35px;
    height: 35px;
    font-size: 1.5em;
  }
  .page-slots-games-video__steps-list li h3 {
    font-size: 1.4em;
  }
  .page-slots-games-video__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-slots-games-video__promotion-text h3 {
    font-size: 1.6em;
  }
  .page-slots-games-video__promotion-text p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-slots-games-video__hero-title {
    font-size: 1.8em;
  }
  .page-slots-games-video__hero-subtitle {
    font-size: 1em;
  }
  .page-slots-games-video__btn-primary, .page-slots-games-video__btn-secondary {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .page-slots-games-video__section-title {
    font-size: 1.5em;
  }
  .page-slots-games-video__promotion-text h3 {
    font-size: 1.4em;
  }
  .page-slots-games-video__promotion-text p {
    font-size: 0.95em;
  }
  .page-slots-games-video__cta-bottom p {
    font-size: 1.1em;
  }
}