/* style/resources-ahh88-game-strategy-guide.css */

.page-resources-ahh88-game-strategy-guide {
  color: #333333; /* Dark text for light body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-ahh88-game-strategy-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF;
  text-align: center;
  padding: 0;
}

.page-resources-ahh88-game-strategy-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
}

.page-resources-ahh88-game-strategy-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 20px;
  z-index: 10;
}

.page-resources-ahh88-game-strategy-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

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

.page-resources-ahh88-game-strategy-guide__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for CTA */
  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;
  border: 2px solid #FCBC45;
}

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

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

.page-resources-ahh88-game-strategy-guide__breadcrumbs {
  font-size: 0.9em;
  margin-bottom: 30px;
  color: #666666;
}

.page-resources-ahh88-game-strategy-guide__breadcrumbs a {
  color: #FCBC45;
  text-decoration: none;
}

.page-resources-ahh88-game-strategy-guide__breadcrumbs a:hover {
  text-decoration: underline;
}

.page-resources-ahh88-game-strategy-guide__article-wrapper {
  line-height: 1.7;
}

.page-resources-ahh88-game-strategy-guide__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-ahh88-game-strategy-guide__sub-heading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-ahh88-game-strategy-guide__paragraph {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.page-resources-ahh88-game-strategy-guide__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 1.5em;
  font-size: 1.1em;
}

.page-resources-ahh88-game-strategy-guide__list-item {
  margin-bottom: 0.5em;
}

.page-resources-ahh88-game-strategy-guide__list-item strong {
  color: #000000;
}

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

.page-resources-ahh88-game-strategy-guide__article a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-ahh88-game-strategy-guide__article a:hover {
  text-decoration: underline;
}

.page-resources-ahh88-game-strategy-guide__cta-section {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #000000;
  border-radius: 8px;
  color: #FFFFFF;
}

.page-resources-ahh88-game-strategy-guide__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  color: #FFFFFF;
}

.page-resources-ahh88-game-strategy-guide__cta-button--register {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
  margin-right: 15px;
}

.page-resources-ahh88-game-strategy-guide__cta-button--register:hover {
  background-color: #f0f0f0;
}

.page-resources-ahh88-game-strategy-guide__cta-button--login {
  background-color: #FCBC45;
  color: #000000;
  border-color: #FCBC45;
}

.page-resources-ahh88-game-strategy-guide__cta-button--login:hover {
  background-color: #e0a53b;
}

.page-resources-ahh88-game-strategy-guide__return-link {
  text-align: center;
  margin-top: 50px;
  font-size: 1.1em;
}

.page-resources-ahh88-game-strategy-guide__return-link a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-ahh88-game-strategy-guide__return-link a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-ahh88-game-strategy-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-ahh88-game-strategy-guide__hero-description {
    font-size: 1.1em;
  }

  .page-resources-ahh88-game-strategy-guide__article-heading {
    font-size: 1.8em;
  }

  .page-resources-ahh88-game-strategy-guide__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-ahh88-game-strategy-guide__paragraph,
  .page-resources-ahh88-game-strategy-guide__list,
  .page-resources-ahh88-game-strategy-guide__cta-text {
    font-size: 1em;
  }

  .page-resources-ahh88-game-strategy-guide__cta-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-resources-ahh88-game-strategy-guide__cta-button--register {
    margin-right: 0;
  }

  .page-resources-ahh88-game-strategy-guide__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small on mobile */
    min-height: 200px;
  }
}

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

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

  .page-resources-ahh88-game-strategy-guide__cta-button {
    padding: 12px 20px;
    font-size: 0.9em;
  }

  .page-resources-ahh88-game-strategy-guide__article-heading {
    font-size: 1.5em;
  }

  .page-resources-ahh88-game-strategy-guide__sub-heading {
    font-size: 1.3em;
  }
  .page-resources-ahh88-game-strategy-guide__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
}