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

.page-resources-100jili-app-new-features__container {
  max-width: 800px; /* Optimal reading width for long articles */
  margin: 0 auto;
  padding: 20px;
}

.page-resources-100jili-app-new-features__container--centered {
  text-align: center;
}

.page-resources-100jili-app-new-features__hero-section {
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-100jili-app-new-features__hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

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

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

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

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

.page-resources-100jili-app-new-features__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-100jili-app-new-features__section {
  padding: 60px 0;
  border-bottom: 1px solid #EEEEEE;
}

.page-resources-100jili-app-new-features__section:last-of-type {
  border-bottom: none;
}

.page-resources-100jili-app-new-features__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-resources-100jili-app-new-features__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

.page-resources-100jili-app-new-features__paragraph {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-100jili-app-new-features__sub-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-100jili-app-new-features__feature-list,
.page-resources-100jili-app-new-features__game-categories,
.page-resources-100jili-app-new-features__steps-list,
.page-resources-100jili-app-new-features__advantage-list,
.page-resources-100jili-app-new-features__resource-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-100jili-app-new-features__feature-item,
.page-resources-100jili-app-new-features__game-item,
.page-resources-100jili-app-new-features__step-item,
.page-resources-100jili-app-new-features__advantage-item,
.page-resources-100jili-app-new-features__resource-item {
  background-color: #F8F8F8;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.05em;
}

.page-resources-100jili-app-new-features__feature-item strong,
.page-resources-100jili-app-new-features__game-item strong,
.page-resources-100jili-app-new-features__step-item strong,
.page-resources-100jili-app-new-features__advantage-item strong {
  color: #000000;
  margin-right: 8px;
}

.page-resources-100jili-app-new-features__button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  border: 2px solid transparent;
  font-size: 1.1em;
}

.page-resources-100jili-app-new-features__button--register {
  background-color: #000000;
  color: #FFFFFF;
}

.page-resources-100jili-app-new-features__button--register:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-resources-100jili-app-new-features__button--download {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-100jili-app-new-features__button--download:hover {
  background-color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-100jili-app-new-features__button--small {
  padding: 10px 20px;
  font-size: 0.95em;
  background-color: #000000;
  color: #FFFFFF;
}

.page-resources-100jili-app-new-features__button--small:hover {
  background-color: #333333;
  transform: translateY(-1px);
}

.page-resources-100jili-app-new-features__button--large {
  padding: 18px 36px;
  font-size: 1.2em;
  background-color: #000000;
  color: #FFFFFF;
  margin-top: 30px;
}

.page-resources-100jili-app-new-features__button--large:hover {
  background-color: #333333;
  transform: translateY(-3px);
}

.page-resources-100jili-app-new-features__button--outline {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
  padding: 12px 25px;
  font-size: 1em;
}

.page-resources-100jili-app-new-features__button--outline:hover {
  background-color: #000000;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-resources-100jili-app-new-features__button--cta {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 40px;
  font-size: 1.3em;
  margin-top: 40px;
}

.page-resources-100jili-app-new-features__button--cta:hover {
  background-color: #FFD700;
  transform: translateY(-3px);
}

.page-resources-100jili-app-new-features__button--return {
  background-color: #555555;
  color: #FFFFFF;
  padding: 12px 25px;
  font-size: 1em;
  margin-top: 30px;
}

.page-resources-100jili-app-new-features__button--return:hover {
  background-color: #777777;
  transform: translateY(-1px);
}

.page-resources-100jili-app-new-features__image-center {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-100jili-app-new-features__link {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-100jili-app-new-features__link:hover {
  color: #FCBC45;
}

.page-resources-100jili-app-new-features__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-100jili-app-new-features__promo-card {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-100jili-app-new-features__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-100jili-app-new-features__card-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-100jili-app-new-features__card-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 25px;
}

.page-resources-100jili-app-new-features__steps-list {
  counter-reset: step-counter;
}

.page-resources-100jili-app-new-features__step-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  text-align: left;
}

.page-resources-100jili-app-new-features__step-item::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.9em;
}

.page-resources-100jili-app-new-features__resource-list {
  text-align: center;
}

.page-resources-100jili-app-new-features__resource-item {
  display: block;
  background-color: #F0F0F0;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 8px;
  font-size: 1.1em;
}

.page-resources-100jili-app-new-features__resource-item a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.page-resources-100jili-app-new-features__resource-item a:hover {
  color: #FCBC45;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-100jili-app-new-features__hero-title {
    font-size: 2.2em;
  }

  .page-resources-100jili-app-new-features__hero-description {
    font-size: 1em;
  }

  .page-resources-100jili-app-new-features__hero-actions {
    flex-direction: column;
  }

  .page-resources-100jili-app-new-features__button {
    width: 100%;
    max-width: 300px;
  }

  .page-resources-100jili-app-new-features__section-title {
    font-size: 1.8em;
  }

  .page-resources-100jili-app-new-features__sub-title {
    font-size: 1.5em;
  }

  .page-resources-100jili-app-new-features__promo-cards {
    grid-template-columns: 1fr;
  }

  /* Ensure content images do not overflow */
  .page-resources-100jili-app-new-features img {
    max-width: 100%;
    height: auto;
  }
}

/* Ensure all images in content area are not small */
.page-resources-100jili-app-new-features img {
  min-width: 200px;
  min-height: 200px;
}