/* style/resources-b52-club-game-types.css */
.page-resources-b52-club-game-types {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Light gray for general text */
  background-color: #0f153a; /* Darker variant of primary color */
}

.page-resources-b52-club-game-types__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-b52-club-game-types__hero {
  background: linear-gradient(135deg, #1A237E 0%, #0f153a 100%);
  color: #FFD700;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.page-resources-b52-club-game-types__hero-content {
  max-width: 800px;
}

.page-resources-b52-club-game-types__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-b52-club-game-types__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #cccccc;
}

.page-resources-b52-club-game-types__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}

.page-resources-b52-club-game-types__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-b52-club-game-types__section {
  padding: 60px 0;
  background-color: #0f153a;
}

.page-resources-b52-club-game-types__section:nth-of-type(even) {
  background-color: #1a237e;
}

.page-resources-b52-club-game-types__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-b52-club-game-types__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-b52-club-game-types__list,
.page-resources-b52-club-game-types__sublist,
.page-resources-b52-club-game-types__ordered-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-resources-b52-club-game-types__list li,
.page-resources-b52-club-game-types__sublist li,
.page-resources-b52-club-game-types__ordered-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 1.1em;
  color: #cccccc;
}

.page-resources-b52-club-game-types__list li::before,
.page-resources-b52-club-game-types__sublist li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-b52-club-game-types__ordered-list li::before {
  content: counter(list-item) '.';
  counter-increment: list-item;
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-b52-club-game-types__game-category {
  background-color: #1a237e;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.page-resources-b52-club-game-types__section:nth-of-type(even) .page-resources-b52-club-game-types__game-category {
  background-color: #0f153a;
}

.page-resources-b52-club-game-types__category-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-b52-club-game-types__category-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #FFD700;
  border-radius: 1.5px;
}

.page-resources-b52-club-game-types__category-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-b52-club-game-types__subcategory-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-b52-club-game-types__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A237E;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-b52-club-game-types__cta-button:hover {
  background-color: #e5c100;
  transform: translateY(-3px);
}

.page-resources-b52-club-game-types__cta-button--large {
  font-size: 1.5em;
  padding: 18px 35px;
}

.page-resources-b52-club-game-types__guide-item,
.page-resources-b52-club-game-types__faq-item {
  background-color: #1a237e;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.page-resources-b52-club-game-types__section:nth-of-type(even) .page-resources-b52-club-game-types__guide-item,
.page-resources-b52-club-game-types__section:nth-of-type(even) .page-resources-b52-club-game-types__faq-item {
  background-color: #0f153a;
}

.page-resources-b52-club-game-types__guide-title,
.page-resources-b52-club-game-types__faq-question {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-b52-club-game-types__guide-image,
.page-resources-b52-club-game-types__promotion-image,
.page-resources-b52-club-game-types__safety-image,
.page-resources-b52-club-game-types__tips-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-b52-club-game-types__faq-answer {
  color: #cccccc;
  font-size: 1.1em;
  text-align: left;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-b52-club-game-types__hero-title {
    font-size: 2.8em;
  }
  .page-resources-b52-club-game-types__hero-description {
    font-size: 1.2em;
  }
  .page-resources-b52-club-game-types__section-title {
    font-size: 2.2em;
  }
  .page-resources-b52-club-game-types__category-title {
    font-size: 1.8em;
  }
  .page-resources-b52-club-game-types__subcategory-title {
    font-size: 1.4em;
  }
  .page-resources-b52-club-game-types__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-resources-b52-club-game-types__cta-button--large {
    font-size: 1.2em;
    padding: 15px 30px;
  }
}

@media (max-width: 768px) {
  .page-resources-b52-club-game-types__hero {
    padding: 60px 0;
  }
  .page-resources-b52-club-game-types__hero-title {
    font-size: 2.2em;
  }
  .page-resources-b52-club-game-types__hero-description {
    font-size: 1em;
  }
  .page-resources-b52-club-game-types__section {
    padding: 40px 0;
  }
  .page-resources-b52-club-game-types__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-b52-club-game-types__category-title {
    font-size: 1.6em;
  }
  .page-resources-b52-club-game-types__list li,
  .page-resources-b52-club-game-types__sublist li,
  .page-resources-b52-club-game-types__ordered-list li {
    font-size: 1em;
  }
  .page-resources-b52-club-game-types__guide-title,
  .page-resources-b52-club-game-types__faq-question {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  .page-resources-b52-club-game-types__hero-title {
    font-size: 1.8em;
  }
  .page-resources-b52-club-game-types__hero-description {
    font-size: 0.9em;
  }
  .page-resources-b52-club-game-types__section-title {
    font-size: 1.5em;
  }
  .page-resources-b52-club-game-types__cta-button {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .page-resources-b52-club-game-types__cta-button--large {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-resources-b52-club-game-types__game-category,
  .page-resources-b52-club-game-types__guide-item,
  .page-resources-b52-club-game-types__faq-item {
    padding: 20px;
  }
}