.page-resources-jilivs-promotions-benefits {
  color: #333333; /* Dark text for light background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-jilivs-promotions-benefits__hero-section {
  background-color: #f8f8f8;
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-resources-jilivs-promotions-benefits__hero-content {
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-jilivs-promotions-benefits__hero-title {
  font-size: 3.2em;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-jilivs-promotions-benefits__hero-description {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
}

.page-resources-jilivs-promotions-benefits__hero-image-wrapper {
  width: 100%;
  max-width: 1000px; /* Adjust max-width for the image */
  margin-top: 20px;
}

.page-resources-jilivs-promotions-benefits__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-jilivs-promotions-benefits__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 0 10px;
}

.page-resources-jilivs-promotions-benefits__cta-button--register {
  background-color: #FFFFFF; /* Register color */
  color: #000000; /* Text color for Register button */
  border: 2px solid #000000;
}

.page-resources-jilivs-promotions-benefits__cta-button--register:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-resources-jilivs-promotions-benefits__cta-button--login {
  background-color: #FCBC45; /* Login color */
  color: #000000; /* Text color for Login button */
  border: 2px solid #FCBC45;
}

.page-resources-jilivs-promotions-benefits__cta-button--login:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

.page-resources-jilivs-promotions-benefits__content-area {
  max-width: 800px; /* Constrain content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-jilivs-promotions-benefits__article-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-jilivs-promotions-benefits__article-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-jilivs-promotions-benefits__article-meta {
  font-size: 0.9em;
  color: #777777;
}

.page-resources-jilivs-promotions-benefits__article-content p {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-jilivs-promotions-benefits__sub-heading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-jilivs-promotions-benefits__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-resources-jilivs-promotions-benefits__content-image {
  width: 100%;
  max-width: 600px; /* Max width for content images */
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-jilivs-promotions-benefits__list,
.page-resources-jilivs-promotions-benefits__ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #333333;
}

.page-resources-jilivs-promotions-benefits__list-item,
.page-resources-jilivs-promotions-benefits__ordered-list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-jilivs-promotions-benefits__list-item strong {
  color: #000000;
}

.page-resources-jilivs-promotions-benefits__inline-cta {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.page-resources-jilivs-promotions-benefits__inline-cta:hover {
  background-color: #e6a73c;
}

.page-resources-jilivs-promotions-benefits__text-link {
  color: #000000;
  text-decoration: underline;
}

.page-resources-jilivs-promotions-benefits__text-link:hover {
  color: #FCBC45;
}

.page-resources-jilivs-promotions-benefits__final-cta-section {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-jilivs-promotions-benefits__final-cta-section .page-resources-jilivs-promotions-benefits__cta-button {
  margin: 0 15px 20px;
}

.page-resources-jilivs-promotions-benefits__back-link-wrapper {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page-resources-jilivs-promotions-benefits__back-link {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-jilivs-promotions-benefits__back-link:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-jilivs-promotions-benefits__hero-section {
    padding: 40px 15px;
  }

  .page-resources-jilivs-promotions-benefits__hero-title {
    font-size: 2.2em;
  }

  .page-resources-jilivs-promotions-benefits__hero-description {
    font-size: 1em;
  }

  .page-resources-jilivs-promotions-benefits__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 5px;
  }

  .page-resources-jilivs-promotions-benefits__hero-content {
    margin-bottom: 20px;
  }

  .page-resources-jilivs-promotions-benefits__hero-image-wrapper {
    margin-top: 15px;
  }

  .page-resources-jilivs-promotions-benefits__content-area {
    padding: 20px 15px;
  }

  .page-resources-jilivs-promotions-benefits__article-title {
    font-size: 1.8em;
  }

  .page-resources-jilivs-promotions-benefits__sub-heading {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-resources-jilivs-promotions-benefits__article-content p {
    font-size: 1em;
  }

  .page-resources-jilivs-promotions-benefits__list-item,
  .page-resources-jilivs-promotions-benefits__ordered-list-item {
    font-size: 0.95em;
  }

  .page-resources-jilivs-promotions-benefits__final-cta-section {
    margin-top: 40px;
  }

  .page-resources-jilivs-promotions-benefits__final-cta-section .page-resources-jilivs-promotions-benefits__cta-button {
    display: block;
    width: calc(100% - 30px); /* Adjust for padding/margin */
    margin: 10px auto;
  }

  /* Ensure images in content area are responsive and don't overflow */
  .page-resources-jilivs-promotions-benefits__content-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-jilivs-promotions-benefits__hero-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-jilivs-promotions-benefits {
    overflow-x: hidden;
  }
}