/* style/resources-how-to-choose-gk88-game.css */
:root {
  --page-primary-color: #0A2463;
  --page-secondary-color: #E3B23C;
  --page-text-light: #FFFFFF;
  --page-text-dark: #333333;
  --page-background-light: #F8F8F8;
  --page-background-dark: #0A2463;
  --page-accent-color: #f5db9c; /* Complementary to primary for highlights */
}

.page-resources-how-to-choose-gk88-game {
  font-family: 'Arial', sans-serif;
  color: var(--page-text-dark);
  line-height: 1.6;
}

.page-resources-how-to-choose-gk88-game__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-how-to-choose-gk88-game__hero-section {
  background: linear-gradient(135deg, var(--page-background-dark) 0%, #1c4dc3 100%); /* Dark blue gradient */
  color: var(--page-text-light);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-choose-gk88-game__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,patterns,dark_blue]');
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-how-to-choose-gk88-game__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--page-text-light);
  position: relative;
  z-index: 1;
}

.page-resources-how-to-choose-gk88-game__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: var(--page-accent-color);
  position: relative;
  z-index: 1;
}

.page-resources-how-to-choose-gk88-game__cta-button {
  display: inline-block;
  background-color: var(--page-secondary-color);
  color: var(--page-background-dark);
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-choose-gk88-game__cta-button:hover {
  background-color: var(--page-accent-color);
  transform: translateY(-3px);
}

.page-resources-how-to-choose-gk88-game__cta-button--small {
  padding: 10px 25px;
  font-size: 0.9em;
}

.page-resources-how-to-choose-gk88-game__cta-button--large {
  padding: 18px 45px;
  font-size: 1.2em;
}

.page-resources-how-to-choose-gk88-game__content-section {
  padding: 60px 0;
  background-color: var(--page-background-light);
}

.page-resources-how-to-choose-gk88-game__intro-text p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-how-to-choose-gk88-game__section-title {
  font-size: 2.5em;
  color: var(--page-primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-how-to-choose-gk88-game__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--page-secondary-color);
  border-radius: 2px;
}

.page-resources-how-to-choose-gk88-game__game-category {
  background-color: var(--page-text-light);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-how-to-choose-gk88-game__category-title {
  font-size: 1.8em;
  color: var(--page-primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.page-resources-how-to-choose-gk88-game__category-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-gk88-game__game-category p {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
  max-width: 800px;
}

.page-resources-how-to-choose-gk88-game__inline-cta {
  color: var(--page-secondary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-how-to-choose-gk88-game__inline-cta:hover {
  color: var(--page-primary-color);
  text-decoration: underline;
}

.page-resources-how-to-choose-gk88-game__factors-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-how-to-choose-gk88-game__factor-item {
  background-color: var(--page-text-light);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
}

.page-resources-how-to-choose-gk88-game__factor-title {
  font-size: 1.5em;
  color: var(--page-primary-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-how-to-choose-gk88-game__factor-item p {
  font-size: 1em;
  text-align: justify;
}

.page-resources-how-to-choose-gk88-game__step-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-how-to-choose-gk88-game__step-item {
  background-color: var(--page-text-light);
  border-left: 5px solid var(--page-secondary-color);
  padding: 25px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-choose-gk88-game__step-title {
  font-size: 1.6em;
  color: var(--page-primary-color);
  margin-bottom: 10px;
  font-weight: 600;
}

.page-resources-how-to-choose-gk88-game__step-item p {
  font-size: 1em;
  margin-bottom: 15px;
  text-align: justify;
}

.page-resources-how-to-choose-gk88-game__feature-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-gk88-game__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-how-to-choose-gk88-game__tip-item {
  background-color: var(--page-text-light);
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
  text-align: justify;
}

.page-resources-how-to-choose-gk88-game__tip-item strong {
  color: var(--page-primary-color);
}

.page-resources-how-to-choose-gk88-game__why-choose-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-how-to-choose-gk88-game__why-choose-item {
  background-color: var(--page-text-light);
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
  text-align: justify;
  border-left: 4px solid var(--page-secondary-color);
}

.page-resources-how-to-choose-gk88-game__why-choose-item strong {
  color: var(--page-primary-color);
}

.page-resources-how-to-choose-gk88-game__conclusion-cta {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: var(--page-background-dark);
  color: var(--page-text-light);
  border-radius: 10px;
}

.page-resources-how-to-choose-gk88-game__conclusion-cta p {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: var(--page-accent-color);
}

.page-resources-how-to-choose-gk88-game__faq-section {
  padding: 60px 0;
  background-color: var(--page-background-light);
}

.page-resources-how-to-choose-gk88-game__faq-item {
  background-color: var(--page-text-light);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 20px;
}

.page-resources-how-to-choose-gk88-game__faq-question {
  font-size: 1.4em;
  color: var(--page-primary-color);
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 600;
}

.page-resources-how-to-choose-gk88-game__faq-answer {
  font-size: 1em;
  color: var(--page-text-dark);
  text-align: justify;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-how-to-choose-gk88-game__hero-title {
    font-size: 2.5em;
  }
  .page-resources-how-to-choose-gk88-game__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-how-to-choose-gk88-game__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-gk88-game__category-title,
  .page-resources-how-to-choose-gk88-game__factor-title,
  .page-resources-how-to-choose-gk88-game__step-title,
  .page-resources-how-to-choose-gk88-game__faq-question {
    font-size: 1.3em;
  }
  .page-resources-how-to-choose-gk88-game__factors-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-gk88-game__hero-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-gk88-game__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-how-to-choose-gk88-game__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
  }
  .page-resources-how-to-choose-gk88-game__section-title {
    font-size: 1.8em;
  }
}