.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); /* Ensures content starts below fixed header */
}

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

.page-gdpr__hero-section {
  background-color: #f8f8f8;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-gdpr__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.2;
}

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

.page-gdpr__hero-title {
  font-size: 3.2em;
  color: #000000;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

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

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

.page-gdpr__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 150px;
  text-align: center;
}

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

.page-gdpr__button--register:hover {
  background-color: #333333;
  border-color: #333333;
}

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

.page-gdpr__button--login:hover {
  background-color: #e0a53d;
  border-color: #e0a53d;
}

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

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

.page-gdpr__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-gdpr__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  border-radius: 2px;
}

.page-gdpr__subsection-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 25px;
}

.page-gdpr__text-block {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-gdpr__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-gdpr__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333333;
}

.page-gdpr__list-item-title {
  color: #000000;
  font-size: 1.1em;
  display: block;
  margin-bottom: 5px;
}

.page-gdpr__link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

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

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

.page-gdpr__grid-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.page-gdpr__grid-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-gdpr__grid-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
  padding: 0 15px;
}

.page-gdpr__grid-text {
  font-size: 1em;
  color: #555555;
  padding: 0 15px;
  flex-grow: 1;
}

.page-gdpr__call-to-action-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
}

.page-gdpr__container--flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-gdpr__cta-content {
  max-width: 600px;
  text-align: left;
}

.page-gdpr__cta-title {
  font-size: 2.8em;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.page-gdpr__cta-description {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 35px;
}

.page-gdpr__button--contact {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  margin-right: 15px;
}

.page-gdpr__button--contact:hover {
  background-color: #e0a53d;
  border-color: #e0a53d;
}

.page-gdpr__button--support {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-gdpr__button--support:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.page-gdpr__cta-image {
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-gdpr__related-links-section {
  padding: 60px 0;
  background-color: #f8f8f8;
  text-align: center;
}

.page-gdpr__related-links-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.page-gdpr__related-links-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-gdpr__related-links-item .page-gdpr__link {
  color: #000000;
  font-weight: normal;
}

.page-gdpr__related-links-item:hover {
  background-color: #FCBC45;
  border-color: #FCBC45;
}

.page-gdpr__related-links-item:hover .page-gdpr__link {
  color: #000000;
}

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

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

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

@media (max-width: 768px) {
  .page-gdpr__hero-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

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

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

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

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

  .page-gdpr__subsection-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-gdpr__text-block {
    font-size: 0.95em;
  }

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

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

  .page-gdpr__grid-image {
    height: 200px;
    max-width: 100%; /* Ensures images are responsive and don't overflow */
  }

  .page-gdpr__cta-title {
    font-size: 1.8em;
    text-align: center;
  }

  .page-gdpr__cta-description {
    font-size: 1em;
    text-align: center;
    margin-bottom: 30px;
  }

  .page-gdpr__cta-content {
    text-align: center;
  }

  .page-gdpr__button--contact, .page-gdpr__button--support {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-gdpr__cta-image {
    max-width: 100%;
    width: 300px; /* Example fixed width, adjust as needed */
    height: auto;
  }

  .page-gdpr__related-links-list {
    flex-direction: column;
    align-items: center;
  }

  /* Ensure all content images within .page-gdpr are responsive */
  .page-gdpr img {
    max-width: 100%;
    height: auto;
  }
}

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

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

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

  .page-gdpr__subsection-title {
    font-size: 1.3em;
  }

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

  .page-gdpr__container {
    padding: 0 15px;
  }
}