.page-index-review-fabet {
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
  color: #333333; /* Default text color for light sections */
  background-color: var(--dark-bg-1); /* Inherited from body, will be dark */
}

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

.page-index-review-fabet__review-intro-section {
  padding-top: 180px; /* Adjust for fixed header */
  padding-bottom: 60px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet__main-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  color: #000080; /* Dark blue for contrast on golden background */
}

.page-index-review-fabet__intro-text {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 30px auto;
  line-height: 1.8;
  color: #333333; /* Darker text for readability on golden background */
}

.page-index-review-fabet__intro-text strong {
  color: #000080;
}

.page-index-review-fabet__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-review-fabet__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-index-review-fabet__cta-button--primary {
  background: #000080; /* Dark blue */
  color: #ffffff;
  border: 2px solid #000080;
}

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

.page-index-review-fabet__cta-button--secondary {
  background: #ffffff;
  color: #000080; /* Dark blue */
  border: 2px solid #000080;
}

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

.page-index-review-fabet__section {
  padding: 60px 0;
}

.page-index-review-fabet__section--light {
  background-color: #f8f9fa;
  color: #333333;
}

.page-index-review-fabet__section--dark {
  background-color: var(--dark-bg-1);
  color: #f0f0f0;
}

.page-index-review-fabet__section-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-index-review-fabet__section--dark .page-index-review-fabet__section-title {
  color: #FFD700; /* Gold on dark background */
}

.page-index-review-fabet__section-description {
  font-size: 17px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: inherit;
}

.page-index-review-fabet__content-block {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: inherit;
}

.page-index-review-fabet__content-block p {
  margin-bottom: 15px;
}

.page-index-review-fabet__content-block strong {
  color: #000080;
}

.page-index-review-fabet__section--dark .page-index-review-fabet__content-block strong {
  color: #FFD700;
}

.page-index-review-fabet__content-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

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

.page-index-review-fabet__game-card {
  background: #1a1a1a; /* Darker background for game cards on dark section */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #f0f0f0;
}

.page-index-review-fabet__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-index-review-fabet__game-card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet__game-card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFD700; /* Gold for titles */
}

.page-index-review-fabet__game-card-description {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #cccccc;
}

.page-index-review-fabet__game-card-button {
  display: inline-block;
  background: #FFD700; /* Gold button */
  color: #000080; /* Dark blue text */
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-fabet__game-card-button:hover {
  background: #e0b600;
  transform: translateY(-1px);
}

.page-index-review-fabet__promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fabet__promo-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-fabet__promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-review-fabet__promo-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000080;
}

.page-index-review-fabet__promo-item p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #555555;
}

.page-index-review-fabet__promo-button {
  display: inline-block;
  background: #000080;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-fabet__promo-button:hover {
  background: #000066;
  transform: translateY(-1px);
}

.page-index-review-fabet__payment-process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-index-review-fabet__payment-step {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  color: #333333;
}

.page-index-review-fabet__step-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000080;
}

.page-index-review-fabet__payment-step p {
  font-size: 15px;
  line-height: 1.7;
  color: #555555;
}

.page-index-review-fabet__service-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-index-review-fabet__feature-item {
  background: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  padding: 30px;
  color: #f0f0f0;
}

.page-index-review-fabet__feature-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-index-review-fabet__feature-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #cccccc;
}

.page-index-review-fabet__responsible-gaming-info {
  max-width: 800px;
  margin: 0 auto 40px auto;
  background: #1a1a1a;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #f0f0f0;
}

.page-index-review-fabet__responsible-gaming-info p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
}

.page-index-review-fabet__responsible-gaming-info ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
}

.page-index-review-fabet__responsible-gaming-info li {
  margin-bottom: 8px;
}

.page-index-review-fabet__pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fabet__pros, .page-index-review-fabet__cons {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  color: #333333;
}

.page-index-review-fabet__pros-title, .page-index-review-fabet__cons-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #000080;
}

.page-index-review-fabet__pros ul, .page-index-review-fabet__cons ul {
  list-style: none;
  padding: 0;
}

.page-index-review-fabet__pros li, .page-index-review-fabet__cons li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}

.page-index-review-fabet__pros li::before {
  content: '✅';
  margin-right: 10px;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.page-index-review-fabet__cons li::before {
  content: '❌';
  margin-right: 10px;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.page-index-review-fabet__highlight {
  color: #000080;
}

.page-index-review-fabet__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fabet__step-card {
  background: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  padding: 30px;
  text-align: center;
  color: #f0f0f0;
}

.page-index-review-fabet__step-card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-index-review-fabet__step-card p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #cccccc;
}

.page-index-review-fabet__step-card-button {
  display: inline-block;
  background: #FFD700;
  color: #000080;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-fabet__step-card-button:hover {
  background: #e0b600;
  transform: translateY(-1px);
}

/* FAQ Section */
.page-index-review-fabet__section--faq {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.page-index-review-fabet__faq-list {
  max-width: 900px;
  margin: 40px auto 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: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #333333;
}

.page-index-review-fabet__faq-answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.page-index-review-fabet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  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: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #333333;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fabet__main-title {
    font-size: 36px;
  }
  .page-index-review-fabet__section-title {
    font-size: 30px;
  }
  .page-index-review-fabet__game-card-image {
    height: 180px;
  }
  .page-index-review-fabet__pros-cons {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet__review-intro-section {
    padding-top: 140px; /* Adjust for mobile fixed header */
    padding-bottom: 40px;
  }
  .page-index-review-fabet__main-title {
    font-size: 28px;
  }
  .page-index-review-fabet__intro-text {
    font-size: 16px;
  }
  .page-index-review-fabet__cta-button {
    padding: 12px 25px;
    font-size: 15px;
  }
  .page-index-review-fabet__section {
    padding: 40px 0;
  }
  .page-index-review-fabet__section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page-index-review-fabet__section-description {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .page-index-review-fabet__content-block {
    font-size: 15px;
  }
  .page-index-review-fabet__game-grid, .page-index-review-fabet__promo-list, .page-index-review-fabet__payment-process, .page-index-review-fabet__service-features, .page-index-review-fabet__guide-steps {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-index-review-fabet__game-card-image {
    height: 160px;
  }
  .page-index-review-fabet__game-card-title, .page-index-review-fabet__promo-title, .page-index-review-fabet__step-title, .page-index-review-fabet__feature-title {
    font-size: 20px;
  }
  .page-index-review-fabet__game-card-description, .page-index-review-fabet__promo-item p, .page-index-review-fabet__payment-step p, .page-index-review-fabet__feature-item p, .page-index-review-fabet__responsible-gaming-info p, .page-index-review-fabet__responsible-gaming-info ul, .page-index-review-fabet__pros li, .page-index-review-fabet__cons li, .page-index-review-fabet__step-card p {
    font-size: 14px;
  }
  .page-index-review-fabet__pros-title, .page-index-review-fabet__cons-title {
    font-size: 20px;
  }
  .page-index-review-fabet__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-index-review-fabet__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-index-review-fabet__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .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;
  }
  .page-index-review-fabet__faq-answer p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fabet__main-title {
    font-size: 24px;
  }
  .page-index-review-fabet__section-title {
    font-size: 22px;
  }
  .page-index-review-fabet__cta-group {
    flex-direction: column;
  }
  .page-index-review-fabet__cta-button {
    width: 100%;
    max-width: 300px;
  }
  .page-index-review-fabet__game-card-image {
    height: 140px;
  }
  .page-index-review-fabet__game-card, .page-index-review-fabet__promo-item, .page-index-review-fabet__payment-step, .page-index-review-fabet__feature-item, .page-index-review-fabet__step-card, .page-index-review-fabet__pros, .page-index-review-fabet__cons {
    padding: 20px;
  }
  .page-index-review-fabet__pros-title, .page-index-review-fabet__cons-title {
    font-size: 18px;
  }
}