/* style/gdpr.css */
.page-gdpr {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  background-color: var(--secondary-color); /* #FFFFFF, from shared.css */
  line-height: 1.6;
}

/* Fixed Header Offset - using shared variable */
.page-gdpr__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background: linear-gradient(135deg, #017439, #FFFFFF);
  color: #333333; /* Default text color for light background */
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden; /* Prevent image overflow */
}