.page-resources-jili-fishing-games-guide {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content starts below fixed header */
}

.page-resources-jili-fishing-games-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px; /* Minimum height for hero section */
}

.page-resources-jili-fishing-games-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-resources-jili-fishing-games-guide__hero-overlay {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent dark overlay for text */
  border-radius: 8px;
}

.page-resources-jili-fishing-games-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold main color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jili-fishing-games-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-jili-fishing-games-guide__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold main color */
  color: #8B0000; /* Dark red for text */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

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

.page-resources-jili-fishing-games-guide__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

.page-resources-jili-fishing-games-guide__back-link:hover {
  color: #FFD700; /* Gold on hover */
}

.page-resources-jili-fishing-games-guide__section-title {
  font-size: 2.2em;
  color: #8B0000; /* Dark red accent */
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-jili-fishing-games-guide__sub-title {
  font-size: 1.8em;
  color: #8B0000; /* Dark red accent */
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-resources-jili-fishing-games-guide__paragraph {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-jili-fishing-games-guide__keyword-highlight {
  color: #8B0000;
  font-weight: bold;
}

.page-resources-jili-fishing-games-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-jili-fishing-games-guide__list-item {
  margin-bottom: 10px;
}

.page-resources-jili-fishing-games-guide__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jili-fishing-games-guide__text-link {
  color: #8B0000;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-jili-fishing-games-guide__text-link:hover {
  color: #FFD700;
}

.page-resources-jili-fishing-games-guide__cta-section {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 40px;
  margin-top: 50px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-jili-fishing-games-guide__cta-image {
  display: block;
  margin: 0 auto 25px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jili-fishing-games-guide__cta-title {
  font-size: 2em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-resources-jili-fishing-games-guide__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #555555;
}

.page-resources-jili-fishing-games-guide__cta-button {
  display: inline-block;
  background-color: #8B0000; /* Dark red accent */
  color: #ffffff;
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-jili-fishing-games-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-jili-fishing-games-guide__hero-description {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-jili-fishing-games-guide {
    padding-top: var(--header-offset, 80px);
  }
  .page-resources-jili-fishing-games-guide__hero-title {
    font-size: 2.2em;
  }
  .page-resources-jili-fishing-games-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-jili-fishing-games-guide__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-jili-fishing-games-guide__content-area {
    margin: 20px auto;
    padding: 15px;
  }
  .page-resources-jili-fishing-games-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-jili-fishing-games-guide__sub-title {
    font-size: 1.5em;
  }
  .page-resources-jili-fishing-games-guide__paragraph,
  .page-resources-jili-fishing-games-guide__list {
    font-size: 0.95em;
  }
  .page-resources-jili-fishing-games-guide__article-image,
  .page-resources-jili-fishing-games-guide__cta-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-jili-fishing-games-guide__cta-title {
    font-size: 1.8em;
  }
  .page-resources-jili-fishing-games-guide__cta-description {
    font-size: 1.1em;
  }
  .page-resources-jili-fishing-games-guide__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-jili-fishing-games-guide__hero-title {
    font-size: 1.8em;
  }
  .page-resources-jili-fishing-games-guide__hero-description {
    font-size: 0.9em;
  }
  .page-resources-jili-fishing-games-guide__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-jili-fishing-games-guide__section-title {
    font-size: 1.5em;
  }
  .page-resources-jili-fishing-games-guide__sub-title {
    font-size: 1.3em;
  }
  .page-resources-jili-fishing-games-guide__paragraph,
  .page-resources-jili-fishing-games-guide__list {
    font-size: 0.9em;
  }
  .page-resources-jili-fishing-games-guide__cta-title {
    font-size: 1.5em;
  }
  .page-resources-jili-fishing-games-guide__cta-description {
    font-size: 1em;
  }
  .page-resources-jili-fishing-games-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}