.page-resources-phjoy22-platform-advantages {
  color: #333333; /* Dark text for light body background */
  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-phjoy22-platform-advantages__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-phjoy22-platform-advantages__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly dim the image for text readability, no color change */
}

.page-resources-phjoy22-platform-advantages__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 90%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-phjoy22-platform-advantages__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  line-height: 1.2;
}

.page-resources-phjoy22-platform-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-phjoy22-platform-advantages__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for CTA button */
  color: #000000; /* Dark text for bright button */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-phjoy22-platform-advantages__cta-button:hover {
  background-color: #FFD700; /* Slightly brighter yellow on hover */
  transform: translateY(-2px);
}

.page-resources-phjoy22-platform-advantages__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF; /* White background for article content */
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-phjoy22-platform-advantages__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000; /* Main color for link */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-phjoy22-platform-advantages__back-link:hover {
  color: #FCBC45; /* Accent color on hover */
}

.page-resources-phjoy22-platform-advantages__article {
  line-height: 1.7;
}

.page-resources-phjoy22-platform-advantages__article-heading {
  font-size: 2em;
  color: #000000; /* Main color for headings */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-phjoy22-platform-advantages__article-subheading {
  font-size: 1.5em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-phjoy22-platform-advantages__article p {
  margin-bottom: 1em;
  font-size: 1.05em;
}

.page-resources-phjoy22-platform-advantages__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-resources-phjoy22-platform-advantages__final-cta {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-phjoy22-platform-advantages__final-cta p {
  font-size: 1.3em;
  margin-bottom: 25px;
  color: #000000;
  font-weight: bold;
}

.page-resources-phjoy22-platform-advantages__cta-button--large {
  padding: 18px 40px;
  font-size: 1.25em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-phjoy22-platform-advantages__hero-content {
    width: 95%;
    padding: 15px;
  }

  .page-resources-phjoy22-platform-advantages__hero-title {
    font-size: 2em;
  }

  .page-resources-phjoy22-platform-advantages__hero-description {
    font-size: 1em;
  }

  .page-resources-phjoy22-platform-advantages__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-phjoy22-platform-advantages__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-phjoy22-platform-advantages__article-heading {
    font-size: 1.6em;
  }

  .page-resources-phjoy22-platform-advantages__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-phjoy22-platform-advantages__article-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-phjoy22-platform-advantages__article p {
    font-size: 1em;
  }

  .page-resources-phjoy22-platform-advantages__final-cta p {
    font-size: 1.1em;
  }

  .page-resources-phjoy22-platform-advantages__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-phjoy22-platform-advantages__hero-title {
    font-size: 1.5em;
  }

  .page-resources-phjoy22-platform-advantages__hero-description {
    font-size: 0.9em;
  }

  .page-resources-phjoy22-platform-advantages__cta-button {
    width: 100%;
    padding: 10px;
    font-size: 0.9em;
  }

  .page-resources-phjoy22-platform-advantages__hero-content {
    padding: 10px;
  }
}