.page-resources-phjoy22-latest-promo-analysis {
  color: #333333; /* Dark text for light body background */
}

.page-resources-phjoy22-latest-promo-analysis__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  position: relative;
  overflow: hidden;
  background-color: #000000; /* Main brand color */
}

.page-resources-phjoy22-latest-promo-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image slightly for text readability */
}

.page-resources-phjoy22-latest-promo-analysis__hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  color: #FFFFFF; /* White text for dark hero background */
  z-index: 1;
}

.page-resources-phjoy22-latest-promo-analysis__hero-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-phjoy22-latest-promo-analysis__hero-description {
  font-size: clamp(1rem, 2vw, 1.5rem);
  max-width: 800px;
  margin-bottom: 30px;
  line-height: 1.6;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-phjoy22-latest-promo-analysis__hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-resources-phjoy22-latest-promo-analysis__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;
  font-size: 1.1rem;
  cursor: pointer;
  border: none;
}

.page-resources-phjoy22-latest-promo-analysis__button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000; /* Text color for register button */
}

.page-resources-phjoy22-latest-promo-analysis__button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-phjoy22-latest-promo-analysis__button--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Text color for login button */
}

.page-resources-phjoy22-latest-promo-analysis__button--login:hover {
  background-color: #e0a53a;
  transform: translateY(-2px);
}

.page-resources-phjoy22-latest-promo-analysis__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.7;
  font-size: 1.1rem;
}

.page-resources-phjoy22-latest-promo-analysis__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.page-resources-phjoy22-latest-promo-analysis__sub-title {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-phjoy22-latest-promo-analysis__paragraph {
  margin-bottom: 20px;
  font-size: 1rem;
}

.page-resources-phjoy22-latest-promo-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.page-resources-phjoy22-latest-promo-analysis__ordered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.page-resources-phjoy22-latest-promo-analysis__list-item {
  margin-bottom: 10px;
}

.page-resources-phjoy22-latest-promo-analysis__image {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-phjoy22-latest-promo-analysis__image--centered {
  margin-left: auto;
  margin-right: auto;
}

.page-resources-phjoy22-latest-promo-analysis__button--cta {
  background-color: #FCBC45; /* General CTA button color */
  color: #000000;
  margin-top: 20px;
}

.page-resources-phjoy22-latest-promo-analysis__button--cta:hover {
  background-color: #e0a53a;
  transform: translateY(-2px);
}

.page-resources-phjoy22-latest-promo-analysis__button--download {
  background-color: #000000; /* Download button color */
  color: #FFFFFF;
  margin-top: 20px;
}

.page-resources-phjoy22-latest-promo-analysis__button--download:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-resources-phjoy22-latest-promo-analysis__button--learn-more {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  margin-top: 20px;
}

.page-resources-phjoy22-latest-promo-analysis__button--learn-more:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-phjoy22-latest-promo-analysis__back-link-container {
  text-align: center;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page-resources-phjoy22-latest-promo-analysis__back-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
}

.page-resources-phjoy22-latest-promo-analysis__back-link:hover {
  text-decoration: underline;
  color: #FCBC45;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-phjoy22-latest-promo-analysis__hero-content {
    padding: 15px;
  }

  .page-resources-phjoy22-latest-promo-analysis__hero-title {
    font-size: 2.2rem;
  }

  .page-resources-phjoy22-latest-promo-analysis__hero-description {
    font-size: 0.95rem;
    max-width: 90%;
  }

  .page-resources-phjoy22-latest-promo-analysis__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-phjoy22-latest-promo-analysis__button {
    width: 80%;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-resources-phjoy22-latest-promo-analysis__content-area {
    padding: 20px 15px;
    font-size: 1rem;
  }

  .page-resources-phjoy22-latest-promo-analysis__section-title {
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-resources-phjoy22-latest-promo-analysis__sub-title {
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  /* Mobile content area images must not overflow */
  .page-resources-phjoy22-latest-promo-analysis img {
    max-width: 100%;
    height: auto;
  }

  /* Ensure content area images are not smaller than 200px on smaller screens if they are main content images */
  .page-resources-phjoy22-latest-promo-analysis__image {
      min-width: 200px;
      min-height: 200px;
  }
}