.page-game-hall-casino-games-gameplay-guide {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for text on dark background */
  background-color: #0A192F; /* Main dark blue background */
  line-height: 1.6;
}

.page-game-hall-casino-games-gameplay-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-hall-casino-games-gameplay-guide__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a2a47 100%);
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.page-game-hall-casino-games-gameplay-guide__hero-image {
  position: absolute;
  bottom: -50px; /* Adjust to show part of the image */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  opacity: 0.2;
  z-index: 0;
}

.page-game-hall-casino-games-gameplay-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-hall-casino-games-gameplay-guide__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #E0E0E0;
  position: relative;
  z-index: 1;
}

.page-game-hall-casino-games-gameplay-guide__content-section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-game-hall-casino-games-gameplay-guide__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 15px;
}

.page-game-hall-casino-games-gameplay-guide__subsection-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-game-hall-casino-games-gameplay-guide p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #C0C0C0;
}

.page-game-hall-casino-games-gameplay-guide ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #C0C0C0;
}

.page-game-hall-casino-games-gameplay-guide ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-game-hall-casino-games-gameplay-guide__game-list {
  list-style: none;
  padding: 0;
}

.page-game-hall-casino-games-gameplay-guide__game-list li {
  background-color: #1a2a47;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-game-hall-casino-games-gameplay-guide__game-list li::before {
  content: '▶';
  color: #FFD700;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-game-hall-casino-games-gameplay-guide__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-game-hall-casino-games-gameplay-guide__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
  border: 2px solid #FFD700;
}

.page-game-hall-casino-games-gameplay-guide__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-game-hall-casino-games-gameplay-guide__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-hall-casino-games-gameplay-guide__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-game-hall-casino-games-gameplay-guide__cta-buttons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-game-hall-casino-games-gameplay-guide__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-game-hall-casino-games-gameplay-guide .highlight {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-hall-casino-games-gameplay-guide__hero-title {
    font-size: 2.5em;
  }

  .page-game-hall-casino-games-gameplay-guide__hero-subtitle {
    font-size: 1.2em;
  }

  .page-game-hall-casino-games-gameplay-guide__section-title {
    font-size: 2em;
  }

  .page-game-hall-casino-games-gameplay-guide__subsection-title {
    font-size: 1.5em;
  }

  .page-game-hall-casino-games-gameplay-guide__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-hall-casino-games-gameplay-guide__cta-buttons {
    flex-direction: column;
  }

  .page-game-hall-casino-games-gameplay-guide__btn {
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .page-game-hall-casino-games-gameplay-guide__hero-title {
    font-size: 2em;
  }

  .page-game-hall-casino-games-gameplay-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-game-hall-casino-games-gameplay-guide__section-title {
    font-size: 1.8em;
  }

  .page-game-hall-casino-games-gameplay-guide__subsection-title {
    font-size: 1.3em;
  }

  .page-game-hall-casino-games-gameplay-guide p,
  .page-game-hall-casino-games-gameplay-guide ul li {
    font-size: 0.95em;
  }
}