.page-jili-new-releases-latest-slots {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
}

.page-jili-new-releases-latest-slots__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-jili-new-releases-latest-slots__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
}

.page-jili-new-releases-latest-slots__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability, but not changing color */
}

.page-jili-new-releases-latest-slots__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 90%;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
  padding: 30px;
  border-radius: 10px;
}

.page-jili-new-releases-latest-slots__hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-jili-new-releases-latest-slots__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-jili-new-releases-latest-slots__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Deep red text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid #FFD700;
}

.page-jili-new-releases-latest-slots__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-jili-new-releases-latest-slots__section-title {
  font-size: 2.5em;
  color: #8B0000; /* Deep red for section titles */
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.page-jili-new-releases-latest-slots__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-jili-new-releases-latest-slots__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #555555;
}

.page-jili-new-releases-latest-slots__introduction-section,
.page-jili-new-releases-latest-slots__why-jili-section,
.page-jili-new-releases-latest-slots__how-to-play-section,
.page-jili-new-releases-latest-slots__exclusive-bonuses-section,
.page-jili-new-releases-latest-slots__faq-section,
.page-jili-new-releases-latest-slots__cta-section {
  padding: 60px 0;
  margin-bottom: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-jili-new-releases-latest-slots__featured-games-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  margin-bottom: 40px;
}

.page-jili-new-releases-latest-slots__action-button {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  background-color: #8B0000; /* Deep red button */
  color: #FFD700; /* Gold text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid #8B0000;
}

.page-jili-new-releases-latest-slots__action-button:hover {
  background-color: #6a0000;
  transform: translateY(-3px);
}

.page-jili-new-releases-latest-slots__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jili-new-releases-latest-slots__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-jili-new-releases-latest-slots__game-card:hover {
  transform: translateY(-10px);
}

.page-jili-new-releases-latest-slots__game-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-jili-new-releases-latest-slots__game-title {
  font-size: 1.5em;
  color: #8B0000;
  margin: 20px 15px 10px;
}

.page-jili-new-releases-latest-slots__game-title a {
  color: #8B0000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-jili-new-releases-latest-slots__game-title a:hover {
  color: #FFD700;
}

.page-jili-new-releases-latest-slots__game-description {
  font-size: 0.95em;
  color: #666666;
  padding: 0 15px 20px;
}

.page-jili-new-releases-latest-slots__card-button {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-jili-new-releases-latest-slots__card-button:hover {
  background-color: #8B0000;
  color: #FFD700;
}

.page-jili-new-releases-latest-slots__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.page-jili-new-releases-latest-slots__view-all-button,
.page-jili-new-releases-latest-slots__learn-more-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, color 0.3s ease, border-color 0.3s ease;
}

.page-jili-new-releases-latest-slots__view-all-button {
  background-color: #8B0000;
  color: #FFD700;
  border: 2px solid #8B0000;
}

.page-jili-new-releases-latest-slots__view-all-button:hover {
  background-color: #6a0000;
  border-color: #6a0000;
}

.page-jili-new-releases-latest-slots__learn-more-button {
  background-color: transparent;
  color: #8B0000;
  border: 2px solid #8B0000;
}

.page-jili-new-releases-latest-slots__learn-more-button:hover {
  background-color: #FFD700;
  color: #8B0000;
  border-color: #FFD700;
}

.page-jili-new-releases-latest-slots__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jili-new-releases-latest-slots__feature-card {
  background-color: #fefefe;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-top: 5px solid #FFD700;
}

.page-jili-new-releases-latest-slots__feature-icon {
  width: 100%; /* Ensure images are not smaller than 200px. HTML width/height is 400x300, CSS should not shrink it below 200px */
  height: auto;
  max-width: 250px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-jili-new-releases-latest-slots__feature-title {
  font-size: 1.6em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-jili-new-releases-latest-slots__feature-description {
  font-size: 1em;
  color: #666666;
}

.page-jili-new-releases-latest-slots__how-to-play-section {
  background-color: #f4f4f4;
}

.page-jili-new-releases-latest-slots__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jili-new-releases-latest-slots__step-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-bottom: 5px solid #8B0000;
}

.page-jili-new-releases-latest-slots__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-jili-new-releases-latest-slots__step-description {
  font-size: 0.95em;
  color: #666666;
  margin-bottom: 25px;
}

.page-jili-new-releases-latest-slots__step-button {
  display: inline-block;
  background-color: #8B0000;
  color: #FFD700;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.page-jili-new-releases-latest-slots__step-button:hover {
  background-color: #6a0000;
}

.page-jili-new-releases-latest-slots__full-guide-button {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  background-color: transparent;
  color: #8B0000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  border: 2px solid #8B0000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-jili-new-releases-latest-slots__full-guide-button:hover {
  background-color: #FFD700;
  color: #8B0000;
  border-color: #FFD700;
}

.page-jili-new-releases-latest-slots__claim-bonus-button {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  background-color: #FFD700;
  color: #8B0000;
  padding: 18px 35px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid #FFD700;
}

.page-jili-new-releases-latest-slots__claim-bonus-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-jili-new-releases-latest-slots__view-promos-button {
  display: block;
  width: fit-content;
  margin: 40px auto 20px;
  background-color: transparent;
  color: #8B0000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  border: 2px solid #8B0000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-jili-new-releases-latest-slots__view-promos-button:hover {
  background-color: #8B0000;
  color: #FFD700;
}

.page-jili-new-releases-latest-slots__faq-item {
  background-color: #fefefe;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
}

.page-jili-new-releases-latest-slots__faq-question {
  font-size: 1.4em;
  color: #8B0000;
  margin-bottom: 10px;
}

.page-jili-new-releases-latest-slots__faq-answer {
  font-size: 1em;
  color: #666666;
}

.page-jili-new-releases-latest-slots__more-faq-button {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  background-color: transparent;
  color: #8B0000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  border: 2px solid #8B0000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-jili-new-releases-latest-slots__more-faq-button:hover {
  background-color: #FFD700;
  color: #8B0000;
  border-color: #FFD700;
}

.page-jili-new-releases-latest-slots__cta-section {
  background-color: #8B0000; /* Deep red background */
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

.page-jili-new-releases-latest-slots__cta-section .page-jili-new-releases-latest-slots__section-title {
  color: #FFD700; /* Gold title on deep red background */
}

.page-jili-new-releases-latest-slots__cta-section .page-jili-new-releases-latest-slots__section-title::after {
  background-color: #FFD700;
}

.page-jili-new-releases-latest-slots__cta-section .page-jili-new-releases-latest-slots__section-description {
  color: #f0f0f0;
}

.page-jili-new-releases-latest-slots__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Deep red text */
  padding: 18px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 30px;
  border: 2px solid #FFD700;
}

.page-jili-new-releases-latest-slots__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-jili-new-releases-latest-slots__hero-title {
    font-size: 2.8em;
  }
  .page-jili-new-releases-latest-slots__hero-description {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-jili-new-releases-latest-slots__hero-title {
    font-size: 2.2em;
  }
  .page-jili-new-releases-latest-slots__hero-description {
    font-size: 1em;
  }
  .page-jili-new-releases-latest-slots__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-jili-new-releases-latest-slots__section-title {
    font-size: 2em;
  }
  .page-jili-new-releases-latest-slots__section-description {
    font-size: 0.95em;
  }
  .page-jili-new-releases-latest-slots__game-image,
  .page-jili-new-releases-latest-slots__feature-icon {
    max-width: 100%;
    height: auto; /* Ensure images do not overflow */
  }
  .page-jili-new-releases-latest-slots__button-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-jili-new-releases-latest-slots__view-all-button,
  .page-jili-new-releases-latest-slots__learn-more-button,
  .page-jili-new-releases-latest-slots__action-button,
  .page-jili-new-releases-latest-slots__full-guide-button,
  .page-jili-new-releases-latest-slots__claim-bonus-button,
  .page-jili-new-releases-latest-slots__view-promos-button,
  .page-jili-new-releases-latest-slots__more-faq-button,
  .page-jili-new-releases-latest-slots__cta-button {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-jili-new-releases-latest-slots__hero-content {
    padding: 20px;
  }
  .page-jili-new-releases-latest-slots__game-card, .page-jili-new-releases-latest-slots__feature-card, .page-jili-new-releases-latest-slots__step-card, .page-jili-new-releases-latest-slots__faq-item {
    margin-bottom: 15px;
  }
  .page-jili-new-releases-latest-slots__game-image {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .page-jili-new-releases-latest-slots__hero-title {
    font-size: 1.8em;
  }
  .page-jili-new-releases-latest-slots__hero-description {
    font-size: 0.9em;
  }
  .page-jili-new-releases-latest-slots__hero-content {
    padding: 15px;
  }
  .page-jili-new-releases-latest-slots__section-title {
    font-size: 1.8em;
  }
  .page-jili-new-releases-latest-slots__game-title {
    font-size: 1.3em;
  }
  .page-jili-new-releases-latest-slots__feature-title {
    font-size: 1.4em;
  }
  .page-jili-new-releases-latest-slots__step-title {
    font-size: 1.5em;
  }
  .page-jili-new-releases-latest-slots__faq-question {
    font-size: 1.2em;
  }
}