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

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

.page-index-review-fabet-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-index-review-fabet-section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-index-review-fabet h1,
.page-index-review-fabet h2 {
  color: #0A246A;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-index-review-fabet h3 {
  color: #0A246A;
  margin-bottom: 15px;
}

.page-index-review-fabet p {
  margin-bottom: 15px;
  color: #444;
}

.page-index-review-fabet ul {
  list-style: disc inside;
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-index-review-fabet ul li {
  margin-bottom: 8px;
  color: #555;
}

.page-index-review-fabet a {
  color: #0A246A;
  text-decoration: none;
  font-weight: bold;
}

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

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

.page-index-review-fabet-hero-container {
  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%;
  max-width: 900px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  object-fit: cover;
}

.page-index-review-fabet-hero-content h1 {
  color: #FFD700;
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-review-fabet-hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  color: #e0e0e0;
}

.page-index-review-fabet-cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A246A;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

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

.page-index-review-fabet-product-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.page-index-review-fabet-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-fabet-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.page-index-review-fabet-product-card h3 {
  font-size: 1.5em;
  margin-top: 0;
  padding: 0 15px;
}

.page-index-review-fabet-product-card h3 a {
  color: #0A246A;
  text-decoration: none;
}

.page-index-review-fabet-product-card h3 a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-review-fabet-product-card p {
  font-size: 0.95em;
  color: #666;
  padding: 0 15px;
}

.page-index-review-fabet-center-text {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
}

.page-index-review-fabet-image-full-width {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 0 auto 30px auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.page-index-review-fabet-button {
  display: inline-block;
  background-color: #0A246A;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}

.page-index-review-fabet-button:hover {
  background-color: #FFD700;
  color: #0A246A;
  transform: translateY(-2px);
  text-decoration: none;
}

.page-index-review-fabet-grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.page-index-review-fabet-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.page-index-review-fabet-card h3 {
  color: #FFD700;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
}

.page-index-review-fabet-pros h3 {
  color: #0A246A;
}

.page-index-review-fabet-cons h3 {
  color: #dc3545;
}

.page-index-review-fabet-card ul {
  list-style: none;
  padding-left: 0;
}

.page-index-review-fabet-card ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-size: 1.05em;
}

.page-index-review-fabet-pros ul li::before {
  content: '✓';
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-index-review-fabet-cons ul li::before {
  content: '✕';
  color: #dc3545;
  font-weight: bold;
  position: absolute;
  left: 0;
}

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

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.faq-question h3 {
  margin: 0;
  font-size: 1.1em;
  color: #0A246A;
}

.faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #0A246A;
  transition: transform 0.3s ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #f9f9f9;
  padding: 0 20px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px 20px;
}

.faq-answer p {
  margin-top: 0;
  margin-bottom: 10px;
  color: #666;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-fabet-hero-content h1 {
    font-size: 2.2em;
  }
  .page-index-review-fabet-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-index-review-fabet-grid-2-cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet-section {
    padding: 40px 0;
  }
  .page-index-review-fabet h1 {
    font-size: 2em;
  }
  .page-index-review-fabet h2 {
    font-size: 1.8em;
  }
  .page-index-review-fabet-hero-section {
    padding: 60px 15px;
  }
  .page-index-review-fabet-hero-image {
    margin-bottom: 30px;
  }
  .page-index-review-fabet-hero-content h1 {
    font-size: 1.8em;
  }
  .page-index-review-fabet-hero-content p {
    font-size: 1em;
  }
  .page-index-review-fabet-cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-review-fabet-product-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-fabet-card {
    padding: 20px;
  }
  .faq-question {
    padding: 12px 15px;
  }
  .faq-question h3 {
    font-size: 1em;
  }
  .faq-toggle {
    font-size: 1.2em;
  }
  .faq-answer {
    padding: 0 15px;
  }
  .faq-item.active .faq-answer {
    padding: 15px;
  }
}