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

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

.page-index-review-fa88__section {
  padding: 60px 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-index-review-fa88__section:last-of-type {
  border-bottom: none;
}

.page-index-review-fa88__section-title {
  font-size: 36px;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  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: #FFCC00;
  border-radius: 2px;
}

.page-index-review-fa88__content-wrapper {
  text-align: justify;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.page-index-review-fa88__content-wrapper p {
  margin-bottom: 15px;
}

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

/* Hero Section */
.page-index-review-fa88__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #003366;
  color: #ffffff;
}

.page-index-review-fa88__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

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

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

.page-index-review-fa88__hero-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #FFCC00;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-index-review-fa88__hero-content p {
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-index-review-fa88__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFCC00;
  color: #003366;
  text-decoration: none;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-fa88__cta-button:hover {
  background: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fa88__cta-button--final {
  margin-top: 40px;
}

/* Game Grid */
.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: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.page-index-review-fa88__game-card h3 {
  font-size: 24px;
  color: #003366;
  margin: 15px 15px 10px 15px;
}

.page-index-review-fa88__game-card h3 a {
  text-decoration: none;
  color: #003366;
  transition: color 0.3s ease;
}

.page-index-review-fa88__game-card h3 a:hover {
  color: #FFCC00;
}

.page-index-review-fa88__game-card p {
  font-size: 16px;
  color: #555555;
  padding: 0 20px;
  margin-bottom: 20px;
}

.page-index-review-fa88__button {
  display: inline-block;
  padding: 12px 30px;
  background: #003366;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-fa88__button:hover {
  background: #0055aa;
  transform: translateY(-2px);
}

.page-index-review-fa88__button--center {
  display: block;
  margin: 30px auto 0 auto;
  width: fit-content;
}

/* Promotions */
.page-index-review-fa88__promotions {
  background-color: #eaf3f8;
}

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

.page-index-review-fa88__promotion-list li {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-size: 17px;
  color: #444444;
  border-left: 5px solid #FFCC00;
}

.page-index-review-fa88__promotion-list li strong {
  color: #003366;
  font-size: 18px;
}

/* Guide Steps */
.page-index-review-fa88__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-index-review-fa88__step-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-index-review-fa88__step-item:hover {
  transform: translateY(-8px);
}

.page-index-review-fa88__step-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-fa88__step-item h3 {
  font-size: 26px;
  color: #003366;
  margin-bottom: 15px;
}

.page-index-review-fa88__step-item p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 25px;
}

.page-index-review-fa88__note {
  font-style: italic;
  color: #777777;
  text-align: center;
  margin-top: 40px;
  font-size: 15px;
}

/* Security & Support */
.page-index-review-fa88__security-support {
  background-color: #f0f4f7;
}

.page-index-review-fa88__security-support h3 {
  font-size: 28px;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}

.page-index-review-fa88__security-support .page-index-review-fa88__content-wrapper img {
  float: right;
  margin-left: 30px;
  width: 40%;
  min-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Pros and Cons */
.page-index-review-fa88__grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fa88__card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-index-review-fa88__card h3 {
  font-size: 28px;
  color: #003366;
  margin-bottom: 25px;
  text-align: center;
}

.page-index-review-fa88__list-checked,
.page-index-review-fa88__list-cross {
  list-style: none;
  padding: 0;
}

.page-index-review-fa88__list-checked li,
.page-index-review-fa88__list-cross li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #444444;
  line-height: 1.5;
}

.page-index-review-fa88__list-checked li::before {
  content: '✔';
  color: #28a745; /* Green checkmark */
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -2px;
  font-weight: bold;
}

.page-index-review-fa88__list-cross li::before {
  content: '✖';
  color: #dc3545; /* Red cross */
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -2px;
  font-weight: bold;
}

/* FAQ Section */
.page-index-review-fa88__faq-list {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.faq-question h3 {
  font-size: 20px;
  color: #003366;
  margin: 0;
  flex-grow: 1;
}

.faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFCC00;
  margin-left: 20px;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #003366;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #555555;
  font-size: 16px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-answer p {
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fa88__hero-content h1 {
    font-size: 42px;
  }
  .page-index-review-fa88__hero-content p {
    font-size: 18px;
  }
  .page-index-review-fa88__section-title {
    font-size: 32px;
  }
  .page-index-review-fa88__security-support .page-index-review-fa88__content-wrapper img {
    width: 50%;
    float: none;
    margin: 30px auto;
  }
}

@media (max-width: 768px) {
  .page-index-review-fa88__hero-section {
    padding: 40px 15px;
  }
  .page-index-review-fa88__hero-content h1 {
    font-size: 36px;
  }
  .page-index-review-fa88__hero-content p {
    font-size: 16px;
  }
  .page-index-review-fa88__cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
  .page-index-review-fa88__section {
    padding: 40px 0;
  }
  .page-index-review-fa88__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-index-review-fa88__content-wrapper {
    font-size: 16px;
  }
  .page-index-review-fa88__game-grid,
  .page-index-review-fa88__guide-steps,
  .page-index-review-fa88__grid-2-cols {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-index-review-fa88__game-card img {
    height: 180px;
  }
  .page-index-review-fa88__game-card h3 {
    font-size: 22px;
  }
  .page-index-review-fa88__step-item h3 {
    font-size: 24px;
  }
  .page-index-review-fa88__card h3 {
    font-size: 24px;
  }
  .page-index-review-fa88__list-checked li,
  .page-index-review-fa88__list-cross li {
    font-size: 16px;
    padding-left: 35px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 18px;
  }
  .faq-toggle {
    font-size: 24px;
  }
  .faq-answer {
    padding: 15px 20px;
  }
  .page-index-review-fa88__security-support .page-index-review-fa88__content-wrapper img {
    float: none;
    margin: 20px auto;
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 480px) {
  .page-index-review-fa88__hero-content h1 {
    font-size: 30px;
  }
  .page-index-review-fa88__hero-content p {
    font-size: 15px;
  }
  .page-index-review-fa88__cta-button {
    padding: 12px 25px;
    font-size: 16px;
  }
  .page-index-review-fa88__section-title {
    font-size: 24px;
  }
  .page-index-review-fa88__game-card img {
    height: 160px;
  }
  .page-index-review-fa88__game-card h3 {
    font-size: 20px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
}