.page-promo {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content starts below fixed header */
}

.page-promo__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  padding-bottom: 40px; /* Added padding to ensure content below image is visible */
}

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

.page-promo__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.page-promo__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  max-width: 90%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 10px;
}

.page-promo__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

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

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

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

.page-promo__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

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

.page-promo__feature-card,
.page-promo__bonus-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promo__feature-card:hover,
.page-promo__bonus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-promo__feature-title,
.page-promo__bonus-card-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-promo__feature-text,
.page-promo__bonus-card-text {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-promo__bonus-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-promo__bonus-list,
.page-promo__bullet-list {
  list-style: disc inside;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #555555;
}

.page-promo__numbered-list {
  list-style: decimal inside;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #555555;
}

.page-promo__numbered-list li,
.page-promo__bullet-list li {
  margin-bottom: 8px;
}

.page-promo__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.page-promo__button--primary {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-promo__button--primary:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

.page-promo__button--secondary {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-promo__button--secondary:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-promo__button--small {
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-promo__vip-program,
.page-promo__claim-guide,
.page-promo__terms-conditions,
.page-promo__responsible-gaming,
.page-promo__stay-updated,
.page-promo__resources {
  padding: 60px 20px;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
}

.page-promo__vip-program .page-promo__section-title,
.page-promo__claim-guide .page-promo__section-title,
.page-promo__terms-conditions .page-promo__section-title,
.page-promo__responsible-gaming .page-promo__section-title,
.page-promo__stay-updated .page-promo__section-title,
.page-promo__resources .page-promo__section-title {
  color: #000000;
}

.page-promo__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin: 30px auto;
  max-width: 800px;
  min-width: 200px;
  min-height: 200px;
}

.page-promo__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promo__sub-title {
  font-size: 2em;
  color: #000000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-promo__text-block {
  font-size: 1.1em;
  color: #555555;
  max-width: 900px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.page-promo__styled-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-promo__styled-list li {
  background-color: #FFFFFF;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 4px solid #FCBC45;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1em;
  color: #333333;
}

.page-promo__resource-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

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

.page-promo__resource-link {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promo__resource-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

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

.page-promo__call-to-action {
  background: linear-gradient(135deg, #000000, #333333);
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
}

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

.page-promo__call-to-action-description {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-promo__call-to-action-container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-promo__button--large {
  padding: 15px 40px;
  font-size: 1.3em;
}

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

@media (max-width: 768px) {
  .page-promo__hero-content {
    padding: 20px;
  }
  .page-promo__hero-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-promo__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-promo__section-title {
    font-size: 1.8em;
  }
  .page-promo__section-description {
    font-size: 0.95em;
  }
  .page-promo__features-grid,
  .page-promo__bonus-grid {
    grid-template-columns: 1fr;
  }
  .page-promo__bonus-image, .page-promo__image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
  .page-promo__bonus-image {
    height: 200px; /* Adjust height for mobile */
  }
  .page-promo__call-to-action-title {
    font-size: 2.2em;
  }
  .page-promo__call-to-action-description {
    font-size: 1em;
  }
  .page-promo__button--large {
    font-size: 1.1em;
    padding: 12px 30px;
  }
  .page-promo__button {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .page-promo__hero-title {
    font-size: 1.6em;
  }
  .page-promo__hero-description {
    font-size: 0.9em;
  }
  .page-promo__hero-content {
    padding: 15px;
  }
  .page-promo__section-title {
    font-size: 1.6em;
  }
  .page-promo__sub-title {
    font-size: 1.5em;
  }
  .page-promo__button {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .page-promo__call-to-action-title {
    font-size: 1.8em;
  }
  .page-promo__call-to-action-description {
    font-size: 0.9em;
  }
}