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

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

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

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

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

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

.page-promo__intro-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  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.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-promo__hero-button:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

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

.page-promo__featured-offers, .page-promo__how-to-claim, .page-promo__why-bet888, .page-promo__faq, .page-promo__cta-section {
  padding: 60px 0;
  background-color: #FFFFFF;
  text-align: center;
}

.page-promo__featured-offers {
  background-color: #f8f8f8;
}

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

.page-promo__section-description {
  font-size: 1.1em;
  color: #555555;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-promo__offers-grid, .page-promo__steps-grid, .page-promo__features-grid, .page-promo__faq-grid {
  display: grid;
  gap: 30px;
  margin-top: 30px;
  text-align: left;
}

.page-promo__offers-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-promo__offer-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-promo__offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-promo__card-image {
  width: 100%;
  height: 200px; /* Consistent height for card images */
  object-fit: cover;
  display: block;
}

.page-promo__offer-card h3 {
  font-size: 1.6em;
  color: #000000;
  padding: 20px 20px 10px;
  margin: 0;
  flex-grow: 1;
}

.page-promo__offer-card h3 a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promo__offer-card h3 a:hover {
  color: #FCBC45;
}

.page-promo__card-description {
  font-size: 0.95em;
  color: #666666;
  padding: 0 20px 20px;
  flex-grow: 1;
}

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

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

.page-promo__how-to-claim {
  background-color: #000000;
  color: #ffffff;
}

.page-promo__how-to-claim .page-promo__section-title {
  color: #FCBC45;
}

.page-promo__how-to-claim .page-promo__section-description {
  color: #f0f0f0;
}

.page-promo__steps-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.page-promo__step-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  transition: background-color 0.3s ease;
}

.page-promo__step-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

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

.page-promo__step-description {
  font-size: 1em;
  color: #e0e0e0;
  margin-bottom: 20px;
}

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

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

.page-promo__why-bet888 {
  background-color: #FFFFFF;
}

.page-promo__why-bet888 .page-promo__section-title {
  color: #000000;
}

.page-promo__why-bet888 .page-promo__section-description {
  color: #555555;
}

.page-promo__features-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

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

.page-promo__feature-item:hover {
  transform: translateY(-5px);
}

.page-promo__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.page-promo__feature-text {
  font-size: 0.95em;
  color: #666666;
}

.page-promo__faq {
  background-color: #f8f8f8;
}

.page-promo__faq-grid {
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 30px auto 0 auto;
}

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

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

.page-promo__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promo__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(0deg);
}

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

.page-promo__faq-answer.open {
  max-height: 500px; /* Adjust as needed for content */
  padding-top: 15px;
  padding-bottom: 10px;
}

.page-promo__faq-answer a {
  color: #FCBC45;
  text-decoration: none;
}

.page-promo__faq-answer a:hover {
  text-decoration: underline;
}

.page-promo__cta-section {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 20px;
}

.page-promo__cta-title {
  font-size: 3em;
  color: #FCBC45;
  margin-bottom: 20px;
}

.page-promo__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

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

.page-promo__cta-button:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promo__main-title {
    font-size: 3em;
  }

  .page-promo__intro-description {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-promo__hero-section {
    padding-top: var(--header-offset, 100px); /* Adjust for smaller header on mobile */
    padding-bottom: 40px;
  }

  .page-promo__hero-image-container {
    opacity: 0.2;
  }

  .page-promo__main-title {
    font-size: 2.2em;
  }

  .page-promo__intro-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-promo__hero-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-promo__section-title {
    font-size: 2em;
  }

  .page-promo__section-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-promo__offer-card h3 {
    font-size: 1.4em;
  }

  .page-promo__card-image {
    height: 180px;
  }

  .page-promo__card-button {
    font-size: 0.9em;
  }

  .page-promo__step-title {
    font-size: 1.5em;
  }

  .page-promo__feature-title {
    font-size: 1.3em;
  }

  .page-promo__feature-icon {
    width: 80px;
    height: 80px;
  }

  .page-promo__cta-title {
    font-size: 2.5em;
  }

  .page-promo__cta-description {
    font-size: 1.1em;
    margin-bottom: 30px;
  }

  .page-promo__cta-button {
    padding: 15px 30px;
    font-size: 1.2em;
  }

  /* Ensure all content area images are responsive and do not overflow */
  .page-promo__container img,
  .page-promo__offers-grid img,
  .page-promo__features-grid img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 480px) {
  .page-promo__main-title {
    font-size: 1.8em;
  }

  .page-promo__intro-description {
    font-size: 0.9em;
  }

  .page-promo__hero-button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-promo__section-title {
    font-size: 1.8em;
  }

  .page-promo__cta-title {
    font-size: 2em;
  }

  .page-promo__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}