.page-index-review-fa88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: #1a1a2e; /* Matches body background */
}

.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;
  padding-top: 180px; /* Desktop: Adjust for fixed header */
  background: linear-gradient(135deg, #2a2a4a, #1a1a2e);
  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 20px rgba(0, 0, 0, 0.3);
}

.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: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold brand color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

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

.page-index-review-fa88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #FFD700, #FFA500); /* Gold gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: none;
}

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

.page-index-review-fa88__content-section {
  padding: 60px 20px;
  background-color: #1a1a2e;
  color: #f0f0f0;
}

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

.page-index-review-fa88__review-article {
  background: #2a2a4a; /* Darker background for article for contrast with text */
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
}

.page-index-review-fa88__article-heading {
  font-size: 2.2em;
  color: #FFD700; /* Gold brand color */
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.page-index-review-fa88__sub-heading {
  font-size: 1.6em;
  color: #00CED1; /* Teal brand color */
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.page-index-review-fa88__review-article p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-index-review-fa88__review-article a {
  color: #00CED1; /* Teal link color */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-fa88__review-article a:hover {
  color: #00B3B3; /* Darker teal on hover */
  text-decoration: underline;
}

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

.page-index-review-fa88__pros-list, .page-index-review-fa88__cons-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-index-review-fa88__pros-list li {
  color: #90EE90; /* Light green for pros */
  margin-bottom: 8px;
}

.page-index-review-fa88__cons-list li {
  color: #FF6347; /* Tomato red for cons */
  margin-bottom: 8px;
}

.page-index-review-fa88__guide-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-index-review-fa88__guide-list li {
  margin-bottom: 10px;
}

.page-index-review-fa88__call-to-action-text {
  text-align: center;
  margin-top: 40px;
  font-size: 1.3em;
  font-weight: bold;
  color: #FFD700;
}

.page-index-review-fa88__cta-inline-link {
  color: #FFD700; /* Gold for inline CTA */
  text-decoration: none;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.page-index-review-fa88__cta-inline-link:hover {
  color: #FFA500;
  border-color: #FFA500;
  text-decoration: none;
}

.page-index-review-fa88__faq-section {
  padding: 60px 20px;
  background-color: #1a1a2e;
  color: #f0f0f0;
}

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

.page-index-review-fa88__faq-title {
  font-size: 2.2em;
  color: #FFD700; /* Gold brand color */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-index-review-fa88__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-index-review-fa88__faq-item {
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.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, opacity 0.4s ease;
  padding: 0 20px;
  opacity: 0;
  background: #2a2a4a;
  color: #f0f0f0;
}

.page-index-review-fa88__faq-item.active .page-index-review-fa88__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  background: #2a2a4a;
  border-radius: 0 0 8px 8px;
}

.page-index-review-fa88__faq-answer p {
  margin: 0;
  font-size: 1.05em;
}

.page-index-review-fa88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #3a3a5a;
  border: 1px solid #4a4a6a;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-index-review-fa88__faq-question:hover {
  background: #4a4a6a;
  border-color: #5a5a7a;
}

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

.page-index-review-fa88__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #FFD700; /* Gold for question text */
}

.page-index-review-fa88__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #00CED1; /* Teal for toggle icon */
  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: 32px;
  height: 32px;
}

.page-index-review-fa88__faq-item.active .page-index-review-fa88__faq-toggle {
  color: #FFD700; /* Gold when active */
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fa88__main-title {
    font-size: 2.8em;
  }

  .page-index-review-fa88__article-heading {
    font-size: 2em;
  }

  .page-index-review-fa88__sub-heading {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-index-review-fa88__hero-section {
    padding-top: 160px !important; /* Mobile: Adjust for fixed header */
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-index-review-fa88__main-title {
    font-size: 2.2em;
  }

  .page-index-review-fa88__hero-description {
    font-size: 1em;
  }

  .page-index-review-fa88__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }

  .page-index-review-fa88__content-section,
  .page-index-review-fa88__faq-section {
    padding: 30px 15px;
  }

  .page-index-review-fa88__review-article {
    padding: 25px;
  }

  .page-index-review-fa88__article-heading {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-index-review-fa88__sub-heading {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-index-review-fa88__review-article p,
  .page-index-review-fa88__pros-list li,
  .page-index-review-fa88__cons-list li,
  .page-index-review-fa88__guide-list li {
    font-size: 0.95em;
  }

  .page-index-review-fa88__content-image {
    margin: 20px auto;
  }

  .page-index-review-fa88__faq-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

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

  .page-index-review-fa88__faq-question h3 {
    font-size: 1em;
  }

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

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

  /* Mobile image adaptation */
  .page-index-review-fa88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-index-review-fa88__hero-section,
  .page-index-review-fa88__content-section,
  .page-index-review-fa88__faq-section,
  .page-index-review-fa88__review-article,
  .page-index-review-fa88__hero-container,
  .page-index-review-fa88__content-container,
  .page-index-review-fa88__faq-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}