.page-resources-top-10-reasons-to-choose-jili-888 {
  color: #333333; /* Dark text for light body background */
}

.page-resources-top-10-reasons-to-choose-jili-888__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #2C3E50; /* Auxiliary dark blue */
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Prevent content overflow */
}

.page-resources-top-10-reasons-to-choose-jili-888__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.page-resources-top-10-reasons-to-choose-jili-888__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image slightly for text contrast */
}

.page-resources-top-10-reasons-to-choose-jili-888__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-resources-top-10-reasons-to-choose-jili-888__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold primary color */
  line-height: 1.2;
}

.page-resources-top-10-reasons-to-choose-jili-888__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
  line-height: 1.6;
}

.page-resources-top-10-reasons-to-choose-jili-888__hero-button {
  display: inline-block;
  background-color: #E74C3C; /* Bright red for emphasis */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-top-10-reasons-to-choose-jili-888__hero-button:hover {
  background-color: #c0392b;
}

.page-resources-top-10-reasons-to-choose-jili-888__article-section {
  padding: 60px 20px;
  background-color: #ffffff;
}

.page-resources-top-10-reasons-to-choose-jili-888__article-container {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-top-10-reasons-to-choose-jili-888__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #2C3E50;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-top-10-reasons-to-choose-jili-888__back-link:hover {
  color: #FFD700;
}

.page-resources-top-10-reasons-to-choose-jili-888__article-heading,
.page-resources-top-10-reasons-to-choose-jili-888__conclusion-heading {
  color: #2C3E50; /* Auxiliary dark blue */
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-top-10-reasons-to-choose-jili-888__article-intro,
.page-resources-top-10-reasons-to-choose-jili-888__conclusion-text {
  margin-bottom: 40px;
  text-align: justify;
}

.page-resources-top-10-reasons-to-choose-jili-888__reason-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-top-10-reasons-to-choose-jili-888__reason-title {
  color: #FFD700; /* Gold primary color */
  font-size: 1.8em;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-top-10-reasons-to-choose-jili-888__reason-image {
  width: 100%;
  max-width: 600px; /* Constrain image width for article flow */
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
  object-fit: cover;
}

.page-resources-top-10-reasons-to-choose-jili-888__reason-card p {
  text-align: justify;
  margin-bottom: 15px;
}

.page-resources-top-10-reasons-to-choose-jili-888__cta-wrapper {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-top-10-reasons-to-choose-jili-888__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold primary color */
  color: #2C3E50; /* Dark blue for contrast */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 200px; /* Ensure buttons are not too small */
}

.page-resources-top-10-reasons-to-choose-jili-888__cta-button:hover {
  background-color: #e0b800;
  color: #000000;
}

.page-resources-top-10-reasons-to-choose-jili-888__cta-button--secondary {
  background-color: #2C3E50; /* Auxiliary dark blue */
  color: #ffffff;
}

.page-resources-top-10-reasons-to-choose-jili-888__cta-button--secondary:hover {
  background-color: #3f5872;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-top-10-reasons-to-choose-jili-888__hero-title {
    font-size: 2.8em;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__hero-description {
    font-size: 1.1em;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__article-heading,
  .page-resources-top-10-reasons-to-choose-jili-888__conclusion-heading {
    font-size: 2em;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__reason-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-top-10-reasons-to-choose-jili-888 {
    padding-top: var(--header-offset, 120px);
  }
  .page-resources-top-10-reasons-to-choose-jili-888__hero-content {
    padding: 15px;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__hero-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__article-section {
    padding: 40px 15px;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__article-container {
    font-size: 1em;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__article-heading,
  .page-resources-top-10-reasons-to-choose-jili-888__conclusion-heading {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__reason-card {
    padding: 20px;
    margin-bottom: 30px;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__reason-title {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__reason-image {
    max-width: 100%;
    width: 100%; /* Ensure content images are responsive */
    height: auto;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__article-container img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__cta-wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__cta-button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  /* Ensure all content area images are responsive and don't cause overflow */
  .page-resources-top-10-reasons-to-choose-jili-888 img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-top-10-reasons-to-choose-jili-888__hero-title {
    font-size: 1.8em;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__hero-description {
    font-size: 0.9em;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__article-heading,
  .page-resources-top-10-reasons-to-choose-jili-888__conclusion-heading {
    font-size: 1.5em;
  }
  .page-resources-top-10-reasons-to-choose-jili-888__reason-title {
    font-size: 1.2em;
  }
}