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

.page-index-review-fabet h1, .page-index-review-fabet h2, .page-index-review-fabet h3 {
  color: #0A2463;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-fabet h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}

.page-index-review-fabet h2 {
  font-size: 30px;
  margin-top: 40px;
  border-bottom: 2px solid #E3B505;
  padding-bottom: 10px;
}

.page-index-review-fabet h3 {
  font-size: 24px;
  color: #E3B505;
}

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

.page-index-review-fabet strong {
  color: #0A2463;
}

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

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

.page-index-review-fabet .cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #E3B505;
  color: #0A2463;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

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

.page-index-review-fabet .text-center {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Hero Section */
.page-index-review-fabet-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: linear-gradient(135deg, #0A2463 0%, #0A2463 60%, #E3B505 100%);
  color: #ffffff;
}

.page-index-review-fabet-hero .hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-fabet-hero .hero-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  object-fit: cover;
}

.page-index-review-fabet-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.page-index-review-fabet-hero h1 {
  color: #E3B505;
  font-size: 48px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-fabet-hero p {
  font-size: 20px;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-index-review-fabet-hero .cta-button {
  background-color: #E3B505;
  color: #0A2463;
  padding: 18px 45px;
  font-size: 22px;
  border-radius: 8px;
}

.page-index-review-fabet-hero .cta-button:hover {
  background-color: #f0f0f0;
  color: #0A2463;
}

/* Intro Section */
.page-index-review-fabet-intro {
  padding: 50px 0;
  background-color: #ffffff;
}

/* Products Section */
.page-index-review-fabet-products {
  padding: 50px 0;
  background-color: #f0f4f7;
}

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

.page-index-review-fabet-products .product-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}

.page-index-review-fabet-products .product-item:hover {
  transform: translateY(-5px);
}

.page-index-review-fabet-products .product-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-index-review-fabet-products .product-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-index-review-fabet-products .product-item h3 a {
  color: #0A2463;
}

.page-index-review-fabet-products .product-item h3 a:hover {
  color: #E3B505;
}

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

/* Promotions Section */
.page-index-review-fabet-promotions {
  padding: 50px 0;
  background-color: #ffffff;
}

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

.page-index-review-fabet-promotions .promo-item {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}

.page-index-review-fabet-promotions .promo-item:hover {
  transform: translateY(-5px);
}

.page-index-review-fabet-promotions .promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-index-review-fabet-promotions .promo-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-index-review-fabet-promotions .promo-item h3 a {
  color: #0A2463;
}

.page-index-review-fabet-promotions .promo-item h3 a:hover {
  color: #E3B505;
}

.page-index-review-fabet-promotions .promo-item p {
  font-size: 15px;
  color: #666;
  padding: 0 15px;
}

/* Registration Section */
.page-index-review-fabet-registration {
  padding: 50px 0;
  background-color: #f0f4f7;
}

.page-index-review-fabet-registration ol {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

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

.page-index-review-fabet-registration li strong {
  color: #0A2463;
}

/* Transactions Section */
.page-index-review-fabet-transactions {
  padding: 50px 0;
  background-color: #ffffff;
}

.page-index-review-fabet-transactions .transaction-info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.page-index-review-fabet-transactions .info-block {
  flex: 1;
  min-width: 300px;
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-index-review-fabet-transactions .info-block h3 {
  color: #0A2463;
  font-size: 22px;
  margin-bottom: 15px;
}

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

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

/* Experience Section */
.page-index-review-fabet-experience {
  padding: 50px 0;
  background-color: #f0f4f7;
}

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

.page-index-review-fabet-experience .feature-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.page-index-review-fabet-experience .feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-index-review-fabet-experience .feature-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-index-review-fabet-experience .feature-item p {
  font-size: 15px;
  color: #666;
  padding: 0 15px;
}

/* Support Section */
.page-index-review-fabet-support {
  padding: 50px 0;
  background-color: #ffffff;
}

.page-index-review-fabet-support .support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-index-review-fabet-support .channel-item {
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-index-review-fabet-support .channel-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-index-review-fabet-support .channel-item h3 {
  font-size: 22px;
  color: #0A2463;
  margin-bottom: 10px;
}

.page-index-review-fabet-support .channel-item p {
  font-size: 15px;
  color: #666;
}

/* Comparison Section */
.page-index-review-fabet-comparison {
  padding: 50px 0;
  background-color: #f0f4f7;
}

.page-index-review-fabet-comparison .comparison-table {
  margin-top: 30px;
  overflow-x: auto;
}

.page-index-review-fabet-comparison table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.page-index-review-fabet-comparison th, .page-index-review-fabet-comparison td {
  padding: 15px;
  border: 1px solid #e0e0e0;
  text-align: left;
  color: #333;
}

.page-index-review-fabet-comparison th {
  background-color: #0A2463;
  color: #E3B505;
  font-weight: bold;
  font-size: 18px;
}

.page-index-review-fabet-comparison td {
  font-size: 15px;
}

.page-index-review-fabet-comparison tr:nth-child(even) {
  background-color: #f9f9f9;
}

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

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

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

.page-index-review-fabet-faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background-color: #fdfdfd;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-review-fabet-faq .faq-question:hover {
  background-color: #f0f4f7;
}

.page-index-review-fabet-faq .faq-question h3 {
  margin: 0;
  font-size: 18px;
  color: #0A2463;
}

.page-index-review-fabet-faq .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E3B505;
  transition: transform 0.3s ease;
}

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

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

.page-index-review-fabet-faq .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 15px 20px;
}

.page-index-review-fabet-faq .faq-answer p {
  margin-bottom: 0;
  color: #555;
}

/* Conclusion Section */
.page-index-review-fabet-conclusion {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}

.page-index-review-fabet-conclusion h2 {
  border-bottom: none;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-fabet-hero h1 {
    font-size: 40px;
  }
  .page-index-review-fabet-hero p {
    font-size: 18px;
  }
  .page-index-review-fabet-hero .cta-button {
    padding: 15px 35px;
    font-size: 20px;
  }
  .page-index-review-fabet h2 {
    font-size: 26px;
  }
  .page-index-review-fabet h3 {
    font-size: 20px;
  }
  .page-index-review-fabet-products .product-item h3,
  .page-index-review-fabet-promotions .promo-item h3,
  .page-index-review-fabet-transactions .info-block h3,
  .page-index-review-fabet-experience .feature-item h3,
  .page-index-review-fabet-support .channel-item h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet .container {
    padding: 15px;
  }
  .page-index-review-fabet-hero h1 {
    font-size: 32px;
  }
  .page-index-review-fabet-hero p {
    font-size: 16px;
  }
  .page-index-review-fabet-hero .cta-button {
    padding: 12px 25px;
    font-size: 18px;
  }
  .page-index-review-fabet h2 {
    font-size: 24px;
  }
  .page-index-review-fabet h3 {
    font-size: 18px;
  }
  .page-index-review-fabet-products .product-grid,
  .page-index-review-fabet-promotions .promo-grid,
  .page-index-review-fabet-transactions .transaction-info,
  .page-index-review-fabet-experience .experience-features,
  .page-index-review-fabet-support .support-channels {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-fabet-comparison th, .page-index-review-fabet-comparison td {
    padding: 10px;
    font-size: 14px;
  }
  .page-index-review-fabet-faq .faq-question h3 {
    font-size: 16px;
  }
  .page-index-review-fabet-faq .faq-toggle {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fabet-hero h1 {
    font-size: 28px;
  }
  .page-index-review-fabet-hero p {
    font-size: 14px;
  }
  .page-index-review-fabet-hero .cta-button {
    padding: 10px 20px;
    font-size: 16px;
  }
  .page-index-review-fabet h1 {
    font-size: 28px;
  }
  .page-index-review-fabet h2 {
    font-size: 22px;
  }
  .page-index-review-fabet h3 {
    font-size: 16px;
  }
  .page-index-review-fabet-products .product-image,
  .page-index-review-fabet-promotions .promo-image,
  .page-index-review-fabet-experience .feature-image {
    height: 180px;
  }
  .page-index-review-fabet-support .channel-icon {
    width: 60px;
    height: 60px;
  }
  .page-index-review-fabet-faq .faq-question {
    padding: 15px;
  }
  .page-index-review-fabet-faq .faq-question h3 {
    font-size: 15px;
  }
  .page-index-review-fabet-faq .faq-toggle {
    font-size: 18px;
  }
}