.page-resources-jollibee777-game-guide {
  color: #333333; /* Dark text on light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-resources-jollibee777-game-guide__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  background-color: #000000; /* Dark background for hero content area */
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}

.page-resources-jollibee777-game-guide__hero-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-jollibee777-game-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}

.page-resources-jollibee777-game-guide__hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 20px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jollibee777-game-guide__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-jollibee777-game-guide__intro-text {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  color: #FFFFFF;
}

.page-resources-jollibee777-game-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.page-resources-jollibee777-game-guide__cta-button--register {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Main color */
  border: 2px solid #FCBC45;
}

.page-resources-jollibee777-game-guide__cta-button--register:hover {
  background-color: #e0a73d;
  transform: translateY(-3px);
}

.page-resources-jollibee777-game-guide__content-area {
  max-width: 800px; /* Constrain content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
}

.page-resources-jollibee777-game-guide__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jollibee777-game-guide__back-link:hover {
  color: #FCBC45;
}

.page-resources-jollibee777-game-guide__article {
  padding: 20px 0;
}

.page-resources-jollibee777-game-guide__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

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

.page-resources-jollibee777-game-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-jollibee777-game-guide__paragraph a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-jollibee777-game-guide__paragraph a:hover {
  text-decoration: underline;
}

.page-resources-jollibee777-game-guide__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-jollibee777-game-guide__cta-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-jollibee777-game-guide__cta-button--login,
.page-resources-jollibee777-game-guide__cta-button--join,
.page-resources-jollibee777-game-guide__cta-button--download,
.page-resources-jollibee777-game-guide__cta-button--start {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  margin: 10px;
}

.page-resources-jollibee777-game-guide__cta-button--login:hover,
.page-resources-jollibee777-game-guide__cta-button--join:hover,
.page-resources-jollibee777-game-guide__cta-button--download:hover,
.page-resources-jollibee777-game-guide__cta-button--start:hover {
  background-color: #e0a73d;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-jollibee777-game-guide__main-title {
    font-size: 2.8em;
  }

  .page-resources-jollibee777-game-guide__intro-text {
    font-size: 1.2em;
  }

  .page-resources-jollibee777-game-guide__section-title {
    font-size: 2em;
  }

  .page-resources-jollibee777-game-guide__sub-section-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-jollibee777-game-guide__hero-content {
    padding: 60px 15px;
  }

  .page-resources-jollibee777-game-guide__main-title {
    font-size: 2.2em;
  }

  .page-resources-jollibee777-game-guide__intro-text {
    font-size: 1em;
  }

  .page-resources-jollibee777-game-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-jollibee777-game-guide__content-area {
    padding: 20px 15px;
  }

  .page-resources-jollibee777-game-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-jollibee777-game-guide__sub-section-title {
    font-size: 1.4em;
  }

  .page-resources-jollibee777-game-guide__paragraph {
    font-size: 1em;
  }

  .page-resources-jollibee777-game-guide__image-content {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-jollibee777-game-guide__main-title {
    font-size: 1.8em;
  }

  .page-resources-jollibee777-game-guide__intro-text {
    font-size: 0.9em;
  }

  .page-resources-jollibee777-game-guide__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-jollibee777-game-guide__section-title {
    font-size: 1.5em;
  }

  .page-resources-jollibee777-game-guide__sub-section-title {
    font-size: 1.2em;
  }
}