.page-resources-jollywinph-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 */
  background-color: #FFFFFF;
}

.page-resources-jollywinph-platform-advantages__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-jollywinph-platform-advantages__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-resources-jollywinph-platform-advantages__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FCBC45; /* Highlight with login button color */
}

.page-resources-jollywinph-platform-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F0F0;
}

.page-resources-jollywinph-platform-advantages__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-resources-jollywinph-platform-advantages__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-resources-jollywinph-platform-advantages__button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
}

.page-resources-jollywinph-platform-advantages__button--register:hover {
  background-color: #E0E0E0;
  color: #000000;
}

.page-resources-jollywinph-platform-advantages__button--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
}

.page-resources-jollywinph-platform-advantages__button--login:hover {
  background-color: #E6A73C;
  color: #000000;
}

.page-resources-jollywinph-platform-advantages__button--explore,
.page-resources-jollywinph-platform-advantages__button--download,
.page-resources-jollywinph-platform-advantages__button--promo,
.page-resources-jollywinph-platform-advantages__button--support,
.page-resources-jollywinph-platform-advantages__button--join-now {
  background-color: #000000;
  color: #FCBC45;
  border: 2px solid #FCBC45;
  margin-top: 20px;
}

.page-resources-jollywinph-platform-advantages__button--explore:hover,
.page-resources-jollywinph-platform-advantages__button--download:hover,
.page-resources-jollywinph-platform-advantages__button--promo:hover,
.page-resources-jollywinph-platform-advantages__button--support:hover,
.page-resources-jollywinph-platform-advantages__button--join-now:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-jollywinph-platform-advantages__hero-image {
  margin-top: 40px;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 0;
}

.page-resources-jollywinph-platform-advantages__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jollywinph-platform-advantages__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
}

.page-resources-jollywinph-platform-advantages__breadcrumb {
  margin-bottom: 30px;
  font-size: 0.9em;
  color: #666666;
}

.page-resources-jollywinph-platform-advantages__breadcrumb-link {
  color: #000000;
  text-decoration: none;
}

.page-resources-jollywinph-platform-advantages__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-jollywinph-platform-advantages__breadcrumb-divider {
  margin: 0 5px;
}

.page-resources-jollywinph-platform-advantages__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-jollywinph-platform-advantages__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-jollywinph-platform-advantages__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-jollywinph-platform-advantages__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-resources-jollywinph-platform-advantages__image-container img {
  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-jollywinph-platform-advantages__game-list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-jollywinph-platform-advantages__list-item {
  margin-bottom: 10px;
}

.page-resources-jollywinph-platform-advantages__list-item strong {
  color: #000000;
}

.page-resources-jollywinph-platform-advantages__final-cta {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-resources-jollywinph-platform-advantages__return-link {
  text-align: center;
  margin-top: 40px;
}

.page-resources-jollywinph-platform-advantages__return-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.page-resources-jollywinph-platform-advantages__return-button:hover {
  background-color: #333333;
}

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

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

  .page-resources-jollywinph-platform-advantages__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jollywinph-platform-advantages__button {
    width: 80%;
    max-width: 300px;
  }

  .page-resources-jollywinph-platform-advantages__section-title {
    font-size: 2em;
  }

  .page-resources-jollywinph-platform-advantages__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-jollywinph-platform-advantages__paragraph,
  .page-resources-jollywinph-platform-advantages__game-list {
    font-size: 1em;
  }

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

  .page-resources-jollywinph-platform-advantages__image-container img {
    max-width: 100%;
    height: auto;
  }
}