.page-resources-jili-free-100-faq {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #FFFFFF;
}

.page-resources-jili-free-100-faq__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero content over image */
  color: #FFFFFF;
  padding: 0;
  text-align: center;
}

.page-resources-jili-free-100-faq__hero-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px; /* Minimum height for hero section */
}

.page-resources-jili-free-100-faq__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
}

.page-resources-jili-free-100-faq__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent overlay for readability */
  border-radius: 10px;
  margin: 20px;
}

.page-resources-jili-free-100-faq__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-jili-free-100-faq__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-jili-free-100-faq__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-jili-free-100-faq__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.page-resources-jili-free-100-faq__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-jili-free-100-faq__button--register:hover {
  background-color: #F0F0F0;
  transform: translateY(-2px);
}

.page-resources-jili-free-100-faq__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-jili-free-100-faq__button--login:hover {
  background-color: #E0A83D;
  transform: translateY(-2px);
}

.page-resources-jili-free-100-faq__content-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
}

.page-resources-jili-free-100-faq__faq-nav {
  flex: 0 0 280px;
  padding: 20px;
  background-color: #F8F8F8;
  border-radius: 8px;
  align-self: flex-start; /* Stick to the top */
  position: sticky;
  top: calc(var(--header-offset, 120px) + 20px); /* Adjust sticky position */
}

.page-resources-jili-free-100-faq__faq-nav-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-jili-free-100-faq__faq-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-jili-free-100-faq__faq-nav-list li {
  margin-bottom: 10px;
}

.page-resources-jili-free-100-faq__faq-nav-link {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  display: block;
  padding: 8px 0;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.page-resources-jili-free-100-faq__faq-nav-link:hover {
  color: #FCBC45;
  padding-left: 10px;
}

.page-resources-jili-free-100-faq__article-content {
  flex: 1;
  max-width: 800px; /* Content width control */
}

.page-resources-jili-free-100-faq__intro-paragraph {
  font-size: 1.1em;
  margin-bottom: 30px;
  line-height: 1.8;
  color: #444444;
}

.page-resources-jili-free-100-faq__section-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-jili-free-100-faq__question {
  font-size: 1.4em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-jili-free-100-faq__answer {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #555555;
}

.page-resources-jili-free-100-faq__article-image {
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%; /* Ensure images are responsive */
  height: auto;
  min-width: 200px; /* Minimum image size */
  min-height: 200px;
}

.page-resources-jili-free-100-faq__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-jili-free-100-faq__button--download {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-resources-jili-free-100-faq__button--download:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-resources-jili-free-100-faq__button--play {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-jili-free-100-faq__button--play:hover {
  background-color: #E0A83D;
  transform: translateY(-2px);
}

.page-resources-jili-free-100-faq__final-cta {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-resources-jili-free-100-faq__cta-text {
  font-size: 1.4em;
  margin-bottom: 25px;
  line-height: 1.5;
}

.page-resources-jili-free-100-faq__button--final {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-jili-free-100-faq__button--final:hover {
  background-color: #E0A83D;
  transform: translateY(-2px);
}

.page-resources-jili-free-100-faq__related-resources {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #EEEEEE;
}

.page-resources-jili-free-100-faq__related-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-jili-free-100-faq__related-list li {
  margin-bottom: 10px;
}

.page-resources-jili-free-100-faq__related-link {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-jili-free-100-faq__related-link:hover {
  color: #FCBC45;
}

.page-resources-jili-free-100-faq__back-link {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #FCBC45;
  font-weight: bold;
  border: 2px solid #FCBC45;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-jili-free-100-faq__back-link:hover {
  background-color: #FCBC45;
  color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-jili-free-100-faq__content-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .page-resources-jili-free-100-faq__faq-nav {
    position: static;
    width: 100%;
    top: auto;
  }

  .page-resources-jili-free-100-faq__article-content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-resources-jili-free-100-faq__hero-title {
    font-size: 2em;
  }

  .page-resources-jili-free-100-faq__hero-description {
    font-size: 1em;
  }

  .page-resources-jili-free-100-faq__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jili-free-100-faq__button {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-jili-free-100-faq__section-title {
    font-size: 1.8em;
  }

  .page-resources-jili-free-100-faq__question {
    font-size: 1.2em;
  }

  .page-resources-jili-free-100-faq__answer {
    font-size: 1em;
  }

  .page-resources-jili-free-100-faq__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jili-free-100-faq__article-image {
    max-width: 100%;
    height: auto;
  }

  /* Ensure all images within .page-resources-jili-free-100-faq are responsive and not smaller than 200px */
  .page-resources-jili-free-100-faq img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size even on mobile */
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .page-resources-jili-free-100-faq__hero-content {
    padding: 20px 15px;
    margin: 10px;
  }

  .page-resources-jili-free-100-faq__hero-title {
    font-size: 1.8em;
  }

  .page-resources-jili-free-100-faq__hero-description {
    font-size: 0.9em;
  }

  .page-resources-jili-free-100-faq__button {
    font-size: 0.9em;
  }

  .page-resources-jili-free-100-faq__faq-nav-title,
  .page-resources-jili-free-100-faq__section-title {
    font-size: 1.5em;
  }

  .page-resources-jili-free-100-faq__question {
    font-size: 1.1em;
  }

  .page-resources-jili-free-100-faq__answer,
  .page-resources-jili-free-100-faq__intro-paragraph,
  .page-resources-jili-free-100-faq__cta-text,
  .page-resources-jili-free-100-faq__related-link {
    font-size: 0.95em;
  }
}