.page-gdpr {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

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

.page-gdpr-hero-section {
  background: linear-gradient(135deg, #003366, #1a4d80);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-gdpr-hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-gdpr-hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #e0e0e0;
}

.page-gdpr-hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.page-gdpr-content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.page-gdpr-content-section:nth-of-type(even) {
  background-color: #fff;
}

.page-gdpr-section-title {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 40px;
  text-align: center;
  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: #FFD700;
  border-radius: 2px;
}

.page-gdpr-sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-gdpr-text-block p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444;
}

.page-gdpr-keyword {
  color: #003366;
  font-weight: bold;
}

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

.page-gdpr-principle-item {
  background-color: #e6f0f7;
  border-left: 5px solid #003366;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-gdpr-principle-item h3 {
  color: #003366;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-gdpr-principle-item p {
  color: #333;
  font-size: 1em;
}

.page-gdpr-rights-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-gdpr-rights-list li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-gdpr-rights-list li h3 {
  font-size: 1.6em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
  border-left: none;
  padding-left: 0;
}

.page-gdpr-rights-list li p {
  color: #555;
}

.page-gdpr-list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-gdpr-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

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

.page-gdpr-security-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-gdpr-security-list li {
  background-color: #f0f8ff;
  border-left: 4px solid #003366;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  color: #333;
  font-size: 1.05em;
}

.page-gdpr-security-list li strong {
  color: #003366;
  font-weight: bold;
}

.page-gdpr-contact-section {
  background-color: #f0f7fc;
  padding: 60px 0;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.page-gdpr-contact-info {
  font-size: 1.3em;
  color: #003366;
  margin-top: 25px;
  margin-bottom: 15px;
}

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

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

.page-gdpr-contact-note {
  font-style: italic;
  color: #555;
  font-size: 0.95em;
}

.page-gdpr-commitment-section {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

.page-gdpr-cta-section {
  background-color: #003366;
  color: #fff;
  padding: 60px 0;
  text-align: center;
  margin-top: 40px;
}

.page-gdpr-cta-section .page-gdpr-section-title {
  color: #FFD700;
  margin-bottom: 30px;
}

.page-gdpr-cta-section .page-gdpr-section-title::after {
  background-color: #FFD700;
}

.page-gdpr-cta-section p {
  font-size: 1.15em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #e0e0e0;
}

.page-gdpr-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-gdpr-button--primary {
  background-color: #FFD700;
  color: #003366;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

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

/* Responsive Design */
@media (max-width: 768px) {
  .page-gdpr-hero-title {
    font-size: 2.5em;
  }

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

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

  .page-gdpr-sub-title {
    font-size: 1.5em;
  }

  .page-gdpr-principle-item, .page-gdpr-rights-list li, .page-gdpr-security-list li {
    padding: 20px;
  }

  .page-gdpr-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-gdpr-hero-section {
    padding: 60px 0;
  }

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

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

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

  .page-gdpr-principle-item, .page-gdpr-rights-list li, .page-gdpr-security-list li {
    padding: 15px;
  }

  .page-gdpr-button {
    width: 100%;
    margin-top: 20px;
  }
}