.page-resources-jilimk-latest-promotions {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-jilimk-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px; /* Ensure hero section has a minimum height */
}

.page-resources-jilimk-latest-promotions__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-resources-jilimk-latest-promotions__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent dark overlay for text readability */
  border-radius: 8px;
}

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

.page-resources-jilimk-latest-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-jilimk-latest-promotions__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-jilimk-latest-promotions__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

.page-resources-jilimk-latest-promotions__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-jilimk-latest-promotions__button--register:hover {
  background-color: #F0F0F0;
  transform: translateY(-2px);
}

.page-resources-jilimk-latest-promotions__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-jilimk-latest-promotions__button--login:hover {
  background-color: #e0a53a;
  transform: translateY(-2px);
}

.page-resources-jilimk-latest-promotions__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-jilimk-latest-promotions__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-jilimk-latest-promotions__sub-title {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-jilimk-latest-promotions__text-block {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-jilimk-latest-promotions__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jilimk-latest-promotions__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-jilimk-latest-promotions__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-jilimk-latest-promotions__call-to-action {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-jilimk-latest-promotions__button--register-large,
.page-resources-jilimk-latest-promotions__button--explore {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-jilimk-latest-promotions__button--register-large {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-jilimk-latest-promotions__button--register-large:hover {
  background-color: #e0a53a;
  transform: translateY(-2px);
}

.page-resources-jilimk-latest-promotions__button--explore {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-resources-jilimk-latest-promotions__button--explore:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-resources-jilimk-latest-promotions__faq-container {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.page-resources-jilimk-latest-promotions__faq-item {
  margin-bottom: 20px;
  background-color: #f9f9f9;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.page-resources-jilimk-latest-promotions__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-jilimk-latest-promotions__faq-answer {
  font-size: 1.05em;
  color: #555555;
}

.page-resources-jilimk-latest-promotions__faq-answer a {
  color: #FCBC45;
  text-decoration: none;
}

.page-resources-jilimk-latest-promotions__faq-answer a:hover {
  text-decoration: underline;
}

.page-resources-jilimk-latest-promotions__return-link {
  text-align: center;
  margin-top: 50px;
  font-size: 1.1em;
}

.page-resources-jilimk-latest-promotions__return-link a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-jilimk-latest-promotions__return-link a:hover {
  text-decoration: underline;
}

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

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

  .page-resources-jilimk-latest-promotions__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jilimk-latest-promotions__button {
    width: 100%;
    padding: 12px 20px;
  }

  .page-resources-jilimk-latest-promotions__section-title {
    font-size: 1.8em;
  }

  .page-resources-jilimk-latest-promotions__sub-title {
    font-size: 1.4em;
  }

  .page-resources-jilimk-latest-promotions__text-block,
  .page-resources-jilimk-latest-promotions__list-item,
  .page-resources-jilimk-latest-promotions__faq-question,
  .page-resources-jilimk-latest-promotions__faq-answer {
    font-size: 0.95em;
  }

  .page-resources-jilimk-latest-promotions__content-area {
    padding: 20px 15px;
  }

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

  .page-resources-jilimk-latest-promotions__call-to-action {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jilimk-latest-promotions__button--register-large,
  .page-resources-jilimk-latest-promotions__button--explore {
    width: 100%;
    padding: 15px 25px;
  }
}