/* style/resources-jili90-game-strategy.css */

.page-resources-jili90-game-strategy {
  color: #333333; /* Dark text for default light body background */
  line-height: 1.6;
  font-family: 'Arial', sans-serif;
}

.page-resources-jili90-game-strategy__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-jili90-game-strategy__hero-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

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

.page-resources-jili90-game-strategy__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.page-resources-jili90-game-strategy__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-jili90-game-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

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

.page-resources-jili90-game-strategy__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-jili90-game-strategy__breadcrumb {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 0.9em;
  color: #666666;
}

.page-resources-jili90-game-strategy__breadcrumb-link {
  color: #8B0000;
  text-decoration: none;
}

.page-resources-jili90-game-strategy__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-jili90-game-strategy__article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-jili90-game-strategy__section {
  margin-bottom: 40px;
}

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

.page-resources-jili90-game-strategy__sub-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-jili90-game-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-resources-jili90-game-strategy__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-jili90-game-strategy__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}

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

.page-resources-jili90-game-strategy__faq-item {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  background-color: #f9f9f9;
}

.page-resources-jili90-game-strategy__faq-question {
  font-size: 1.3em;
  color: #8B0000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-jili90-game-strategy__faq-answer {
  font-size: 1em;
  color: #555555;
}

.page-resources-jili90-game-strategy__cta-buttons {
  text-align: center;
  margin-top: 40px;
}

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

.page-resources-jili90-game-strategy__cta-button--primary {
  background-color: #FFD700;
  color: #8B0000;
}

.page-resources-jili90-game-strategy__cta-button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-jili90-game-strategy__cta-button--secondary {
  background-color: #8B0000;
  color: #ffffff;
  border: 1px solid #8B0000;
}

.page-resources-jili90-game-strategy__cta-button--secondary:hover {
  background-color: #6f0000;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-jili90-game-strategy__hero-title {
    font-size: 2.5em;
  }
  .page-resources-jili90-game-strategy__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-jili90-game-strategy__hero-section {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header offset */
  }
  .page-resources-jili90-game-strategy__hero-content {
    max-width: 90%;
    padding: 15px;
  }
  .page-resources-jili90-game-strategy__hero-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-resources-jili90-game-strategy__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-resources-jili90-game-strategy__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-jili90-game-strategy__article-content {
    padding: 20px 15px;
  }
  .page-resources-jili90-game-strategy__section-title {
    font-size: 1.8em;
  }
  .page-resources-jili90-game-strategy__sub-title {
    font-size: 1.5em;
  }
  .page-resources-jili90-game-strategy__paragraph,
  .page-resources-jili90-game-strategy__list-item,
  .page-resources-jili90-game-strategy__faq-question,
  .page-resources-jili90-game-strategy__faq-answer {
    font-size: 1em;
  }
  .page-resources-jili90-game-strategy__cta-button {
    display: block;
    margin: 15px auto;
    width: calc(100% - 20px);
  }
  /* Ensure content images are responsive and do not overflow */
  .page-resources-jili90-game-strategy__content-image {
    max-width: 100%;
    height: auto;
  }
  /* Prevent horizontal scrolling for the main content area */
  .page-resources-jili90-game-strategy {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-jili90-game-strategy__hero-title {
    font-size: 1.5em;
  }
  .page-resources-jili90-game-strategy__hero-description {
    font-size: 0.9em;
  }
  .page-resources-jili90-game-strategy__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-jili90-game-strategy__section-title {
    font-size: 1.5em;
  }
  .page-resources-jili90-game-strategy__sub-title {
    font-size: 1.3em;
  }
}