.page-gdpr {
  color: #333333; /* Dark text for light body background */
}

.page-gdpr__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #000000; /* Main brand color for hero background */
  color: #FFFFFF; /* White text on dark background */
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

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

.page-gdpr__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Slightly transparent to allow text readability */
  z-index: 0;
}

.page-gdpr__main-title {
  font-size: 3.2em;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.page-gdpr__intro-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F0F0;
  position: relative;
  z-index: 1;
}

.page-gdpr__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.page-gdpr__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-gdpr__btn--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-gdpr__btn--register:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.page-gdpr__btn--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-gdpr__btn--login:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-gdpr__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF; /* Light background for content area */
  line-height: 1.8;
  font-size: 1.05em;
}

.page-gdpr__article {
  color: #333333;
}

.page-gdpr__section-title {
  font-size: 2.2em;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #000000;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-gdpr__sub-section-title {
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000000;
}

.page-gdpr__paragraph {
  margin-bottom: 20px;
  color: #333333;
}

.page-gdpr__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #333333;
}

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

.page-gdpr__link {
  color: #FCBC45; /* Link color for visibility */
  text-decoration: underline;
  font-weight: 600;
}

.page-gdpr__link:hover {
  color: #000000;
  text-decoration: none;
}

.page-gdpr__image-inline {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-gdpr__contact-info {
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  border-radius: 5px;
}

.page-gdpr__contact-text {
  margin-bottom: 10px;
  color: #333333;
}

.page-gdpr__cta-final {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 10px;
}

.page-gdpr__cta-final .page-gdpr__paragraph {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-gdpr__btn--explore {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-gdpr__btn--explore:hover {
  background-color: transparent;
  color: #FCBC45;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding-top: var(--header-offset, 80px);
    padding: 40px 15px;
  }

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

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

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

  .page-gdpr__btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-gdpr__content-area {
    padding: 30px 15px;
  }

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

  .page-gdpr__sub-section-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-gdpr__image-inline {
    margin: 20px auto;
  }

  .page-gdpr__cta-final {
    padding: 30px 15px;
  }

  .page-gdpr__cta-final .page-gdpr__paragraph {
    font-size: 1.2em;
  }

  /* Ensure content images are responsive and not smaller than 200px (though max-width: 100% handles this generally) */
  .page-gdpr img {
    max-width: 100%;
    height: auto;
  }
}

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

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

  .page-gdpr__sub-section-title {
    font-size: 1.2em;
  }
}