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

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

.page-index-j88best-hot-games__container--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-index-j88best-hot-games__section {
  padding: 60px 0;
}

.page-index-j88best-hot-games__section--intro {
  background-color: #fff;
}

.page-index-j88best-hot-games__section--games {
  background-color: #f0f4f7;
}

.page-index-j88best-hot-games__section--why-choose {
  background-color: #fff;
}

.page-index-j88best-hot-games__section--how-to {
  background-color: #f0f4f7;
}

.page-index-j88best-hot-games__section--faq {
  background-color: #fff;
}

.page-index-j88best-hot-games__section--final-cta {
  background: linear-gradient(135deg, #0056B3, #003a75); /* Darker blue gradient */
  color: #fff;
  text-align: center;
}

.page-index-j88best-hot-games__section-title {
  font-size: 2.5em;
  color: #0056B3;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-index-j88best-hot-games__section-title--white {
  color: #fff;
}

.page-index-j88best-hot-games__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-index-j88best-hot-games__text-content--white {
  color: #e0e0e0;
}

/* Hero Section */
.page-index-j88best-hot-games__hero {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-index-j88best-hot-games__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-index-j88best-hot-games__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 86, 179, 0.7); /* Dark blue overlay */
  z-index: 2;
}

.page-index-j88best-hot-games__hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 800px;
  padding: 20px;
}

.page-index-j88best-hot-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
}

.page-index-j88best-hot-games__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-index-j88best-hot-games__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0056B3; /* Dark blue text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-index-j88best-hot-games__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  color: #003a75; /* Darker blue */
}

.page-index-j88best-hot-games__cta-button--centered {
  margin-top: 40px;
}

.page-index-j88best-hot-games__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
}

/* Game Grid */
.page-index-j88best-hot-games__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-j88best-hot-games__game-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 20px;
}

.page-index-j88best-hot-games__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-j88best-hot-games__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-index-j88best-hot-games__game-title {
  font-size: 1.5em;
  color: #0056B3;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-index-j88best-hot-games__game-description {
  font-size: 0.95em;
  color: #666;
  padding: 0 15px;
  margin-bottom: 20px;
  min-height: 90px; /* Ensure consistent height for description */
}

.page-index-j88best-hot-games__game-button {
  display: inline-block;
  background-color: #0056B3; /* Dark blue button */
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-index-j88best-hot-games__game-button:hover {
  background-color: #003a75; /* Darker blue */
}

.page-index-j88best-hot-games__game-button--small {
  font-size: 0.9em;
  padding: 8px 15px;
}

/* Feature Grid (Why Choose) */
.page-index-j88best-hot-games__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-index-j88best-hot-games__feature-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

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

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

.page-index-j88best-hot-games__feature-title {
  font-size: 1.4em;
  color: #0056B3;
  margin-bottom: 10px;
}

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

/* Steps Grid (How To) */
.page-index-j88best-hot-games__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-index-j88best-hot-games__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.page-index-j88best-hot-games__step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD700; /* Gold */
  color: #0056B3; /* Dark blue */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  border: 3px solid #0056B3;
}

.page-index-j88best-hot-games__step-title {
  font-size: 1.4em;
  color: #0056B3;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-index-j88best-hot-games__step-description {
  color: #666;
  font-size: 0.95em;
}

/* FAQ Section */
.page-index-j88best-hot-games__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-index-j88best-hot-games__faq-question {
  font-size: 1.2em;
  color: #0056B3;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-j88best-hot-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-j88best-hot-games__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-index-j88best-hot-games__faq-answer {
  font-size: 1em;
  color: #555;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.page-index-j88best-hot-games__faq-answer.active {
  display: block;
}

/* Floating Promo Button */
.page-index-j88best-hot-games__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.page-index-j88best-hot-games__floating-promo-button {
  display: flex;
  align-items: center;
  background-color: #FFD700; /* Gold */
  color: #0056B3; /* Dark blue */
  padding: 10px 15px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-index-j88best-hot-games__floating-promo-button:hover {
  transform: translateY(-5px);
  background-color: #e6c200; /* Darker gold */
}

.page-index-j88best-hot-games__floating-promo-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.page-index-j88best-hot-games__floating-promo-text {
  font-size: 1em;
  white-space: nowrap;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-j88best-hot-games__hero-title {
    font-size: 2.8em;
  }
  .page-index-j88best-hot-games__hero-subtitle {
    font-size: 1.3em;
  }
  .page-index-j88best-hot-games__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-index-j88best-hot-games__hero {
    height: 400px;
  }
  .page-index-j88best-hot-games__hero-title {
    font-size: 2.2em;
  }
  .page-index-j88best-hot-games__hero-subtitle {
    font-size: 1.1em;
  }
  .page-index-j88best-hot-games__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-index-j88best-hot-games__section {
    padding: 40px 0;
  }
  .page-index-j88best-hot-games__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-j88best-hot-games__game-description {
    min-height: auto;
  }
  .page-index-j88best-hot-games__floating-promo {
    bottom: 15px;
    right: 15px;
  }
  .page-index-j88best-hot-games__floating-promo-button {
    padding: 8px 12px;
  }
  .page-index-j88best-hot-games__floating-promo-icon {
    width: 25px;
    height: 25px;
  }
  .page-index-j88best-hot-games__floating-promo-text {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-index-j88best-hot-games__hero {
    height: 350px;
  }
  .page-index-j88best-hot-games__hero-title {
    font-size: 1.8em;
  }
  .page-index-j88best-hot-games__hero-subtitle {
    font-size: 1em;
  }
  .page-index-j88best-hot-games__cta-button {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-index-j88best-hot-games__game-grid,
  .page-index-j88best-hot-games__feature-grid,
  .page-index-j88best-hot-games__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-index-j88best-hot-games__section-title {
    font-size: 1.5em;
  }
  .page-index-j88best-hot-games__floating-promo {
    bottom: 10px;
    right: 10px;
  }
  .page-index-j88best-hot-games__floating-promo-button {
    padding: 6px 10px;
  }
  .page-index-j88best-hot-games__floating-promo-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .page-index-j88best-hot-games__floating-promo-text {
    font-size: 0.8em;
  }
}