.page-index-f8bet80-game-highlights {
  font-family: 'Arial', sans-serif;
  color: #E2E8F0; /* Light grey for general text on dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-index-f8bet80-game-highlights__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-index-f8bet80-game-highlights__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a4a6b 100%); /* Dark blue gradient */
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
}

.page-index-f8bet80-game-highlights__hero-content {
  max-width: 800px;
}

.page-index-f8bet80-game-highlights__title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-index-f8bet80-game-highlights__subtitle {
  font-size: 1.3em;
  color: #CBD5E0; /* Lighter grey for subtitle */
  margin-bottom: 30px;
}

.page-index-f8bet80-game-highlights__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-index-f8bet80-game-highlights__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.page-index-f8bet80-game-highlights__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
  border: none;
}

.page-index-f8bet80-game-highlights__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-f8bet80-game-highlights__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-f8bet80-game-highlights__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-index-f8bet80-game-highlights__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}

.page-index-f8bet80-game-highlights__hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-index-f8bet80-game-highlights__section {
  padding: 60px 20px;
  text-align: center;
}

.page-index-f8bet80-game-highlights__section--light {
  background-color: #2D3748; /* Slightly lighter dark blue */
}

.page-index-f8bet80-game-highlights__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-index-f8bet80-game-highlights__section-title--gold {
  color: #FFD700;
}

.page-index-f8bet80-game-highlights__text-content {
  font-size: 1.1em;
  color: #E2E8F0;
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: left;
}

.page-index-f8bet80-game-highlights__text-content--gold {
  color: #FFD700;
  font-weight: bold;
  text-align: center;
}

.page-index-f8bet80-game-highlights__game-card {
  background-color: #1A202C;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #3a4a6b;
}

.page-index-f8bet80-game-highlights__game-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid #FFD700;
}

.page-index-f8bet80-game-highlights__game-card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-f8bet80-game-highlights__game-card-description {
  font-size: 1em;
  color: #CBD5E0;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-index-f8bet80-game-highlights__reason-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-f8bet80-game-highlights__reason-item {
  background-color: #2D3748;
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-index-f8bet80-game-highlights__reason-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-f8bet80-game-highlights__reason-description {
  font-size: 1em;
  color: #E2E8F0;
}

.page-index-f8bet80-game-highlights__cta-final {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #4A5568;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-index-f8bet80-game-highlights__hero {
    flex-direction: column;
  }
  .page-index-f8bet80-game-highlights__title {
    font-size: 2.8em;
  }
  .page-index-f8bet80-game-highlights__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-index-f8bet80-game-highlights__hero {
    padding: 60px 15px;
  }
  .page-index-f8bet80-game-highlights__title {
    font-size: 2.2em;
  }
  .page-index-f8bet80-game-highlights__subtitle {
    font-size: 1.1em;
  }
  .page-index-f8bet80-game-highlights__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-f8bet80-game-highlights__btn {
    width: 100%;
    padding: 12px 20px;
  }
  .page-index-f8bet80-game-highlights__section {
    padding: 40px 15px;
  }
  .page-index-f8bet80-game-highlights__section-title {
    font-size: 1.8em;
  }
  .page-index-f8bet80-game-highlights__text-content {
    font-size: 0.95em;
  }
  .page-index-f8bet80-game-highlights__game-card-title {
    font-size: 1.5em;
  }
  .page-index-f8bet80-game-highlights__reason-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-index-f8bet80-game-highlights__title {
    font-size: 1.8em;
  }
  .page-index-f8bet80-game-highlights__section-title {
    font-size: 1.5em;
  }
  .page-index-f8bet80-game-highlights__game-card-image {
    height: 180px;
  }
}