.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);
}

.page-gdpr__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #003366; /* Dark blue background for hero */
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-gdpr__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.page-gdpr__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  margin-bottom: 30px;
}

.page-gdpr__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-gdpr__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  line-height: 1.2;
}

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

.page-gdpr__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #003366; /* Dark blue text */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-gdpr__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

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

.page-gdpr__section {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.page-gdpr__section-title {
  font-size: 2em;
  color: #003366;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-gdpr__section-paragraph {
  font-size: 1.05em;
  margin-bottom: 15px;
  color: #333333;
}

.page-gdpr__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-gdpr__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #003366;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-gdpr__list-title {
  font-size: 1.3em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 8px;
}

.page-gdpr__list-description {
  font-size: 0.95em;
  color: #555555;
}

.page-gdpr__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-gdpr__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr__image--left {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  max-width: 400px; /* Example size, adjust as needed */
  min-width: 200px; /* Min size for content images */
}

.page-gdpr__image--right {
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
  max-width: 400px; /* Example size, adjust as needed */
  min-width: 200px; /* Min size for content images */
}

.page-gdpr__section--cta {
  text-align: center;
  background-color: #003366;
  color: #ffffff;
  padding: 50px 30px;
}

.page-gdpr__section--cta .page-gdpr__section-title {
  color: #FFD700;
  border-bottom-color: #ffffff;
}

.page-gdpr__section--cta .page-gdpr__section-paragraph {
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-gdpr__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-gdpr__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-gdpr__button--primary {
  background-color: #FFD700;
  color: #003366;
}

.page-gdpr__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-gdpr__button--secondary {
  background-color: #ffffff;
  color: #003366;
  border: 2px solid #FFD700;
}

.page-gdpr__button--secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-3px);
}

/* Clear floats for images */
.page-gdpr__section::after {
  content: "";
  display: table;
  clear: both;
}

/* 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.6em;
  }

  .page-gdpr__list-title {
    font-size: 1.1em;
  }

  .page-gdpr__image--left, .page-gdpr__image--right {
    float: none;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .page-gdpr__button-group {
    flex-direction: column;
    align-items: center;
  }

  .page-gdpr__button {
    width: 100%;
    max-width: 300px;
  }

  /* Ensure content images are responsive and not too small */
  .page-gdpr__content-area img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not smaller than 200px on mobile */
  }
}

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

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

  .page-gdpr__section {
    padding: 20px;
  }

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

  .page-gdpr__list-item {
    padding: 10px 15px;
  }
}