/* style/resources-jili10-popular-game-strategy.css */

.page-resources-jili10-popular-game-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for default light body background */
  background-color: #f9f9f9; /* Light background for content area */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-jili10-popular-game-strategy__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #8B0000; /* Deep red background for hero */
  color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px; /* Minimum height for hero section */
}

.page-resources-jili10-popular-game-strategy__hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-jili10-popular-game-strategy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.7;
}

.page-resources-jili10-popular-game-strategy__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for readability */
  border-radius: 10px;
}

.page-resources-jili10-popular-game-strategy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.page-resources-jili10-popular-game-strategy__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-jili10-popular-game-strategy__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Deep red 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-jili10-popular-game-strategy__hero-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  color: #5a0000;
}

.page-resources-jili10-popular-game-strategy__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-jili10-popular-game-strategy__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #8B0000; /* Deep red link */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jili10-popular-game-strategy__back-link:hover {
  color: #FFD700; /* Gold on hover */
}

.page-resources-jili10-popular-game-strategy__section-title {
  font-size: 2.2em;
  color: #8B0000; /* Deep red title */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-jili10-popular-game-strategy__subsection-title {
  font-size: 1.8em;
  color: #8B0000; /* Deep red subtitle */
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-jili10-popular-game-strategy__sub-subsection-title {
  font-size: 1.5em;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-jili10-popular-game-strategy__paragraph {
  margin-bottom: 1.2em;
  font-size: 1.1em;
}

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

.page-resources-jili10-popular-game-strategy__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-jili10-popular-game-strategy__image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-jili10-popular-game-strategy__image--centered {
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jili10-popular-game-strategy__button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Deep red text */
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-jili10-popular-game-strategy__button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  color: #5a0000;
}

.page-resources-jili10-popular-game-strategy__cta-section {
  text-align: center;
  background-color: #8B0000; /* Deep red CTA background */
  color: #ffffff;
  padding: 50px 30px;
  margin-top: 60px;
  border-radius: 10px;
}

.page-resources-jili10-popular-game-strategy__cta-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold title */
  margin-bottom: 20px;
}

.page-resources-jili10-popular-game-strategy__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jili10-popular-game-strategy__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Deep red text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-jili10-popular-game-strategy__cta-button:hover {
  background-color: #e6c200;
  color: #5a0000;
}

.page-resources-jili10-popular-game-strategy__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-resources-jili10-popular-game-strategy__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #8B0000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-jili10-popular-game-strategy__hero-title {
    font-size: 2.2em;
  }

  .page-resources-jili10-popular-game-strategy__hero-description {
    font-size: 1em;
  }

  .page-resources-jili10-popular-game-strategy__hero-content {
    padding: 20px;
  }

  .page-resources-jili10-popular-game-strategy__section-title {
    font-size: 1.8em;
  }

  .page-resources-jili10-popular-game-strategy__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-jili10-popular-game-strategy__sub-subsection-title {
    font-size: 1.2em;
  }

  .page-resources-jili10-popular-game-strategy__paragraph,
  .page-resources-jili10-popular-game-strategy__list-item {
    font-size: 1em;
  }

  .page-resources-jili10-popular-game-strategy__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-jili10-popular-game-strategy__image {
    max-width: 100%;
    height: auto; /* Ensure images scale correctly */
  }

  .page-resources-jili10-popular-game-strategy__cta-title {
    font-size: 1.8em;
  }

  .page-resources-jili10-popular-game-strategy__cta-description {
    font-size: 1em;
  }

  .page-resources-jili10-popular-game-strategy__cta-button {
    width: 100%;
    margin-bottom: 15px;
  }

  /* Mobile content area images must not overflow */
  .page-resources-jili10-popular-game-strategy img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-jili10-popular-game-strategy {
    overflow-x: hidden;
  }
}