.page-index-jili-slot-games {
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

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

.page-index-jili-slot-games__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding-bottom: 60px; /* Adjust as needed, hero image covers most of the space */
}

.page-index-jili-slot-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 500px;
  z-index: -1;
}

.page-index-jili-slot-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 80px auto 0 auto;
  text-align: center;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.page-index-jili-slot-games__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-jili-slot-games__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-index-jili-slot-games__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-jili-slot-games__button {
  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.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-jili-slot-games__button--primary {
  background-color: #FFD700;
  color: #1A1A2E;
}

.page-index-jili-slot-games__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-jili-slot-games__button--secondary {
  background-color: #1A1A2E;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-jili-slot-games__button--secondary:hover {
  background-color: #33334d;
  transform: translateY(-2px);
}

.page-index-jili-slot-games__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 60px;
}

.page-index-jili-slot-games__section-description {
  font-size: 1.1em;
  color: #cccccc;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.page-index-jili-slot-games__section-description--small {
  font-size: 0.9em;
  margin-top: 20px;
  margin-bottom: 0;
}

.page-index-jili-slot-games__about-section {
  padding: 60px 0;
  background-color: #1A1A2E;
}

.page-index-jili-slot-games__about-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-jili-slot-games__feature-item {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

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

.page-index-jili-slot-games__feature-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-jili-slot-games__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-jili-slot-games__feature-text {
  color: #e0e0e0;
  font-size: 1em;
}

.page-index-jili-slot-games__popular-games-section {
  padding: 60px 0;
  background-color: #0d0d0d;
}

.page-index-jili-slot-games__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-jili-slot-games__game-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-index-jili-slot-games__game-card:hover {
  transform: translateY(-5px);
}

.page-index-jili-slot-games__game-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-index-jili-slot-games__game-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-jili-slot-games__game-text {
  color: #e0e0e0;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-index-jili-slot-games__why-choose-section {
  padding: 60px 0;
  background-color: #1A1A2E;
}

.page-index-jili-slot-games__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.page-index-jili-slot-games__benefit-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 8px;
  color: #e0e0e0;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-index-jili-slot-games__benefit-item strong {
  color: #FFD700;
}

.page-index-jili-slot-games__benefit-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-index-jili-slot-games__benefit-item a {
  color: #FFD700;
  text-decoration: none;
}

.page-index-jili-slot-games__benefit-item a:hover {
  text-decoration: underline;
}

.page-index-jili-slot-games__button--cta {
  margin-top: 40px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-index-jili-slot-games__promotions-section {
  padding: 60px 0;
  background-color: #0d0d0d;
}

.page-index-jili-slot-games__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-jili-slot-games__promo-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-index-jili-slot-games__promo-card:hover {
  transform: translateY(-5px);
}

.page-index-jili-slot-games__promo-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-index-jili-slot-games__promo-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-jili-slot-games__promo-text {
  color: #e0e0e0;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-index-jili-slot-games__faq-section {
  padding: 60px 0;
  background-color: #1A1A2E;
}

.page-index-jili-slot-games__faq-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-jili-slot-games__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-jili-slot-games__faq-answer {
  color: #e0e0e0;
  font-size: 1em;
}

.page-index-jili-slot-games__faq-answer a {
  color: #FFD700;
  text-decoration: none;
}

.page-index-jili-slot-games__faq-answer a:hover {
  text-decoration: underline;
}

.page-index-jili-slot-games__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #000;
}

.page-index-jili-slot-games__cta-section .page-index-jili-slot-games__section-title {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .page-index-jili-slot-games__hero-title {
    font-size: 3em;
  }
  .page-index-jili-slot-games__hero-description {
    font-size: 1.2em;
  }
  .page-index-jili-slot-games__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-index-jili-slot-games__hero-title {
    font-size: 2.5em;
  }
  .page-index-jili-slot-games__hero-description {
    font-size: 1em;
  }
  .page-index-jili-slot-games__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-jili-slot-games__button {
    width: 100%;
    padding: 12px 20px;
  }
  .page-index-jili-slot-games__section-title {
    font-size: 1.8em;
  }
  .page-index-jili-slot-games__section-description {
    font-size: 0.9em;
  }
  .page-index-jili-slot-games__about-features, .page-index-jili-slot-games__game-grid, .page-index-jili-slot-games__promo-cards {
    grid-template-columns: 1fr;
  }
  .page-index-jili-slot-games__hero-image, .page-index-jili-slot-games__feature-image, .page-index-jili-slot-games__game-image, .page-index-jili-slot-games__promo-image {
    max-width: 100%;
    height: auto;
  }
  .page-index-jili-slot-games__benefit-item, .page-index-jili-slot-games__faq-item {
    padding: 15px;
  }
  .page-index-jili-slot-games__faq-question {
    font-size: 1.1em;
  }
}