.page-promo {
  color: #333333; /* Dark text for light background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-promo__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promo__hero-section {
  background-color: #000000; /* Dark background for hero */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-promo__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-promo__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4; /* Slightly dim the image to make text readable */
}

.page-promo__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.page-promo__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login color for emphasis */
}

.page-promo__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-promo__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color */
  color: #000000; /* Black text for contrast */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-promo__cta-button:hover {
  background-color: #e0a53b;
}

.page-promo__cta-button--centered {
  margin-top: 40px;
}

.page-promo__cta-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
}

.page-promo__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}

.page-promo__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #555555;
}

.page-promo__why-choose-section,
.page-promo__featured-section,
.page-promo__how-to-claim-section,
.page-promo__terms-section,
.page-promo__faq-section,
.page-promo__final-cta-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-promo__why-choose-section,
.page-promo__how-to-claim-section,
.page-promo__faq-section {
  background-color: #f8f8f8;
}

.page-promo__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promo__benefit-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promo__benefit-icon {
  width: 200px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-promo__benefit-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #000000;
}

.page-promo__benefit-description {
  color: #666666;
}

.page-promo__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promo__promotion-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page-promo__promotion-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.page-promo__promotion-details {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-promo__promotion-title {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-promo__promotion-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promo__promotion-title a:hover {
  color: #FCBC45;
}

.page-promo__promotion-description {
  color: #666666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promo__card-actions {
  display: flex;
  gap: 15px;
  margin-top: auto;
}

.page-promo__view-details-button,
.page-promo__claim-button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-promo__view-details-button {
  background-color: #000000;
  color: #ffffff;
}

.page-promo__view-details-button:hover {
  background-color: #333333;
}

.page-promo__claim-button {
  background-color: #FCBC45;
  color: #000000;
}

.page-promo__claim-button:hover {
  background-color: #e0a53b;
}

.page-promo__steps-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promo__step-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-promo__step-number {
  width: 60px;
  height: 60px;
  background-color: #FCBC45;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.page-promo__step-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #000000;
}

.page-promo__step-description {
  color: #666666;
}

.page-promo__link {
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-promo__link:hover {
  color: #e0a53b;
}

.page-promo__faq-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}

.page-promo__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 10px;
}

.page-promo__faq-answer {
  color: #555555;
}

.page-promo__final-cta-section {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-promo__final-cta-section .page-promo__section-title {
  color: #FCBC45;
}

.page-promo__final-cta-section .page-promo__section-intro {
  color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promo__hero-title {
    font-size: 3em;
  }
  .page-promo__section-title {
    font-size: 2em;
  }
  .page-promo__promotions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-promo__hero-title {
    font-size: 2.5em;
  }
  .page-promo__hero-description {
    font-size: 1em;
  }
  .page-promo__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promo__section-title {
    font-size: 1.8em;
  }
  .page-promo__section-intro {
    font-size: 0.95em;
  }
  .page-promo__benefits-grid,
  .page-promo__steps-wrapper {
    grid-template-columns: 1fr;
  }
  .page-promo__promotion-image {
    height: 200px;
  }
  .page-promo__promotion-title {
    font-size: 1.5em;
  }
  .page-promo__view-details-button,
  .page-promo__claim-button {
    flex-grow: 1;
    text-align: center;
  }
  .page-promo__card-actions {
    flex-direction: column;
  }
  .page-promo__hero-section,
  .page-promo__final-cta-section {
    padding: 60px 15px;
  }
  .page-promo__why-choose-section,
  .page-promo__featured-section,
  .page-promo__how-to-claim-section,
  .page-promo__terms-section,
  .page-promo__faq-section {
    padding: 40px 0;
  }
  .page-promo__container {
    padding: 0 15px;
  }
  /* Ensure all images within .page-promo are responsive and don't overflow */
  .page-promo img {
    max-width: 100%;
    height: auto;
  }
  /* Specific overrides to prevent small image sizes */
  .page-promo__benefit-icon,
  .page-promo__promotion-image {
    min-width: 200px;
    min-height: 150px; /* Adjust min-height as needed, but ensure it's not too small */
    object-fit: cover;
  }
}