/* style/resources-jili-game-guide.css */

.page-resources-jili-game-guide {
  color: #333333; /* Default text color for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-jili-game-guide__hero-section {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 0; /* Remove default padding as image will fill */
  overflow: hidden;
  background-color: #8B0000; /* Fallback background for hero */
}

.page-resources-jili-game-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-jili-game-guide__hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
}

.page-resources-jili-game-guide__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.page-resources-jili-game-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-jili-game-guide__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
}

.page-resources-jili-game-guide__hero-button:hover {
  background-color: #ffd200;
  transform: translateY(-2px);
}

.page-resources-jili-game-guide__content-area {
  max-width: 900px; /* Adjusted for better reading flow in articles */
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-jili-game-guide__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jili-game-guide__back-link:hover {
  color: #FFD700;
}

.page-resources-jili-game-guide__article {
  line-height: 1.8;
}

.page-resources-jili-game-guide__section-title {
  font-size: 2.2em;
  color: #8B0000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-jili-game-guide__sub-section-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 10px;
}

.page-resources-jili-game-guide__article p {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.page-resources-jili-game-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}

.page-resources-jili-game-guide__list li {
  margin-bottom: 0.5em;
  font-size: 1.05em;
}

.page-resources-jili-game-guide__list li strong {
  color: #8B0000;
}

.page-resources-jili-game-guide__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-jili-game-guide__cta-buttons {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-jili-game-guide__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
  min-width: 200px;
}

.page-resources-jili-game-guide__cta-button:hover {
  background-color: #ffd200;
  transform: translateY(-3px);
}

.page-resources-jili-game-guide__cta-button--secondary {
  background-color: #8B0000;
  color: #FFD700;
  border: 2px solid #8B0000;
}

.page-resources-jili-game-guide__cta-button--secondary:hover {
  background-color: #a00000;
  color: #ffffff;
  border-color: #a00000;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-jili-game-guide__hero-title {
    font-size: 2.5em;
  }
  .page-resources-jili-game-guide__hero-description {
    font-size: 1.1em;
  }
  .page-resources-jili-game-guide__section-title {
    font-size: 2em;
  }
  .page-resources-jili-game-guide__sub-section-title {
    font-size: 1.6em;
  }
  .page-resources-jili-game-guide__content-area {
    margin: 30px auto;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .page-resources-jili-game-guide__hero-title {
    font-size: 2em;
  }
  .page-resources-jili-game-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-jili-game-guide__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-jili-game-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-jili-game-guide__sub-section-title {
    font-size: 1.4em;
  }
  .page-resources-jili-game-guide__article p,
  .page-resources-jili-game-guide__list li {
    font-size: 0.95em;
  }
  .page-resources-jili-game-guide__content-area {
    margin: 20px auto;
    padding: 10px;
  }
  .page-resources-jili-game-guide__article-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-jili-game-guide__cta-button {
    font-size: 1.1em;
    padding: 15px 25px;
  }
}

@media (max-width: 480px) {
  .page-resources-jili-game-guide__hero-title {
    font-size: 1.5em;
  }
  .page-resources-jili-game-guide__hero-description {
    font-size: 0.9em;
  }
  .page-resources-jili-game-guide__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-jili-game-guide__section-title {
    font-size: 1.5em;
  }
  .page-resources-jili-game-guide__sub-section-title {
    font-size: 1.2em;
  }
  .page-resources-jili-game-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-jili-game-guide__cta-button {
    width: 100%;
    max-width: 300px;
  }
  .page-resources-jili-game-guide__content-area {
    padding: 10px;
  }
}