.page-index-review-fabet {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light sections */
  background: #f1f3f5; /* Page background color */
}

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

/* Fixed header padding for the first content section */
.page-index-review-fabet__hero-intro {
  padding-top: 120px; /* Desktop: Adjust based on fixed header height */
  padding-bottom: 60px;
  text-align: center;
  background: linear-gradient(135deg, #0A2463, #2A4F8A); /* Dark background for intro */
  color: #ffffff; /* White text for dark background */
}

.page-index-review-fabet__main-title {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFD700; /* Gold color for main title */
}

.page-index-review-fabet__intro-text {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

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

.page-index-review-fabet__hero-intro .page-index-review-fabet__section-title {
  color: #FFD700;
}

.page-index-review-fabet__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}

.page-index-review-fabet__cta-button--primary {
  background: #FFD700;
  color: #0A2463;
}

.page-index-review-fabet__cta-button--primary:hover {
  background: #FFA500;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__cta-button--secondary {
  background: #0A2463;
  color: #ffffff;
  border: 2px solid #FFD700;
}

.page-index-review-fabet__cta-button--secondary:hover {
  background: #2A4F8A;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__review-overview,
.page-index-review-fabet__detailed-analysis,
.page-index-review-fabet__faq-section,
.page-index-review-fabet__latest-news-section {
  padding: 60px 0;
  background: #ffffff; /* White background for content sections */
}

.page-index-review-fabet__conclusion {
  padding: 60px 0;
  background: linear-gradient(135deg, #0A2463, #2A4F8A); /* Dark background for conclusion */
  color: #ffffff;
  text-align: center;
}

.page-index-review-fabet__conclusion .page-index-review-fabet__section-title {
  color: #FFD700;
}

.page-index-review-fabet__conclusion-text {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-index-review-fabet__content-block {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.page-index-review-fabet__content-block h3 {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-fabet__content-block p {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-index-review-fabet__image-full-width {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-index-review-fabet__link {
  color: #0A2463;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-fabet__link:hover {
  color: #FFD700;
}

.page-index-review-fabet__dark-bg .page-index-review-fabet__link {
  color: #FFD700;
}

.page-index-review-fabet__dark-bg .page-index-review-fabet__link:hover {
  color: #FFA500;
}

/* FAQ Section Styles */
.page-index-review-fabet__faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.page-index-review-fabet__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

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

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

.page-index-review-fabet__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #0A2463;
  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: #FFD700;
  transform: rotate(45deg);
}

.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: #f9f9f9;
  border-radius: 0 0 8px 8px;
}

.page-index-review-fabet__faq-item.active .page-index-review-fabet__faq-answer {
  max-height: 2000px !important; /* Sufficiently large to contain content */
  padding: 20px 25px !important;
  opacity: 1;
  border-top: 1px solid #e0e0e0;
}

.page-index-review-fabet__faq-answer p {
  margin-bottom: 0;
  font-size: 1em;
  color: #555555;
}

/* Latest News Section */
.page-index-review-fabet__latest-news-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f1f3f5;
}

.page-index-review-fabet__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-review-fabet__news-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-fabet__news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet__news-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-index-review-fabet__news-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #0A2463;
  padding: 15px 20px 10px;
}

.page-index-review-fabet__news-title a {
  color: #0A2463;
  text-decoration: none;
}

.page-index-review-fabet__news-title a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-review-fabet__news-excerpt {
  font-size: 0.95em;
  color: #555555;
  padding: 0 20px 15px;
}

.page-index-review-fabet__news-date {
  display: block;
  font-size: 0.85em;
  color: #888888;
  padding: 0 20px 20px;
}

/* 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__content-block h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet__hero-intro {
    padding-top: 100px !important; /* Mobile: Adjust based on fixed header height */
    padding-bottom: 40px;
  }

  .page-index-review-fabet__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-index-review-fabet__intro-text {
    font-size: 1em;
    margin-bottom: 30px;
  }

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

  .page-index-review-fabet__review-overview,
  .page-index-review-fabet__detailed-analysis,
  .page-index-review-fabet__conclusion,
  .page-index-review-fabet__faq-section,
  .page-index-review-fabet__latest-news-section {
    padding: 40px 0;
  }

  .page-index-review-fabet__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .page-index-review-fabet__content-block {
    padding: 20px;
  }

  .page-index-review-fabet__content-block h3 {
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-index-review-fabet__content-block p {
    font-size: 0.95em;
  }

  .page-index-review-fabet__image-full-width {
    border-radius: 4px;
  }

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

  .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 20px;
  }

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

  .page-index-review-fabet__news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-review-fabet__news-title {
    font-size: 1.1em;
    padding: 10px 15px 5px;
  }

  .page-index-review-fabet__news-excerpt,
  .page-index-review-fabet__news-date {
    padding: 0 15px 15px;
    font-size: 0.9em;
  }

  /* Image responsiveness for all images */
  .page-index-review-fabet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-index-review-fabet__section,
  .page-index-review-fabet__card,
  .page-index-review-fabet__container,
  .page-index-review-fabet__content-block,
  .page-index-review-fabet__news-grid,
  .page-index-review-fabet__news-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fabet__main-title {
    font-size: 1.8em;
  }

  .page-index-review-fabet__section-title {
    font-size: 1.6em;
  }

  .page-index-review-fabet__cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
}