.page-resources-jljl1-game-guide {
  color: #333333; /* Dark text 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-jljl1-game-guide__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero section */
  color: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
}

.page-resources-jljl1-game-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.5); /* Dim the image slightly for text readability */
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jljl1-game-guide__hero-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px; /* Ensure hero section has a minimum height */
}

.page-resources-jljl1-game-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
}

.page-resources-jljl1-game-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jljl1-game-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-jljl1-game-guide__hero-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.page-resources-jljl1-game-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-width: 200px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-jljl1-game-guide__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-jljl1-game-guide__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
  transform: translateY(-3px);
}

.page-resources-jljl1-game-guide__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-jljl1-game-guide__button--login:hover {
  background-color: transparent;
  color: #FCBC45;
  transform: translateY(-3px);
}

.page-resources-jljl1-game-guide__content-area {
  max-width: 800px; /* Constrain content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-jljl1-game-guide__section-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-jljl1-game-guide__subsection-title {
  font-size: 1.6em;
  color: #FCBC45;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.page-resources-jljl1-game-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

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

.page-resources-jljl1-game-guide__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 20px;
  text-align: center;
  margin-top: 60px;
  border-radius: 10px;
}

.page-resources-jljl1-game-guide__cta-title {
  font-size: 2.2em;
  color: #FCBC45;
  margin-bottom: 20px;
}

.page-resources-jljl1-game-guide__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jljl1-game-guide__cta-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-jljl1-game-guide__related-resources {
  margin-top: 60px;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.page-resources-jljl1-game-guide__resource-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.page-resources-jljl1-game-guide__resource-item {
  margin-bottom: 10px;
}

.page-resources-jljl1-game-guide__resource-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-jljl1-game-guide__resource-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

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

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

  .page-resources-jljl1-game-guide__hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-jljl1-game-guide__button {
    width: 80%;
    max-width: 300px;
  }

  .page-resources-jljl1-game-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-jljl1-game-guide__subsection-title {
    font-size: 1.4em;
  }

  .page-resources-jljl1-game-guide__paragraph {
    font-size: 1em;
  }

  .page-resources-jljl1-game-guide__cta-title {
    font-size: 1.8em;
  }

  /* Ensure images do not overflow on mobile */
  .page-resources-jljl1-game-guide img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-jljl1-game-guide__content-area {
    padding: 0 15px;
  }
}

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

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

  .page-resources-jljl1-game-guide__button {
    width: 90%;
  }
}