.page-gdpr {
  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 below fixed header */
}

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

.page-gdpr__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
}

.page-gdpr__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-gdpr__hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-gdpr__hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.page-gdpr__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gdpr__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
}

.page-gdpr__hero-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for CTA */
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-gdpr__hero-button:hover {
  background-color: #e0a53a;
}

.page-gdpr__intro-section,
.page-gdpr__principles-section,
.page-gdpr__rights-section,
.page-gdpr__data-usage-section,
.page-gdpr__security-section,
.page-gdpr__sharing-section,
.page-gdpr__retention-section,
.page-gdpr__cookies-section,
.page-gdpr__contact-section,
.page-gdpr__updates-section,
.page-gdpr__cta-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-gdpr__intro-section,
.page-gdpr__rights-section,
.page-gdpr__data-usage-section,
.page-gdpr__sharing-section,
.page-gdpr__retention-section,
.page-gdpr__cookies-section,
.page-gdpr__contact-section,
.page-gdpr__updates-section {
  border-bottom: 1px solid #eeeeee;
}

.page-gdpr__principles-section,
.page-gdpr__security-section {
  background-color: #f8f8f8;
}

.page-gdpr__intro-heading,
.page-gdpr__principles-heading,
.page-gdpr__rights-heading,
.page-gdpr__data-usage-heading,
.page-gdpr__security-heading,
.page-gdpr__sharing-heading,
.page-gdpr__retention-heading,
.page-gdpr__cookies-heading,
.page-gdpr__contact-heading,
.page-gdpr__updates-heading,
.page-gdpr__cta-heading {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}

.page-gdpr__intro-text,
.page-gdpr__principles-description,
.page-gdpr__rights-description,
.page-gdpr__data-usage-description,
.page-gdpr__security-description,
.page-gdpr__sharing-description,
.page-gdpr__retention-description,
.page-gdpr__cookies-description,
.page-gdpr__contact-description,
.page-gdpr__updates-description,
.page-gdpr__cta-text {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr__principles-grid,
.page-gdpr__security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-gdpr__principle-card,
.page-gdpr__security-card {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-gdpr__principle-icon,
.page-gdpr__security-icon {
  width: 200px; /* Min size for content images */
  height: 150px; /* Min size for content images */
  object-fit: contain;
  margin-bottom: 20px;
}

.page-gdpr__principle-title,
.page-gdpr__security-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-gdpr__principle-text,
.page-gdpr__security-text {
  font-size: 1em;
  text-align: justify;
}

.page-gdpr__rights-list,
.page-gdpr__data-list,
.page-gdpr__sharing-list,
.page-gdpr__retention-list,
.page-gdpr__cookies-list {
  list-style: none;
  padding-left: 0;
  max-width: 900px;
  margin: 20px auto;
}

.page-gdpr__rights-item,
.page-gdpr__data-list li,
.page-gdpr__sharing-list li,
.page-gdpr__retention-list li,
.page-gdpr__cookies-list li {
  background-color: #fefefe;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FCBC45;
  border-radius: 5px;
  font-size: 1.05em;
}

.page-gdpr__rights-item strong {
  color: #000000;
}

.page-gdpr__inline-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-gdpr__inline-link:hover {
  text-decoration: underline;
}

.page-gdpr__rights-contact-info,
.page-gdpr__sharing-note,
.page-gdpr__retention-text,
.page-gdpr__cookies-text {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
}

.page-gdpr__data-usage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-gdpr__data-usage-card {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-gdpr__data-usage-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}

.page-gdpr__data-list li {
  border-left: 4px solid #000000;
}

.page-gdpr__sharing-subtitle,
.page-gdpr__retention-subtitle,
.page-gdpr__cookies-subtitle {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.page-gdpr__sharing-text {
  max-width: 900px;
  margin: 0 auto 20px auto;
  text-align: justify;
}

.page-gdpr__contact-details {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.page-gdpr__contact-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-gdpr__updates-date {
  text-align: center;
  font-style: italic;
  color: #666666;
  margin-top: 30px;
}

.page-gdpr__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
}

.page-gdpr__cta-container {
  max-width: 900px;
}

.page-gdpr__cta-heading {
  color: #FFFFFF;
  font-size: 2.8em;
  margin-bottom: 20px;
}

.page-gdpr__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-gdpr__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-gdpr__cta-button {
  display: inline-block;
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-gdpr__cta-button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-gdpr__cta-button--register:hover {
  background-color: #f0f0f0;
}

.page-gdpr__cta-button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-gdpr__cta-button--login:hover {
  background-color: #e0a53a;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-gdpr__hero-title {
    font-size: 2.2em;
  }

  .page-gdpr__intro-heading,
  .page-gdpr__principles-heading,
  .page-gdpr__rights-heading,
  .page-gdpr__data-usage-heading,
  .page-gdpr__security-heading,
  .page-gdpr__sharing-heading,
  .page-gdpr__retention-heading,
  .page-gdpr__cookies-heading,
  .page-gdpr__contact-heading,
  .page-gdpr__updates-heading,
  .page-gdpr__cta-heading {
    font-size: 2em;
  }

  .page-gdpr__principles-grid,
  .page-gdpr__security-features,
  .page-gdpr__data-usage-grid {
    grid-template-columns: 1fr;
  }

  .page-gdpr__principle-card,
  .page-gdpr__security-card,
  .page-gdpr__data-usage-card {
    padding: 20px;
  }

  .page-gdpr__hero-description,
  .page-gdpr__intro-text,
  .page-gdpr__principles-description,
  .page-gdpr__rights-description,
  .page-gdpr__data-usage-description,
  .page-gdpr__security-description,
  .page-gdpr__sharing-description,
  .page-gdpr__retention-description,
  .page-gdpr__cookies-description,
  .page-gdpr__contact-description,
  .page-gdpr__updates-description,
  .page-gdpr__cta-text {
    font-size: 1em;
    text-align: left;
  }

  .page-gdpr__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-gdpr__cta-button {
    width: 80%;
    margin: 0 auto;
  }

  /* Ensure content images are responsive and not too small */
  .page-gdpr img {
    max-width: 100%;
    height: auto;
  }

  /* Override for specific image sizes in mobile, ensuring min 200px */
  .page-gdpr__principle-icon, 
  .page-gdpr__security-icon {
    width: auto; /* Allow auto width */
    height: auto; /* Allow auto height */
    max-width: 250px; /* Ensure it's not too small, but scales */
    min-width: 200px;
    min-height: 150px;
  }

  .page-gdpr__hero-image {
    min-width: 200px;
    min-height: 200px;
  }
}