.page-gdpr {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
  background-color: #f4f4f4; /* Matches body background */
}

.page-gdpr__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  background-color: #0d0d0d; /* Dark background for hero to contrast with image */
  color: #ffffff;
  overflow: hidden;
}

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

.page-gdpr__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4; /* Slightly dim the background image */
}

.page-gdpr__hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-gdpr__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold primary color */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

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

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

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

.page-gdpr__button--primary {
  background-color: #FFD700; /* Gold primary color */
  color: #8B0000; /* Burgundy text for contrast */
  border: 2px solid #FFD700;
}

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

.page-gdpr__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-gdpr__button--secondary:hover {
  background-color: #FFD700;
  color: #8B0000;
  transform: translateY(-2px);
}

.page-gdpr__content-section {
  padding: 60px 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-gdpr__content-section:last-of-type {
  border-bottom: none;
}

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

.page-gdpr__section-title {
  font-size: 2.5em;
  color: #8B0000; /* Burgundy auxiliary color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-gdpr__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold accent */
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-gdpr__content-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

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

.page-gdpr__grid-item {
  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__icon-image {
  width: 250px; /* Min size 200px */
  height: 187px; /* Maintain aspect ratio for 800x600 */
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-gdpr__item-title {
  font-size: 1.5em;
  color: #8B0000;
  margin-bottom: 15px;
}

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

.page-gdpr__rights-list .page-gdpr__list-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-gdpr__rights-list .page-gdpr__item-title {
  font-size: 1.4em;
  color: #FFD700; /* Gold primary color */
  margin-bottom: 10px;
  text-align: left;
}

.page-gdpr__rights-list .page-gdpr__list-item p {
  font-size: 1em;
  text-align: justify;
}

.page-gdpr__grid--implementation .page-gdpr__card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.page-gdpr__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency, object-fit cover */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-gdpr__card-title {
  font-size: 1.4em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-gdpr__card p {
  font-size: 1em;
  flex-grow: 1;
}

.page-gdpr__contact-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: center;
}

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

.page-gdpr__link {
  color: #8B0000; /* Burgundy for links */
  text-decoration: none;
  font-weight: bold;
}

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

.page-gdpr__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-gdpr__faq-question {
  font-size: 1.3em;
  color: #FFD700; /* Gold primary color */
  margin-bottom: 10px;
  cursor: pointer;
}

.page-gdpr__faq-answer {
  font-size: 1em;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
  text-align: justify;
}

.page-gdpr__faq-question.active + .page-gdpr__faq-answer {
  display: block;
}

.page-gdpr__call-to-action {
  background-color: #8B0000; /* Burgundy background */
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-gdpr__call-to-action-content {
  max-width: 900px;
}

.page-gdpr__call-to-action .page-gdpr__section-title {
  color: #FFD700; /* Gold title */
}

.page-gdpr__call-to-action .page-gdpr__section-title::after {
  background-color: #ffffff;
}

.page-gdpr__call-to-action p {
  font-size: 1.2em;
  margin-bottom: 40px;
}

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

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

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

@media (max-width: 768px) {
  .page-gdpr__hero-content {
    padding: 60px 15px;
  }

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

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

  .page-gdpr__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

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

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

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

  .page-gdpr__content-section p,
  .page-gdpr__rights-list .page-gdpr__list-item p,
  .page-gdpr__card p,
  .page-gdpr__contact-list .page-gdpr__list-item,
  .page-gdpr__faq-answer {
    font-size: 0.95em;
  }

  .page-gdpr img {
    max-width: 100%;
    height: auto; /* Ensures images are responsive and do not overflow */
  }

  .page-gdpr__call-to-action-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-gdpr__call-to-action .page-gdpr__button {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .page-gdpr__hero-content {
    padding: 40px 10px;
  }

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

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

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

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

  .page-gdpr__item-title,
  .page-gdpr__rights-list .page-gdpr__item-title,
  .page-gdpr__card-title,
  .page-gdpr__faq-question {
    font-size: 1.2em;
  }
}