.page-resources-nustar-gcash-security-privacy-policy {
  padding-top: var(--header-offset, 120px);
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-nustar-gcash-security-privacy-policy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  background-color: #000000; /* Dark background for hero text */
  color: #FFFFFF;
  overflow: hidden;
}

.page-resources-nustar-gcash-security-privacy-policy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle overlay for text readability */
  z-index: 0;
}

.page-resources-nustar-gcash-security-privacy-policy__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
}

.page-resources-nustar-gcash-security-privacy-policy__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-nustar-gcash-security-privacy-policy__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-nustar-gcash-security-privacy-policy__hero-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for prominence */
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-nustar-gcash-security-privacy-policy__hero-button:hover {
  background-color: #e0a53b;
}

.page-resources-nustar-gcash-security-privacy-policy__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-nustar-gcash-security-privacy-policy__article {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-nustar-gcash-security-privacy-policy__article-heading {
  font-size: 2em;
  color: #000000;
  margin-bottom: 25px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-nustar-gcash-security-privacy-policy__article-subheading {
  font-size: 1.5em;
  color: #000000;
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-resources-nustar-gcash-security-privacy-policy__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-nustar-gcash-security-privacy-policy__list-item {
  margin-bottom: 10px;
}

.page-resources-nustar-gcash-security-privacy-policy__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-nustar-gcash-security-privacy-policy__contact-info {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
}

.page-resources-nustar-gcash-security-privacy-policy__contact-info p {
  margin: 5px 0;
  color: #333333;
}

.page-resources-nustar-gcash-security-privacy-policy__contact-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-nustar-gcash-security-privacy-policy__contact-link:hover {
  text-decoration: underline;
}

.page-resources-nustar-gcash-security-privacy-policy__action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-nustar-gcash-security-privacy-policy__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;
  min-width: 150px; /* Ensure buttons are not too small */
  text-align: center;
}

.page-resources-nustar-gcash-security-privacy-policy__button--primary {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-nustar-gcash-security-privacy-policy__button--primary:hover {
  background-color: #e0a53b;
}

.page-resources-nustar-gcash-security-privacy-policy__button--secondary {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #FCBC45;
}

.page-resources-nustar-gcash-security-privacy-policy__button--secondary:hover {
  background-color: #1a1a1a;
  border-color: #e0a53b;
}

.page-resources-nustar-gcash-security-privacy-policy__return-link {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
}

.page-resources-nustar-gcash-security-privacy-policy__return-link a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-nustar-gcash-security-privacy-policy__return-link a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-nustar-gcash-security-privacy-policy__hero-title {
    font-size: 2em;
  }

  .page-resources-nustar-gcash-security-privacy-policy__hero-description {
    font-size: 1em;
  }

  .page-resources-nustar-gcash-security-privacy-policy__article-heading {
    font-size: 1.7em;
  }

  .page-resources-nustar-gcash-security-privacy-policy__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-nustar-gcash-security-privacy-policy__content-area {
    padding: 20px 15px;
  }

  .page-resources-nustar-gcash-security-privacy-policy__article {
    padding: 20px;
  }

  .page-resources-nustar-gcash-security-privacy-policy__image {
    max-width: 100%;
    height: auto; /* Ensures images scale down */
  }

  .page-resources-nustar-gcash-security-privacy-policy__action-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-nustar-gcash-security-privacy-policy__button {
    width: 100%;
    max-width: 300px;
  }
}