.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__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero section */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-gdpr__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

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

.page-gdpr__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFFFFF; /* Light text for dark hero background */
  max-width: 800px;
}

.page-gdpr__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-gdpr__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-gdpr__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1.1em;
}

.page-gdpr__button--primary {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for bright button */
}

.page-gdpr__button--primary:hover {
  background-color: #E0A73C;
}

.page-gdpr__button--secondary {
  background-color: #000000; /* Main color */
  color: #FFFFFF; /* Light text for dark button */
  border: 2px solid #FCBC45;
}

.page-gdpr__button--secondary:hover {
  background-color: #FCBC45;
  color: #000000;
}

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

.page-gdpr__section-title {
  font-size: 2.2em;
  color: #000000; /* Main color */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-gdpr__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr__principles-section {
  padding: 60px 0;
  background-color: #FFFFFF; /* Auxiliary color */
}

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

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

.page-gdpr__principle-image {
  width: 100%; /* Ensure images are not too small */
  max-width: 400px; /* Recommended size */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-gdpr__card-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-gdpr__card-description {
  font-size: 1em;
  color: #555555;
}

.page-gdpr__rights-section {
  padding: 60px 0;
  background-color: #F2F2F2;
}

.page-gdpr__rights-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
}

.page-gdpr__rights-item {
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #FCBC45;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

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

.page-gdpr__rights-contact {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
}

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

.page-gdpr__link:hover {
  text-decoration: underline;
}

.page-gdpr__contact-section {
  padding: 60px 0;
  background-color: #000000; /* Main color */
  color: #FFFFFF;
  text-align: center;
}

.page-gdpr__contact-section .page-gdpr__section-title,
.page-gdpr__contact-section .page-gdpr__section-intro {
  color: #FFFFFF;
}

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

  .page-gdpr__hero-description {
    font-size: 1em;
  }

  .page-gdpr__section-title {
    font-size: 1.8em;
  }

  .page-gdpr__principles-grid {
    grid-template-columns: 1fr;
  }

  .page-gdpr__hero-container {
    flex-direction: column;
    padding: 20px;
  }

  .page-gdpr__hero-image {
    position: relative;
    height: 300px;
    opacity: 0.8;
    margin-bottom: 20px;
  }

  .page-gdpr__hero-section {
    min-height: auto;
    padding: 30px 0;
  }

  .page-gdpr__principles-section,
  .page-gdpr__rights-section,
  .page-gdpr__contact-section {
    padding: 40px 0;
  }

  .page-gdpr__principle-image,
  .page-gdpr__principles-grid img,
  .page-gdpr__rights-list img,
  .page-gdpr__contact-section img {
    max-width: 100%;
    height: auto;
  }

  /* Ensure all content area images are responsive and not too small */
  .page-gdpr img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum width for content images */
    min-height: 200px; /* Enforce minimum height for content images */
    object-fit: cover; /* Helps maintain aspect ratio within min size */
  }
}

@media (max-width: 480px) {
  .page-gdpr__hero-title {
    font-size: 1.6em;
  }

  .page-gdpr__hero-description {
    font-size: 0.9em;
  }

  .page-gdpr__button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-gdpr__section-title {
    font-size: 1.5em;
  }
}