.page-game-reviews-may88-card-games-review {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-game-reviews-may88-card-games-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-may88-card-games-review__hero {
  background: linear-gradient(135deg, #4A0E6B, #7D2A9E);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-may88-card-games-review__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:may88,card_games,abstract_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-game-reviews-may88-card-games-review__title,
.page-game-reviews-may88-card-games-review__subtitle {
  position: relative;
  z-index: 1;
}

.page-game-reviews-may88-card-games-review__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for highlight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-may88-card-games-review__subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-game-reviews-may88-card-games-review__button {
  display: inline-block;
  background-color: #FFD700;
  color: #4A0E6B;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-game-reviews-may88-card-games-review__button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-game-reviews-may88-card-games-review__button--primary {
  background-color: #FFD700;
  color: #4A0E6B;
}

.page-game-reviews-may88-card-games-review__button--cta {
  background-color: #4A0E6B;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-reviews-may88-card-games-review__button--cta:hover {
  background-color: #3a0b55;
  border-color: #e6c200;
}

.page-game-reviews-may88-card-games-review__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.page-game-reviews-may88-card-games-review__section--intro {
  background-color: #f0f0f0;
}

.page-game-reviews-may88-card-games-review__heading {
  font-size: 2.5em;
  color: #4A0E6B;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-game-reviews-may88-card-games-review__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-game-reviews-may88-card-games-review__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

.page-game-reviews-may88-card-games-review__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-may88-card-games-review__image--full-width {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-game-reviews-may88-card-games-review__game-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-game-reviews-may88-card-games-review__game-card:hover {
  transform: translateY(-5px);
}

.page-game-reviews-may88-card-games-review__card-title {
  font-size: 1.8em;
  color: #4A0E6B;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-game-reviews-may88-card-games-review__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-game-reviews-may88-card-games-review__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #444;
  position: relative;
  padding-left: 25px;
}

.page-game-reviews-may88-card-games-review__list li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-game-reviews-may88-card-games-review__list-strong {
  color: #4A0E6B;
}

.page-game-reviews-may88-card-games-review__image--card {
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-game-reviews-may88-card-games-review__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-reviews-may88-card-games-review__feature-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-may88-card-games-review__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-may88-card-games-review__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-game-reviews-may88-card-games-review__feature-title {
  font-size: 1.4em;
  color: #4A0E6B;
  margin-bottom: 10px;
}

.page-game-reviews-may88-card-games-review__feature-text {
  font-size: 0.95em;
  color: #666;
}

.page-game-reviews-may88-card-games-review__section--registration {
  background-color: #f0f8ff;
  border-top: 5px solid #FFD700;
  border-bottom: 5px solid #FFD700;
}

.page-game-reviews-may88-card-games-review__numbered-list {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-game-reviews-may88-card-games-review__numbered-list li {
  counter-increment: item;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
  position: relative;
  padding-left: 40px;
}

.page-game-reviews-may88-card-games-review__numbered-list li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #4A0E6B;
  color: #FFD700;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9em;
}

.page-game-reviews-may88-card-games-review__section--faq {
  background-color: #fefefe;
}

.page-game-reviews-may88-card-games-review__faq-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.page-game-reviews-may88-card-games-review__faq-question {
  font-size: 1.2em;
  color: #4A0E6B;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-game-reviews-may88-card-games-review__faq-answer {
  font-size: 1em;
  color: #666;
  display: block; /* Initially hidden, can be toggled with JS */
}

.page-game-reviews-may88-card-games-review__section--cta-final {
  background: linear-gradient(to right, #4A0E6B, #6A1A8D);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-radius: 10px;
  margin-top: 40px;
}

.page-game-reviews-may88-card-games-review__section--cta-final .page-game-reviews-may88-card-games-review__heading {
  color: #FFD700;
  margin-bottom: 25px;
}

.page-game-reviews-may88-card-games-review__section--cta-final .page-game-reviews-may88-card-games-review__text {
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-reviews-may88-card-games-review__title {
    font-size: 2.8em;
  }
  .page-game-reviews-may88-card-games-review__heading {
    font-size: 2em;
  }
  .page-game-reviews-may88-card-games-review__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-game-reviews-may88-card-games-review__hero {
    padding: 80px 0;
  }
  .page-game-reviews-may88-card-games-review__title {
    font-size: 2.2em;
  }
  .page-game-reviews-may88-card-games-review__subtitle {
    font-size: 1.1em;
  }
  .page-game-reviews-may88-card-games-review__heading {
    font-size: 1.8em;
  }
  .page-game-reviews-may88-card-games-review__section {
    padding: 40px 0;
  }
  .page-game-reviews-may88-card-games-review__game-card,
  .page-game-reviews-may88-card-games-review__feature-item {
    padding: 20px;
  }
  .page-game-reviews-may88-card-games-review__feature-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 576px) {
  .page-game-reviews-may88-card-games-review__hero {
    padding: 60px 0;
  }
  .page-game-reviews-may88-card-games-review__title {
    font-size: 1.8em;
  }
  .page-game-reviews-may88-card-games-review__subtitle {
    font-size: 1em;
  }
  .page-game-reviews-may88-card-games-review__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-reviews-may88-card-games-review__heading {
    font-size: 1.5em;
  }
  .page-game-reviews-may88-card-games-review__text {
    font-size: 0.95em;
  }
  .page-game-reviews-may88-card-games-review__card-title {
    font-size: 1.5em;
  }
  .page-game-reviews-may88-card-games-review__list li {
    font-size: 0.95em;
  }
  .page-game-reviews-may88-card-games-review__numbered-list li {
    font-size: 1em;
    padding-left: 35px;
  }
  .page-game-reviews-may88-card-games-review__numbered-list li::before {
    width: 28px;
    height: 28px;
  }
}