.page-gdpr {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-gdpr__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; /* Remove default padding as image will fill */
}

.page-gdpr__hero-container {
  position: relative;
  width: 100%;
  max-width: 1920px; /* Max width for the hero section */
}

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

.page-gdpr__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  max-width: 90%;
}

.page-gdpr__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700; /* Primary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

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

.page-gdpr__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-gdpr__hero-button:hover {
  background-color: #8B0000;
  color: #FFD700;
}

.page-gdpr__content-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

.page-gdpr__section-title {
  font-size: 2.2em;
  color: #8B0000;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

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

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

.page-gdpr__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 10px;
  font-size: 1.05em;
  line-height: 1.8;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-gdpr__list-item strong {
  color: #8B0000;
}

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

.page-gdpr__image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.page-gdpr__image--left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.page-gdpr__image--center {
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-gdpr__contact-info {
  background-color: #fff8e1;
  border: 1px solid #FFD700;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

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

.page-gdpr__contact-link {
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
}

.page-gdpr__contact-link:hover {
  text-decoration: underline;
}

.page-gdpr__button {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin: 10px 10px 10px 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-gdpr__button:hover {
  background-color: #8B0000;
  color: #FFD700;
}

.page-gdpr__cta-section {
  background-color: #8B0000;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.page-gdpr__cta-section .page-gdpr__section-title {
  color: #FFD700;
  border-color: #ffffff;
}

.page-gdpr__cta-section .page-gdpr__paragraph {
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-gdpr__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 10px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.page-gdpr__cta-button--primary {
  background-color: #FFD700;
  color: #8B0000;
  border: 2px solid #FFD700;
}

.page-gdpr__cta-button--primary:hover {
  background-color: #ffffff;
  color: #8B0000;
  border-color: #ffffff;
}

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

.page-gdpr__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #8B0000;
}

/* Responsive Design */
@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__paragraph,
  .page-gdpr__list-item {
    font-size: 1em;
  }

  .page-gdpr__image--right,
  .page-gdpr__image--left {
    float: none;
    margin: 30px auto;
  }

  .page-gdpr__image {
    max-width: 100%;
    height: auto;
  }

  .page-gdpr__cta-button {
    display: block;
    margin: 10px auto;
  }

  .page-gdpr {
    overflow-x: hidden; /* Prevent horizontal scroll */
  }

  .page-gdpr img {
    max-width: 100%;
    height: auto; /* Ensure images are responsive and don't overflow */
  }
}