.page-resources-jilijili-platform-advantages {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF; /* Ensures a consistent background, though body is already white */
  padding-top: var(--header-offset, 120px); /* Space for fixed header */
}

.page-resources-jilijili-platform-advantages__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero to make text pop */
  color: #FFFFFF;
  padding-bottom: 60px; /* Adjust as needed to ensure content below hero */
}

.page-resources-jilijili-platform-advantages__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.page-resources-jilijili-platform-advantages__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7; /* Slightly dim image to ensure text readability */
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jilijili-platform-advantages__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 800px;
  z-index: 10;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-jilijili-platform-advantages__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45; /* Gold accent for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

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

.page-resources-jilijili-platform-advantages__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-jilijili-platform-advantages__button {
  display: inline-block;
  padding: 12px 25px;
  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;
}

.page-resources-jilijili-platform-advantages__button--register {
  background-color: #000000; /* Dark button background */
  color: #FFFFFF; /* Text color as specified */
  border: 2px solid #FCBC45;
}

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

.page-resources-jilijili-platform-advantages__button--login {
  background-color: #FCBC45; /* Gold button background */
  color: #000000; /* Dark text for contrast */
  border: 2px solid #FCBC45;
}

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

.page-resources-jilijili-platform-advantages__button--play,
.page-resources-jilijili-platform-advantages__button--download,
.page-resources-jilijili-platform-advantages__button--deposit,
.page-resources-jilijili-platform-advantages__button--promo,
.page-resources-jilijili-platform-advantages__button--join-now {
  background-color: #FCBC45;
  color: #000000;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
  margin-top: 20px;
}

.page-resources-jilijili-platform-advantages__button--play:hover,
.page-resources-jilijili-platform-advantages__button--download:hover,
.page-resources-jilijili-platform-advantages__button--deposit:hover,
.page-resources-jilijili-platform-advantages__button--promo:hover,
.page-resources-jilijili-platform-advantages__button--join-now:hover {
  background-color: #000000;
  color: #FCBC45;
}

.page-resources-jilijili-platform-advantages__button--learn-more,
.page-resources-jilijili-platform-advantages__button--contact {
  background-color: #000000;
  color: #FCBC45;
  border: 2px solid #FCBC45;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
  margin-top: 20px;
}

.page-resources-jilijili-platform-advantages__button--learn-more:hover,
.page-resources-jilijili-platform-advantages__button--contact:hover {
  background-color: #FCBC45;
  color: #000000;
}

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

.page-resources-jilijili-platform-advantages__back-link,
.page-resources-jilijili-platform-advantages__back-to-resources {
  display: inline-block;
  margin-bottom: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jilijili-platform-advantages__back-link:hover,
.page-resources-jilijili-platform-advantages__back-to-resources:hover {
  color: #000000;
}

.page-resources-jilijili-platform-advantages__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-jilijili-platform-advantages__article-subheading {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-resources-jilijili-platform-advantages__article-paragraph {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.page-resources-jilijili-platform-advantages__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

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

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

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

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

  .page-resources-jilijili-platform-advantages__button {
    width: 80%;
    margin: 0 auto;
  }

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

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

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

  .page-resources-jilijili-platform-advantages__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }

  /* Ensure content area images do not cause horizontal scroll */
  .page-resources-jilijili-platform-advantages img {
    max-width: 100%;
    height: auto;
  }
}

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

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

  .page-resources-jilijili-platform-advantages__button {
    font-size: 1em;
    padding: 10px 20px;
  }
}