.page-resources-jiliwin-app-latest-features {
  color: #333333; /* Dark text for light body background */
  background-color: var(--secondary-color); /* Assumes light background from shared.css */
}

.page-resources-jiliwin-app-latest-features__hero-section {
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #000000; /* Dark background for hero content */
  color: #FFFFFF;
  padding-bottom: 40px;
}

.page-resources-jiliwin-app-latest-features__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-resources-jiliwin-app-latest-features__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.3;
}

.page-resources-jiliwin-app-latest-features__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-resources-jiliwin-app-latest-features__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-jiliwin-app-latest-features__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 700px;
  color: #f0f0f0;
}

.page-resources-jiliwin-app-latest-features__download-button,
.page-resources-jiliwin-app-latest-features__register-button,
.page-resources-jiliwin-app-latest-features__final-cta-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;
  margin: 10px;
  cursor: pointer;
  text-align: center;
}

.page-resources-jiliwin-app-latest-features__download-button,
.page-resources-jiliwin-app-latest-features__final-cta-button {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
}

.page-resources-jiliwin-app-latest-features__download-button:hover,
.page-resources-jiliwin-app-latest-features__final-cta-button:hover {
  background-color: #e0a73d;
  transform: translateY(-2px);
}

.page-resources-jiliwin-app-latest-features__register-button {
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-jiliwin-app-latest-features__register-button:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-jiliwin-app-latest-features__article-section {
  padding: 60px 20px;
  background-color: #FFFFFF;
}

.page-resources-jiliwin-app-latest-features__article-container {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-jiliwin-app-latest-features__intro-paragraph {
  margin-bottom: 40px;
  font-size: 1.2em;
  font-weight: 500;
  color: #444444;
}

.page-resources-jiliwin-app-latest-features__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.3;
}

.page-resources-jiliwin-app-latest-features__subsection-title {
  font-size: 1.6em;
  color: #333333;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-resources-jiliwin-app-latest-features__article-container p {
  margin-bottom: 20px;
  color: #555555;
}

.page-resources-jiliwin-app-latest-features__image-wrapper {
  margin: 40px 0;
  text-align: center;
}

.page-resources-jiliwin-app-latest-features__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
}

.page-resources-jiliwin-app-latest-features__feature-list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555555;
}

.page-resources-jiliwin-app-latest-features__feature-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-resources-jiliwin-app-latest-features__call-to-action {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 30px 0;
  color: #000000;
}

.page-resources-jiliwin-app-latest-features__button-group {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-resources-jiliwin-app-latest-features__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eeeeee;
}

.page-resources-jiliwin-app-latest-features__related-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-jiliwin-app-latest-features__related-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

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

.page-resources-jiliwin-app-latest-features__related-list a {
  color: #FCBC45;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-jiliwin-app-latest-features__related-list a:hover {
  color: #e0a73d;
  text-decoration: underline;
}

.page-resources-jiliwin-app-latest-features__back-to-resources {
  display: inline-block;
  margin-top: 20px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid #000000;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-jiliwin-app-latest-features__back-to-resources:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-jiliwin-app-latest-features__hero-content {
    padding: 60px 15px;
    min-height: 300px;
  }

  .page-resources-jiliwin-app-latest-features__hero-title {
    font-size: 2.2em;
  }

  .page-resources-jiliwin-app-latest-features__hero-description {
    font-size: 1em;
  }

  .page-resources-jiliwin-app-latest-features__download-button,
  .page-resources-jiliwin-app-latest-features__register-button,
  .page-resources-jiliwin-app-latest-features__final-cta-button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px;
  }

  .page-resources-jiliwin-app-latest-features__article-section {
    padding: 40px 15px;
  }

  .page-resources-jiliwin-app-latest-features__article-container {
    font-size: 1em;
  }

  .page-resources-jiliwin-app-latest-features__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-resources-jiliwin-app-latest-features__subsection-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-resources-jiliwin-app-latest-features__image-wrapper img {
    max-width: 100%;
    height: auto; /* Ensure images don't overflow */
    min-width: 200px; /* Enforce min image size */
    min-height: 200px; /* Enforce min image size */
  }

  .page-resources-jiliwin-app-latest-features__button-group {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-resources-jiliwin-app-latest-features__hero-title {
    font-size: 1.8em;
  }

  .page-resources-jiliwin-app-latest-features__hero-description {
    font-size: 0.9em;
  }

  .page-resources-jiliwin-app-latest-features__download-button,
  .page-resources-jiliwin-app-latest-features__register-button,
  .page-resources-jiliwin-app-latest-features__final-cta-button {
    width: 100%;
    margin: 5px 0;
  }

  .page-resources-jiliwin-app-latest-features__section-title {
    font-size: 1.6em;
  }

  .page-resources-jiliwin-app-latest-features__subsection-title {
    font-size: 1.2em;
  }

  .page-resources-jiliwin-app-latest-features__image-wrapper img {
    max-width: 100%;
    height: auto; /* Ensure images don't overflow */
  }
}