.page-resources-jili88ph-latest-game-guide {
  color: #ffffff; /* Light text for dark body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-jili88ph-latest-game-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 450px;
}

.page-resources-jili88ph-latest-game-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6); /* Slightly darken background image for text readability */
}

.page-resources-jili88ph-latest-game-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent dark overlay for text clarity */
  border-radius: 10px;
}

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

.page-resources-jili88ph-latest-game-guide__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-jili88ph-latest-game-guide__hero-button,
.page-resources-jili88ph-latest-game-guide__action-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A1A1A;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-jili88ph-latest-game-guide__hero-button:hover,
.page-resources-jili88ph-latest-game-guide__action-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-jili88ph-latest-game-guide__action-button--primary {
  background-color: #FFD700;
  color: #1A1A1A;
  padding: 18px 35px;
  font-size: 1.3em;
}

.page-resources-jili88ph-latest-game-guide__action-button--primary:hover {
  background-color: #e6c200;
}

.page-resources-jili88ph-latest-game-guide__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #1A1A1A; /* Dark background for content cards */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-jili88ph-latest-game-guide__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-jili88ph-latest-game-guide__back-link:hover {
  color: #e6c200;
}

.page-resources-jili88ph-latest-game-guide__article-heading {
  font-size: 2.2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-resources-jili88ph-latest-game-guide__article-subheading {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-jili88ph-latest-game-guide__article-paragraph {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #f0f0f0;
}

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

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-jili88ph-latest-game-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-jili88ph-latest-game-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-jili88ph-latest-game-guide__hero-button,
  .page-resources-jili88ph-latest-game-guide__action-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-jili88ph-latest-game-guide__action-button--primary {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-resources-jili88ph-latest-game-guide__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-jili88ph-latest-game-guide__article-heading {
    font-size: 1.8em;
  }

  .page-resources-jili88ph-latest-game-guide__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-jili88ph-latest-game-guide__article-paragraph {
    font-size: 0.95em;
  }

  .page-resources-jili88ph-latest-game-guide__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-jili88ph-latest-game-guide__content-area img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-resources-jili88ph-latest-game-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-jili88ph-latest-game-guide__hero-description {
    font-size: 0.9em;
  }

  .page-resources-jili88ph-latest-game-guide__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}