.page-resources-ph-win-promo-analysis {
  color: #333333; /* Dark text for default light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-resources-ph-win-promo-analysis__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px);
  background-color: #007bff; /* Main brand color for hero background */
  color: #ffffff;
  text-align: center;
  padding-bottom: 60px;
}

.page-resources-ph-win-promo-analysis__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}

.page-resources-ph-win-promo-analysis__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-ph-win-promo-analysis__hero-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 8px;
  margin-top: -80px; /* Overlap with image slightly */
  max-width: 800px;
}

.page-resources-ph-win-promo-analysis__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffc107; /* Auxiliary color for emphasis */
}

.page-resources-ph-win-promo-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-ph-win-promo-analysis__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-ph-win-promo-analysis__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.page-resources-ph-win-promo-analysis__button--primary {
  background-color: #ffc107; /* Auxiliary color */
  color: #007bff; /* Main color for text */
  border: 2px solid #ffc107;
}

.page-resources-ph-win-promo-analysis__button--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-ph-win-promo-analysis__button--secondary {
  background-color: transparent;
  color: #ffc107; /* Auxiliary color */
  border: 2px solid #ffc107;
}

.page-resources-ph-win-promo-analysis__button--secondary:hover {
  background-color: rgba(255, 193, 7, 0.2);
  transform: translateY(-2px);
}

.page-resources-ph-win-promo-analysis__content-area {
  max-width: 800px; /* Constrain content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-ph-win-promo-analysis__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-ph-win-promo-analysis__back-link:hover {
  text-decoration: underline;
}

.page-resources-ph-win-promo-analysis__article {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-ph-win-promo-analysis__article-heading {
  font-size: 2.2em;
  color: #007bff;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-ph-win-promo-analysis__article-subheading {
  font-size: 1.8em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-ph-win-promo-analysis__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-ph-win-promo-analysis__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-ph-win-promo-analysis__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-ph-win-promo-analysis__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-ph-win-promo-analysis__list-item strong {
  color: #007bff;
}

.page-resources-ph-win-promo-analysis__cta-section {
  text-align: center;
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.page-resources-ph-win-promo-analysis__cta-title {
  font-size: 2em;
  color: #007bff;
  margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-ph-win-promo-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-ph-win-promo-analysis__hero-description {
    font-size: 1em;
  }

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

  .page-resources-ph-win-promo-analysis__button {
    width: 80%;
    padding: 10px 20px;
  }

  .page-resources-ph-win-promo-analysis__article-heading {
    font-size: 1.8em;
  }

  .page-resources-ph-win-promo-analysis__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-ph-win-promo-analysis__article-paragraph,
  .page-resources-ph-win-promo-analysis__list-item {
    font-size: 1em;
  }

  .page-resources-ph-win-promo-analysis__hero-image,
  .page-resources-ph-win-promo-analysis__article-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-ph-win-promo-analysis__content-area {
    padding: 0 15px;
  }

  .page-resources-ph-win-promo-analysis__hero-content {
    margin-top: -40px; /* Adjust overlap for mobile */
  }
}

@media (max-width: 480px) {
  .page-resources-ph-win-promo-analysis__hero-title {
    font-size: 1.8em;
  }

  .page-resources-ph-win-promo-analysis__hero-description {
    font-size: 0.9em;
  }

  .page-resources-ph-win-promo-analysis__button {
    width: 90%;
  }
}