.page-resources-betph-latest-promotions {
  color: #333333; /* Default text color for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-betph-latest-promotions__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 0;
}

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

.page-resources-betph-latest-promotions__hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(26, 46, 68, 0.7); /* Overlay with main color for text readability */
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-betph-latest-promotions__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-betph-latest-promotions__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-betph-latest-promotions__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color for CTA */
  color: #1A2E44; /* Main color for text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-betph-latest-promotions__cta-button:hover {
  background-color: #e5c000;
  transform: translateY(-2px);
}

.page-resources-betph-latest-promotions__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-betph-latest-promotions__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555555;
}

.page-resources-betph-latest-promotions__section-title {
  color: #1A2E44; /* Main color for section titles */
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-betph-latest-promotions__promo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-resources-betph-latest-promotions__promo-image {
  width: 100%;
  max-width: 400px; /* Constrain image width for cards */
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-betph-latest-promotions__card-title {
  color: #1A2E44;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-resources-betph-latest-promotions__card-description {
  color: #666666;
  margin-bottom: 20px;
}

.page-resources-betph-latest-promotions__card-button {
  display: inline-block;
  background-color: #1A2E44; /* Main color for card CTA */
  color: #FFD700; /* Auxiliary color for text */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-betph-latest-promotions__card-button:hover {
  background-color: #0d1a26;
  color: #ffffff;
}

.page-resources-betph-latest-promotions__claim-steps {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
  color: #555555;
}

.page-resources-betph-latest-promotions__step-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-betph-latest-promotions__step-item strong {
  color: #1A2E44;
}

.page-resources-betph-latest-promotions__step-item a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-betph-latest-promotions__step-item a:hover {
  text-decoration: underline;
}

.page-resources-betph-latest-promotions__action-text {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 1.1em;
  color: #555555;
}

.page-resources-betph-latest-promotions__cta-button--inline {
  margin-left: 10px;
}

.page-resources-betph-latest-promotions__terms-text {
  margin-bottom: 30px;
  color: #555555;
}

.page-resources-betph-latest-promotions__inline-link {
  color: #1A2E44;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-betph-latest-promotions__inline-link:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-resources-betph-latest-promotions__faq-container {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-betph-latest-promotions__faq-item {
  background-color: #f0f4f8; /* Lighter shade of main color */
  border-left: 5px solid #1A2E44;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-resources-betph-latest-promotions__faq-question {
  color: #1A2E44;
  font-size: 1.2em;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-resources-betph-latest-promotions__faq-answer {
  color: #555555;
  display: none; /* Hidden by default, shown by JS */
  font-size: 0.95em;
}

.page-resources-betph-latest-promotions__faq-item.active .page-resources-betph-latest-promotions__faq-answer {
  display: block;
}

.page-resources-betph-latest-promotions__final-cta {
  background-color: #1A2E44;
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  margin-top: 50px;
}

.page-resources-betph-latest-promotions__final-cta-title {
  color: #FFD700;
  font-size: 2.2em;
  margin-bottom: 15px;
}

.page-resources-betph-latest-promotions__final-cta-description {
  font-size: 1.1em;
  max-width: 700px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-resources-betph-latest-promotions__back-link-container {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}

.page-resources-betph-latest-promotions__back-link {
  color: #1A2E44;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-betph-latest-promotions__back-link:hover {
  text-decoration: underline;
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-betph-latest-promotions__hero-title {
    font-size: 2em;
  }

  .page-resources-betph-latest-promotions__hero-description {
    font-size: 1em;
  }

  .page-resources-betph-latest-promotions__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-betph-latest-promotions__content-area {
    padding: 15px;
    margin: 20px auto;
  }

  .page-resources-betph-latest-promotions__section-title {
    font-size: 1.7em;
    margin-top: 30px;
  }

  .page-resources-betph-latest-promotions__promo-card {
    padding: 20px;
  }

  .page-resources-betph-latest-promotions__promo-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-betph-latest-promotions__card-title {
    font-size: 1.3em;
  }

  .page-resources-betph-latest-promotions__final-cta-title {
    font-size: 1.8em;
  }

  /* Ensure all content area images are responsive and do not overflow */
  .page-resources-betph-latest-promotions img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-betph-latest-promotions__hero-title {
    font-size: 1.5em;
  }

  .page-resources-betph-latest-promotions__hero-description {
    font-size: 0.9em;
  }

  .page-resources-betph-latest-promotions__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-betph-latest-promotions__section-title {
    font-size: 1.5em;
  }

  .page-resources-betph-latest-promotions__card-title {
    font-size: 1.1em;
  }

  .page-resources-betph-latest-promotions__final-cta-title {
    font-size: 1.5em;
  }
}