/* style/gdpr.css */

/* --- General Page Styles --- */
.page-gdpr {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* body background is handled by shared.css var(--dark-bg-1) */
  padding-top: var(--header-offset, 120px); /* Apply header offset here as the main content wrapper */
}

.page-gdpr__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gdpr__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-gdpr__section:last-of-type {
  border-bottom: none;
}

.page-gdpr__section-title {
  font-size: 2.5em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-gdpr__sub-title {
  font-size: 1.8em;
  color: #017439; /* Brand color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-gdpr__text-block {
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent background for text blocks */
  padding: 25px;
  border-radius: 8px;
}

.page-gdpr p {
  margin-bottom: 15px;
  color: #f0f0f0; /* Slightly off-white for paragraphs */
}

.page-gdpr__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-gdpr__list li {
  margin-bottom: 10px;
}

.page-gdpr__list strong {
  color: #FFFFFF;
}

/* --- Hero Section --- */
.page-gdpr__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(1, 116, 57, 0.8), rgba(0, 0, 0, 0.8));
  position: relative;
  overflow: hidden;
  /* padding-top is handled by .page-gdpr to prevent double spacing */
}

.page-gdpr__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3; /* Subtle background image */
}

.page-gdpr__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Removed filter to comply with}