.page-promo {
  color: #333333; /* Dark text on light body background */
}

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

.page-promo__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--header-offset, 120px) 20px 60px; /* Ensure space for fixed header */
  background-color: #000000; /* Dark background for hero section */
  color: #FFFFFF;
  overflow: hidden;
}

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

.page-promo__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

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

.page-promo__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-promo__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-promo__hero-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

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

.page-promo__featured-promos,
.page-promo__bonus-types,
.page-promo__terms-conditions,
.page-promo__exclusive-offers,
.page-promo__details-list,
.page-promo__faq {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-promo__featured-promos {
  background-color: #f9f9f9;
}

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

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

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

.page-promo__promo-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promo__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

.page-promo__card-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-promo__card-text {
  font-size: 1em;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-promo__card-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

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

.page-promo__type-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.page-promo__type-item {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

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

.page-promo__type-text {
  font-size: 1em;
  color: #555555;
  line-height: 1.6;
}

.page-promo__terms-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-promo__terms-item {
  background-color: #f0f0f0;
  padding: 25px;
  border-left: 5px solid #FCBC45;
  border-radius: 8px;
}

.page-promo__terms-heading {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
}

.page-promo__terms-text {
  font-size: 0.95em;
  color: #555555;
  line-height: 1.6;
}

.page-promo__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

.page-promo__cta-text {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 30px;
}

.page-promo__cta-button {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  padding: 18px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

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

.page-promo__exclusive-offers {
  background-color: #000000;
  color: #FFFFFF;
}

.page-promo__exclusive-offers .page-promo__section-title,
.page-promo__exclusive-offers .page-promo__section-description {
  color: #FFFFFF;
}

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

.page-promo__vip-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}

.page-promo__vip-heading {
  font-size: 1.6em;
  color: #FCBC45;
  margin-bottom: 10px;
}

.page-promo__vip-text {
  font-size: 1em;
  color: #f0f0f0;
  line-height: 1.5;
}

.page-promo__vip-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 50px;
  transition: background-color 0.3s ease;
}

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

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

.page-promo__detail-card {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

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

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

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

.page-promo__detail-description {
  font-size: 1em;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-promo__detail-button {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

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

.page-promo__faq-item {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
}

.page-promo__faq-question {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promo__faq-answer {
  font-size: 1em;
  color: #555555;
  line-height: 1.6;
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-promo__faq-item.active .page-promo__faq-answer {
  max-height: 200px; /* Adjust as needed */
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promo__hero-title {
    font-size: 2.8em;
  }
  .page-promo__hero-description {
    font-size: 1.1em;
  }
  .page-promo__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-promo__hero-section {
    padding: var(--header-offset, 120px) 15px 40px;
  }
  .page-promo__hero-title {
    font-size: 2.2em;
  }
  .page-promo__hero-description {
    font-size: 1em;
  }
  .page-promo__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promo__featured-promos,
  .page-promo__bonus-types,
  .page-promo__terms-conditions,
  .page-promo__exclusive-offers,
  .page-promo__details-list,
  .page-promo__faq {
    padding: 40px 0;
  }
  .page-promo__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-promo__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-promo__promo-grid,
  .page-promo__type-list,
  .page-promo__terms-list,
  .page-promo__vip-features,
  .page-promo__details-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-promo__promo-card,
  .page-promo__type-item,
  .page-promo__terms-item,
  .page-promo__vip-item,
  .page-promo__detail-card {
    padding: 20px;
  }
  .page-promo__card-image {
    height: 180px;
  }
  .page-promo__card-title {
    font-size: 1.5em;
  }
  .page-promo__card-text {
    font-size: 0.9em;
  }
  .page-promo__card-button {
    padding: 10px 20px;
    font-size: 0.95em;
  }
  .page-promo__cta-text {
    font-size: 1.1em;
  }
  .page-promo__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-promo__vip-heading {
    font-size: 1.4em;
  }
  .page-promo__detail-title {
    font-size: 1.5em;
  }
  .page-promo__faq-question {
    font-size: 1.2em;
  }

  /* Ensure all images within .page-promo are responsive and don't overflow */
  .page-promo img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }
  .page-promo__card-image {
    min-height: 180px; /* Specific for card images */
  }
  .page-promo__hero-image {
    min-height: 250px; /* Specific for hero image */
  }
}

/* Ensure content area images are at least 200px */
.page-promo__promo-card img, .page-promo__detail-card img {
  min-width: 200px;
  min-height: 200px;
}