.page-resources-999jili-latest-promotions-analysis {
  color: #333333; /* Default text color for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-999jili-latest-promotions-analysis__hero-section {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(139, 0, 0, 0.1));
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page-resources-999jili-latest-promotions-analysis__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-999jili-latest-promotions-analysis__hero-title {
  font-size: 2.8em;
  color: #8B0000; /* Dark Red for strong contrast */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-999jili-latest-promotions-analysis__hero-description {
  font-size: 1.2em;
  color: #444444;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-999jili-latest-promotions-analysis__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-999jili-latest-promotions-analysis__button {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-resources-999jili-latest-promotions-analysis__button--primary {
  background-color: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-resources-999jili-latest-promotions-analysis__button--primary:hover {
  background-color: #e6c200;
  color: #6a0000;
}

.page-resources-999jili-latest-promotions-analysis__button--secondary {
  background-color: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
  box-shadow: 0 4px 10px rgba(139, 0, 0, 0.4);
}

.page-resources-999jili-latest-promotions-analysis__button--secondary:hover {
  background-color: #6a0000;
  color: #e6c200;
}

.page-resources-999jili-latest-promotions-analysis__button--call-to-action {
  background-color: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
  padding: 15px 35px;
  font-size: 1.3em;
  margin-top: 30px;
}

.page-resources-999jili-latest-promotions-analysis__button--call-to-action:hover {
  background-color: #e6c200;
  color: #6a0000;
}

.page-resources-999jili-latest-promotions-analysis__hero-image {
  margin-top: 40px;
  max-width: 1200px;
  width: 100%;
}

.page-resources-999jili-latest-promotions-analysis__hero-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
}

.page-resources-999jili-latest-promotions-analysis__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.page-resources-999jili-latest-promotions-analysis__article-container {
  padding: 20px;
}

.page-resources-999jili-latest-promotions-analysis__section-title {
  font-size: 2em;
  color: #8B0000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-999jili-latest-promotions-analysis__subsection-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-999jili-latest-promotions-analysis__article-container p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-999jili-latest-promotions-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #333333;
}

.page-resources-999jili-latest-promotions-analysis__list li {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.page-resources-999jili-latest-promotions-analysis__list strong {
  color: #8B0000;
}

.page-resources-999jili-latest-promotions-analysis__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
}

.page-resources-999jili-latest-promotions-analysis__faq-item {
  background-color: #fffaf0;
  border: 1px solid #FFD700;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-999jili-latest-promotions-analysis__faq-question {
  font-size: 1.2em;
  color: #8B0000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-999jili-latest-promotions-analysis__faq-answer {
  font-size: 1.1em;
  color: #555555;
}

.page-resources-999jili-latest-promotions-analysis__return-link-container {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-999jili-latest-promotions-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-999jili-latest-promotions-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-999jili-latest-promotions-analysis__button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-999jili-latest-promotions-analysis__hero-buttons {
    flex-direction: column;
  }

  .page-resources-999jili-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-999jili-latest-promotions-analysis__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-999jili-latest-promotions-analysis__article-container p,
  .page-resources-999jili-latest-promotions-analysis__list li,
  .page-resources-999jili-latest-promotions-analysis__faq-question,
  .page-resources-999jili-latest-promotions-analysis__faq-answer {
    font-size: 0.95em;
  }

  /* Ensure all content images are responsive and do not overflow */
  .page-resources-999jili-latest-promotions-analysis img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-999jili-latest-promotions-analysis__hero-section {
    padding: 40px 15px;
  }

  .page-resources-999jili-latest-promotions-analysis__hero-title {
    font-size: 1.7em;
  }

  .page-resources-999jili-latest-promotions-analysis__content-area {
    padding: 20px 15px;
  }

  .page-resources-999jili-latest-promotions-analysis__hero-buttons {
    gap: 15px;
  }
}