.page-resources-96ph-platform-advantages {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: var(--secondary-color); /* Assumed light background from shared.css */
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-96ph-platform-advantages__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF; /* Light text over dark hero image */
  text-align: center;
  padding-bottom: 40px; /* Adjust as needed */
}

.page-resources-96ph-platform-advantages__hero-image {
  width: 100%;
  height: auto; /* Ensures aspect ratio is maintained */
  display: block;
  object-fit: cover; /* Covers the area, cropping if necessary */
  position: absolute;
  top: 0;
  left: 0;
  min-width: 200px; /* Minimum image width */
  min-height: 200px; /* Minimum image height */
}

.page-resources-96ph-platform-advantages__hero-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio for hero image */
  height: 0;
}

.page-resources-96ph-platform-advantages__hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
}

.page-resources-96ph-platform-advantages__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FCBC45; /* Login color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  max-width: 900px;
}

.page-resources-96ph-platform-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.page-resources-96ph-platform-advantages__hero-actions {
  display: flex;
  gap: 20px;
}

.page-resources-96ph-platform-advantages__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;
  min-width: 200px; /* Enforce min-width for buttons */
  text-align: center;
  box-sizing: border-box;
}

.page-resources-96ph-platform-advantages__button--register {
  background-color: #FFFFFF; /* Register color */
  color: #000000; /* Main color for text */
  border: 2px solid #FFFFFF;
}

.page-resources-96ph-platform-advantages__button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-96ph-platform-advantages__button--login {
  background-color: #FCBC45; /* Login color */
  color: #000000; /* Main color for text */
  border: 2px solid #FCBC45;
}

.page-resources-96ph-platform-advantages__button--login:hover {
  background-color: #e0a538;
  transform: translateY(-2px);
}

.page-resources-96ph-platform-advantages__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-96ph-platform-advantages__section-title {
  font-size: 2.2em;
  color: #000000; /* Main color */
  text-align: center;
  margin-bottom: 30px;
}

.page-resources-96ph-platform-advantages__introduction {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

.page-resources-96ph-platform-advantages__article {
  margin-bottom: 60px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-96ph-platform-advantages__article-heading {
  font-size: 1.8em;
  color: #000000; /* Main color */
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.page-resources-96ph-platform-advantages__sub-heading {
  font-size: 1.4em;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-96ph-platform-advantages__article-paragraph {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-resources-96ph-platform-advantages__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-96ph-platform-advantages__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Minimum image width */
  min-height: 200px; /* Minimum image height */
}

.page-resources-96ph-platform-advantages__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-96ph-platform-advantages__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-96ph-platform-advantages__link-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000000; /* Main color for links */
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.page-resources-96ph-platform-advantages__link-button:hover {
  background-color: #333333;
}

.page-resources-96ph-platform-advantages__conclusion-section {
  text-align: center;
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-96ph-platform-advantages__conclusion-title {
  font-size: 2.2em;
  color: #000000; /* Main color */
  margin-bottom: 20px;
}

.page-resources-96ph-platform-advantages__conclusion-paragraph {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555555;
}

.page-resources-96ph-platform-advantages__conclusion-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-96ph-platform-advantages__button--cta {
  background-color: #FCBC45; /* Login color */
  color: #000000; /* Main color */
  border: 2px solid #FCBC45;
}

.page-resources-96ph-platform-advantages__button--cta:hover {
  background-color: #e0a538;
  transform: translateY(-2px);
}

.page-resources-96ph-platform-advantages__link-button--back {
  background-color: #000000;
  color: #FFFFFF;
}

.page-resources-96ph-platform-advantages__link-button--back:hover {
  background-color: #333333;
}

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

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

  .page-resources-96ph-platform-advantages__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-96ph-platform-advantages__button {
    width: 80%; /* Make buttons full width on mobile */
    margin: 0 auto; /* Center buttons */
    min-width: unset;
  }

  .page-resources-96ph-platform-advantages__section-title,
  .page-resources-96ph-platform-advantages__conclusion-title {
    font-size: 1.8em;
  }

  .page-resources-96ph-platform-advantages__article-heading {
    font-size: 1.5em;
  }

  .page-resources-96ph-platform-advantages__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-96ph-platform-advantages__content-area {
    padding: 20px 15px;
  }

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

  .page-resources-96ph-platform-advantages__conclusion-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-96ph-platform-advantages__link-button {
    width: 80%;
    margin: 15px auto 0 auto;
  }
}

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

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

  .page-resources-96ph-platform-advantages__button {
    padding: 10px 20px;
  }

  .page-resources-96ph-platform-advantages__section-title,
  .page-resources-96ph-platform-advantages__conclusion-title {
    font-size: 1.5em;
  }

  .page-resources-96ph-platform-advantages__article-heading {
    font-size: 1.3em;
  }
}