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

.page-resources-jili77-app-features__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #008000; /* Dark green background for hero */
  color: #ffffff;
}

.page-resources-jili77-app-features__hero-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.page-resources-jili77-app-features__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-jili77-app-features__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 60px 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-resources-jili77-app-features__main-title {
  font-size: 3.2em;
  color: #FFD700; /* Gold accent for title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-jili77-app-features__lead-paragraph {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-jili77-app-features__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-jili77-app-features__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-width: 200px;
  text-align: center;
  border: none;
  cursor: pointer;
}

.page-resources-jili77-app-features__button--primary {
  background-color: #FFD700; /* Gold */
  color: #008000; /* Dark Green */
}

.page-resources-jili77-app-features__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-jili77-app-features__button--secondary {
  background-color: #008000; /* Dark Green */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-resources-jili77-app-features__button--secondary:hover {
  background-color: #006600;
  transform: translateY(-3px);
}

.page-resources-jili77-app-features__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-resources-jili77-app-features__article-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.page-resources-jili77-app-features__meta-info {
  font-size: 0.9em;
  color: #666;
}

.page-resources-jili77-app-features__category-link {
  color: #008000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-jili77-app-features__category-link:hover {
  text-decoration: underline;
}

.page-resources-jili77-app-features__back-link {
  color: #008000;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}

.page-resources-jili77-app-features__back-link:hover {
  text-decoration: underline;
}

.page-resources-jili77-app-features__article {
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-jili77-app-features__section-title {
  font-size: 2em;
  color: #008000; /* Dark Green */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-jili77-app-features__article p {
  margin-bottom: 1em;
}

.page-resources-jili77-app-features__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-resources-jili77-app-features__feature-list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-jili77-app-features__feature-list li {
  margin-bottom: 0.5em;
  color: #555;
}

.page-resources-jili77-app-features__feature-list li strong {
  color: #008000;
}

.page-resources-jili77-app-features__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-jili77-app-features__related-resources {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-jili77-app-features__related-title {
  font-size: 1.5em;
  color: #008000;
  margin-bottom: 20px;
}

.page-resources-jili77-app-features__related-list {
  list-style: none;
  padding: 0;
}

.page-resources-jili77-app-features__related-list li {
  margin-bottom: 10px;
}

.page-resources-jili77-app-features__related-list a {
  color: #FFD700; /* Gold */
  text-decoration: none;
  font-weight: bold;
  background-color: #008000; /* Dark Green background */
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.page-resources-jili77-app-features__related-list a:hover {
  background-color: #006600;
  text-decoration: none;
}

.page-resources-jili77-app-features__cta-banner {
  position: relative;
  margin-top: 50px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  min-height: 250px; /* Ensure banner has some height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-jili77-app-features__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability, not changing color */
  z-index: 0;
}

.page-resources-jili77-app-features__cta-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 30px;
  max-width: 600px;
}

.page-resources-jili77-app-features__cta-heading {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-jili77-app-features__cta-description {
  font-size: 1.2em;
  margin-bottom: 25px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-jili77-app-features__main-title {
    font-size: 2.8em;
  }
  .page-resources-jili77-app-features__lead-paragraph {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-jili77-app-features__hero-content {
    padding: 40px 15px;
  }
  .page-resources-jili77-app-features__main-title {
    font-size: 2.2em;
  }
  .page-resources-jili77-app-features__lead-paragraph {
    font-size: 1.1em;
  }
  .page-resources-jili77-app-features__hero-actions {
    flex-direction: column;
  }
  .page-resources-jili77-app-features__button {
    width: 100%;
    min-width: unset;
  }
  .page-resources-jili77-app-features__content-area {
    margin: 20px auto;
    padding: 15px;
  }
  .page-resources-jili77-app-features__section-title {
    font-size: 1.8em;
  }
  .page-resources-jili77-app-features__article-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-resources-jili77-app-features__article-image,
  .page-resources-jili77-app-features__cta-image {
    max-width: 100%;
    height: auto; /* Ensure images scale responsively */
  }
  .page-resources-jili77-app-features__cta-heading {
    font-size: 1.8em;
  }
  .page-resources-jili77-app-features__cta-description {
    font-size: 1em;
  }
  .page-resources-jili77-app-features__related-list a {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .page-resources-jili77-app-features__main-title {
    font-size: 1.8em;
  }
  .page-resources-jili77-app-features__lead-paragraph {
    font-size: 1em;
  }
  .page-resources-jili77-app-features__hero-content {
    padding: 20px 10px;
  }
  .page-resources-jili77-app-features__button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-jili77-app-features__section-title {
    font-size: 1.5em;
  }
  .page-resources-jili77-app-features__article {
    font-size: 1em;
  }
  .page-resources-jili77-app-features__cta-heading {
    font-size: 1.5em;
  }
  .page-resources-jili77-app-features__cta-description {
    font-size: 0.9em;
  }
}