.page-resources-8k8o-popular-game-strategies {
  color: #333333;
  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-8k8o-popular-game-strategies__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  text-align: center;
  color: #ffffff;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-8k8o-popular-game-strategies__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-resources-8k8o-popular-game-strategies__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-8k8o-popular-game-strategies__hero-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  padding: 30px;
  border-radius: 8px;
}

.page-resources-8k8o-popular-game-strategies__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700; /* Gold accent */
  line-height: 1.2;
}

.page-resources-8k8o-popular-game-strategies__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-8k8o-popular-game-strategies__hero-cta,
.page-resources-8k8o-popular-game-strategies__final-cta {
  display: inline-block;
  background-color: #DC143C; /* Deep Red for CTA */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-8k8o-popular-game-strategies__hero-cta:hover,
.page-resources-8k8o-popular-game-strategies__final-cta:hover {
  background-color: #ff4500;
}

.page-resources-8k8o-popular-game-strategies__content-area {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
}

.page-resources-8k8o-popular-game-strategies__article-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-8k8o-popular-game-strategies__introduction {
  font-size: 1.1em;
  margin-bottom: 30px;
  line-height: 1.7;
  color: #555555;
}

.page-resources-8k8o-popular-game-strategies__section-title {
  font-size: 2em;
  color: #0A2342; /* Main dark blue */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-8k8o-popular-game-strategies__subsection-title {
  font-size: 1.6em;
  color: #0A2342;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-8k8o-popular-game-strategies__sub-subsection-title {
  font-size: 1.3em;
  color: #0A2342;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-8k8o-popular-game-strategies__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  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-8k8o-popular-game-strategies__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #444444;
}

.page-resources-8k8o-popular-game-strategies__list li {
  margin-bottom: 10px;
}

.page-resources-8k8o-popular-game-strategies__promo-link,
.page-resources-8k8o-popular-game-strategies__back-link {
  display: inline-block;
  background-color: #0A2342; /* Main dark blue */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-8k8o-popular-game-strategies__promo-link:hover,
.page-resources-8k8o-popular-game-strategies__back-link:hover {
  background-color: #FFD700;
  color: #0A2342;
}

.page-resources-8k8o-popular-game-strategies__final-cta-container {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

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

  .page-resources-8k8o-popular-game-strategies__hero-description {
    font-size: 1em;
  }

  .page-resources-8k8o-popular-game-strategies__section-title {
    font-size: 1.8em;
  }

  .page-resources-8k8o-popular-game-strategies__subsection-title {
    font-size: 1.4em;
  }

  .page-resources-8k8o-popular-game-strategies__hero-container {
    padding: 20px;
  }

  .page-resources-8k8o-popular-game-strategies__content-area {
    padding: 20px 15px;
  }

  .page-resources-8k8o-popular-game-strategies__article-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-8k8o-popular-game-strategies__final-cta-container {
    flex-direction: column;
  }

  /* Ensure content images do not overflow */
  .page-resources-8k8o-popular-game-strategies img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-8k8o-popular-game-strategies__hero-title {
    font-size: 1.6em;
  }

  .page-resources-8k8o-popular-game-strategies__hero-description {
    font-size: 0.9em;
  }

  .page-resources-8k8o-popular-game-strategies__hero-cta,
  .page-resources-8k8o-popular-game-strategies__final-cta {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-8k8o-popular-game-strategies__section-title {
    font-size: 1.5em;
  }

  .page-resources-8k8o-popular-game-strategies__promo-link,
  .page-resources-8k8o-popular-game-strategies__back-link {
    padding: 10px 18px;
  }
}