.page-resources-f168-game-selection__hero-section {
  background: linear-gradient(135deg, #1A2E47 0%, #3a506b 100%); /* Dark blue gradient */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-f168-game-selection__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:f168,abstract_gaming_pattern,dark_blue]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-f168-game-selection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.page-resources-f168-game-selection__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  font-weight: 700;
  line-height: 1.2;
}

.page-resources-f168-game-selection__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
  color: #E0E0E0;
}

.page-resources-f168-game-selection__content-section {
  padding: 60px 0;
  background-color: #F8F8F8;
  color: #333333;
}

.page-resources-f168-game-selection__content-wrapper {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.page-resources-f168-game-selection__article h2,
.page-resources-f168-game-selection__article h3 {
  color: #1A2E47; /* Dark blue for headings */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-resources-f168-game-selection__section-title {
  font-size: 2.5em;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-f168-game-selection__sub-section-title {
  font-size: 1.8em;
  color: #3a506b;
}

.page-resources-f168-game-selection__article p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #444444;
}

.page-resources-f168-game-selection__image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-f168-game-selection__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
}

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

.page-resources-f168-game-selection__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-f168-game-selection__btn--secondary {
  background-color: #1A2E47; /* Dark blue */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-resources-f168-game-selection__btn--secondary:hover {
  background-color: #3a506b;
  border-color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-f168-game-selection__list {
  list-style: decimal;
  margin-left: 25px;
  padding: 0;
  font-size: 1.1em;
  line-height: 1.8;
  color: #444444;
}

.page-resources-f168-game-selection__list li {
  margin-bottom: 10px;
}

.page-resources-f168-game-selection__list li strong {
  color: #1A2E47;
}

.page-resources-f168-game-selection__faq {
  margin-top: 40px;
}

.page-resources-f168-game-selection__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-resources-f168-game-selection__faq-question {
  font-size: 1.3em;
  color: #1A2E47;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-resources-f168-game-selection__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  display: none; /* Hidden by default, JS will toggle */
}

.page-resources-f168-game-selection__faq-item.active .page-resources-f168-game-selection__faq-answer {
  display: block;
}

.page-resources-f168-game-selection__cta-banner {
  background: linear-gradient(90deg, #1A2E47 0%, #3a506b 100%);
  color: #FFFFFF;
  padding: 50px;
  border-radius: 12px;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-resources-f168-game-selection__cta-content {
  flex: 1;
}

.page-resources-f168-game-selection__cta-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-f168-game-selection__cta-text {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #E0E0E0;
}

.page-resources-f168-game-selection__cta-image {
  width: 250px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

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

  .page-resources-f168-game-selection__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-f168-game-selection__content-wrapper {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-resources-f168-game-selection__hero-title {
    font-size: 2.2em;
  }

  .page-resources-f168-game-selection__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-f168-game-selection__section-title {
    font-size: 1.8em;
  }

  .page-resources-f168-game-selection__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-f168-game-selection__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin-left: 0;
    margin-right: 10px; /* Adjust spacing for multiple buttons */
  }

  .page-resources-f168-game-selection__cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .page-resources-f168-game-selection__cta-image {
    margin-top: 30px;
    width: 200px;
  }

  .page-resources-f168-game-selection__cta-title {
    font-size: 2em;
  }

  .page-resources-f168-game-selection__cta-text {
    font-size: 1em;
  }
}

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

  .page-resources-f168-game-selection__hero-subtitle {
    font-size: 0.95em;
  }

  .page-resources-f168-game-selection__content-wrapper {
    padding: 20px;
  }

  .page-resources-f168-game-selection__section-title {
    font-size: 1.5em;
  }

  .page-resources-f168-game-selection__sub-section-title {
    font-size: 1.2em;
  }

  .page-resources-f168-game-selection__btn {
    display: block;
    width: fit-content;
    margin: 15px auto;
  }
  .page-resources-f168-game-selection__btn--secondary {
    margin-left: auto;
  }
}