.page-resources-jili90-latest-promotions {
  color: #333333; /* Dark text for default light body background */
}

.page-resources-jili90-latest-promotions__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px);
  background-color: #0d0d0d; /* Dark background for hero section */
  overflow: hidden;
}

.page-resources-jili90-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Darken image slightly for text readability */
}

.page-resources-jili90-latest-promotions__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
  z-index: 1;
}

.page-resources-jili90-latest-promotions__main-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-jili90-latest-promotions__intro-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-jili90-latest-promotions__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-jili90-latest-promotions__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-resources-jili90-latest-promotions__cta-button--primary {
  background-color: #FFD700; /* Primary gold button */
  color: #8B0000; /* Dark red text on gold */
  border: 2px solid #FFD700;
}

.page-resources-jili90-latest-promotions__cta-button--primary:hover {
  background-color: #ffe033;
  color: #6a0000;
}

.page-resources-jili90-latest-promotions__cta-button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary button */
  border: 2px solid #FFD700;
}

.page-resources-jili90-latest-promotions__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #8B0000;
}

.page-resources-jili90-latest-promotions__content-area {
  max-width: 800px; /* Article content width */
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-jili90-latest-promotions__article-heading {
  font-size: 2em;
  color: #8B0000; /* Dark red for article headings */
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-jili90-latest-promotions__article-paragraph {
  margin-bottom: 20px;
  font-size: 1em;
}

.page-resources-jili90-latest-promotions__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-jili90-latest-promotions__cta-button--inline {
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #8B0000;
  color: #FFD700;
  border: 2px solid #8B0000;
  padding: 12px 25px;
  font-size: 1em;
}

.page-resources-jili90-latest-promotions__cta-button--inline:hover {
  background-color: #a00000;
  color: #ffe033;
}

.page-resources-jili90-latest-promotions__back-link-container {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-jili90-latest-promotions__back-link {
  color: #8B0000; /* Dark red for back link */
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-jili90-latest-promotions__back-link:hover {
  color: #FFD700; /* Gold on hover */
}

.page-resources-jili90-latest-promotions__final-cta-section {
  background-color: #8B0000; /* Dark red background for final CTA */
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  margin-top: 60px;
}

.page-resources-jili90-latest-promotions__final-cta-heading {
  font-size: 2.8em;
  color: #FFD700; /* Gold for final CTA heading */
  margin-bottom: 20px;
}

.page-resources-jili90-latest-promotions__final-cta-description {
  font-size: 1.3em;
  max-width: 700px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.page-resources-jili90-latest-promotions__final-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-jili90-latest-promotions__main-title {
    font-size: 3em;
  }
  .page-resources-jili90-latest-promotions__intro-description {
    font-size: 1.1em;
  }
  .page-resources-jili90-latest-promotions__article-heading {
    font-size: 1.8em;
  }
  .page-resources-jili90-latest-promotions__final-cta-heading {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-jili90-latest-promotions__hero-section {
    padding: 40px 15px;
  }
  .page-resources-jili90-latest-promotions__hero-content {
    width: 90%;
  }
  .page-resources-jili90-latest-promotions__main-title {
    font-size: 2.2em;
  }
  .page-resources-jili90-latest-promotions__intro-description {
    font-size: 1em;
  }
  .page-resources-jili90-latest-promotions__cta-group,
  .page-resources-jili90-latest-promotions__final-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-jili90-latest-promotions__cta-button {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-jili90-latest-promotions__content-area {
    padding: 0 15px;
  }
  .page-resources-jili90-latest-promotions__article-heading {
    font-size: 1.6em;
  }
  .page-resources-jili90-latest-promotions__article-paragraph {
    font-size: 0.95em;
  }
  .page-resources-jili90-latest-promotions__final-cta-heading {
    font-size: 1.8em;
  }
  /* Mobile content area images must not overflow */
  .page-resources-jili90-latest-promotions img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-jili90-latest-promotions__article-image {
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .page-resources-jili90-latest-promotions__main-title {
    font-size: 1.8em;
  }
  .page-resources-jili90-latest-promotions__final-cta-heading {
    font-size: 1.5em;
  }
}