.page-index-review-fabet {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A1931;
  line-height: 1.6;
}

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

.page-index-review-fabet .section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  font-weight: bold;
}

.page-index-review-fabet h1 {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
}

.page-index-review-fabet h2 {
  font-size: 2.2em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
}

.page-index-review-fabet h3 {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-index-review-fabet p {
  margin-bottom: 15px;
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-index-review-fabet a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-fabet a:hover {
  color: #FFF;
  text-decoration: underline;
}

.page-index-review-fabet ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-index-review-fabet li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

/* Hero Section */
.page-index-review-fabet .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #0A1931, #2A3A51);
}

.page-index-review-fabet .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-fabet .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-review-fabet .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.4);
}

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

.page-index-review-fabet .hero-content p {
  font-size: 1.3em;
  color: #C0C0C0;
  margin-bottom: 30px;
}

.page-index-review-fabet .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #0A1931;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-index-review-fabet .cta-button:hover {
  background: #E0C000;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-index-review-fabet .secondary-button {
  display: inline-block;
  padding: 15px 40px;
  background: #2A3A51;
  color: #FFD700;
  text-decoration: none;
  border: 2px solid #FFD700;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 20px;
  transition: all 0.3s ease;
}

.page-index-review-fabet .secondary-button:hover {
  background: #FFD700;
  color: #0A1931;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-index-review-fabet .large-button {
  font-size: 1.5em;
  padding: 20px 50px;
}

/* Content Sections */
.page-index-review-fabet .content-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-index-review-fabet .content-section:last-of-type {
  border-bottom: none;
}

.page-index-review-fabet .introduction {
  background-color: #1A2A40;
}

.page-index-review-fabet .advantages {
  background-color: #0A1931;
}

.page-index-review-fabet .taixiu-experience {
  background-color: #1A2A40;
}

.page-index-review-fabet .guide {
  background-color: #0A1931;
}

.page-index-review-fabet .promotions {
  background-color: #1A2A40;
}

.page-index-review-fabet .support {
  background-color: #0A1931;
}

.page-index-review-fabet .conclusion {
  background-color: #1A2A40;
}

.page-index-review-fabet .content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

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

.page-index-review-fabet .advantage-item {
  background-color: #1A2A40;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-fabet .advantage-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-index-review-fabet .advantage-item h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-index-review-fabet .advantage-item h3 a {
  color: #FFD700;
}

.page-index-review-fabet .advantage-item p {
  color: #C0C0C0;
  font-size: 1em;
}

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

.page-index-review-fabet .step-item {
  background-color: #1A2A40;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.page-index-review-fabet .step-item h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-index-review-fabet .step-item h3 a {
  color: #FFD700;
}

.page-index-review-fabet .step-item p {
  color: #C0C0C0;
  font-size: 1em;
}

/* Button Group */
.page-index-review-fabet .button-group {
  text-align: center;
  margin-top: 40px;
}

/* FAQ Section */
.page-index-review-fabet .faq-section {
  padding: 60px 0;
  background-color: #0A1931;
}

.page-index-review-fabet .faq-list {
  margin-top: 30px;
}

.page-index-review-fabet .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #1A2A40;
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.page-index-review-fabet .faq-question:hover {
  background: #2A3A51;
  border-color: #FFD700;
}

.page-index-review-fabet .faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  color: #FFD700;
}

.page-index-review-fabet .faq-toggle {
  font-size: 2em;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-review-fabet .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #1A2A40;
  color: #E0E0E0;
}

.page-index-review-fabet .faq-answer p {
  padding-bottom: 20px;
  margin: 0;
  font-size: 1.1em;
}

.page-index-review-fabet .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.page-index-review-fabet .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-fabet h1 {
    font-size: 2.5em;
  }
  .page-index-review-fabet h2 {
    font-size: 2em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.4em;
  }
  .page-index-review-fabet .cta-button, .page-index-review-fabet .secondary-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }
  .page-index-review-fabet .large-button {
    font-size: 1.3em;
    padding: 15px 40px;
  }
  .page-index-review-fabet .advantage-item, .page-index-review-fabet .step-item {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet .hero-section {
    padding: 40px 15px;
  }
  .page-index-review-fabet .hero-content h1 {
    font-size: 2em;
  }
  .page-index-review-fabet .hero-content p {
    font-size: 1em;
  }
  .page-index-review-fabet .section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .page-index-review-fabet h2 {
    font-size: 1.8em;
    margin-top: 40px;
  }
  .page-index-review-fabet h3 {
    font-size: 1.3em;
  }
  .page-index-review-fabet p, .page-index-review-fabet li {
    font-size: 1em;
  }
  .page-index-review-fabet .cta-button, .page-index-review-fabet .secondary-button {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .page-index-review-fabet .button-group {
    display: flex;
    flex-direction: column;
  }
  .page-index-review-fabet .advantage-grid, .page-index-review-fabet .guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-fabet .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-fabet .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-review-fabet .faq-toggle {
    font-size: 1.8em;
  }
  .page-index-review-fabet .faq-answer {
    padding: 0 20px;
  }
  .page-index-review-fabet .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fabet h1 {
    font-size: 1.8em;
  }
  .page-index-review-fabet h2 {
    font-size: 1.5em;
  }
  .page-index-review-fabet .section-title {
    font-size: 1.8em;
  }
  .page-index-review-fabet .hero-image img {
    border-radius: 4px;
  }
  .page-index-review-fabet .cta-button {
    font-size: 1em;
    padding: 10px 25px;
  }
  .page-index-review-fabet .large-button {
    font-size: 1.1em;
    padding: 12px 30px;
  }
  .page-index-review-fabet .faq-question h3 {
    font-size: 1em;
  }
}