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

.page-resources-latest-promotions-analysis__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
}

.page-resources-latest-promotions-analysis__hero-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px; /* Minimum height for hero section */
  padding: 40px 20px;
  max-width: 100%; /* Prevent horizontal overflow */
}

.page-resources-latest-promotions-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.6); /* Darken image for text readability, not changing color */
}

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

.page-resources-latest-promotions-analysis__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-latest-promotions-analysis__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #F0F0F0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

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

.page-resources-latest-promotions-analysis__section-title {
  font-size: 2.2em;
  color: #000000; /* Primary color */
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-latest-promotions-analysis__sub-section-title {
  font-size: 1.8em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-latest-promotions-analysis__paragraph {
  margin-bottom: 1.5em;
}

.page-resources-latest-promotions-analysis__promotion-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-latest-promotions-analysis__card-image {
  width: 100%; /* Ensure image fills card width */
  max-width: 600px; /* Recommended maximum for content images */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px; /* Minimum image size */
  min-height: 200px; /* Minimum image size */
}

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

.page-resources-latest-promotions-analysis__card-description {
  font-size: 1em;
  margin-bottom: 15px;
  line-height: 1.6;
}

.page-resources-latest-promotions-analysis__card-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
  max-width: 400px; /* Constrain list width for readability */
}

.page-resources-latest-promotions-analysis__card-list li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.page-resources-latest-promotions-analysis__card-list li::before {
  content: '✔';
  color: #FCBC45;
  position: absolute;
  left: 0;
}

.page-resources-latest-promotions-analysis__button--primary,
.page-resources-latest-promotions-analysis__button--secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px 5px;
  min-width: 150px;
  text-align: center;
}

.page-resources-latest-promotions-analysis__button--primary {
  background-color: #FCBC45; /* Login color */
  color: #000000; /* Primary color */
  border: 2px solid #FCBC45;
}

.page-resources-latest-promotions-analysis__button--primary:hover {
  background-color: #e0a53b;
  border-color: #e0a53b;
}

.page-resources-latest-promotions-analysis__button--secondary {
  background-color: #000000; /* Primary color */
  color: #FFFFFF; /* Secondary color */
  border: 2px solid #000000;
}

.page-resources-latest-promotions-analysis__button--secondary:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-resources-latest-promotions-analysis__hero-button {
  font-size: 1.3em;
  padding: 15px 30px;
}

.page-resources-latest-promotions-analysis__bullet-list,
.page-resources-latest-promotions-analysis__ordered-list {
  margin-bottom: 1.5em;
  padding-left: 25px;
}

.page-resources-latest-promotions-analysis__bullet-list li,
.page-resources-latest-promotions-analysis__ordered-list li {
  margin-bottom: 0.8em;
}

.page-resources-latest-promotions-analysis__list-strong {
  color: #000000;
}

.page-resources-latest-promotions-analysis__faq-item {
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-resources-latest-promotions-analysis__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

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

.page-resources-latest-promotions-analysis__action-callout {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.page-resources-latest-promotions-analysis__action-title {
  font-size: 2.5em;
  margin-bottom: 15px;
  color: #FCBC45;
}

.page-resources-latest-promotions-analysis__action-description {
  font-size: 1.1em;
  margin-bottom: 25px;
  line-height: 1.6;
}

.page-resources-latest-promotions-analysis__action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-resources-latest-promotions-analysis__return-link-container {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-latest-promotions-analysis__return-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-latest-promotions-analysis__return-link:hover {
  background-color: #000000;
  color: #FFFFFF;
}

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

  .page-resources-latest-promotions-analysis__intro-text {
    font-size: 1em;
  }

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

  .page-resources-latest-promotions-analysis__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-latest-promotions-analysis__action-title {
    font-size: 2em;
  }

  .page-resources-latest-promotions-analysis__hero-button {
    font-size: 1.1em;
    padding: 12px 20px;
  }

  .page-resources-latest-promotions-analysis__button--primary,
  .page-resources-latest-promotions-analysis__button--secondary {
    width: 100%;
    margin: 10px 0;
  }

  .page-resources-latest-promotions-analysis__action-buttons {
    flex-direction: column;
    align-items: center;
  }

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

  /* Ensure content images are responsive and not smaller than 200px display */
  .page-resources-latest-promotions-analysis__hero-image,
  .page-resources-latest-promotions-analysis__card-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Minimum image size */
    min-height: 200px; /* Minimum image size */
  }
}

@media (max-width: 480px) {
  .page-resources-latest-promotions-analysis__main-title {
    font-size: 2em;
  }

  .page-resources-latest-promotions-analysis__intro-text {
    font-size: 0.9em;
  }

  .page-resources-latest-promotions-analysis__hero-button {
    font-size: 1em;
    padding: 10px 15px;
  }
}