.page-resources-kufun-game-features {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

.page-resources-kufun-game-features__hero {
  background: linear-gradient(135deg, #FF4500, #1E90FF);
  padding: 80px 20px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.page-resources-kufun-game-features__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-kufun-game-features__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.2;
}

.page-resources-kufun-game-features__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #eee;
}

.page-resources-kufun-game-features__subtitle a {
  color: #FFD700; /* Gold for highlight */
  text-decoration: none;
  font-weight: bold;
}

.page-resources-kufun-game-features__subtitle a:hover {
  text-decoration: underline;
}

.page-resources-kufun-game-features__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

.page-resources-kufun-game-features__button--primary {
  background-color: #FFD700; /* Gold */
  color: #1E90FF; /* Dark blue for contrast */
  border: 2px solid #FFD700;
}

.page-resources-kufun-game-features__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-kufun-game-features__button--secondary {
  background-color: #1E90FF; /* Dark blue */
  color: #fff;
  border: 2px solid #1E90FF;
}

.page-resources-kufun-game-features__button--secondary:hover {
  background-color: #1565b3;
  transform: translateY(-2px);
}

.page-resources-kufun-game-features__content-section {
  padding: 40px 0;
  background-color: #fff;
}

.page-resources-kufun-game-features__article-content {
  font-size: 1.1em;
  line-height: 1.7;
  color: #444;
}

.page-resources-kufun-game-features__intro-text {
  margin-bottom: 30px;
  font-size: 1.2em;
  font-weight: 500;
}

.page-resources-kufun-game-features__heading {
  font-size: 1.8em;
  color: #FF4500;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.page-resources-kufun-game-features__article-content h3 {
  font-size: 1.4em;
  color: #1E90FF;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-kufun-game-features__article-content p {
  margin-bottom: 20px;
}

.page-resources-kufun-game-features__article-content a {
  color: #FF4500;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-kufun-game-features__article-content a:hover {
  text-decoration: underline;
}

.page-resources-kufun-game-features__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-resources-kufun-game-features__list li {
  margin-bottom: 10px;
}

.page-resources-kufun-game-features__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-kufun-game-features__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-kufun-game-features__image-caption {
  font-size: 0.9em;
  color: #777;
  margin-top: 10px;
}

.page-resources-kufun-game-features__cta-bottom {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.page-resources-kufun-game-features__back-link {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page-resources-kufun-game-features__link {
  color: #1E90FF;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-kufun-game-features__link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-kufun-game-features__title {
    font-size: 2.2em;
  }

  .page-resources-kufun-game-features__heading {
    font-size: 1.5em;
  }

  .page-resources-kufun-game-features__article-content {
    font-size: 1em;
  }

  .page-resources-kufun-game-features__button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-kufun-game-features__hero {
    padding: 60px 15px;
  }

  .page-resources-kufun-game-features__title {
    font-size: 1.8em;
  }

  .page-resources-kufun-game-features__subtitle {
    font-size: 1em;
  }

  .page-resources-kufun-game-features__heading {
    font-size: 1.3em;
  }
}