.page-gambling-guides-choosing-games {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-gambling-guides-choosing-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-guides-choosing-games__hero-section {
  background: linear-gradient(135deg, #1A237E 0%, #394294 100%); /* Darker blue to lighter blue */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-gambling-guides-choosing-games__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,subtle_pattern]') no-repeat center center / cover;
  opacity: 0.1;
  z-index: 1;
}

.page-gambling-guides-choosing-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107; /* Amber for emphasis */
  position: relative;
  z-index: 2;
}

.page-gambling-guides-choosing-games__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.page-gambling-guides-choosing-games__cta-button {
  display: inline-block;
  background-color: #FFC107; /* Amber */
  color: #1A237E; /* Dark Indigo */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.page-gambling-guides-choosing-games__cta-button:hover {
  background-color: #e5ac00; /* Darker Amber */
  transform: translateY(-3px);
}

.page-gambling-guides-choosing-games__content-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-gambling-guides-choosing-games__intro-text {
  font-size: 1.1em;
  margin-bottom: 40px;
  text-align: justify;
}

.page-gambling-guides-choosing-games__section-title {
  font-size: 2.2em;
  color: #1A237E; /* Dark Indigo */
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFC107;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-gambling-guides-choosing-games__subsection-title {
  font-size: 1.6em;
  color: #394294; /* Slightly lighter indigo */
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-gambling-guides-choosing-games__content-section p {
  margin-bottom: 1em;
  text-align: justify;
}

.page-gambling-guides-choosing-games__content-section ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}

.page-gambling-guides-choosing-games__content-section ul li {
  margin-bottom: 0.5em;
}

.page-gambling-guides-choosing-games__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-gambling-guides-choosing-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-gambling-guides-choosing-games__image-caption {
  font-style: italic;
  color: #555;
  margin-top: 15px;
  font-size: 0.95em;
}

.page-gambling-guides-choosing-games__cta-group {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-gambling-guides-choosing-games__cta-button--primary {
  background-color: #FFC107;
  color: #1A237E;
  margin: 0 10px;
}

.page-gambling-guides-choosing-games__cta-button--secondary {
  background-color: #1A237E;
  color: #FFC107;
  border: 2px solid #FFC107;
  margin: 0 10px;
}

.page-gambling-guides-choosing-games__cta-button--secondary:hover {
  background-color: #FFC107;
  color: #1A237E;
  border-color: #1A237E;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-gambling-guides-choosing-games__hero-title {
    font-size: 2.5em;
  }

  .page-gambling-guides-choosing-games__hero-subtitle {
    font-size: 1.2em;
  }

  .page-gambling-guides-choosing-games__section-title {
    font-size: 1.8em;
  }

  .page-gambling-guides-choosing-games__subsection-title {
    font-size: 1.4em;
  }

  .page-gambling-guides-choosing-games__cta-group {
    flex-direction: column;
    display: flex;
  }

  .page-gambling-guides-choosing-games__cta-button {
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .page-gambling-guides-choosing-games__hero-title {
    font-size: 2em;
  }

  .page-gambling-guides-choosing-games__hero-subtitle {
    font-size: 1em;
  }

  .page-gambling-guides-choosing-games__hero-section {
    padding: 60px 0;
  }

  .page-gambling-guides-choosing-games__section-title {
    font-size: 1.5em;
  }

  .page-gambling-guides-choosing-games__subsection-title {
    font-size: 1.2em;
  }
  
  .page-gambling-guides-choosing-games__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
}