.page-resources-jililove-latest-promo-analysis {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-jililove-latest-promo-analysis__hero-section {
  position: relative;
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

.page-resources-jililove-latest-promo-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-jililove-latest-promo-analysis__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4; /* Slightly dim the image to make text pop */
  display: block;
}

.page-resources-jililove-latest-promo-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-jililove-latest-promo-analysis__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
  line-height: 1.2;
}

.page-resources-jililove-latest-promo-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jililove-latest-promo-analysis__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for the button */
  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: none;
  cursor: pointer;
}

.page-resources-jililove-latest-promo-analysis__cta-button:hover {
  background-color: #e0a53a;
  transform: translateY(-2px);
}

.page-resources-jililove-latest-promo-analysis__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-jililove-latest-promo-analysis__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jililove-latest-promo-analysis__back-link:hover {
  color: #FCBC45;
}

.page-resources-jililove-latest-promo-analysis__article h2,
.page-resources-jililove-latest-promo-analysis__article h3 {
  color: #000000;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-resources-jililove-latest-promo-analysis__section-title {
  font-size: 2em;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-jililove-latest-promo-analysis__sub-section-title {
  font-size: 1.5em;
  color: #000000;
}

.page-resources-jililove-latest-promo-analysis__article p {
  margin-bottom: 1em;
}

.page-resources-jililove-latest-promo-analysis__list,
.page-resources-jililove-latest-promo-analysis__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-jililove-latest-promo-analysis__ordered-list {
  list-style-type: decimal;
}

.page-resources-jililove-latest-promo-analysis__list li,
.page-resources-jililove-latest-promo-analysis__ordered-list li {
  margin-bottom: 0.5em;
}

.page-resources-jililove-latest-promo-analysis__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-resources-jililove-latest-promo-analysis__image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 800px; /* Example display width, actual image can be larger */
  height: 600px; /* Example display height */
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.page-resources-jililove-latest-promo-analysis__inline-link {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-jililove-latest-promo-analysis__inline-link:hover {
  color: #FCBC45;
}

.page-resources-jililove-latest-promo-analysis__cta-bottom {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-jililove-latest-promo-analysis__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.page-resources-jililove-latest-promo-analysis__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-jililove-latest-promo-analysis__faq-answer {
  font-size: 1em;
  color: #555555;
}

.page-resources-jililove-latest-promo-analysis__related-resources {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-jililove-latest-promo-analysis__resource-link {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-jililove-latest-promo-analysis__resource-link:hover {
  color: #FCBC45;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-jililove-latest-promo-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-jililove-latest-promo-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-jililove-latest-promo-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-jililove-latest-promo-analysis__section-title {
    font-size: 1.5em;
  }

  .page-resources-jililove-latest-promo-analysis__sub-section-title {
    font-size: 1.2em;
  }

  .page-resources-jililove-latest-promo-analysis__content-area {
    padding: 0 15px;
  }

  /* Ensure images do not overflow on mobile */
  .page-resources-jililove-latest-promo-analysis img {
    max-width: 100%;
    height: auto;
  }
  
  .page-resources-jililove-latest-promo-analysis__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}