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

.page-resources-jiliok-game-strategy__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
  background-color: #007bff; /* Primary color background for hero */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-resources-jiliok-game-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image slightly for text readability */
}

.page-resources-jiliok-game-strategy__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 20px;
  z-index: 1;
}

.page-resources-jiliok-game-strategy__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffc107; /* Auxiliary color for main title */
  line-height: 1.2;
}

.page-resources-jiliok-game-strategy__intro-text {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jiliok-game-strategy__cta-button {
  display: inline-block;
  background-color: #ffc107; /* Auxiliary color for CTA button */
  color: #007bff; /* Primary color for button text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-jiliok-game-strategy__cta-button:hover {
  background-color: #e0a800;
  color: #0056b3;
}

.page-resources-jiliok-game-strategy__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-jiliok-game-strategy__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-jiliok-game-strategy__back-link:hover {
  text-decoration: underline;
}

.page-resources-jiliok-game-strategy__section-title {
  font-size: 2.2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
}

.page-resources-jiliok-game-strategy__sub-section-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-jiliok-game-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-resources-jiliok-game-strategy__content-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-resources-jiliok-game-strategy__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

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

.page-resources-jiliok-game-strategy__list-strong {
  color: #007bff;
}

.page-resources-jiliok-game-strategy__blockquote {
  background-color: #f8f9fa;
  border-left: 5px solid #ffc107;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555555;
}

.page-resources-jiliok-game-strategy__blockquote-text {
  margin: 0;
  font-size: 1.1em;
}

.page-resources-jiliok-game-strategy__text-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-jiliok-game-strategy__text-link:hover {
  text-decoration: underline;
}

.page-resources-jiliok-game-strategy__cta-section {
  background-color: #007bff;
  color: #ffffff;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  margin-top: 50px;
}

.page-resources-jiliok-game-strategy__cta-title {
  font-size: 2.5em;
  color: #ffc107;
  margin-bottom: 15px;
}

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

.page-resources-jiliok-game-strategy__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin-right: 15px;
}

.page-resources-jiliok-game-strategy__related-resources {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.page-resources-jiliok-game-strategy__resource-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.page-resources-jiliok-game-strategy__card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  flex: 1 1 calc(33% - 40px);
  max-width: calc(33% - 40px);
  text-align: left;
  transition: transform 0.3s ease;
}

.page-resources-jiliok-game-strategy__card:hover {
  transform: translateY(-5px);
}

.page-resources-jiliok-game-strategy__card-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-resources-jiliok-game-strategy__card-title a {
  text-decoration: none;
  color: inherit;
}

.page-resources-jiliok-game-strategy__card-title a:hover {
  text-decoration: underline;
}

.page-resources-jiliok-game-strategy__card-text {
  font-size: 1em;
  color: #555555;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-jiliok-game-strategy__main-title {
    font-size: 2.8em;
  }
  .page-resources-jiliok-game-strategy__intro-text {
    font-size: 1.2em;
  }
  .page-resources-jiliok-game-strategy__card {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .page-resources-jiliok-game-strategy__hero-content {
    padding: 15px;
  }
  .page-resources-jiliok-game-strategy__main-title {
    font-size: 2.2em;
  }
  .page-resources-jiliok-game-strategy__intro-text {
    font-size: 1em;
  }
  .page-resources-jiliok-game-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-jiliok-game-strategy__section-title {
    font-size: 1.8em;
  }
  .page-resources-jiliok-game-strategy__sub-section-title {
    font-size: 1.5em;
  }
  .page-resources-jiliok-game-strategy__paragraph,
  .page-resources-jiliok-game-strategy__list-item,
  .page-resources-jiliok-game-strategy__blockquote-text {
    font-size: 1em;
  }
  .page-resources-jiliok-game-strategy__content-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-jiliok-game-strategy__cta-title {
    font-size: 2em;
  }
  .page-resources-jiliok-game-strategy__cta-description {
    font-size: 1.1em;
  }
  .page-resources-jiliok-game-strategy__cta-button--large {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }
  .page-resources-jiliok-game-strategy__cta-button {
    display: block;
    width: 100%;
  }
  .page-resources-jiliok-game-strategy__resource-cards {
    flex-direction: column;
    align-items: center;
  }
  .page-resources-jiliok-game-strategy__card {
    flex: 1 1 90%;
    max-width: 90%;
  }
  .page-resources-jiliok-game-strategy__content-area {
    padding: 0 15px;
  }
  .page-resources-jiliok-game-strategy__related-resources {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-jiliok-game-strategy__main-title {
    font-size: 1.8em;
  }
  .page-resources-jiliok-game-strategy__cta-button {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .page-resources-jiliok-game-strategy__hero-content {
    padding: 10px;
  }
  .page-resources-jiliok-game-strategy__cta-title {
    font-size: 1.8em;
  }
}