.page-index-review-fa88 {
  --primary-color: #007bff;
  --secondary-color: #ffc107;
  --text-color: #333333;
  --light-bg: #f8f9fa;
  --dark-text: #212529;
  --white-color: #ffffff;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color);
}

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

.page-index-review-fa88__section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: var(--white-color);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-index-review-fa88__section:nth-of-type(even) {
  background-color: var(--light-bg);
}

.page-index-review-fa88__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-index-review-fa88__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-review-fa88__paragraph--center {
  text-align: center;
}

.page-index-review-fa88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--secondary-color);
  color: var(--dark-text);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

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

/* 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: 80px 20px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
  color: var(--white-color);
}

.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%;
  max-width: 900px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px 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-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--white-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-index-review-fa88__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
}

.page-index-review-fa88__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.page-index-review-fa88__cta-register {
  background-color: var(--secondary-color);
  color: var(--dark-text);
}

.page-index-review-fa88__cta-login {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.page-index-review-fa88__cta-login:hover {
  background-color: #f0f0f0;
}

/* Interface Section */
.page-index-review-fa88__interface .page-index-review-fa88__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-index-review-fa88__interface .page-index-review-fa88__image {
  flex: 1;
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-fa88__interface .page-index-review-fa88__text-content {
  flex: 1;
}

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

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

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

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

.page-index-review-fa88__game-title {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-index-review-fa88__game-description {
  font-size: 1em;
  color: var(--text-color);
  margin-bottom: 20px;
}

.page-index-review-fa88__game-button {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-index-review-fa88__game-button:hover {
  background-color: #0056b3;
}

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

.page-index-review-fa88__promo-item {
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-fa88__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-review-fa88__promo-title {
  font-size: 1.8em;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.page-index-review-fa88__promo-description {
  font-size: 1em;
  color: var(--text-color);
  margin-bottom: 20px;
}

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

.page-index-review-fa88__step-item {
  background-color: var(--white-color);
  padding: 20px 30px;
  margin-bottom: 15px;
  border-left: 5px solid var(--primary-color);
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: var(--dark-text);
}

.page-index-review-fa88__step-item strong {
  color: var(--primary-color);
}

/* Transactions Section */
.page-index-review-fa88__transactions .page-index-review-fa88__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-index-review-fa88__transactions .page-index-review-fa88__image {
  flex: 1;
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-fa88__transactions .page-index-review-fa88__text-content {
  flex: 1;
}

.page-index-review-fa88__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-index-review-fa88__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-index-review-fa88__list-item strong {
  color: var(--primary-color);
}

/* Customer Service Section */
.page-index-review-fa88__contact-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-index-review-fa88__contact-list .page-index-review-fa88__list-item {
  background-color: var(--white-color);
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-weight: bold;
  color: var(--primary-color);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-fa88__contact-list .page-index-review-fa88__list-item:hover {
  background-color: var(--light-bg);
  transform: translateY(-3px);
}

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

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: var(--white-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--dark-text);
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
  line-height: 1;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px;
  border-color: var(--primary-color);
}

.faq-answer p {
  margin: 0;
  color: var(--text-color);
  font-size: 1.05em;
}

/* Conclusion Section */
.page-index-review-fa88__conclusion .page-index-review-fa88__cta-final {
  margin-top: 30px;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 8px;
}

.page-index-review-fa88__conclusion .page-index-review-fa88__cta-final:hover {
  background-color: #0056b3;
}

/* Floating Buttons */
.page-index-review-fa88__floating-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.page-index-review-fa88__floating-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  border-radius: 25px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  color: var(--white-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.page-index-review-fa88__floating-register {
  background-color: var(--secondary-color);
}

.page-index-review-fa88__floating-register:hover {
  background-color: #e0a800;
  transform: scale(1.05);
}

.page-index-review-fa88__floating-login {
  background-color: var(--primary-color);
}

.page-index-review-fa88__floating-login:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-fa88__hero-title {
    font-size: 2.8em;
  }
  .page-index-review-fa88__hero-description {
    font-size: 1.1em;
  }
  .page-index-review-fa88__section-title {
    font-size: 2em;
  }
  .page-index-review-fa88__interface .page-index-review-fa88__content-wrapper,
  .page-index-review-fa88__transactions .page-index-review-fa88__content-wrapper {
    flex-direction: column;
  }
  .page-index-review-fa88__interface .page-index-review-fa88__image,
  .page-index-review-fa88__transactions .page-index-review-fa88__image {
    max-width: 100%;
  }
  .page-index-review-fa88__promo-grid,
  .page-index-review-fa88__game-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-fa88__contact-list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .page-index-review-fa88__hero-section {
    padding: 60px 15px;
  }
  .page-index-review-fa88__hero-title {
    font-size: 2.2em;
  }
  .page-index-review-fa88__hero-description {
    font-size: 1em;
  }
  .page-index-review-fa88__hero-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-index-review-fa88__cta-button {
    width: 80%;
    margin: 0 auto;
  }
  .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__paragraph {
    font-size: 1em;
  }
  .faq-question {
    padding: 15px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-answer {
    padding: 15px;
  }
  .page-index-review-fa88__floating-buttons {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }
  .page-index-review-fa88__floating-button {
    width: 100px;
    height: 45px;
    font-size: 1em;
  }
}