.page-index-review-fa88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f4f7f6;
}

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

.page-index-review-fa88__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-index-review-fa88__section:nth-of-type(odd) {
  background-color: #ffffff;
}

.page-index-review-fa88__section:nth-of-type(even) {
  background-color: #f9f9f9;
}

.page-index-review-fa88__hero-section {
  background: linear-gradient(135deg, #0A2463, #E34234);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-review-fa88__hero-image {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-fa88__hero-content {
  position: relative;
  z-index: 1;
}

.page-index-review-fa88__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-index-review-fa88__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-index-review-fa88__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-index-review-fa88__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #E34234;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-index-review-fa88__image-content {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-fa88__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-fa88__cta-button {
  display: inline-block;
  background-color: #E34234;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}

.page-index-review-fa88__cta-button:hover {
  background-color: #c93a2e;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-fa88__cta-button--secondary {
  background-color: #0A2463;
}

.page-index-review-fa88__cta-button--secondary:hover {
  background-color: #071a47;
}

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

.page-index-review-fa88__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-fa88__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-fa88__card-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-index-review-fa88__game-card p {
  color: #555;
  margin-bottom: 20px;
}

.page-index-review-fa88__card-link {
  display: inline-block;
  color: #E34234;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #E34234;
  padding-bottom: 5px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-index-review-fa88__card-link:hover {
  color: #0A2463;
  border-color: #0A2463;
}

.page-index-review-fa88__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-index-review-fa88__list li {
  background-color: #f0f3f2;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #E34234;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-review-fa88__list li strong {
  color: #0A2463;
}

.page-index-review-fa88__list--promotions li {
  border-left-color: #0A2463;
}

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

.page-index-review-fa88__transaction-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
}

.page-index-review-fa88__transaction-item .page-index-review-fa88__card-title {
  color: #E34234;
}

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

/* FAQ default state - answer hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Question style */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  color: #0A2463;
  font-size: 1.2em;
}

/* Toggle icon */
.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #E34234;
}

/* Responsive design */
@media (max-width: 992px) {
  .page-index-review-fa88__main-title {
    font-size: 2.5em;
  }
  .page-index-review-fa88__section-title {
    font-size: 2em;
  }
  .page-index-review-fa88__game-categories {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-review-fa88__hero-section {
    padding: 60px 0;
  }
  .page-index-review-fa88__main-title {
    font-size: 2em;
  }
  .page-index-review-fa88__hero-description {
    font-size: 1em;
  }
  .page-index-review-fa88__section {
    padding: 40px 0;
  }
  .page-index-review-fa88__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-review-fa88__game-categories,
  .page-index-review-fa88__transaction-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-fa88__game-card, .page-index-review-fa88__transaction-item {
    padding: 20px;
  }
  .page-index-review-fa88__list li {
    padding: 15px;
    font-size: 1em;
  }
  .faq-question {
    padding: 12px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-index-review-fa88__main-title {
    font-size: 1.8em;
  }
  .page-index-review-fa88__hero-image {
    max-height: 250px;
  }
  .page-index-review-fa88__section-title {
    font-size: 1.5em;
  }
  .page-index-review-fa88__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-index-review-fa88__game-card, .page-index-review-fa88__transaction-item {
    padding: 15px;
  }
  .page-index-review-fa88__card-title {
    font-size: 1.5em;
  }
}