.page-index-review-fabet {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--dark-bg-1); /* Assuming shared.css defines this as a dark color */
  line-height: 1.6;
}

/* 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: var(--dark-bg-1);
}

.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 img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

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

.page-index-review-fabet__hero-description {
  font-size: 20px;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-fabet__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #FFD700, #FFA500); /* Gold gradient */
  color: #003366;
  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.2);
}

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

/* Game Leaderboard Section Styles */
.page-index-review-fabet__game-leaderboard-section {
  padding: 40px 20px;
  background: var(--dark-bg-1);
}

.page-index-review-fabet__page-title {
  font-size: 36px;
  font-weight: bold;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__game-leaderboard {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-index-review-fabet__game-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-fabet__game-card-segment {
  padding: 0 20px;
  border-left: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-index-review-fabet__segment-1 {
  border-left: none;
  padding-left: 0;
  flex-shrink: 0;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.page-index-review-fabet__segment-2 {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.page-index-review-fabet__segment-3 {
  flex-shrink: 0;
  width: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-index-review-fabet__segment-4 {
  flex-shrink: 0;
  width: 180px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 20px;
  padding-right: 0;
}

.page-index-review-fabet__rank-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: -10px;
  left: -10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet__rank-1 {
  background: linear-gradient(135deg, #FFD700, #FFA500); /* Gold */
}

.page-index-review-fabet__rank-2 {
  background: linear-gradient(135deg, #C0C0C0, #A0A0A0); /* Silver */
}

.page-index-review-fabet__rank-3 {
  background: linear-gradient(135deg, #CD7F32, #B87333); /* Bronze */
}

.page-index-review-fabet__rank-badge {
  background: linear-gradient(135deg, #ff6b35, #ff8c42); /* Orange for others */
}

.page-index-review-fabet__game-icon {
  max-width: 100px;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet__game-name {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}

.page-index-review-fabet__game-name-link {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.page-index-review-fabet__game-name-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-index-review-fabet__game-description {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-index-review-fabet__game-description a {
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-fabet__game-description a:hover {
  color: #004499;
  text-decoration: underline;
}

.page-index-review-fabet__game-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 8px;
}

.page-index-review-fabet__stars {
  color: #FFD700;
  font-size: 18px;
  font-weight: bold;
}

.page-index-review-fabet__rating-number {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.page-index-review-fabet__promotion-text {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.page-index-review-fabet__promotion-link {
  color: #0066cc;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-fabet__promotion-link:hover {
  color: #004499;
  text-decoration: underline;
}

.page-index-review-fabet__hot-badge {
  background-color: #e74c3c;
  color: #ffffff;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 3px;
  font-weight: bold;
}

.page-index-review-fabet__btn-download,
.page-index-review-fabet__btn-review {
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border: none;
}

.page-index-review-fabet__btn-download {
  background: linear-gradient(135deg, #003366, #0056b3); /* Primary dark blue */
  color: #ffffff;
}

.page-index-review-fabet__btn-download:hover {
  background: linear-gradient(135deg, #0056b3, #003366);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet__btn-review {
  background: linear-gradient(135deg, #FFD700, #FFA500); /* Gold secondary */
  color: #003366;
}

.page-index-review-fabet__btn-review:hover {
  background: linear-gradient(135deg, #FFA500, #FFC107);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Brand Review Content Section */
.page-index-review-fabet__review-content-section {
  padding: 40px 20px;
  background: var(--dark-bg-1); /* Consistent with leaderboard background */
}

.page-index-review-fabet__review-content-container {
  max-width: 1400px; /* Wider for better readability */
  margin: 0 auto;
}

.page-index-review-fabet__review-content-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
  color: #333333; /* Dark text on light background */
}

.page-index-review-fabet__review-content-card h2 {
  font-size: 32px;
  font-weight: bold;
  color: #003366;
  margin-bottom: 24px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet__review-content-card h3 {
  font-size: 22px;
  font-weight: bold;
  color: #0056b3;
  margin-top: 28px;
  margin-bottom: 15px;
}

.page-index-review-fabet__review-body {
  line-height: 1.7;
  font-size: 16px;
}

.page-index-review-fabet__review-body p {
  margin-bottom: 16px;
}

.page-index-review-fabet__review-body a {
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
}

.page-index-review-fabet__review-body a:hover {
  text-decoration: underline;
}

/* Homepage Intro Section */
.page-index-review-fabet__intro-section {
  padding: 60px 20px;
  background: var(--dark-bg-1);
}

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

.page-index-review-fabet__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

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

.page-index-review-fabet__intro-item {
  background: #003e7a; /* Slightly lighter dark blue */
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

.page-index-review-fabet__intro-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__intro-icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.page-index-review-fabet__intro-item p {
  font-size: 15px;
  color: #f0f0f0;
}

/* Core Games/Services Section */
.page-index-review-fabet__games-section {
  padding: 60px 20px;
  background: var(--dark-bg-1);
}

.page-index-review-fabet__section-description {
  font-size: 18px;
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-index-review-fabet__game-card-large {
  background: #003e7a;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

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

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

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

.page-index-review-fabet__game-description-long {
  font-size: 15px;
  color: #f0f0f0;
  padding: 0 15px 20px;
  min-height: 100px;
}

.page-index-review-fabet__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #003366;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet__btn-secondary:hover {
  background: linear-gradient(135deg, #FFA500, #FFC107);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-index-review-fabet__call-to-action {
  font-size: 20px;
  color: #FFD700;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}

/* Promotions Section */
.page-index-review-fabet__promotions-section {
  padding: 60px 20px;
  background: var(--dark-bg-1);
}

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

.page-index-review-fabet__promo-card {
  background: #003e7a;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

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

.page-index-review-fabet__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

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

.page-index-review-fabet__promo-description {
  font-size: 15px;
  color: #f0f0f0;
  padding: 0 15px 20px;
  min-height: 80px;
}

.page-index-review-fabet__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #003366, #0056b3);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-index-review-fabet__btn-primary:hover {
  background: linear-gradient(135deg, #0056b3, #003366);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Latest Blog Content Section */
.page-index-review-fabet__blog-section {
  padding: 60px 20px;
  background: var(--dark-bg-1);
}

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

.page-index-review-fabet__blog-card {
  background: #003e7a;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

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

.page-index-review-fabet__blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-index-review-fabet__blog-content {
  padding: 20px;
}

.page-index-review-fabet__blog-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-index-review-fabet__blog-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-fabet__blog-title a:hover {
  color: #FFA500;
  text-decoration: underline;
}

.page-index-review-fabet__blog-excerpt {
  font-size: 15px;
  color: #f0f0f0;
  margin-bottom: 15px;
  min-height: 70px;
}

.page-index-review-fabet__read-more {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-fabet__read-more:hover {
  color: #004499;
  text-decoration: underline;
}

.page-index-review-fabet__view-all-articles {
  text-align: center;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fabet__hero-title {
    font-size: 40px;
  }

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

  .page-index-review-fabet__page-title,
  .page-index-review-fabet__section-title {
    font-size: 32px;
  }

  .page-index-review-fabet__game-card {
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-index-review-fabet__game-card-segment {
    border-left: none;
    padding: 10px 0;
    width: 100%;
  }

  .page-index-review-fabet__segment-1 {
    flex-direction: row;
    width: auto;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    left: 0;
  }

  .page-index-review-fabet__rank-badge {
    position: static;
    margin-right: 10px;
  }

  .page-index-review-fabet__game-icon {
    max-width: 80px;
  }

  .page-index-review-fabet__segment-2 {
    order: 1;
    width: 100%;
    padding: 10px 0;
  }

  .page-index-review-fabet__segment-3 {
    order: 2;
    width: 100%;
    padding: 10px 0;
  }

  .page-index-review-fabet__segment-4 {
    order: 3;
    width: 100%;
    padding: 10px 0;
    flex-direction: row;
    gap: 15px;
  }

  .page-index-review-fabet__btn-download,
  .page-index-review-fabet__btn-review {
    flex: 1;
    font-size: 14px;
    padding: 10px 10px;
  }

  .page-index-review-fabet__review-content-card h2 {
    font-size: 28px;
  }

  .page-index-review-fabet__intro-grid,
  .page-index-review-fabet__games-carousel,
  .page-index-review-fabet__promotions-grid,
  .page-index-review-fabet__blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-index-review-fabet__game-description-long {
    min-height: 80px;
  }
  .page-index-review-fabet__promo-description {
    min-height: 60px;
  }
  .page-index-review-fabet__blog-excerpt {
    min-height: 60px;
  }
}

@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-title {
    font-size: 32px;
  }

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

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

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

  .page-index-review-fabet__game-leaderboard-section,
  .page-index-review-fabet__review-content-section,
  .page-index-review-fabet__intro-section,
  .page-index-review-fabet__games-section,
  .page-index-review-fabet__promotions-section,
  .page-index-review-fabet__blog-section {
    padding: 30px 15px;
  }

  .page-index-review-fabet__game-card {
    padding: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .page-index-review-fabet__game-card-segment {
    padding: 10px 0;
    width: 100%;
    border-left: none;
  }
  
  .page-index-review-fabet__segment-1 {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  .page-index-review-fabet__rank-badge {
    position: static;
    margin-right: 0;
  }

  .page-index-review-fabet__game-icon {
    max-width: 60px;
  }

  .page-index-review-fabet__game-name {
    font-size: 20px;
  }

  .page-index-review-fabet__game-description {
    font-size: 13px;
  }

  .page-index-review-fabet__segment-4 {
    flex-direction: column;
    gap: 8px;
  }

  .page-index-review-fabet__btn-download,
  .page-index-review-fabet__btn-review {
    padding: 10px 10px;
    font-size: 13px;
    white-space: normal;
    word-wrap: break-word;
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }

  .page-index-review-fabet__review-content-card {
    padding: 25px;
  }

  .page-index-review-fabet__review-content-card h2 {
    font-size: 24px;
  }

  .page-index-review-fabet__review-content-card h3 {
    font-size: 20px;
  }

  .page-index-review-fabet__review-body p {
    font-size: 15px;
  }

  .page-index-review-fabet__intro-grid,
  .page-index-review-fabet__games-carousel,
  .page-index-review-fabet__promotions-grid,
  .page-index-review-fabet__blog-grid {
    grid-template-columns: 1fr;
  }

  .page-index-review-fabet__intro-icon {
    width: 80px;
  }

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

  .page-index-review-fabet__game-image,
  .page-index-review-fabet__promo-image,
  .page-index-review-fabet__blog-image {
    height: 180px;
  }

  .page-index-review-fabet__game-description-long,
  .page-index-review-fabet__promo-description,
  .page-index-review-fabet__blog-excerpt {
    min-height: auto;
  }

  .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__review-content-container,
  .page-index-review-fabet__game-leaderboard {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fabet__hero-title {
    font-size: 28px;
  }
  .page-index-review-fabet__page-title,
  .page-index-review-fabet__section-title {
    font-size: 24px;
  }
  .page-index-review-fabet__game-name {
    font-size: 18px;
  }
  .page-index-review-fabet__game-description {
    font-size: 12px;
  }
  .page-index-review-fabet__btn-download,
  .page-index-review-fabet__btn-review {
    font-size: 12px;
    padding: 8px 5px;
  }
  .page-index-review-fabet__review-content-card h2 {
    font-size: 22px;
  }
  .page-index-review-fabet__intro-heading {
    font-size: 18px;
  }
  .page-index-review-fabet__game-title {
    font-size: 20px;
  }
  .page-index-review-fabet__promo-title {
    font-size: 18px;
  }
  .page-index-review-fabet__blog-title {
    font-size: 18px;
  }
}