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

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

.page-gdpr-hero-banner {
  background: linear-gradient(135deg, #FFD700, #8B0000);
  padding: 60px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-gdpr-hero-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-gdpr-hero-content {
  position: relative;
  z-index: 1;
}

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

.page-gdpr-hero-banner p {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.page-gdpr-btn-primary {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #8B0000;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
}

.page-gdpr-btn-primary:hover {
  background: #ffffff;
  color: #8B0000;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-gdpr-btn-secondary {
  display: inline-block;
  padding: 15px 40px;
  background: #8B0000;
  color: #FFD700;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #8B0000;
}

.page-gdpr-btn-secondary:hover {
  background: #FFD700;
  color: #8B0000;
  border-color: #FFD700;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-gdpr-intro, .page-gdpr-principles, .page-gdpr-data-collection, .page-gdpr-data-usage, .page-gdpr-rights, .page-gdpr-security, .page-gdpr-sharing, .page-gdpr-retention, .page-gdpr-contact, .page-gdpr-faq {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-gdpr-intro h2, .page-gdpr-principles h2, .page-gdpr-data-collection h2, .page-gdpr-data-usage h2, .page-gdpr-rights h2, .page-gdpr-security h2, .page-gdpr-sharing h2, .page-gdpr-retention h2, .page-gdpr-contact h2, .page-gdpr-faq h2 {
  font-size: 2.2em;
  color: #8B0000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-gdpr-intro h2::after, .page-gdpr-principles h2::after, .page-gdpr-data-collection h2::after, .page-gdpr-data-usage h2::after, .page-gdpr-rights h2::after, .page-gdpr-security h2::after, .page-gdpr-sharing h2::after, .page-gdpr-retention h2::after, .page-gdpr-contact h2::after, .page-gdpr-faq h2::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.page-gdpr-intro p, .page-gdpr-data-collection p, .page-gdpr-data-usage p, .page-gdpr-rights p, .page-gdpr-security p, .page-gdpr-sharing p, .page-gdpr-retention p, .page-gdpr-contact p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-gdpr-principles ul, .page-gdpr-data-collection ul, .page-gdpr-data-usage ul, .page-gdpr-rights ul, .page-gdpr-security ul, .page-gdpr-sharing ul, .page-gdpr-retention ul, .page-gdpr-contact ul {
  list-style: none;
  padding: 0;
}

.page-gdpr-principles li, .page-gdpr-data-collection li, .page-gdpr-data-usage li, .page-gdpr-rights li, .page-gdpr-security li, .page-gdpr-sharing li, .page-gdpr-retention li, .page-gdpr-contact li {
  background-color: #f9f9f9;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

.page-gdpr-principles li h3, .page-gdpr-data-collection li h4, .page-gdpr-data-usage li h4, .page-gdpr-rights li h4, .page-gdpr-security li h4, .page-gdpr-sharing li h4, .page-gdpr-retention li h4, .page-gdpr-contact li strong {
  color: #8B0000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4em;
}

.page-gdpr-principles li p, .page-gdpr-data-collection li p, .page-gdpr-data-usage li p, .page-gdpr-rights li p, .page-gdpr-security li p, .page-gdpr-sharing li p, .page-gdpr-retention li p {
  font-size: 1em;
  text-align: justify;
}

.page-gdpr a {
  color: #8B0000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-gdpr a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-gdpr-image-full {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-gdpr-image-medium {
  width: 80%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-gdpr-image-small {
  width: 60%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* FAQ Styles */
.page-gdpr-faq .faq-item {
  margin-bottom: 15px;
}

.page-gdpr-faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.page-gdpr-faq .faq-question:hover {
  background: #f5f5f5;
  border-color: #FFD700;
}

.page-gdpr-faq .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333333;
  flex-grow: 1;
}

.page-gdpr-faq .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #8B0000;
  transition: transform 0.3s ease;
  margin-left: 15px;
}

.page-gdpr-faq .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFD700;
}

.page-gdpr-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.page-gdpr-faq .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
  border-color: #FFD700;
}

.page-gdpr-faq .faq-answer p {
  margin: 0;
  font-size: 1em;
  color: #555555;
  text-align: justify;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-gdpr-hero-banner h1 {
    font-size: 2.8em;
  }

  .page-gdpr-hero-banner p {
    font-size: 1.1em;
  }

  .page-gdpr-intro h2, .page-gdpr-principles h2, .page-gdpr-data-collection h2, .page-gdpr-data-usage h2, .page-gdpr-rights h2, .page-gdpr-security h2, .page-gdpr-sharing h2, .page-gdpr-retention h2, .page-gdpr-contact h2, .page-gdpr-faq h2 {
    font-size: 2em;
  }

  .page-gdpr-image-medium {
    width: 90%;
  }

  .page-gdpr-image-small {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .page-gdpr-hero-banner {
    padding: 40px 0;
  }

  .page-gdpr-hero-image {
    max-height: 250px;
  }

  .page-gdpr-hero-banner h1 {
    font-size: 2.2em;
  }

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

  .page-gdpr-btn-primary, .page-gdpr-btn-secondary {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-gdpr-intro, .page-gdpr-principles, .page-gdpr-data-collection, .page-gdpr-data-usage, .page-gdpr-rights, .page-gdpr-security, .page-gdpr-sharing, .page-gdpr-retention, .page-gdpr-contact, .page-gdpr-faq {
    padding: 40px 0;
  }

  .page-gdpr-intro h2, .page-gdpr-principles h2, .page-gdpr-data-collection h2, .page-gdpr-data-usage h2, .page-gdpr-rights h2, .page-gdpr-security h2, .page-gdpr-sharing h2, .page-gdpr-retention h2, .page-gdpr-contact h2, .page-gdpr-faq h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-gdpr-principles li, .page-gdpr-data-collection li, .page-gdpr-data-usage li, .page-gdpr-rights li, .page-gdpr-security li, .page-gdpr-sharing li, .page-gdpr-retention li, .page-gdpr-contact li {
    padding: 15px;
  }

  .page-gdpr-principles li h3, .page-gdpr-data-collection li h4, .page-gdpr-data-usage li h4, .page-gdpr-rights li h4, .page-gdpr-security li h4, .page-gdpr-sharing li h4, .page-gdpr-retention li h4, .page-gdpr-contact li strong {
    font-size: 1.2em;
  }

  .page-gdpr-image-full {
    max-height: 200px;
  }

  .page-gdpr-image-medium {
    width: 95%;
  }

  .page-gdpr-image-small {
    width: 85%;
  }

  .page-gdpr-faq .faq-question {
    padding: 15px 20px;
  }

  .page-gdpr-faq .faq-question h3 {
    font-size: 1.1em;
  }

  .page-gdpr-faq .faq-toggle {
    font-size: 20px;
  }

  .page-gdpr-faq .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-gdpr-hero-banner h1 {
    font-size: 1.8em;
  }

  .page-gdpr-hero-banner p {
    font-size: 0.9em;
  }

  .page-gdpr-intro h2, .page-gdpr-principles h2, .page-gdpr-data-collection h2, .page-gdpr-data-usage h2, .page-gdpr-rights h2, .page-gdpr-security h2, .page-gdpr-sharing h2, .page-gdpr-retention h2, .page-gdpr-contact h2, .page-gdpr-faq h2 {
    font-size: 1.5em;
  }

  .page-gdpr-btn-primary, .page-gdpr-btn-secondary {
    width: 100%;
    max-width: 250px;
    margin: 10px auto;
    display: block;
  }

  .page-gdpr-image-full {
    max-height: 150px;
  }

  .page-gdpr-image-medium {
    width: 100%;
  }

  .page-gdpr-image-small {
    width: 90%;
  }

  .page-gdpr-faq .faq-question h3 {
    font-size: 1em;
  }
}