.page-gdpr {
  font-family: 'Arial', sans-serif;
  color: #E2E8F0; /* Light text for dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

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

.page-gdpr-hero {
  background: linear-gradient(135deg, #1A202C 0%, #36405A 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-gdpr-hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  max-width: 300px;
  height: auto;
  z-index: 0;
}

.page-gdpr-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.page-gdpr-subtitle {
  font-size: 1.3em;
  color: #CBD5E0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-gdpr-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
  position: relative;
}

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

.page-gdpr-heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.page-gdpr-paragraph {
  font-size: 1.1em;
  color: #E2E8F0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-gdpr-highlight {
  color: #FFD700;
  font-weight: bold;
}

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

.page-gdpr-card {
  background-color: #2D3748;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-gdpr-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-gdpr-card-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-gdpr-card-text {
  color: #CBD5E0;
  font-size: 1em;
}

.page-gdpr-list {
  list-style-type: disc;
  margin-left: 25px;
  color: #E2E8F0;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-gdpr-list li {
  margin-bottom: 10px;
}

.page-gdpr-list strong {
  color: #FFD700;
}

.page-gdpr-link {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-gdpr-link:hover {
  color: #FDD835;
  text-decoration: underline;
}

.page-gdpr-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-gdpr-button:hover {
  background-color: #FDD835;
  transform: translateY(-2px);
}

.page-gdpr-contact-section {
  text-align: center;
}

.page-gdpr-contact-info {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #CBD5E0;
}

.page-gdpr-image-fullwidth {
  width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 8px;
  opacity: 0.8;
}

.page-gdpr-image-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 40%;
  height: auto;
  border-radius: 8px;
  opacity: 0.9;
}

.page-gdpr-image-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 40%;
  height: auto;
  border-radius: 8px;
  opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-gdpr-title {
    font-size: 2.5em;
  }
  .page-gdpr-heading {
    font-size: 2em;
  }
  .page-gdpr-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-gdpr-image-right, .page-gdpr-image-left {
    float: none;
    margin: 20px auto;
    max-width: 70%;
    display: block;
  }
}

@media (max-width: 768px) {
  .page-gdpr-hero {
    padding: 60px 0;
  }
  .page-gdpr-title {
    font-size: 2em;
  }
  .page-gdpr-subtitle {
    font-size: 1em;
  }
  .page-gdpr-heading {
    font-size: 1.8em;
  }
  .page-gdpr-paragraph, .page-gdpr-list, .page-gdpr-card-text {
    font-size: 0.95em;
  }
  .page-gdpr-card {
    padding: 20px;
  }
  .page-gdpr-card-title {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-gdpr-hero {
    padding: 40px 0;
  }
  .page-gdpr-title {
    font-size: 1.8em;
  }
  .page-gdpr-subtitle {
    font-size: 0.9em;
  }
  .page-gdpr-heading {
    font-size: 1.5em;
  }
  .page-gdpr-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-gdpr-hero-image {
    max-width: 200px;
  }
}