.page-resources-jili99-latest-promotions-benefits {
  font-family: Arial, sans-serif;
  color: #333333; /* Dark text for light background */
  background-color: #FFFFFF;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-jili99-latest-promotions-benefits__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  min-height: 500px;
  overflow: hidden;
  color: #FFFFFF; /* White text on hero for better contrast with potentially dark image */
  background-color: #000000; /* Fallback background for hero */
}

.page-resources-jili99-latest-promotions-benefits__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.page-resources-jili99-latest-promotions-benefits__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-resources-jili99-latest-promotions-benefits__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-jili99-latest-promotions-benefits__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-resources-jili99-latest-promotions-benefits__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.8;
  color: #F0F0F0;
}

.page-resources-jili99-latest-promotions-benefits__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-jili99-latest-promotions-benefits__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.2s ease;
  white-space: nowrap;
}

.page-resources-jili99-latest-promotions-benefits__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-jili99-latest-promotions-benefits__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-resources-jili99-latest-promotions-benefits__button--claim {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-jili99-latest-promotions-benefits__button--claim:hover {
  background-color: transparent;
  color: #FCBC45;
  transform: translateY(-2px);
}

.page-resources-jili99-latest-promotions-benefits__button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-jili99-latest-promotions-benefits__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold;
}

.page-resources-jili99-latest-promotions-benefits__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #555555;
}

.page-resources-jili99-latest-promotions-benefits__promotions-overview,
.page-resources-jili99-latest-promotions-benefits__how-to-claim,
.page-resources-jili99-latest-promotions-benefits__why-jili99-promos,
.page-resources-jili99-latest-promotions-benefits__faq,
.page-resources-jili99-latest-promotions-benefits__back-link-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.page-resources-jili99-latest-promotions-benefits__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-jili99-latest-promotions-benefits__promo-card {
  background-color: #F8F8F8;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-jili99-latest-promotions-benefits__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-jili99-latest-promotions-benefits__promo-image {
  width: 100%;
  max-width: 400px; /* Ensure images are not too wide for the card */
  height: auto;
  min-height: 200px; /* Minimum height for content images */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-jili99-latest-promotions-benefits__promo-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #000000;
  font-weight: bold;
}

.page-resources-jili99-latest-promotions-benefits__promo-text {
  font-size: 1em;
  color: #666666;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-resources-jili99-latest-promotions-benefits__claim-steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-jili99-latest-promotions-benefits__claim-step {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-jili99-latest-promotions-benefits__step-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-jili99-latest-promotions-benefits__claim-step p {
  color: #666666;
  font-size: 1em;
}

.page-resources-jili99-latest-promotions-benefits__claim-cta {
  text-align: center;
  margin-top: 60px;
}

.page-resources-jili99-latest-promotions-benefits__why-jili99-promos .page-resources-jili99-latest-promotions-benefits__section-description {
  margin-bottom: 60px;
}

.page-resources-jili99-latest-promotions-benefits__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-jili99-latest-promotions-benefits__feature-item {
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.page-resources-jili99-latest-promotions-benefits__feature-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-jili99-latest-promotions-benefits__feature-item p {
  color: #666666;
  font-size: 1em;
}

.page-resources-jili99-latest-promotions-benefits__faq-item {
  background-color: #F8F8F8;
  border-radius: 12px;
  padding: 25px 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-jili99-latest-promotions-benefits__faq-question {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.page-resources-jili99-latest-promotions-benefits__faq-answer {
  font-size: 1em;
  color: #666666;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding-top 0.3s ease-out;
  padding-top: 0;
}

.page-resources-jili99-latest-promotions-benefits__faq-answer.page-resources-jili99-latest-promotions-benefits__faq-answer--active {
  max-height: 200px; /* Adjust as needed for content */
  padding-top: 15px;
}

.page-resources-jili99-latest-promotions-benefits__back-link-section {
  text-align: center;
  margin-top: 80px;
}

.page-resources-jili99-latest-promotions-benefits__button--back {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-resources-jili99-latest-promotions-benefits__button--back:hover {
  background-color: #333333;
  border-color: #333333;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-jili99-latest-promotions-benefits__hero-title {
    font-size: 2.8em;
  }
  .page-resources-jili99-latest-promotions-benefits__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-jili99-latest-promotions-benefits__hero-title {
    font-size: 2.2em;
  }
  .page-resources-jili99-latest-promotions-benefits__hero-description {
    font-size: 1.1em;
  }
  .page-resources-jili99-latest-promotions-benefits__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-jili99-latest-promotions-benefits__button {
    width: 100%;
    max-width: 300px;
  }
  .page-resources-jili99-latest-promotions-benefits__section-title {
    font-size: 1.8em;
  }
  .page-resources-jili99-latest-promotions-benefits__section-description {
    font-size: 1em;
  }
  .page-resources-jili99-latest-promotions-benefits__promo-card,
  .page-resources-jili99-latest-promotions-benefits__claim-step,
  .page-resources-jili99-latest-promotions-benefits__feature-item,
  .page-resources-jili99-latest-promotions-benefits__faq-item {
    padding: 20px;
  }
  .page-resources-jili99-latest-promotions-benefits__promo-title {
    font-size: 1.5em;
  }
  .page-resources-jili99-latest-promotions-benefits__step-title,
  .page-resources-jili99-latest-promotions-benefits__feature-title,
  .page-resources-jili99-latest-promotions-benefits__faq-question {
    font-size: 1.2em;
  }
  
  /* Critical: Ensure all content images are responsive and do not overflow */
  .page-resources-jili99-latest-promotions-benefits img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images in content areas maintain minimum size */
    min-height: 200px;
  }
  
  .page-resources-jili99-latest-promotions-benefits__hero-image img {
    min-width: unset; /* Hero image can be smaller than 200px in width if object-fit covers */
    min-height: unset;
  }

  .page-resources-jili99-latest-promotions-benefits__promo-image {
    min-width: 200px; /* Specific to promo card images */
    min-height: 200px;
  }

  .page-resources-jili99-latest-promotions-benefits {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-jili99-latest-promotions-benefits__hero-section {
    padding: 40px 15px;
  }
  .page-resources-jili99-latest-promotions-benefits__hero-title {
    font-size: 1.8em;
  }
  .page-resources-jili99-latest-promotions-benefits__hero-description {
    font-size: 0.95em;
  }
  .page-resources-jili99-latest-promotions-benefits__button {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-resources-jili99-latest-promotions-benefits__section-title {
    font-size: 1.6em;
  }
  .page-resources-jili99-latest-promotions-benefits__section-description {
    font-size: 0.9em;
  }
  .page-resources-jili99-latest-promotions-benefits__promotions-overview,
  .page-resources-jili99-latest-promotions-benefits__how-to-claim,
  .page-resources-jili99-latest-promotions-benefits__why-jili99-promos,
  .page-resources-jili99-latest-promotions-benefits__faq,
  .page-resources-jili99-latest-promotions-benefits__back-link-section {
    margin: 60px auto;
    padding: 0 15px;
  }
  .page-resources-jili99-latest-promotions-benefits__promo-card,
  .page-resources-jili99-latest-promotions-benefits__claim-step,
  .page-resources-jili99-latest-promotions-benefits__feature-item,
  .page-resources-jili99-latest-promotions-benefits__faq-item {
    padding: 15px;
  }
  .page-resources-jili99-latest-promotions-benefits__promo-title {
    font-size: 1.3em;
  }
  .page-resources-jili99-latest-promotions-benefits__step-title,
  .page-resources-jili99-latest-promotions-benefits__feature-title,
  .page-resources-jili99-latest-promotions-benefits__faq-question {
    font-size: 1.1em;
  }
}