.page-promo {
  color: #333333; /* Dark text for light body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-promo__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.page-promo__hero-container {
  max-width: 800px;
  z-index: 1;
  position: relative;
}

.page-promo__hero-title {
  font-size: 3.5em;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
}

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

.page-promo__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FCBC45; /* Login button color for CTA */
  color: #000000; /* Dark text for the button */
  text-decoration: none;
  border-radius: 8px;
  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__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin-top: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-promo__featured-promotions, .page-promo__how-to-claim, .page-promo__why-jilino1-promotions, .page-promo__download-app, .page-promo__responsible-gambling, .page-promo__faq-section, .page-promo__final-cta {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

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

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

.page-promo__promotions-grid, .page-promo__steps-grid, .page-promo__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-promo__promo-card, .page-promo__step-card, .page-promo__benefit-item {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promo__promo-card:hover, .page-promo__step-card:hover, .page-promo__benefit-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-promo__promo-image, .page-promo__benefit-icon {
  width: 100%;
  height: auto;
  max-width: 400px; /* Ensure images are not too small */
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.page-promo__card-description, .page-promo__step-description, .page-promo__benefit-description {
  font-size: 1em;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.page-promo__card-button {
  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__card-button:hover {
  background-color: #e0a53b;
}

.page-promo__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-promo__cta-button--centered {
  margin-top: 40px;
}

.page-promo__download-app {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: #000000;
  color: #FFFFFF;
  padding: 60px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-promo__download-content {
  text-align: left;
  max-width: 50%;
}

.page-promo__download-app .page-promo__section-title {
  color: #FFFFFF;
}

.page-promo__download-app .page-promo__section-description {
  color: #f0f0f0;
}

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

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

.page-promo__app-image {
  width: 100%;
  height: auto;
  max-width: 400px; /* Ensure images are not too small */
  border-radius: 10px;
}

.page-promo__responsible-link {
  display: inline-block;
  margin-top: 20px;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

.page-promo__responsible-link:hover {
  color: #FCBC45;
}

.page-promo__faq-list {
  text-align: left;
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-promo__faq-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  transition: border-color 0.3s ease;
}

.page-promo__faq-item:hover {
  border-color: #FCBC45;
}

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

.page-promo__faq-answer {
  font-size: 1em;
  color: #666666;
  line-height: 1.6;
}

.page-promo__cta-buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-promo__cta-button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
}

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

.page-promo__cta-button--login {
  background-color: #FCBC45;
  color: #000000;
}

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

@media (max-width: 768px) {
  .page-promo__hero-title {
    font-size: 2.5em;
  }

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

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

  .page-promo__section-description {
    font-size: 0.95em;
  }

  .page-promo__promotions-grid, .page-promo__steps-grid, .page-promo__benefits-grid {
    grid-template-columns: 1fr;
  }

  .page-promo__download-app {
    flex-direction: column;
    padding: 40px 20px;
  }

  .page-promo__download-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .page-promo__app-image {
    max-width: 300px;
  }

  .page-promo__cta-buttons-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .page-promo__hero-image, .page-promo__promo-image, .page-promo__benefit-icon, .page-promo__app-image {
    max-width: 100%;
    height: auto;
  }

  .page-promo img {
    max-width: 100%;
    height: auto;
  }
}