.page-resources-okfun-ph-login-guide {
  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-okfun-ph-login-guide__hero-section {
  background-color: #000000; /* Main color */
  color: #FFFFFF; /* White text for dark background */
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-okfun-ph-login-guide__hero-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-resources-okfun-ph-login-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-okfun-ph-login-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F0F0;
}

.page-resources-okfun-ph-login-guide__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-resources-okfun-ph-login-guide__btn {
  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;
  min-width: 150px;
  text-align: center;
}

.page-resources-okfun-ph-login-guide__btn--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
}

.page-resources-okfun-ph-login-guide__btn--login:hover {
  background-color: #e0a73d;
}

.page-resources-okfun-ph-login-guide__btn--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
}

.page-resources-okfun-ph-login-guide__btn--register:hover {
  background-color: #f0f0f0;
}

.page-resources-okfun-ph-login-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-okfun-ph-login-guide__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  display: block;
}

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

.page-resources-okfun-ph-login-guide__article-nav {
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-okfun-ph-login-guide__article-nav--bottom {
  margin-top: 50px;
  margin-bottom: 0;
}

.page-resources-okfun-ph-login-guide__back-link {
  color: #000000; /* Dark color for link on light background */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-okfun-ph-login-guide__back-link:hover {
  color: #FCBC45;
}

.page-resources-okfun-ph-login-guide__article-heading {
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000000;
}

.page-resources-okfun-ph-login-guide__article-subheading {
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000000;
}

.page-resources-okfun-ph-login-guide__article-paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-okfun-ph-login-guide__keyword {
  font-weight: bold;
  color: #000000;
}

.page-resources-okfun-ph-login-guide__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-okfun-ph-login-guide__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: inline-block; /* Center image */
}

.page-resources-okfun-ph-login-guide__btn--action,
.page-resources-okfun-ph-login-guide__btn--support,
.page-resources-okfun-ph-login-guide__btn--info,
.page-resources-okfun-ph-login-guide__btn--download {
  background-color: #FCBC45;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-resources-okfun-ph-login-guide__btn--action:hover,
.page-resources-okfun-ph-login-guide__btn--support:hover,
.page-resources-okfun-ph-login-guide__btn--info:hover,
.page-resources-okfun-ph-login-guide__btn--download:hover {
  background-color: #e0a73d;
}

.page-resources-okfun-ph-login-guide__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-okfun-ph-login-guide__btn--primary {
  background-color: #000000;
  color: #FFFFFF;
}

.page-resources-okfun-ph-login-guide__btn--primary:hover {
  background-color: #333333;
}

.page-resources-okfun-ph-login-guide__btn--secondary {
  background-color: #F0F0F0;
  color: #000000;
  border: 1px solid #CCCCCC;
}

.page-resources-okfun-ph-login-guide__btn--secondary:hover {
  background-color: #E0E0E0;
}

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

  .page-resources-okfun-ph-login-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-okfun-ph-login-guide__hero-cta-group {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-okfun-ph-login-guide__btn {
    width: 100%;
    max-width: 250px;
  }

  .page-resources-okfun-ph-login-guide__article-heading {
    font-size: 1.8em;
  }

  .page-resources-okfun-ph-login-guide__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-okfun-ph-login-guide__article-paragraph {
    font-size: 1em;
  }

  .page-resources-okfun-ph-login-guide__image-wrapper img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-okfun-ph-login-guide {
    overflow-x: hidden;
  }
}