.page-index-review-fa88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
  color: #ffffff; /* Default text color for dark background */
  background-color: var(--dark-bg-1);
}

.page-index-review-fa88 h1, .page-index-review-fa88 h2, .page-index-review-fa88 h3, .page-index-review-fa88 h4, .page-index-review-fa88 h5, .page-index-review-fa88 h6 {
  color: #E74C3C; /* Auxiliary color for headings */
  margin-bottom: 1rem;
  line-height: 1.3;
}

.page-index-review-fa88__main-title {
  font-size: 36px;
  font-weight: bold;
  color: #2C3E50; /* Primary color for main title in light card */
  margin-bottom: 30px;
  text-align: center;
}

.page-index-review-fa88__sub-title {
  font-size: 28px;
  font-weight: bold;
  color: #E74C3C; /* Auxiliary color for sub-titles */
  margin-bottom: 25px;
  text-align: center;
}

.page-index-review-fa88__section-heading {
  font-size: 22px;
  font-weight: bold;
  color: #E74C3C; /* Auxiliary color for section headings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-review-fa88__text-light {
  color: #ffffff;
}

.page-index-review-fa88__dark-bg {
  background-color: #2C3E50;
  color: #ffffff;
}

.page-index-review-fa88__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* General image styles */
.page-index-review-fa88__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-index-review-fa88__image-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 8px;
}

/* CTA Button Styles */
.page-index-review-fa88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}

.page-index-review-fa88__btn-primary {
  background: #E74C3C;
  color: #ffffff;
  border: 2px solid #E74C3C;
}

.page-index-review-fa88__btn-primary:hover {
  background: #C0392B;
  border-color: #C0392B;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-index-review-fa88__btn-secondary {
  background: #2C3E50;
  color: #ffffff;
  border: 2px solid #2C3E50;
}

.page-index-review-fa88__btn-secondary:hover {
  background: #1F2C3A;
  border-color: #1F2C3A;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Module 1.5: Review Content Section */
.page-index-review-fa88__review-content-section {
  padding: 40px 20px;
  padding-top: 180px; /* Desktop fixed nav spacing */
  background: #f1f3f5; /* Light background for this section */
  color: #333333;
}

.page-index-review-fa88__review-content-container {
  max-width: 1400px;
  margin: 0 auto;
}

.page-index-review-fa88__review-content-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
  color: #333333;
}

.page-index-review-fa88__review-header-image {
  margin-bottom: 30px;
}

.page-index-review-fa88__review-body p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.page-index-review-fa88__review-body a {
  color: #E74C3C;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fa88__review-body a:hover {
  text-decoration: underline;
  color: #C0392B;
}

/* Module 2: Introduction Section */
.page-index-review-fa88__introduction-section {
  padding: 60px 20px;
  text-align: center;
}

.page-index-review-fa88__introduction-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-review-fa88__introduction-container p {
  margin-bottom: 20px;
  font-size: 16px;
}

.page-index-review-fa88__service-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  text-align: left;
}

.page-index-review-fa88__service-list li {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.page-index-review-fa88__service-list li strong {
  color: #E74C3C;
}

/* Module 3: Games Section */
.page-index-review-fa88__games-section {
  padding: 60px 20px;
  text-align: center;
}

.page-index-review-fa88__games-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-review-fa88__game-category {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  color: #333333;
}

.page-index-review-fa88__category-title {
  font-size: 24px;
  font-weight: bold;
  color: #2C3E50;
  margin-bottom: 20px;
}

.page-index-review-fa88__category-image {
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.page-index-review-fa88__game-category p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333333;
}

/* Module 4: Promotions Section */
.page-index-review-fa88__promotions-section {
  padding: 60px 20px;
  text-align: center;
}

.page-index-review-fa88__promotions-container {
  max-width: 1200px;
  margin: 0 auto;
}

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

.page-index-review-fa88__promotion-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-review-fa88__promotion-title {
  font-size: 20px;
  font-weight: bold;
  color: #2C3E50;
  margin-bottom: 15px;
}

.page-index-review-fa88__promotion-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
  color: #333333;
}

/* FAQ Section */
.page-index-review-fa88__faq-section {
  padding: 60px 20px;
}

.page-index-review-fa88__faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-review-fa88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.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 15px;
  opacity: 0;
}

.page-index-review-fa88__faq-item.active .page-index-review-fa88__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #333333;
}

.page-index-review-fa88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #333333;
}

.page-index-review-fa88__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-index-review-fa88__faq-question:active {
  background: #eeeeee;
}

.page-index-review-fa88__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #2C3E50; /* Primary color for FAQ question */
}

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

.page-index-review-fa88__faq-item.active .page-index-review-fa88__faq-toggle {
  color: #E74C3C;
}

.page-index-review-fa88__faq-answer p {
  color: #333333;
  line-height: 1.6;
}

.page-index-review-fa88__faq-answer .page-index-review-fa88__cta-button {
  margin-top: 15px;
}

/* Module 5: Blog Section */
.page-index-review-fa88__blog-section {
  padding: 60px 20px;
  text-align: center;
}

.page-index-review-fa88__blog-container {
  max-width: 1200px;
  margin: 0 auto;
}

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

.page-index-review-fa88__blog-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
  color: #333333;
  display: flex;
  flex-direction: column;
}

.page-index-review-fa88__blog-card .page-index-review-fa88__image-container {
  margin-bottom: 15px;
}

.page-index-review-fa88__blog-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  flex-grow: 1;
}

.page-index-review-fa88__blog-title a {
  color: #2C3E50;
  text-decoration: none;
}

.page-index-review-fa88__blog-title a:hover {
  text-decoration: underline;
  color: #E74C3C;
}

.page-index-review-fa88__blog-summary {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.page-index-review-fa88__read-more {
  display: inline-block;
  color: #E74C3C;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.page-index-review-fa88__read-more:hover {
  text-decoration: underline;
  color: #C0392B;
}

.page-index-review-fa88__view-all-button {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fa88__review-content-card {
    padding: 30px;
  }

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

  .page-index-review-fa88__sub-title {
    font-size: 26px;
  }

  .page-index-review-fa88__section-heading {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-review-fa88__review-content-section {
    padding: 160px 15px 40px 15px !important; /* Mobile fixed nav spacing */
  }

  .page-index-review-fa88__review-content-card {
    padding: 24px 20px;
  }

  .page-index-review-fa88__main-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .page-index-review-fa88__sub-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .page-index-review-fa88__section-heading {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-index-review-fa88__review-body p,
  .page-index-review-fa88__introduction-container p,
  .page-index-review-fa88__game-category p,
  .page-index-review-fa88__promotion-card p,
  .page-index-review-fa88__blog-summary,
  .page-index-review-fa88__service-list li {
    font-size: 15px;
  }

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

  .page-index-review-fa88__games-section,
  .page-index-review-fa88__promotions-section,
  .page-index-review-fa88__faq-section,
  .page-index-review-fa88__blog-section,
  .page-index-review-fa88__introduction-section {
    padding: 40px 15px;
  }

  .page-index-review-fa88__service-list {
    grid-template-columns: 1fr;
  }

  .page-index-review-fa88__promotion-grid,
  .page-index-review-fa88__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-review-fa88__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-index-review-fa88__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-index-review-fa88__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  
  .page-index-review-fa88__faq-answer {
    padding: 0 15px;
  }
  
  .page-index-review-fa88__faq-item.active .page-index-review-fa88__faq-answer {
    padding: 15px !important;
  }

  /* Force image responsiveness on mobile */
  .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__container,
  .page-index-review-fa88__review-content-container,
  .page-index-review-fa88__introduction-container,
  .page-index-review-fa88__games-container,
  .page-index-review-fa88__promotions-container,
  .page-index-review-fa88__faq-container,
  .page-index-review-fa88__blog-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0px !important; /* Remove container padding if section has it */
    padding-right: 0px !important;
  }
}