.page-gdpr {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-gdpr__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #1A1A2E;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  padding-bottom: 80px;
}

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

.page-gdpr__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-gdpr__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.page-gdpr__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-gdpr__section {
  padding: 80px 20px;
  background-color: #000;
}

.page-gdpr__section--dark {
  background-color: #1A1A2E;
}

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

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

.page-gdpr__section-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-gdpr__btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-gdpr__btn--primary {
  background-color: #FFD700;
  color: #1A1A2E;
  border: 2px solid #FFD700;
}

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

.page-gdpr__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-gdpr__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A1A2E;
  transform: translateY(-2px);
}

.page-gdpr__btn--tertiary {
  background-color: #5f5f6d;
  color: #ffffff;
  border: 2px solid #5f5f6d;
}

.page-gdpr__btn--tertiary:hover {
  background-color: #767682;
  transform: translateY(-2px);
}

.page-gdpr__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-gdpr__link {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

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

.page-gdpr__commitment-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-gdpr__commitment-item img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: none; /* Ensure no filter changes image color */
  max-width: 100%;
  height: auto;
}

.page-gdpr__item-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-gdpr__item-description {
  color: #e0e0e0;
}

.page-gdpr__rights-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-gdpr__rights-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
}

.page-gdpr__rights-item .page-gdpr__item-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  text-align: left;
}

.page-gdpr__rights-item .page-gdpr__item-description {
  color: #f0f0f0;
  text-align: left;
}

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

.page-gdpr__data-collection-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-gdpr__list {
  list-style: disc;
  padding-left: 25px;
  color: #f0f0f0;
}

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

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

.page-gdpr__security-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.page-gdpr__security-item img {
  width: 100%;
  height: 250px; /* Example fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  filter: none; /* Ensure no filter changes image color */
  max-width: 100%;
  height: auto;
  min-height: 200px; /* Minimum size */
}

.page-gdpr__security-item .page-gdpr__item-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-gdpr__contact-info {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-gdpr__contact-detail {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-gdpr__contact-detail strong {
  color: #FFD700;
}

.page-gdpr__call-to-action-content {
  text-align: center;
}

.page-gdpr__call-to-action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

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

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

@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header */
    padding-bottom: 60px;
  }

  .page-gdpr__hero-title {
    font-size: 2em;
  }

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

  .page-gdpr__section {
    padding: 60px 15px;
  }

  .page-gdpr__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-gdpr__section-paragraph {
    font-size: 0.95em;
  }

  .page-gdpr__btn {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-gdpr__btn--large {
    font-size: 1.1em;
    padding: 15px 30px;
  }

  .page-gdpr__commitment-grid, .page-gdpr__data-collection-grid, .page-gdpr__security-grid {
    grid-template-columns: 1fr;
  }

  .page-gdpr__hero-actions, .page-gdpr__call-to-action-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-gdpr__btn {
    width: 100%;
    max-width: 300px; /* Limit width for stacked buttons */
    margin-left: auto;
    margin-right: auto;
  }

  /* Ensure content images are responsive and don't overflow */
  .page-gdpr img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
  }
  .page-gdpr__security-item img {
    height: auto; /* Allow height to adjust */
    min-height: 200px;
  }
  .page-gdpr__commitment-item img {
    height: auto;
    min-height: 200px;
  }
}

/* Ensure all images within .page-gdpr content area meet minimum size requirements */
.page-gdpr img:not(.page-gdpr__hero-image img) {
  min-width: 200px;
  min-height: 200px;
}

/* Specific overrides for images in content sections to ensure minimum size and responsiveness */
.page-gdpr__commitment-item img,
.page-gdpr__security-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain; /* or cover depending on context */
}

/* Ensure no filter is applied to images */
.page-gdpr img {
  filter: none !important;
}