.page-index-review-fabet {
  --primary-color: #007BFF;
  --secondary-color: #FFC107;
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-dark: #0a0a0a;
  --card-bg-dark: rgba(255, 255, 255, 0.08);
  --card-bg-light: #ffffff;
  --border-color: #e0e0e0;
  --shadow-light: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-dark: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: var(--text-light); /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-index-review-fabet__hero-banner {
  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, #007BFF, #0056b3); /* Darker gradient for hero */
  color: var(--text-light);
  overflow: hidden;
}

.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;
  z-index: 1;
}

.page-index-review-fabet__hero-image {
  width: 100%;
  max-width: 800px; /* Adjust max-width for image in hero */
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 30px;
  box-shadow: var(--shadow-dark);
}

.page-index-review-fabet__hero-content {
  width: 100%;
  max-width: 900px;
}

.page-index-review-fabet__main-title {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--text-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__hero-description {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-index-review-fabet__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: var(--secondary-color);
  color: var(--text-dark);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-light);
  border: none;
}

.page-index-review-fabet__cta-button:hover {
  background: #e6b000;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.page-index-review-fabet__cta-button--large {
  padding: 20px 50px;
  font-size: 1.3em;
  margin-top: 30px;
}

.page-index-review-fabet__section {
  padding: 60px 20px;
  background-color: var(--bg-dark); /* Ensure section background is dark */
}

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

.page-index-review-fabet__card {
  background: var(--card-bg-dark);
  border-radius: 10px;
  box-shadow: var(--shadow-dark);
  padding: 30px;
  margin-bottom: 30px;
  color: var(--text-light); /* Light text for dark card background */
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-review-fabet__dark-bg {
  background: var(--card-bg-dark);
  color: var(--text-light);
}

.page-index-review-fabet__light-bg {
  background: var(--card-bg-light);
  color: var(--text-dark);
  border: 1px solid var(--border-color);
}

.page-index-review-fabet__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: var(--text-light);
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet__intro-section .page-index-review-fabet__section-title {
  color: var(--text-light);
}

.page-index-review-fabet__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #e0e0e0;
}

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

.page-index-review-fabet__light-bg .page-index-review-fabet__card-title {
  color: var(--primary-color);
}

.page-index-review-fabet p {
  font-size: 1em;
  margin-bottom: 15px;
  line-height: 1.7;
  color: var(--text-light);
}

.page-index-review-fabet__light-bg p {
  color: var(--text-dark);
}

.page-index-review-fabet__text-link {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-fabet__text-link:hover {
  color: #e6b000;
  text-decoration: underline;
}

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

.page-index-review-fabet__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet__content-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: var(--shadow-dark);
}

.page-index-review-fabet__faq-section {
  background-color: var(--bg-dark);
}

.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: var(--shadow-dark);
}

.page-index-review-fabet__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 25px;
  opacity: 0;
  background: var(--card-bg-dark);
  color: var(--text-light);
}

.page-index-review-fabet__faq-item.active .page-index-review-fabet__faq-answer {
  max-height: 2000px !important; /* Sufficient height for content */
  padding: 20px 25px !important;
  opacity: 1;
  border-radius: 0 0 8px 8px;
}

.page-index-review-fabet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: var(--text-light);
}

.page-index-review-fabet__faq-question:hover {
  background: #0056b3;
  border-color: #004499;
}

.page-index-review-fabet__faq-question:active {
  background: #003366;
}

.page-index-review-fabet__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: var(--text-light);
}

.page-index-review-fabet__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--text-light);
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-index-review-fabet__faq-item.active .page-index-review-fabet__faq-toggle {
  color: var(--text-light);
  transform: rotate(45deg); /* Change + to X or rotate for - */
}

.page-index-review-fabet .highlight-keyword {
  color: var(--secondary-color);
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fabet__main-title {
    font-size: 2.8em;
  }
  .page-index-review-fabet__section-title {
    font-size: 2em;
  }
  .page-index-review-fabet__card-title {
    font-size: 1.5em;
  }
  .page-index-review-fabet__hero-image {
    max-width: 600px;
  }
  .page-index-review-fabet__cta-button {
    padding: 15px 35px;
    font-size: 1em;
  }
  .page-index-review-fabet__cta-button--large {
    padding: 18px 40px;
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-index-review-fabet__hero-banner {
    padding-top: 140px !important; /* Mobile: Adjust for fixed header */
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-index-review-fabet__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-index-review-fabet__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-index-review-fabet__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 8px;
  }
  .page-index-review-fabet__section {
    padding: 30px 15px;
  }
  .page-index-review-fabet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-index-review-fabet__card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .page-index-review-fabet__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-review-fabet__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-index-review-fabet__card-title {
    font-size: 1.3em;
  }
  .page-index-review-fabet p {
    font-size: 0.95em;
  }
  .page-index-review-fabet__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-fabet__card-image {
    height: 200px;
    border-radius: 6px;
  }
  .page-index-review-fabet__content-image {
    max-height: 300px;
    margin: 20px 0;
  }
  .page-index-review-fabet__cta-button {
    padding: 12px 25px;
    font-size: 0.95em;
  }
  .page-index-review-fabet__cta-button--large {
    padding: 15px 30px;
    font-size: 1em;
  }
  .page-index-review-fabet__faq-question {
    padding: 15px;
  }
  .page-index-review-fabet__faq-question h3 {
    font-size: 1em;
  }
  .page-index-review-fabet__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }
  .page-index-review-fabet__faq-answer {
    padding: 0 15px;
  }
  .page-index-review-fabet__faq-item.active .page-index-review-fabet__faq-answer {
    padding: 15px !important;
  }
}