.page-resources-jl29-latest-promotions {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-resources-jl29-latest-promotions__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #000000;
  color: #FFFFFF;
}

.page-resources-jl29-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  opacity: 0.6;
}

.page-resources-jl29-latest-promotions__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 90%;
  z-index: 1;
}

.page-resources-jl29-latest-promotions__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

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

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

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

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

.page-resources-jl29-latest-promotions__button--register:hover {
  background-color: #FFFFFF;
  color: #000000;
}

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

.page-resources-jl29-latest-promotions__button--login:hover {
  background-color: #E0A030;
}

.page-resources-jl29-latest-promotions__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-top: -60px; /* Overlap with hero for visual flow */
  position: relative;
  z-index: 2;
}

.page-resources-jl29-latest-promotions__article-nav {
  text-align: right;
  margin-bottom: 20px;
}

.page-resources-jl29-latest-promotions__article-nav--bottom {
  text-align: left;
  margin-top: 40px;
}

.page-resources-jl29-latest-promotions__back-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 15px;
  border: 1px solid #000000;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.page-resources-jl29-latest-promotions__back-link:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.page-resources-jl29-latest-promotions__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-jl29-latest-promotions__article-paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-jl29-latest-promotions__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jl29-latest-promotions__button--claim {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  margin-top: 20px;
}

.page-resources-jl29-latest-promotions__button--claim:hover {
  background-color: #E0A030;
}

.page-resources-jl29-latest-promotions__button--vip {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #FCBC45;
  margin-top: 20px;
}

.page-resources-jl29-latest-promotions__button--vip:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-jl29-latest-promotions__article-list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-jl29-latest-promotions__article-list--ordered {
  list-style: decimal;
}

.page-resources-jl29-latest-promotions__article-list-item {
  margin-bottom: 10px;
}

.page-resources-jl29-latest-promotions__faq {
  margin-top: 40px;
}

.page-resources-jl29-latest-promotions__faq-item {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-resources-jl29-latest-promotions__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

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

.page-resources-jl29-latest-promotions__call-to-action {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 30px;
  border-radius: 8px;
  margin-top: 60px;
}

.page-resources-jl29-latest-promotions__call-to-action-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #FCBC45;
}

.page-resources-jl29-latest-promotions__call-to-action-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-jl29-latest-promotions__button--register-large {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 40px;
  font-size: 1.3em;
  border: 2px solid #FCBC45;
}

.page-resources-jl29-latest-promotions__button--register-large:hover {
  background-color: #E0A030;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-jl29-latest-promotions__hero-title {
    font-size: 2.5em;
  }

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

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

  .page-resources-jl29-latest-promotions__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-jl29-latest-promotions__content-area {
    padding: 20px 15px;
    margin-top: -30px;
  }

  .page-resources-jl29-latest-promotions__article-heading {
    font-size: 1.7em;
  }

  .page-resources-jl29-latest-promotions__article-paragraph {
    font-size: 1em;
  }

  .page-resources-jl29-latest-promotions__call-to-action-title {
    font-size: 1.8em;
  }

  .page-resources-jl29-latest-promotions__call-to-action-text {
    font-size: 1em;
  }

  .page-resources-jl29-latest-promotions__button--register-large {
    width: 90%;
    font-size: 1.1em;
  }

  /* Mobile content image constraint */
  .page-resources-jl29-latest-promotions img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-jl29-latest-promotions__hero-title {
    font-size: 2em;
  }

  .page-resources-jl29-latest-promotions__hero-description {
    font-size: 0.9em;
  }

  .page-resources-jl29-latest-promotions__button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-jl29-latest-promotions__article-heading {
    font-size: 1.5em;
  }

  .page-resources-jl29-latest-promotions__call-to-action-title {
    font-size: 1.5em;
  }
}