.page-promo {
  padding-top: var(--header-offset, 120px);
  background-color: #FFFFFF;
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-promo__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px; /* Space below image */
}

.page-promo__hero-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1920px; /* Ensure image doesn't overflow */
  margin-top: -20px; /* Adjust if needed to align with header */
}

.page-promo__hero-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  max-width: 90%;
}

.page-promo__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF; /* Ensure high contrast */
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.page-promo__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #F0F0F0; /* Slightly off-white for contrast */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.page-promo__hero-button,
.page-promo__cta-button,
.page-promo__card-button,
.page-promo__step-button,
.page-promo__learn-more-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color for CTA */
  color: #000000; /* Black text for high contrast */
  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;
  min-width: 200px; /* Ensure button minimum size */
  text-align: center;
}

.page-promo__hero-button:hover,
.page-promo__cta-button:hover,
.page-promo__card-button:hover,
.page-promo__step-button:hover,
.page-promo__learn-more-button:hover {
  background-color: #E0A83A;
  transform: translateY(-2px);
}

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

.page-promo__section-subtitle {
  font-size: 1.3em;
  color: #555555;
  text-align: center;
  margin-bottom: 50px;
}

.page-promo__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-promo__introduction-section,
.page-promo__terms-section,
.page-promo__responsible-gambling-section,
.page-promo__cta-section {
  padding: 60px 0;
}

.page-promo__promo-types-section {
  background-color: #F8F8F8;
  padding: 80px 0;
}

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

.page-promo__card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page-promo__card-image {
  width: 100%;
  max-width: 400px; /* Ensure card image size */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Minimum size for content images */
  min-height: 200px;
}

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

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

.page-promo__how-to-claim-section {
  padding: 80px 0;
}

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

.page-promo__step-item {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

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

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

.page-promo__why-jljl777-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 0;
}

.page-promo__why-jljl777-section .page-promo__section-title {
  color: #FFFFFF;
}

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

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

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

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

.page-promo__why-description {
  color: #E0E0E0;
  font-size: 1em;
}

.page-promo__more-promos-list-section {
  padding: 60px 0;
}

.page-promo__detail-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-promo__detail-item {
  background-color: #FDFDFD;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-promo__detail-title {
  font-size: 1.6em;
  margin-bottom: 10px;
}

.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 {
  color: #555555;
  font-size: 1em;
  margin-bottom: 15px;
}

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

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

.page-promo__cta-section {
  background-color: #FCBC45;
  padding: 80px 0;
  text-align: center;
}

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

.page-promo__cta-description {
  font-size: 1.3em;
  color: #333333;
  margin-bottom: 40px;
}

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

@media (max-width: 768px) {
  .page-promo__hero-section {
    padding: 40px 15px;
  }
  .page-promo__hero-container {
    max-width: 95%;
  }
  .page-promo__hero-title {
    font-size: 2.2em;
  }
  .page-promo__hero-description {
    font-size: 1em;
  }
  .page-promo__hero-button,
  .page-promo__cta-button,
  .page-promo__card-button,
  .page-promo__step-button,
  .page-promo__learn-more-button {
    padding: 12px 25px;
    font-size: 1em;
    min-width: unset;
  }
  .page-promo__section-title {
    font-size: 2em;
  }
  .page-promo__section-subtitle {
    font-size: 1.1em;
  }
  .page-promo__cards-grid,
  .page-promo__claim-steps,
  .page-promo__why-list {
    grid-template-columns: 1fr;
  }
  .page-promo__card,
  .page-promo__step-item,
  .page-promo__why-item {
    padding: 25px;
  }
  .page-promo__card-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
  .page-promo__why-jljl777-section,
  .page-promo__how-to-claim-section,
  .page-promo__introduction-section,
  .page-promo__terms-section,
  .page-promo__responsible-gambling-section,
  .page-promo__more-promos-list-section,
  .page-promo__cta-section {
    padding: 40px 0;
  }
  .page-promo__cta-title {
    font-size: 2.5em;
  }
  .page-promo__cta-description {
    font-size: 1.1em;
  }
  .page-promo__content-wrapper img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-promo__hero-title {
    font-size: 1.8em;
  }
  .page-promo__hero-description {
    font-size: 0.9em;
  }
  .page-promo__section-title {
    font-size: 1.8em;
  }
  .page-promo__section-subtitle {
    font-size: 1em;
  }
  .page-promo__text-content,
  .page-promo__card-description,
  .page-promo__step-description,
  .page-promo__why-description,
  .page-promo__detail-description {
    font-size: 0.9em;
  }
  .page-promo__cta-title {
    font-size: 2em;
  }
  .page-promo__cta-description {
    font-size: 1em;
  }
}