.page-index-review-fabet {
  background-color: #0d0d0d; /* Slightly off-black for body background */
  color: #f0f0f0; /* Light text for dark background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

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

.page-index-review-fabet__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #FFD700; /* Gold color for main titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-index-review-fabet__review-heading {
  font-size: 24px;
  font-weight: bold;
  color: #00BFFF; /* Deep sky blue for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-review-fabet__keyword {
  color: #FFD700;
  font-weight: bold;
}

/* HERO Section Styles */
.page-index-review-fabet__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 180px; /* Desktop: Adjust for fixed header */
  background-color: #1a1a1a; /* Dark background for hero section */
}

.page-index-review-fabet__hero-container {
  position: relative;
  width: 100%;
  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%;
  margin-bottom: 30px;
}

.page-index-review-fabet__hero-image-content {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-review-fabet__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent dark overlay for text readability */
  padding: 20px;
  border-radius: 8px;
}

.page-index-review-fabet__main-title {
  font-size: 42px;
  font-weight: bold;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-index-review-fabet__hero-description {
  font-size: 20px;
  color: #f0f0f0;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.page-index-review-fabet__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #FFD700, #FFA500); /* Gold gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__cta-button:hover {
  background: linear-gradient(135deg, #FFA500, #FFD700); /* Reverse gradient on hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.page-index-review-fabet__cta-button--small {
  padding: 10px 25px;
  font-size: 16px;
  margin-top: 20px;
}

.page-index-review-fabet__cta-button--large {
  padding: 20px 50px;
  font-size: 22px;
  margin-top: 40px;
}

/* General Section Styles */
.page-index-review-fabet__introduction-section,
.page-index-review-fabet__detailed-review-section,
.page-index-review-fabet__game-experience-section,
.page-index-review-fabet__registration-section,
.page-index-review-fabet__conclusion-section,
.page-index-review-fabet__faq-section {
  background-color: #1a1a1a; /* Dark background for sections */
  color: #f0f0f0; /* Light text on dark background */
  padding: 40px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet__introduction-section p,
.page-index-review-fabet__detailed-review-section p,
.page-index-review-fabet__game-experience-section p,
.page-index-review-fabet__registration-section p,
.page-index-review-fabet__conclusion-section p,
.page-index-review-fabet__faq-section p {
  margin-bottom: 15px;
  color: #cccccc;
}

.page-index-review-fabet__review-item {
  background-color: #2a2a2a; /* Slightly lighter dark for review items */
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

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

.page-index-review-fabet__promo-list,
.page-index-review-fabet__tips-list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #cccccc;
}

.page-index-review-fabet__promo-list li,
.page-index-review-fabet__tips-list li {
  margin-bottom: 8px;
}

.page-index-review-fabet__promo-list strong,
.page-index-review-fabet__tips-list strong {
  color: #FFD700;
}

/* Game Highlights Section */
.page-index-review-fabet__game-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-index-review-fabet__game-card {
  background-color: #2a2a2a; /* Slightly lighter dark for game cards */
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: calc(33.333% - 20px);
  text-align: center;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.page-index-review-fabet__game-card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-index-review-fabet__game-card-title {
  font-size: 20px;
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-index-review-fabet__game-card-description {
  font-size: 15px;
  color: #cccccc;
  padding: 0 15px;
  margin-bottom: 15px;
}

/* Registration Steps */
.page-index-review-fabet__step-by-step {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-index-review-fabet__step-item {
  background-color: #2a2a2a; /* Slightly lighter dark for step items */
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  padding: 25px;
  width: calc(33.333% - 20px);
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.page-index-review-fabet__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #00BFFF, #009ACD); /* Blue gradient */
  color: #ffffff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

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

/* FAQ Section */
.page-index-review-fabet__faq-section {
  padding: 40px 20px;
  background-color: #1a1a1a; /* Dark background for FAQ section */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.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;
  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: #2a2a2a; /* Lighter dark background for answer */
  border-radius: 0 0 5px 5px;
  color: #cccccc;
}

.page-index-review-fabet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #3a3a3a; /* Darker background for question */
  border: 1px solid #4a4a4a;
  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: #4a4a4a;
  border-color: #5a5a5a;
}

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

.page-index-review-fabet__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #FFD700; /* Gold for FAQ question titles */
}

.page-index-review-fabet__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #00BFFF; /* Blue for toggle icon */
  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: #FFD700;
  transform: rotate(45deg); /* Rotate for 'x' effect */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fabet__game-card,
  .page-index-review-fabet__step-item {
    width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet__hero-section {
    padding-top: 160px !important; /* Mobile: Adjust for fixed header */
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-index-review-fabet__hero-image-content {
    border-radius: 4px;
  }

  .page-index-review-fabet__main-title {
    font-size: 32px;
  }

  .page-index-review-fabet__hero-description {
    font-size: 18px;
  }

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

  .page-index-review-fabet__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .page-index-review-fabet__review-heading {
    font-size: 20px;
  }

  .page-index-review-fabet__game-card,
  .page-index-review-fabet__step-item {
    width: 100%;
  }

  .page-index-review-fabet__game-card-image {
    height: 180px;
  }

  .page-index-review-fabet__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-index-review-fabet__faq-question h3 {
    font-size: 16px;
    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;
  }
  
  /* Ensure all images and containers are responsive */
  .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__hero-container,
  .page-index-review-fabet__review-item,
  .page-index-review-fabet__game-card,
  .page-index-review-fabet__step-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}