.page-resources-jiliph888-platform-advantages {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-jiliph888-platform-advantages__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
  color: #ffffff;
}

.page-resources-jiliph888-platform-advantages__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-resources-jiliph888-platform-advantages__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.page-resources-jiliph888-platform-advantages__hero-title {
  font-size: 3em;
  margin-bottom: 15px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jiliph888-platform-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-jiliph888-platform-advantages__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-jiliph888-platform-advantages__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 200px;
  text-align: center;
}

.page-resources-jiliph888-platform-advantages__button--primary {
  background-color: #FFD700;
  color: #0A2342;
  border: 2px solid #FFD700;
}

.page-resources-jiliph888-platform-advantages__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-jiliph888-platform-advantages__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-jiliph888-platform-advantages__button--secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
}

.page-resources-jiliph888-platform-advantages__button--large {
  padding: 15px 30px;
  font-size: 1.1em;
}

.page-resources-jiliph888-platform-advantages__button--inline {
  padding: 8px 15px;
  font-size: 0.9em;
  min-width: unset;
  background-color: #0A2342;
  color: #FFD700;
  border: 1px solid #0A2342;
}

.page-resources-jiliph888-platform-advantages__button--inline:hover {
  background-color: #1a3a60;
  border-color: #1a3a60;
}

.page-resources-jiliph888-platform-advantages__button--text {
  background-color: transparent;
  color: #0A2342;
  border: none;
  font-weight: normal;
  padding: 0;
  min-width: unset;
}

.page-resources-jiliph888-platform-advantages__button--text:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-resources-jiliph888-platform-advantages__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-jiliph888-platform-advantages__section-title {
  font-size: 2.5em;
  color: #0A2342;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-jiliph888-platform-advantages__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-jiliph888-platform-advantages__article-section {
  margin-bottom: 50px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page-resources-jiliph888-platform-advantages__article-section:first-of-type {
  border-top: none;
}

.page-resources-jiliph888-platform-advantages__article-subtitle {
  font-size: 2em;
  color: #0A2342;
  margin-bottom: 20px;
  text-align: left;
}

.page-resources-jiliph888-platform-advantages__article-subheading {
  font-size: 1.5em;
  color: #0A2342;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-jiliph888-platform-advantages__paragraph {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #444444;
}

.page-resources-jiliph888-platform-advantages__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-jiliph888-platform-advantages__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444444;
}

.page-resources-jiliph888-platform-advantages__list-item {
  margin-bottom: 10px;
  font-size: 1em;
}

.page-resources-jiliph888-platform-advantages__list-item strong {
  color: #0A2342;
}

.page-resources-jiliph888-platform-advantages__call-to-action {
  background-color: #0A2342;
  color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-resources-jiliph888-platform-advantages__call-to-action-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-jiliph888-platform-advantages__call-to-action-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-jiliph888-platform-advantages__return-link {
  text-align: center;
  margin-top: 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-jiliph888-platform-advantages__hero-title {
    font-size: 2.2em;
  }

  .page-resources-jiliph888-platform-advantages__hero-description {
    font-size: 1em;
  }

  .page-resources-jiliph888-platform-advantages__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jiliph888-platform-advantages__button {
    width: 100%;
    min-width: unset;
  }

  .page-resources-jiliph888-platform-advantages__content-area {
    padding: 20px 15px;
  }

  .page-resources-jiliph888-platform-advantages__section-title {
    font-size: 2em;
  }

  .page-resources-jiliph888-platform-advantages__article-subtitle {
    font-size: 1.7em;
  }

  .page-resources-jiliph888-platform-advantages__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-jiliph888-platform-advantages__call-to-action {
    padding: 30px 20px;
  }

  .page-resources-jiliph888-platform-advantages__call-to-action-title {
    font-size: 1.8em;
  }

  .page-resources-jiliph888-platform-advantages__call-to-action-description {
    font-size: 1em;
  }

  /* Mobile content image overflow prevention */
  .page-resources-jiliph888-platform-advantages__article-image,
  .page-resources-jiliph888-platform-advantages__hero-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-jiliph888-platform-advantages {
    overflow-x: hidden;
  }
}