.page-index-review-fabet {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--secondary-color); /* This will likely be dark, so text on sections should be white */
}

/* Ensure main content has top padding to clear fixed header */
.page-index-review-fabet__hero-banner {
  padding-top: 180px; /* Adjust as needed for fixed header */
  background: linear-gradient(135deg, #1E1E1E, #333333); /* Dark background for banner */
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-review-fabet__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-fabet__hero-image {
  width: 100%;
  max-width: 1000px; /* Adjust max-width for visual appeal */
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  object-fit: cover;
}

.page-index-review-fabet__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

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

.page-index-review-fabet__hero-description {
  font-size: 1.3em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-fabet__hero-description a {
  color: #DAA520;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fabet__hero-description a:hover {
  text-decoration: underline;
}

.page-index-review-fabet__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #DAA520, #FFA500); /* Gold gradient */
  color: #1E1E1E; /* Dark text for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(218, 165, 32, 0.4);
  border: none;
}

.page-index-review-fabet__cta-button:hover {
  background: linear-gradient(135deg, #FFA500, #DAA520);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(218, 165, 32, 0.6);
}

.page-index-review-fabet__cta-button--large {
  padding: 20px 60px;
  font-size: 1.2em;
}

.page-index-review-fabet__cta-button--small {
  padding: 12px 25px;
  font-size: 0.95em;
}

.page-index-review-fabet__overview-section,
.page-index-review-fabet__games-section,
.page-index-review-fabet__promotions-section,
.page-index-review-fabet__guide-section,
.page-index-review-fabet__customer-service-section,
.page-index-review-fabet__pros-cons-section,
.page-index-review-fabet__faq-section,
.page-index-review-fabet__conclusion-section {
  padding: 60px 20px;
  background-color: #f8f9fa; /* Light background for content sections */
  color: #333333;
}

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

.page-index-review-fabet__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-review-fabet__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #DAA520;
  border-radius: 2px;
}

.page-index-review-fabet__section-title a {
  color: #1E1E1E;
  text-decoration: none;
}

.page-index-review-fabet__section-title a:hover {
  text-decoration: underline;
}

.page-index-review-fabet__overview-section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-review-fabet__overview-section p a {
  color: #DAA520;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fabet__overview-section p a:hover {
  text-decoration: underline;
}

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

.page-index-review-fabet__feature-card {
  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;
  border: 1px solid #e0e0e0;
}

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

.page-index-review-fabet__feature-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-fabet__feature-card h3 {
  font-size: 1.5em;
  color: #1E1E1E;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-fabet__feature-card p {
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
  text-align: justify;
}

.page-index-review-fabet__games-section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}

.page-index-review-fabet__games-section p a {
  color: #DAA520;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fabet__games-section p a:hover {
  text-decoration: underline;
}

.page-index-review-fabet__game-category {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #e0e0e0;
}

.page-index-review-fabet__category-title {
  font-size: 2em;
  color: #DAA520;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.page-index-review-fabet__category-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-review-fabet__category-image {
  width: 100%;
  max-width: 600px; /* Larger image for content */
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
}

.page-index-review-fabet__category-content p {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

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

.page-index-review-fabet__category-content p a:hover {
  text-decoration: underline;
}

.page-index-review-fabet__category-content ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 25px;
  width: 100%;
  max-width: 800px;
}

.page-index-review-fabet__category-content ul li {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #555555;
}

.page-index-review-fabet__category-content ul li b {
  color: #1E1E1E;
}

.page-index-review-fabet__promotions-section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}

.page-index-review-fabet__promotions-section p a {
  color: #DAA520;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fabet__promotions-section p a:hover {
  text-decoration: underline;
}

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

.page-index-review-fabet__promo-card {
  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;
  border: 1px solid #e0e0e0;
}

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

.page-index-review-fabet__promo-image {
  width: 100%;
  max-width: 350px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-review-fabet__promo-card h3 {
  font-size: 1.4em;
  color: #DAA520;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-fabet__promo-card p {
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 20px;
  text-align: justify;
}

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

.page-index-review-fabet__promo-card p a:hover {
  text-decoration: underline;
}

.page-index-review-fabet__guide-section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}

.page-index-review-fabet__guide-section p a {
  color: #DAA520;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fabet__guide-section p a:hover {
  text-decoration: underline;
}

.page-index-review-fabet__guide-step {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.page-index-review-fabet__guide-step h3 {
  font-size: 1.8em;
  color: #1E1E1E;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-review-fabet__guide-image {
  width: 100%;
  max-width: 500px; /* Guide images */
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
}

.page-index-review-fabet__guide-step p {
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 15px;
  text-align: justify;
}

.page-index-review-fabet__guide-step p a {
  color: #DAA520;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fabet__guide-step p a:hover {
  text-decoration: underline;
}

.page-index-review-fabet__guide-step ol,
.page-index-review-fabet__guide-step ul {
  list-style-position: inside;
  text-align: left;
  margin: 0 auto 20px auto;
  max-width: 800px;
  padding-left: 20px;
}

.page-index-review-fabet__guide-step ol li,
.page-index-review-fabet__guide-step ul li {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #555555;
}

.page-index-review-fabet__customer-service-section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}

.page-index-review-fabet__customer-service-section p a {
  color: #DAA520;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fabet__customer-service-section p a:hover {
  text-decoration: underline;
}

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

.page-index-review-fabet__channel-card {
  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;
  border: 1px solid #e0e0e0;
}

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

.page-index-review-fabet__channel-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-fabet__channel-card h3 {
  font-size: 1.4em;
  color: #1E1E1E;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-fabet__channel-card p {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  text-align: justify;
}

.page-index-review-fabet__contact-note {
  text-align: center;
  margin-top: 30px;
  font-style: italic;
  color: #666666;
}

.page-index-review-fabet__contact-note a {
  color: #DAA520;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fabet__contact-note a:hover {
  text-decoration: underline;
}

.page-index-review-fabet__pros-cons-section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}

.page-index-review-fabet__pros-cons-section p a {
  color: #DAA520;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fabet__pros-cons-section p a:hover {
  text-decoration: underline;
}

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

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

.page-index-review-fabet__pros-card h3,
.page-index-review-fabet__cons-card h3 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.page-index-review-fabet__pros-card h3 {
  color: #28a745; /* Green for pros */
}

.page-index-review-fabet__cons-card h3 {
  color: #dc3545; /* Red for cons */
}

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

.page-index-review-fabet__pros-card ul li,
.page-index-review-fabet__cons-card ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.6;
  color: #555555;
}

.page-index-review-fabet__pros-card ul li img,
.page-index-review-fabet__cons-card ul li img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  flex-shrink: 0;
  object-fit: contain;
}

.page-index-review-fabet__pros-card ul li b {
  color: #1E1E1E;
}

/* FAQ Section */
.page-index-review-fabet__faq-section p a {
  color: #DAA520;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-fabet__faq-section p a:hover {
  text-decoration: underline;
}

.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;
}