.page-gdpr {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: var(--dark-bg-1);
}

.page-gdpr__hero-section {
  position: relative;
  padding: 120px 20px 80px; /* Adjusted padding-top for fixed header */
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

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

.page-gdpr__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

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

.page-gdpr__hero-cta {
  margin-top: 30px;
}

.page-gdpr__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  border: none;
  cursor: pointer;
  margin: 10px;
}

.page-gdpr__cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-gdpr__cta-button--primary {
  background: #FFD700;
  color: #1A1A1A;
}

.page-gdpr__cta-button--primary:hover {
  background: #e6c200;
}

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

.page-gdpr__cta-button--secondary:hover {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}

.page-gdpr__section {
  padding: 60px 20px;
  background-color: var(--dark-bg-1);
  color: #f0f0f0;
}

.page-gdpr__section:nth-of-type(even) {
  background-color: var(--dark-bg-2);
}

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

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

.page-gdpr__content-block {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-gdpr__content-block p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #e0e0e0;
}

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

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

.page-gdpr__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-gdpr__list-item {
  background: rgba(255, 215, 0, 0.1);
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

.page-gdpr__list-item p {
  color: #cccccc;
  margin-bottom: 0;
}

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

.page-gdpr__contact-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

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

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

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-gdpr__hero-title {
    font-size: 2.8em;
  }
  .page-gdpr__hero-description {
    font-size: 1.1em;
  }
  .page-gdpr__section-title {
    font-size: 2.2em;
  }
  .page-gdpr__content-block p,
  .page-gdpr__list-item p {
    font-size: 1em;
  }
  .page-gdpr__list-item-title {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding-top: 100px !important;
    padding-bottom: 60px;
  }
  .page-gdpr__hero-title {
    font-size: 2.2em;
    line-height: 1.3;
  }
  .page-gdpr__hero-description {
    font-size: 0.95em;
    padding: 0 10px;
  }
  .page-gdpr__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 10px 0;
  }
  .page-gdpr__cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-gdpr__section {
    padding: 40px 15px;
  }
  .page-gdpr__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-gdpr__content-block {
    padding: 20px;
  }
  .page-gdpr__content-block p,
  .page-gdpr__list-item p {
    font-size: 0.95em;
  }
  .page-gdpr__list-item-title {
    font-size: 1.2em;
  }
  .page-gdpr__list-item {
    padding: 15px;
  }
  .page-gdpr__image {
    margin: 20px auto;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-gdpr__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-gdpr p,
  .page-gdpr li {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 480px) {
  .page-gdpr__hero-title {
    font-size: 1.8em;
  }
  .page-gdpr__hero-description {
    font-size: 0.9em;
  }
  .page-gdpr__section-title {
    font-size: 1.6em;
  }
  .page-gdpr__cta-button {
    font-size: 0.9em;
    padding: 10px 20px;
  }
}