.page-promo {
  font-family: Arial, sans-serif;
  color: #333333; /* Dark text for light background */
  background-color: #FFFFFF; /* Page background color */
  line-height: 1.6;
}

.page-promo__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF; /* Light text for dark background */
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-promo__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3; /* Overlay for text readability */
}

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

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

.page-promo__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FCBC45; /* Highlight color for title */
}

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

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

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

.page-promo__promotions-grid,
.page-promo__how-to-claim,
.page-promo__terms-conditions,
.page-promo__why-betso88,
.page-promo__faq-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

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

.page-promo__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #555555;
}

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

.page-promo__promotion-card {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promo__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-promo__promotion-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

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

.page-promo__card-text {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promo__card-button {
  display: inline-block;
  background-color: #000000; /* Primary button color */
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

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

.page-promo__claim-steps {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promo__step-item {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-promo__step-icon {
  background-color: #FCBC45;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-promo__step-icon img {
  
  
  object-fit: contain;
  min-
  min-
}

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

.page-promo__step-text {
  font-size: 1em;
  color: #555555;
}

.page-promo__step-text a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

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

.page-promo__cta-button--secondary {
  margin-top: 40px;
  background-color: #000000;
  color: #FFFFFF;
}

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

.page-promo__terms-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 800px;
  margin: 40px auto 0;
}

.page-promo__terms-item {
  background-color: #f0f0f0;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 0.95em;
  color: #444444;
}

.page-promo__terms-item a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-promo__terms-item a:hover {
  text-decoration: underline;
}

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

.page-promo__feature-item {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-promo__feature-item img {
  
  
  object-fit: contain;
  margin-bottom: 15px;
  min-width: 200px; /* Enforcing minimum size */
  min-
}

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

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

.page-promo__final-cta {
  font-size: 1.2em;
  margin-top: 50px;
  font-weight: bold;
  color: #000000;
}

.page-promo__final-cta a {
  color: #FCBC45;
  text-decoration: none;
}

.page-promo__final-cta a:hover {
  text-decoration: underline;
}

.page-promo__faq-item {
  text-align: left;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

.page-promo__faq-answer {
  font-size: 1em;
  color: #555555;
}

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

  .page-promo__hero-description {
    font-size: 1em;
  }

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

  .page-promo__grid-container,
  .page-promo__claim-steps,
  .page-promo__features-grid {
    grid-template-columns: 1fr;
  }

  .page-promo__promotions-grid,
  .page-promo__how-to-claim,
  .page-promo__terms-conditions,
  .page-promo__why-betso88,
  .page-promo__faq-section {
    padding: 40px 15px;
  }

  /* Ensure content images are responsive and not too small */
  .page-promo__promotion-card img,
  .page-promo__step-icon img,
  .page-promo__feature-item img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Maintain minimum display size for content images */
    min-
  }

  .page-promo__feature-item img {
    width: auto; /* Allow auto width to scale with max-width */
    height: auto;
    max-width: 200px; /* Example to ensure it's not excessively large but respects min-width */
    margin-left: auto;
    margin-right: auto;
  }

  .page-promo__hero-section {
    padding-top: var(--header-offset, 120px);
  }
}