.page-resources-qq88-game-selection {
  font-family: 'Arial', sans-serif;
  color: #f5e6ce; /* Light text for dark background */
  background-color: #0A1931;
  line-height: 1.6;
}

.page-resources-qq88-game-selection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-qq88-game-selection__hero {
  background: linear-gradient(135deg, #0A1931, #2a3d58); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-qq88-game-selection__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-qq88-game-selection__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f5e6ce;
}

.page-resources-qq88-game-selection__hero-image {
  max-width: 80%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-qq88-game-selection__section {
  padding: 80px 0;
  background-color: #0A1931;
  color: #f5e6ce;
}

.page-resources-qq88-game-selection__section--dark {
  background-color: #1a2a47; /* Slightly lighter dark blue for contrast */
}

.page-resources-qq88-game-selection__section-title {
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 50px;
  color: #FFD700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-resources-qq88-game-selection__subsection-title {
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 25px;
  color: #FFD700; /* Gold for subheadings */
}

.page-resources-qq88-game-selection__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-qq88-game-selection__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 30px;
  color: #f5e6ce;
}

.page-resources-qq88-game-selection__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-qq88-game-selection__btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  margin: 15px 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-qq88-game-selection__btn--primary {
  background-color: #FFD700; /* Gold background */
  color: #0A1931; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-resources-qq88-game-selection__btn--primary:hover {
  background-color: #e6c200; /* Darker gold */
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-qq88-game-selection__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-qq88-game-selection__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-3px);
}

.page-resources-qq88-game-selection__cta {
  background: linear-gradient(135deg, #FFD700, #e6c200); /* Gold gradient */
  padding: 80px 0;
  text-align: center;
  color: #0A1931; /* Dark text for light background */
}

.page-resources-qq88-game-selection__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #0A1931;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);
}

.page-resources-qq88-game-selection__cta-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #333;
}

.page-resources-qq88-game-selection__cta-buttons {
  margin-top: 30px;
}

.page-resources-qq88-game-selection__cta-image {
  max-width: 60%;
  height: auto;
  margin-top: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-qq88-game-selection .highlight {
  color: #FFD700; /* Gold for highlights in dark sections */
}

.page-resources-qq88-game-selection__cta .highlight {
  color: #0A1931; /* Dark blue for highlights in light sections */
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-qq88-game-selection__hero-title {
    font-size: 2.5em;
  }

  .page-resources-qq88-game-selection__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-qq88-game-selection__section-title {
    font-size: 2em;
  }

  .page-resources-qq88-game-selection__subsection-title {
    font-size: 1.6em;
  }

  .page-resources-qq88-game-selection__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-qq88-game-selection__cta-title {
    font-size: 2.2em;
  }

  .page-resources-qq88-game-selection__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-qq88-game-selection__hero-title {
    font-size: 2em;
  }

  .page-resources-qq88-game-selection__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-qq88-game-selection__hero-image,
  .page-resources-qq88-game-selection__cta-image {
    max-width: 95%;
  }

  .page-resources-qq88-game-selection__btn {
    display: block;
    margin: 15px auto;
  }

  .page-resources-qq88-game-selection__section,
  .page-resources-qq88-game-selection__hero,
  .page-resources-qq88-game-selection__cta {
    padding: 50px 0;
  }
}