.page-index-sv88-hot-games {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Primary color as background */
  line-height: 1.6;
}

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

.page-index-sv88-hot-games__section-title {
  color: #FFD700; /* Secondary color for titles */
  text-align: center;
  font-size: 2.8em;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-index-sv88-hot-games__subtitle {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 60px;
  color: #B0B0B0;
}

.page-index-sv88-hot-games__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #E0E0E0;
}

.page-index-sv88-hot-games__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: center;
  cursor: pointer;
  font-size: 1.05em;
}

.page-index-sv88-hot-games__btn--primary {
  background-color: #FFD700; /* Secondary color */
  color: #0A192F; /* Primary color */
  border: 2px solid #FFD700;
}

.page-index-sv88-hot-games__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-index-sv88-hot-games__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-sv88-hot-games__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-index-sv88-hot-games__btn--small {
  padding: 8px 18px;
  font-size: 0.9em;
  border-radius: 5px;
}

/* Hero Section */
.page-index-sv88-hot-games__hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background: linear-gradient(135deg, #0A192F 0%, #2a3a50 100%);
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.page-index-sv88-hot-games__hero-content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  padding: 20px;
  text-align: left;
  z-index: 1;
}

.page-index-sv88-hot-games__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.page-index-sv88-hot-games__hero-description {
  font-size: 1.3em;
  color: #F0F0F0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-index-sv88-hot-games__hero-actions .page-index-sv88-hot-games__btn {
  margin-right: 15px;
}

.page-index-sv88-hot-games__hero-image-wrapper {
  flex: 1;
  min-width: 400px;
  max-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.page-index-sv88-hot-games__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* About SV88 Section */
.page-index-sv88-hot-games__about-sv88 {
  padding: 80px 0;
  background-color: #1a2a40;
  text-align: center;
}

.page-index-sv88-hot-games__about-sv88 .page-index-sv88-hot-games__text-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Game Categories Section */
.page-index-sv88-hot-games__game-categories {
  padding: 80px 0;
  background-color: #0A192F;
}

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

.page-index-sv88-hot-games__game-card {
  background-color: #1a2a40;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-sv88-hot-games__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.page-index-sv88-hot-games__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-index-sv88-hot-games__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin: 25px 15px 15px;
  font-weight: bold;
}

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

.page-index-sv88-hot-games__card-title a:hover {
  color: #e6c200;
}

.page-index-sv88-hot-games__card-description {
  font-size: 1em;
  color: #B0B0B0;
  padding: 0 20px;
  margin-bottom: 25px;
  flex-grow: 1;
}

/* Promotions Section */
.page-index-sv88-hot-games__promotions {
  padding: 80px 0;
  background-color: #1a2a40;
}

.page-index-sv88-hot-games__promo-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  max-width: 900px;
}

.page-index-sv88-hot-games__promo-list li {
  background-color: #0A192F;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  font-size: 1.1em;
  color: #E0E0E0;
  border-left: 5px solid #FFD700;
  transition: transform 0.2s ease;
}

.page-index-sv88-hot-games__promo-list li:hover {
  transform: translateX(10px);
}

.page-index-sv88-hot-games__promo-list li a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-sv88-hot-games__promo-list li a:hover {
  color: #e6c200;
  text-decoration: underline;
}

/* Why Choose Section */
.page-index-sv88-hot-games__why-choose {
  padding: 80px 0;
  background-color: #0A192F;
}

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

.page-index-sv88-hot-games__feature-item {
  background-color: #1a2a40;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-index-sv88-hot-games__feature-item:hover {
  transform: translateY(-8px);
  background-color: #2a3a50;
}

.page-index-sv88-hot-games__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-index-sv88-hot-games__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-sv88-hot-games__feature-description {
  font-size: 0.95em;
  color: #B0B0B0;
}

/* CTA Section */
.page-index-sv88-hot-games__cta {
  padding: 80px 0;
  background: linear-gradient(90deg, #FFD700 0%, #e6c200 100%);
  text-align: center;
  color: #0A192F;
}

.page-index-sv88-hot-games__cta .page-index-sv88-hot-games__section-title {
  color: #0A192F;
}

.page-index-sv88-hot-games__cta .page-index-sv88-hot-games__subtitle {
  color: #333;
  margin-bottom: 50px;
}

.page-index-sv88-hot-games__cta-actions .page-index-sv88-hot-games__btn {
  margin: 0 15px;
}

.page-index-sv88-hot-games__cta-actions .page-index-sv88-hot-games__btn--primary {
  background-color: #0A192F;
  color: #FFD700;
  border-color: #0A192F;
}

.page-index-sv88-hot-games__cta-actions .page-index-sv88-hot-games__btn--primary:hover {
  background-color: #2a3a50;
  border-color: #2a3a50;
}

.page-index-sv88-hot-games__cta-actions .page-index-sv88-hot-games__btn--secondary {
  background-color: transparent;
  color: #0A192F;
  border-color: #0A192F;
}

.page-index-sv88-hot-games__cta-actions .page-index-sv88-hot-games__btn--secondary:hover {
  background-color: #0A192F;
  color: #FFD700;
}

/* FAQ Section */
.page-index-sv88-hot-games__faq {
  padding: 80px 0;
  background-color: #1a2a40;
}

.page-index-sv88-hot-games__accordion {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-sv88-hot-games__accordion-item {
  margin-bottom: 15px;
  border: 1px solid #2a3a50;
  border-radius: 10px;
  overflow: hidden;
}

.page-index-sv88-hot-games__accordion-header {
  background-color: #0A192F;
  color: #FFD700;
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-index-sv88-hot-games__accordion-header:hover {
  background-color: #2a3a50;
}

.page-index-sv88-hot-games__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-index-sv88-hot-games__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-index-sv88-hot-games__accordion-content {
  background-color: #2a3a50;
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-index-sv88-hot-games__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #E0E0E0;
  font-size: 1.05em;
}

.page-index-sv88-hot-games__accordion-content p a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-index-sv88-hot-games__accordion-content p a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-sv88-hot-games__hero {
    flex-direction: column;
    text-align: center;
    padding: 80px 0;
  }

  .page-index-sv88-hot-games__hero-content {
    max-width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }

  .page-index-sv88-hot-games__hero-title {
    font-size: 2.8em;
  }

  .page-index-sv88-hot-games__hero-description {
    font-size: 1.1em;
  }

  .page-index-sv88-hot-games__hero-image-wrapper {
    min-width: unset;
    max-width: 80%;
  }

  .page-index-sv88-hot-games__hero-actions .page-index-sv88-hot-games__btn {
    margin: 10px 10px;
  }

  .page-index-sv88-hot-games__category-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .page-index-sv88-hot-games__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-index-sv88-hot-games__hero {
    padding: 60px 0;
  }

  .page-index-sv88-hot-games__hero-title {
    font-size: 2.4em;
  }

  .page-index-sv88-hot-games__hero-description {
    font-size: 1em;
  }

  .page-index-sv88-hot-games__hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-index-sv88-hot-games__hero-actions .page-index-sv88-hot-games__btn {
    width: 80%;
    margin-bottom: 15px;
  }

  .page-index-sv88-hot-games__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-index-sv88-hot-games__subtitle {
    font-size: 1em;
    margin-bottom: 40px;
  }

  .page-index-sv88-hot-games__promo-list li {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-index-sv88-hot-games__feature-item {
    padding: 25px;
  }

  .page-index-sv88-hot-games__feature-title {
    font-size: 1.4em;
  }

  .page-index-sv88-hot-games__cta-actions .page-index-sv88-hot-games__btn {
    width: 80%;
    margin: 10px 0;
  }

  .page-index-sv88-hot-games__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-index-sv88-hot-games__accordion-content p {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-index-sv88-hot-games__hero-title {
    font-size: 2em;
  }

  .page-index-sv88-hot-games__hero-description {
    font-size: 0.95em;
  }

  .page-index-sv88-hot-games__section-title {
    font-size: 1.8em;
  }

  .page-index-sv88-hot-games__card-title {
    font-size: 1.5em;
  }

  .page-index-sv88-hot-games__feature-title {
    font-size: 1.2em;
  }

  .page-index-sv88-hot-games__btn {
    font-size: 0.9em;
    padding: 10px 20px;
  }
}