.page-resources-nustar-gcash-deposit-withdrawal-guide {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF;
  padding-top: var(--header-offset, 120px); /* Ensure content starts below fixed header */
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__hero-section {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 90%;
  z-index: 10;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__back-link {
  display: inline-block;
  color: #FCBC45;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__back-link:hover {
  color: #FFFFFF;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  line-height: 1.2;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__hero-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__button--register {
  background-color: #FCBC45; /* Login color for Register as per requirements */
  color: #000000;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__button--register:hover {
  background-color: #E0A030;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__button--login {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #FCBC45;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__button--login:hover {
  background-color: #1a1a1a;
  border-color: #E0A030;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__section {
  margin-bottom: 40px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__section-title {
  font-size: 2em;
  color: #000000;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__subsection-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__list-item {
  margin-bottom: 10px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__inline-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__inline-link:hover {
  text-decoration: underline;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__faq-item {
  background-color: #F8F8F8;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__faq-answer {
  color: #333333;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__faq-more-info {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__section--call-to-action {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 20px;
  border-radius: 8px;
  margin-top: 40px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__section--call-to-action .page-resources-nustar-gcash-deposit-withdrawal-guide__section-title {
  color: #FFFFFF;
  border-bottom-color: #FCBC45;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__section--call-to-action p {
  max-width: 600px;
  margin: 0 auto 30px auto;
  font-size: 1.1em;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__call-to-action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__related-resources {
  margin-top: 60px;
  padding: 30px 20px;
  background-color: #F8F8F8;
  border-radius: 8px;
  text-align: center;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__related-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 25px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__related-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__related-list-item {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__related-list-item:hover {
  background-color: #FCBC45;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__related-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.page-resources-nustar-gcash-deposit-withdrawal-guide__related-list-item:hover .page-resources-nustar-gcash-deposit-withdrawal-guide__related-link {
  color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-nustar-gcash-deposit-withdrawal-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-nustar-gcash-deposit-withdrawal-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-nustar-gcash-deposit-withdrawal-guide__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-nustar-gcash-deposit-withdrawal-guide__hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-nustar-gcash-deposit-withdrawal-guide__section-title {
    font-size: 1.6em;
  }

  .page-resources-nustar-gcash-deposit-withdrawal-guide__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-nustar-gcash-deposit-withdrawal-guide__image {
    max-width: 100%; /* Ensure images are responsive */
    height: auto;
  }

  .page-resources-nustar-gcash-deposit-withdrawal-guide__article-content {
    padding: 15px;
  }

  .page-resources-nustar-gcash-deposit-withdrawal-guide__section--call-to-action {
    padding: 40px 15px;
  }

  .page-resources-nustar-gcash-deposit-withdrawal-guide__call-to-action-buttons {
    flex-direction: column;
  }

  .page-resources-nustar-gcash-deposit-withdrawal-guide__related-list {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-nustar-gcash-deposit-withdrawal-guide__related-list-item {
    width: 90%;
  }
}

/* Ensure content images are not smaller than 200px display size */
.page-resources-nustar-gcash-deposit-withdrawal-guide img {
    min-width: 200px;
    min-height: 200px;
}

/* Remove filter from content images as per strict rule, only hero image can have a filter for text readability */
.page-resources-nustar-gcash-deposit-withdrawal-guide__image:not(.page-resources-nustar-gcash-deposit-withdrawal-guide__hero-image) {
    filter: none;
}