.page-index-review-fabet {
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure body background is respected */
}

/* Fixed header spacing for desktop */
.page-index-review-fabet__hero-banner {
  padding-top: 120px; /* Adjust based on fixed header height */
  background: linear-gradient(135deg, #0A2239, #1a3a5c);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-index-review-fabet__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for aesthetic */
  overflow: hidden;
  position: relative;
}

.page-index-review-fabet__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-index-review-fabet__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 900px;
  width: 90%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
  border-radius: 10px;
}

.page-index-review-fabet__hero-title {
  font-size: 42px;
  font-weight: bold;
  color: #E0B973;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-fabet__hero-description {
  font-size: 18px;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-index-review-fabet__hero-cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(90deg, #E0B973, #ffcc66);
  color: #0A2239;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__hero-cta-button:hover {
  background: linear-gradient(90deg, #ffcc66, #E0B973);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-index-review-fabet__review-content-section {
  padding: 60px 20px;
  background-color: #0a0a0a; /* Dark background from body */
  color: #ffffff; /* Light text for dark background */
}

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

.page-index-review-fabet__review-content-card {
  background: #1a1a1a; /* Slightly lighter dark background for card */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  padding: 40px;
  color: #ffffff;
}

.page-index-review-fabet__section-title {
  font-size: 34px;
  font-weight: bold;
  color: #E0B973;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #E0B973;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-review-fabet__review-content-card p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: #f0f0f0;
}

.page-index-review-fabet__review-content-card p a {
  color: #E0B973;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fabet__review-content-card p a:hover {
  text-decoration: underline;
  color: #ffcc66;
}

.page-index-review-fabet__cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.page-index-review-fabet__main-cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(90deg, #E0B973, #ffcc66);
  color: #0A2239;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  width: fit-content;
}

.page-index-review-fabet__main-cta-button:hover {
  background: linear-gradient(90deg, #ffcc66, #E0B973);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-index-review-fabet__secondary-cta-button {
  display: inline-block;
  padding: 12px 30px;
  background: transparent;
  border: 2px solid #E0B973;
  color: #E0B973;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  width: fit-content;
}

.page-index-review-fabet__secondary-cta-button:hover {
  background: #E0B973;
  color: #0A2239;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet__faq-section {
  padding: 60px 20px;
  background-color: #0a0a0a; /* Dark background from body */
  color: #ffffff;
}

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

.page-index-review-fabet__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.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 15px;
  opacity: 0;
}

.page-index-review-fabet__faq-item.active .page-index-review-fabet__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #1a1a1a; /* Darker background for expanded answer */
  border-radius: 0 0 5px 5px;
}

.page-index-review-fabet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #0A2239; /* Brand primary color for question */
  border: 1px solid #1a3a5c;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #ffffff;
}

.page-index-review-fabet__faq-question:hover {
  background: #1a3a5c;
  border-color: #E0B973;
}

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

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

.page-index-review-fabet__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #E0B973;
  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: 28px;
  height: 28px;
}

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

/* Responsive styles */
@media (max-width: 1024px) {
  .page-index-review-fabet__hero-title {
    font-size: 36px;
  }
  .page-index-review-fabet__hero-description {
    font-size: 16px;
  }
  .page-index-review-fabet__hero-cta-button {
    font-size: 18px;
    padding: 12px 30px;
  }
  .page-index-review-fabet__section-title {
    font-size: 30px;
  }
  .page-index-review-fabet__sub-title {
    font-size: 22px;
  }
  .page-index-review-fabet__review-content-card {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet__hero-banner {
    padding-top: 100px !important; /* Mobile fixed header spacing */
    padding-bottom: 40px;
  }
  .page-index-review-fabet__hero-content {
    width: 95%;
    padding: 15px;
  }
  .page-index-review-fabet__hero-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .page-index-review-fabet__hero-description {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page-index-review-fabet__hero-cta-button {
    font-size: 16px;
    padding: 10px 25px;
  }
  .page-index-review-fabet__review-content-section,
  .page-index-review-fabet__faq-section {
    padding: 40px 15px;
  }
  .page-index-review-fabet__review-content-card {
    padding: 25px;
  }
  .page-index-review-fabet__section-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .page-index-review-fabet__sub-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-index-review-fabet__review-content-card p {
    font-size: 15px;
  }
  .page-index-review-fabet__cta-wrapper {
    gap: 15px;
  }
  .page-index-review-fabet__main-cta-button {
    font-size: 16px;
    padding: 12px 30px;
    width: 100%;
  }
  .page-index-review-fabet__secondary-cta-button {
    font-size: 15px;
    padding: 10px 25px;
    width: 100%;
  }
  .page-index-review-fabet__faq-question {
    padding: 15px;
  }
  .page-index-review-fabet__faq-question h3 {
    font-size: 15px;
  }
  .page-index-review-fabet__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  .page-index-review-fabet__faq-item.active .page-index-review-fabet__faq-answer {
    padding: 15px !important;
  }
  .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__review-content-container,
  .page-index-review-fabet__faq-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}