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

.page-resources-latest-promotions__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-latest-promotions__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
  overflow: hidden;
}

.page-resources-latest-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.page-resources-latest-promotions__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-resources-latest-promotions__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #f0f0f0;
}

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

.page-resources-latest-promotions__button {
  display: inline-block;
  padding: 15px 30px;
  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;
}

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

.page-resources-latest-promotions__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.page-resources-latest-promotions__button--learn-more,
.page-resources-latest-promotions__button--cta,
.page-resources-latest-promotions__button--final-cta {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-latest-promotions__button--learn-more:hover,
.page-resources-latest-promotions__button--cta:hover,
.page-resources-latest-promotions__button--final-cta:hover {
  background-color: #e0a030;
  border-color: #e0a030;
}

.page-resources-latest-promotions__button--download,
.page-resources-latest-promotions__button--explore {
  background-color: #000000;
  color: #FCBC45;
  border: 2px solid #FCBC45;
}

.page-resources-latest-promotions__button--download:hover,
.page-resources-latest-promotions__button--explore:hover {
  background-color: #FCBC45;
  color: #000000;
}

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

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

.page-resources-latest-promotions__back-link:hover {
  color: #FCBC45;
}

.page-resources-latest-promotions__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-latest-promotions__article-subheading {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-latest-promotions__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-latest-promotions__article-list,
.page-resources-latest-promotions__article-numbered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-latest-promotions__article-numbered-list {
  list-style-type: decimal;
}

.page-resources-latest-promotions__article-list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}

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

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

.page-resources-latest-promotions__button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-latest-promotions__hero-title {
    font-size: 3em;
  }
  .page-resources-latest-promotions__hero-description {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-latest-promotions__hero-section {
    padding: 40px 15px;
  }
  .page-resources-latest-promotions__hero-title {
    font-size: 2.5em;
  }
  .page-resources-latest-promotions__hero-description {
    font-size: 1em;
  }
  .page-resources-latest-promotions__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-latest-promotions__button {
    width: 100%;
    padding: 12px 20px;
  }
  .page-resources-latest-promotions__content-area {
    padding: 30px 15px;
  }
  .page-resources-latest-promotions__article-heading {
    font-size: 1.8em;
  }
  .page-resources-latest-promotions__article-subheading {
    font-size: 1.4em;
  }
  .page-resources-latest-promotions__article-paragraph,
  .page-resources-latest-promotions__article-list-item {
    font-size: 1em;
  }
  .page-resources-latest-promotions__article-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-latest-promotions__button-group {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-resources-latest-promotions__hero-title {
    font-size: 2em;
  }
  .page-resources-latest-promotions__hero-description {
    font-size: 0.9em;
  }
  .page-resources-latest-promotions__article-heading {
    font-size: 1.5em;
  }
  .page-resources-latest-promotions__article-subheading {
    font-size: 1.2em;
  }
}