.page-privacy-policy {
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000000; /* Body background from prompt */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-privacy-policy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  overflow: hidden;
  color: #ffffff;
}

.page-privacy-policy__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Limit height for hero image */
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-privacy-policy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-privacy-policy__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: -150px; /* Pull content up over the image slightly for visual flow */
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text readability */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-privacy-policy__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem); /* Example clamp for responsive H1 */
}

.page-privacy-policy__description {
  font-size: 1.1rem;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 20px;
}

.page-privacy-policy__introduction {
  padding: 60px 20px;
  background-color: #017439; /* Brand color background */
  color: #ffffff;
  text-align: center;
}

.page-privacy-policy__content-section {
  padding: 60px 20px;
  background-color: #000000; /* Use body background for main content */
  color: #ffffff; /* White text on dark background */
}

.page-privacy-policy__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-privacy-policy__section-title {
  font-size: 2.2rem;
  color: #017439; /* Brand color for main titles */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(1, 116, 57, 0.3);
}

.page-privacy-policy__sub-title {
  font-size: 1.6rem;
  color: #FFFFFF; /* White for sub-titles on dark background */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-privacy-policy p {
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-privacy-policy ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-privacy-policy li {
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-privacy-policy strong {
  color: #FFFFFF;
}

.page-privacy-policy__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-privacy-policy__contact-info {
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  background-color: rgba(1, 116, 57, 0.1); /* Light transparent green background */
  border-radius: 8px;
  border: 1px solid #017439;
}

.page-privacy-policy__contact-info p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.page-privacy-policy__contact-info ul {
  list-style: none;
  padding: 0;
}

.page-privacy-policy__contact-info li {
  margin-bottom: 10px;
}

.page-privacy-policy__contact-link {
  color: #FFFF00; /* Yellow for links */
  text-decoration: underline;
  font-weight: bold;
}

.page-privacy-policy__contact-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-privacy-policy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-privacy-policy__hero-section {
    padding: 10px 15px 40px; /* Adjusted padding for mobile */
  }

  .page-privacy-policy__hero-content {
    margin-top: -100px; /* Adjusted margin for mobile */
    padding: 15px;
  }

  .page-privacy-policy__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem); /* Smaller H1 on mobile */
  }

  .page-privacy-policy__description {
    font-size: 1rem;
  }

  .page-privacy-policy__section-title {
    font-size: 1.8rem;
  }

  .page-privacy-policy__sub-title {
    font-size: 1.4rem;
  }

  .page-privacy-policy__introduction,
  .page-privacy-policy__content-section {
    padding: 40px 15px;
  }

  /* Force responsive images/videos/buttons on mobile */
  .page-privacy-policy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-privacy-policy video,
  .page-privacy-policy__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-privacy-policy__section,
  .page-privacy-policy__card,
  .page-privacy-policy__container,
  .page-privacy-policy__hero-image-wrapper,
  .page-privacy-policy__video-section,
  .page-privacy-policy__video-container,
  .page-privacy-policy__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Buttons responsive */
  .page-privacy-policy__cta-button,
  .page-privacy-policy__btn-primary,
  .page-privacy-policy__btn-secondary,
  .page-privacy-policy a[class*="button"],
  .page-privacy-policy a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-privacy-policy__cta-buttons,
  .page-privacy-policy__button-group,
  .page-privacy-policy__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-privacy-policy__cta-buttons {
    flex-direction: column; 
  }
}