/* style/index-hot-games.css */
.page-index-hot-games {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-index-hot-games-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-hot-games-hero {
  background: linear-gradient(135deg, #0A2463 0%, #304e90 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

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

.page-index-hot-games-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-hot-games-btn-primary {
  display: inline-block;
  background-color: #E3B23C;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-hot-games-btn-primary:hover {
  background-color: #f0c24e;
  transform: translateY(-2px);
}

.page-index-hot-games-section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-index-hot-games-section.page-index-hot-games-intro {
  background-color: #f0f4f7;
  text-align: center;
}

.page-index-hot-games-section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-index-hot-games-intro p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-index-hot-games-features {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-index-hot-games-feature-item {
  flex: 1 1 280px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-index-hot-games-feature-item:hover {
  transform: translateY(-5px);
}

.page-index-hot-games-feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-index-hot-games-feature-item h3 {
  color: #0A2463;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-hot-games-feature-item p {
  color: #555;
  font-size: 1em;
}

.page-index-hot-games-btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #0A2463;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  border: 2px solid #0A2463;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 20px;
}

.page-index-hot-games-btn-secondary:hover {
  background-color: #0A2463;
  color: #fff;
}

.page-index-hot-games-games-overview {
  background-color: #ffffff;
}

.page-index-hot-games-game-category {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.page-index-hot-games-category-title {
  font-size: 2em;
  color: #0A2463;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 3px solid #E3B23C;
  padding-bottom: 10px;
  display: inline-block;
}

.page-index-hot-games-category-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-index-hot-games-category-content.page-index-hot-games-reverse {
  flex-direction: row-reverse;
}

.page-index-hot-games-category-img {
  flex: 1 1 400px;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: auto;
  object-fit: cover;
}

.page-index-hot-games-category-text {
  flex: 2 1 500px;
}

.page-index-hot-games-category-text p {
  margin-bottom: 15px;
  color: #444;
}

.page-index-hot-games-category-text ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #444;
}

.page-index-hot-games-category-text ul li {
  margin-bottom: 8px;
}

.page-index-hot-games-btn-small {
  display: inline-block;
  background-color: #E3B23C;
  color: #0A2463;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

.page-index-hot-games-btn-small:hover {
  background-color: #f0c24e;
  transform: translateY(-1px);
}

.page-index-hot-games-why-tk88 {
  background-color: #0A2463;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-index-hot-games-why-tk88 .page-index-hot-games-section-title {
  color: #E3B23C;
}

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

.page-index-hot-games-why-item {
  background-color: #1a3c7a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.page-index-hot-games-why-item:hover {
  background-color: #2b4f91;
}

.page-index-hot-games-why-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

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

.page-index-hot-games-why-item p {
  color: #c0c0c0;
  font-size: 1em;
}

.page-index-hot-games-why-item .page-index-hot-games-btn-small {
  background-color: #E3B23C;
  color: #0A2463;
  border: none;
  margin-top: 20px;
}

.page-index-hot-games-why-item .page-index-hot-games-btn-small:hover {
  background-color: #f0c24e;
}

.page-index-hot-games-cta {
  text-align: center;
  padding: 80px 0;
  background-color: #E3B23C;
  color: #0A2463;
}

.page-index-hot-games-cta .page-index-hot-games-section-title {
  color: #0A2463;
  margin-bottom: 25px;
}

.page-index-hot-games-cta p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #333;
}

.page-index-hot-games-cta .page-index-hot-games-btn-primary {
  margin: 0 15px;
  background-color: #0A2463;
  color: #E3B23C;
}

.page-index-hot-games-cta .page-index-hot-games-btn-primary:hover {
  background-color: #1a3c7a;
  color: #f0c24e;
}

.page-index-hot-games-cta .page-index-hot-games-btn-secondary {
  margin: 0 15px;
  border-color: #0A2463;
  color: #0A2463;
}

.page-index-hot-games-cta .page-index-hot-games-btn-secondary:hover {
  background-color: #0A2463;
  color: #E3B23C;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-hot-games-title {
    font-size: 2.5em;
  }
  .page-index-hot-games-section-title {
    font-size: 2em;
  }
  .page-index-hot-games-category-content {
    flex-direction: column;
  }
  .page-index-hot-games-category-content.page-index-hot-games-reverse {
    flex-direction: column;
  }
  .page-index-hot-games-category-img {
    max-width: 100%;
  }
  .page-index-hot-games-why-list {
    grid-template-columns: 1fr;
  }
  .page-index-hot-games-cta .page-index-hot-games-btn-primary,
  .page-index-hot-games-cta .page-index-hot-games-btn-secondary {
    display: block;
    margin: 15px auto;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .page-index-hot-games-hero {
    padding: 80px 0;
  }
  .page-index-hot-games-title {
    font-size: 2em;
  }
  .page-index-hot-games-subtitle {
    font-size: 1em;
  }
  .page-index-hot-games-section {
    padding: 40px 0;
  }
  .page-index-hot-games-section-title {
    font-size: 1.8em;
  }
  .page-index-hot-games-feature-item {
    flex: 1 1 100%;
  }
  .page-index-hot-games-category-title {
    font-size: 1.6em;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-index-hot-games-title {
    font-size: 1.8em;
  }
  .page-index-hot-games-section-title {
    font-size: 1.5em;
  }
  .page-index-hot-games-btn-primary,
  .page-index-hot-games-btn-secondary,
  .page-index-hot-games-btn-small {
    padding: 12px 20px;
    font-size: 0.9em;
  }
}