.page-index-hot-games-overview {
  font-family: 'Arial', sans-serif;
  color: #E5E5E5; /* Light grey for general text on dark background */
  background-color: #1A1A1A;
  line-height: 1.6;
}

.page-index-hot-games-overview__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-hot-games-overview__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-index-hot-games-overview__title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-index-hot-games-overview__subtitle {
  font-size: 1.3em;
  color: #CCCCCC;
  margin-bottom: 40px;
}

.page-index-hot-games-overview__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-index-hot-games-overview__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
}

.page-index-hot-games-overview__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1.1em;
}

.page-index-hot-games-overview__btn--primary {
  background-color: #FFD700;
  color: #1A1A1A;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-index-hot-games-overview__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-index-hot-games-overview__btn--secondary {
  background-color: #333333;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-index-hot-games-overview__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-index-hot-games-overview__btn--text {
  color: #FFD700;
  background: none;
  padding: 0;
  margin: 20px 0 0;
  font-size: 1em;
  text-decoration: underline;
}

.page-index-hot-games-overview__btn--text:hover {
  color: #e6c200;
  text-decoration: none;
}

.page-index-hot-games-overview__games-grid,
.page-index-hot-games-overview__why-choose,
.page-index-hot-games-overview__cta-banner,
.page-index-hot-games-overview__responsible-gambling {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-index-hot-games-overview__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-hot-games-overview__section-description {
  font-size: 1.1em;
  color: #CCCCCC;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-hot-games-overview__game-card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-hot-games-overview__game-card {
  background-color: #2A2A2A;
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-hot-games-overview__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-index-hot-games-overview__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-hot-games-overview__game-card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-hot-games-overview__game-card-text {
  color: #B0B0B0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-index-hot-games-overview__game-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-index-hot-games-overview__game-features li {
  color: #CCCCCC;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.page-index-hot-games-overview__feature-icon {
  color: #FFD700;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-index-hot-games-overview__why-choose-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-hot-games-overview__why-choose-item {
  background-color: #2A2A2A;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-index-hot-games-overview__why-choose-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-index-hot-games-overview__why-choose-item p {
  color: #B0B0B0;
}

.page-index-hot-games-overview__why-choose-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-hot-games-overview__cta-banner {
  background: linear-gradient(90deg, #FFD700 0%, #e6c200 100%);
  padding: 60px 20px;
  border-radius: 15px;
  margin: 60px auto;
  color: #1A1A1A;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
}

.page-index-hot-games-overview__cta-title {
  font-size: 2.5em;
  color: #1A1A1A;
  margin-bottom: 20px;
}

.page-index-hot-games-overview__cta-text {
  font-size: 1.2em;
  color: #333333;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-hot-games-overview__cta-buttons .page-index-hot-games-overview__btn--primary {
  background-color: #1A1A1A;
  color: #FFD700;
  box-shadow: none;
}

.page-index-hot-games-overview__cta-buttons .page-index-hot-games-overview__btn--primary:hover {
  background-color: #333333;
  color: #FFD700;
}

.page-index-hot-games-overview__cta-buttons .page-index-hot-games-overview__btn--secondary {
  background-color: transparent;
  color: #1A1A1A;
  border-color: #1A1A1A;
}

.page-index-hot-games-overview__cta-buttons .page-index-hot-games-overview__btn--secondary:hover {
  background-color: #1A1A1A;
  color: #FFD700;
}

.page-index-hot-games-overview__responsible-gambling {
  background-color: #1A1A1A;
  padding: 60px 20px;
  text-align: center;
}

.page-index-hot-games-overview__responsible-gambling .page-index-hot-games-overview__section-title {
  color: #FFD700;
}

.page-index-hot-games-overview__responsible-gambling p {
  color: #CCCCCC;
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 1.1em;
}

.page-index-hot-games-overview .highlight {
  color: #FFD700;
}

.page-index-hot-games-overview .keyword {
  font-weight: bold;
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-hot-games-overview__title {
    font-size: 2.8em;
  }
  .page-index-hot-games-overview__section-title {
    font-size: 2.2em;
  }
  .page-index-hot-games-overview__cta-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-index-hot-games-overview__hero {
    padding: 60px 15px;
  }
  .page-index-hot-games-overview__title {
    font-size: 2.2em;
  }
  .page-index-hot-games-overview__subtitle {
    font-size: 1em;
  }
  .page-index-hot-games-overview__section-title {
    font-size: 1.8em;
  }
  .page-index-hot-games-overview__game-card-wrapper,
  .page-index-hot-games-overview__why-choose-content {
    grid-template-columns: 1fr;
  }
  .page-index-hot-games-overview__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-index-hot-games-overview__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .page-index-hot-games-overview__cta-buttons .page-index-hot-games-overview__btn {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .page-index-hot-games-overview__title {
    font-size: 1.8em;
  }
  .page-index-hot-games-overview__section-title {
    font-size: 1.5em;
  }
  .page-index-hot-games-overview__cta-title {
    font-size: 1.6em;
  }
  .page-index-hot-games-overview__btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-index-hot-games-overview__hero-content {
    padding: 0 10px;
  }
  .page-index-hot-games-overview__games-grid,
  .page-index-hot-games-overview__why-choose,
  .page-index-hot-games-overview__cta-banner,
  .page-index-hot-games-overview__responsible-gambling {
    padding: 40px 15px;
  }
}