.page-index-review-fa88 {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #0a0a0a; /* Inherited from body, but explicitly set for clarity */
}

.page-index-review-fa88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-index-review-fa88__section-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #ffc107; /* Auxiliary color for titles */
  position: relative;
  padding-bottom: 15px;
}

.page-index-review-fa88__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #0056b3; /* Primary color for underline */
  border-radius: 2px;
}

.page-index-review-fa88__highlight {
  color: #ffc107;
}

/* HERO Banner Section */
.page-index-review-fa88__hero-banner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 180px; /* Desktop: Adjust for fixed header */
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
  overflow: hidden;
}

.page-index-review-fa88__hero-banner .page-index-review-fa88__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.page-index-review-fa88__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.page-index-review-fa88__main-title {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-review-fa88__hero-description {
  font-size: 20px;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-index-review-fa88__hero-description a {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fa88__hero-description a:hover {
  text-decoration: underline;
}

.page-index-review-fa88__hero-image {
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
}

.page-index-review-fa88__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* General Card Styles for Dark Backgrounds */
.page-index-review-fa88__card-dark {
  background: rgba(255, 255, 255, 0.08); /* Semi-transparent white for dark body */
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  padding: 40px;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-index-review-fa88__card-dark h2,
.page-index-review-fa88__card-dark h3 {
  color: #ffc107;
}

.page-index-review-fa88__card-dark p {
  color: #f0f0f0;
}

.page-index-review-fa88__card-dark a {
  color: #0056b3; /* Primary color for links on dark cards */
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fa88__card-dark a:hover {
  text-decoration: underline;
}

/* General Card Styles for Light Backgrounds */
.page-index-review-fa88__card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 30px;
  color: #333333; /* Dark text for light card */
}

.page-index-review-fa88__card h2,
.page-index-review-fa88__card h3 {
  color: #0056b3;
}

.page-index-review-fa88__card p {
  color: #333333;
}

.page-index-review-fa88__card a {
  color: #0056b3; /* Primary color for links on light cards */
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fa88__card a:hover {
  text-decoration: underline;
}

/* Sections */
.page-index-review-fa88__dark-bg {
  background-color: #0d0d0d;
  padding: 60px 0;
}

.page-index-review-fa88__light-bg {
  background-color: #f1f3f5;
  padding: 60px 0;
}

/* Introduction Section */
.page-index-review-fa88__introduction p {
  font-size: 17px;
  margin-bottom: 15px;
}

/* Key Features Section */
.page-index-review-fa88__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-review-fa88__feature-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-review-fa88__feature-title {
  font-size: 22px;
  color: #ffc107;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-fa88__feature-item p {
  font-size: 16px;
  color: #e0e0e0;
}

/* Registration Guide Section */
.page-index-review-fa88__step-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-index-review-fa88__step-list li {
  background: #f9f9f9;
  border-left: 5px solid #0056b3;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 17px;
  color: #333333;
}

.page-index-review-fa88__step-list li strong {
  color: #0056b3;
}

/* Game Showcase Section */
.page-index-review-fa88__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-index-review-fa88__game-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
}

.page-index-review-fa88__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-index-review-fa88__game-title {
  font-size: 24px;
  color: #ffc107;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 0 15px;
}

.page-index-review-fa88__game-card p {
  font-size: 15px;
  color: #e0e0e0;
  padding: 0 15px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-index-review-fa88__more-games-text {
  text-align: center;
  margin-top: 40px;
  font-size: 17px;
  color: #f0f0f0;
}

.page-index-review-fa88__more-games-text a {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fa88__more-games-text a:hover {
  text-decoration: underline;
}

/* Promotions Section */
.page-index-review-fa88__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-index-review-fa88__promo-list li {
  background: #f9f9f9;
  border-left: 5px solid #ffc107;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 17px;
  color: #333333;
}

.page-index-review-fa88__promo-list li strong {
  color: #0056b3;
}

.page-index-review-fa88__promo-list li a {
  color: #0056b3;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fa88__promo-list li a:hover {
  text-decoration: underline;
}

/* User Experience Section */
.page-index-review-fa88__ux-content {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  margin-top: 30px;
}

.page-index-review-fa88__ux-text {
  flex: 1;
}

.page-index-review-fa88__ux-text h3 {
  font-size: 24px;
  color: #ffc107;
  margin-bottom: 15px;
}

.page-index-review-fa88__ux-text p {
  font-size: 16px;
  color: #e0e0e0;
  margin-bottom: 15px;
}

.page-index-review-fa88__ux-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.page-index-review-fa88__ux-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Responsible Gambling Section */
.page-index-review-fa88__responsibility-list {
  list-style: disc;
  padding-left: 25px;
  margin-top: 20px;
  color: #333333;
}

.page-index-review-fa88__responsibility-list li {
  margin-bottom: 10px;
  font-size: 16px;
}

.page-index-review-fa88__responsibility-list li strong {
  color: #0056b3;
}

.page-index-review-fa88__responsible-gambling p a {
  color: #0056b3;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fa88__responsible-gambling p a:hover {
  text-decoration: underline;
}

/* Comparison Section */
.page-index-review-fa88__comparison p {
  font-size: 17px;
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-index-review-fa88__comparison p a {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fa88__comparison p a:hover {
  text-decoration: underline;
}

/* Conclusion Section */
.page-index-review-fa88__conclusion p {
  font-size: 17px;
  margin-bottom: 20px;
}

.page-index-review-fa88__conclusion p a {
  color: #0056b3;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fa88__conclusion p a:hover {
  text-decoration: underline;
}

/* CTA Button Styles */
.page-index-review-fa88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #ffc107, #ff9800); /* Auxiliary color gradient */
  color: #000000; /* Dark text for light button */
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  border: none;
}

.page-index-review-fa88__cta-button:hover {
  background: linear-gradient(135deg, #ff9800, #ffc107); /* Reverse gradient on hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.page-index-review-fa88__cta-button--small {
  padding: 12px 30px;
  font-size: 16px;
  margin-top: 15px;
}

/* FAQ Section */
.page-index-review-fa88__faq-section {
  padding: 60px 0;
  background-color: #0d0d0d;
}

.page-index-review-fa88__faq-list {
  margin-top: 40px;
}

.page-index-review-fa88__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-review-fa88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.page-index-review-fa88__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-index-review-fa88__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  pointer-events: none;
}

.page-index-review-fa88__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #ffc107;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.page-index-review-fa88__faq-item.active .page-index-review-fa88__faq-toggle {
  color: #0056b3;
  transform: rotate(45deg);
}

.page-index-review-fa88__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 25px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.05);
  color: #e0e0e0;
}

.page-index-review-fa88__faq-item.active .page-index-review-fa88__faq-answer {
  max-height: 2000px !important;
  padding: 20px 25px !important;
  opacity: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-review-fa88__faq-answer p {
  font-size: 16px;
  line-height: 1.7;
  color: #e0e0e0;
}

.page-index-review-fa88__faq-answer a {
  color: #0056b3;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fa88__faq-answer a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fa88__section-title {
    font-size: 28px;
  }
  .page-index-review-fa88__main-title {
    font-size: 40px;
  }
  .page-index-review-fa88__hero-description {
    font-size: 18px;
  }
  .page-index-review-fa88__feature-grid,
  .page-index-review-fa88__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
  .page-index-review-fa88__ux-content {
    flex-direction: column;
  }
  .page-index-review-fa88__ux-text h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .page-index-review-fa88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-index-review-fa88__section,
  .page-index-review-fa88__card,
  .page-index-review-fa88__card-dark,
  .page-index-review-fa88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-index-review-fa88__hero-banner {
    padding-top: 160px !important; /* Mobile: Adjust for fixed header */
    padding-bottom: 40px;
  }

  .page-index-review-fa88__main-title {
    font-size: 32px;
  }

  .page-index-review-fa88__hero-description {
    font-size: 16px;
  }

  .page-index-review-fa88__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .page-index-review-fa88__card,
  .page-index-review-fa88__card-dark {
    padding: 25px;
  }

  .page-index-review-fa88__feature-item,
  .page-index-review-fa88__game-card {
    padding: 25px 15px;
  }

  .page-index-review-fa88__feature-title,
  .page-index-review-fa88__game-title {
    font-size: 20px;
  }

  .page-index-review-fa88__cta-button {
    padding: 12px 25px;
    font-size: 16px;
  }

  .page-index-review-fa88__cta-button--small {
    padding: 10px 20px;
    font-size: 14px;
  }

  .page-index-review-fa88__step-list li,
  .page-index-review-fa88__promo-list li,
  .page-index-review-fa88__responsibility-list li,
  .page-index-review-fa88__introduction p,
  .page-index-review-fa88__comparison p,
  .page-index-review-fa88__conclusion p {
    font-size: 15px;
  }

  .page-index-review-fa88__ux-text h3 {
    font-size: 20px;
  }

  .page-index-review-fa88__ux-text p {
    font-size: 15px;
  }

  .page-index-review-fa88__faq-question {
    padding: 15px 20px;
  }

  .page-index-review-fa88__faq-question h3 {
    font-size: 16px;
  }

  .page-index-review-fa88__faq-toggle {
    font-size: 24px;
    width: 26px;
    height: 26px;
    margin-left: 15px;
  }

  .page-index-review-fa88__faq-answer {
    padding: 0 20px;
  }

  .page-index-review-fa88__faq-item.active .page-index-review-fa88__faq-answer {
    padding: 15px 20px !important;
  }
  .page-index-review-fa88__faq-answer p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fa88__main-title {
    font-size: 28px;
  }
  .page-index-review-fa88__section-title {
    font-size: 22px;
  }
  .page-index-review-fa88__hero-banner .page-index-review-fa88__container {
    gap: 20px;
  }
  .page-index-review-fa88__cta-button {
    padding: 10px 20px;
    font-size: 15px;
  }
  .page-index-review-fa88__feature-grid,
  .page-index-review-fa88__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-fa88__game-image {
    height: 180px;
  }
  .page-index-review-fa88__card,
  .page-index-review-fa88__card-dark {
    padding: 20px;
  }
  .page-index-review-fa88__faq-question h3 {
    font-size: 15px;
  }
  .page-index-review-fa88__faq-toggle {
    font-size: 22px;
    width: 24px;
    height: 24px;
  }
}