.page-resources-popular-game-strategy {
  color: #333333; /* Dark text on light body background */
}

.page-resources-popular-game-strategy__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  min-height: 500px;
  overflow: hidden;
  background-color: #000000; /* Main background for hero section */
}

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

.page-resources-popular-game-strategy__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
  max-width: 800px;
  padding: 20px;
}

.page-resources-popular-game-strategy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-popular-game-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-popular-game-strategy__hero-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-popular-game-strategy__hero-button:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-popular-game-strategy__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-popular-game-strategy__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-popular-game-strategy__back-link:hover {
  color: #e0a53b;
}

.page-resources-popular-game-strategy__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-popular-game-strategy__subsection-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-popular-game-strategy__paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
}

.page-resources-popular-game-strategy__game-strategy-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-popular-game-strategy__card-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-popular-game-strategy__card-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-popular-game-strategy__card-text {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-resources-popular-game-strategy__card-button {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-popular-game-strategy__card-button:hover {
  background-color: #333333;
}

.page-resources-popular-game-strategy__responsible-gaming-link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-popular-game-strategy__responsible-gaming-link:hover {
  color: #e0a53b;
}

.page-resources-popular-game-strategy__call-to-action {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-popular-game-strategy__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-popular-game-strategy__cta-button:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-popular-game-strategy__cta-button--login {
  background-color: #000000;
  color: #FCBC45;
  border: 2px solid #FCBC45;
}

.page-resources-popular-game-strategy__cta-button--login:hover {
  background-color: #333333;
  border-color: #e0a53b;
  color: #e0a53b;
}

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

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

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

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

  .page-resources-popular-game-strategy__paragraph {
    font-size: 1em;
  }

  .page-resources-popular-game-strategy__game-strategy-card {
    padding: 15px;
  }

  .page-resources-popular-game-strategy__card-title {
    font-size: 1.3em;
  }

  .page-resources-popular-game-strategy__cta-button {
    display: block;
    margin: 15px auto;
  }

  .page-resources-popular-game-strategy__hero-image,
  .page-resources-popular-game-strategy__card-image {
    max-width: 100%;
    height: auto;
    min-height: 200px;
  }

  .page-resources-popular-game-strategy__content-area {
    padding: 15px;
  }

  .page-resources-popular-game-strategy {
    max-width: 100%;
    overflow-x: hidden;
  }
}