.page-resources-777pub-security-privacy {
  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-777pub-security-privacy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  color: #FFFFFF; /* White text for hero section */
  overflow: hidden;
  min-height: 500px;
}

.page-resources-777pub-security-privacy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-resources-777pub-security-privacy__hero-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent black overlay for text readability */
  padding: 30px;
  border-radius: 8px;
}

.page-resources-777pub-security-privacy__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-777pub-security-privacy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-777pub-security-privacy__hero-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.page-resources-777pub-security-privacy__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;
}

.page-resources-777pub-security-privacy__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-777pub-security-privacy__button--register:hover {
  background-color: #f0f0f0;
}

.page-resources-777pub-security-privacy__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-777pub-security-privacy__button--login:hover {
  background-color: #e0a538;
}

.page-resources-777pub-security-privacy__button--cta {
  background-color: #FCBC45;
  color: #000000;
  font-size: 1.1em;
  padding: 15px 30px;
}

.page-resources-777pub-security-privacy__button--cta:hover {
  background-color: #e0a538;
}

.page-resources-777pub-security-privacy__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-777pub-security-privacy__table-of-contents {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 40px;
}

.page-resources-777pub-security-privacy__toc-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-777pub-security-privacy__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-777pub-security-privacy__toc-list li {
  margin-bottom: 10px;
}

.page-resources-777pub-security-privacy__toc-link {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  transition: color 0.3s ease;
}

.page-resources-777pub-security-privacy__toc-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

.page-resources-777pub-security-privacy__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-777pub-security-privacy__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-777pub-security-privacy__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-777pub-security-privacy__cta-block {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-resources-777pub-security-privacy__cta-title {
  font-size: 2.5em;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-resources-777pub-security-privacy__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-777pub-security-privacy__back-link {
  display: inline-block;
  margin-top: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-777pub-security-privacy__back-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-777pub-security-privacy__hero-title {
    font-size: 2.2em;
  }

  .page-resources-777pub-security-privacy__hero-description {
    font-size: 1em;
  }

  .page-resources-777pub-security-privacy__hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-777pub-security-privacy__button {
    width: 100%;
  }

  .page-resources-777pub-security-privacy__content-area {
    padding: 20px 15px;
  }

  .page-resources-777pub-security-privacy__article-heading {
    font-size: 1.8em;
  }

  .page-resources-777pub-security-privacy__article-paragraph {
    font-size: 1em;
  }

  .page-resources-777pub-security-privacy__article-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-777pub-security-privacy__cta-title {
    font-size: 2em;
  }

  .page-resources-777pub-security-privacy__cta-description {
    font-size: 1em;
  }

  /* Mobile content area image overflow prevention */
  .page-resources-777pub-security-privacy img {
    max-width: 100%;
    height: auto;
  }
}