.page-gdpr {
  padding-top: 10px; /* Small top padding to avoid overlap with fixed header */
  background-color: #08160F;
  color: #F2FFF6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-gdpr__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1390px;
  margin: 0 auto 40px auto;
  padding: 20px 15px;
  text-align: center;
}

.page-gdpr__hero-content {
  order: 2; /* Content below image on desktop, default for mobile */
  width: 100%;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-gdpr__hero-banner {
  order: 1; /* Image above content on desktop */
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.page-gdpr__hero-banner img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  filter: none; /* Ensure no CSS filters are applied */
}

.page-gdpr__main-title {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-gdpr__description {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: #A7D9B8;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr__contact-btn,
.page-gdpr__action-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.page-gdpr__contact-btn:hover,
.page-gdpr__action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(42, 209, 111, 0.4);
}

.page-gdpr__content-section,
.page-gdpr__commitment-section,
.page-gdpr__faq-section,
.page-gdpr__more-info-section {
  max-width: 1000px;
  margin: 0 auto 60px auto;
  padding: 0 15px;
}

.page-gdpr__section-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
}

.page-gdpr__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #57E38D; /* Glow */
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-gdpr__text-block {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-gdpr__text-block p {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.page-gdpr__text-block a {
  color: #57E38D;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.page-gdpr__text-block a:hover {
  color: #2AD16F;
}

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

.page-gdpr__feature-list li {
  background-color: #0A4B2C; /* Deep Green */
  padding: 12px 20px;
  margin-bottom: 10px;
  border-left: 4px solid #F2C14E; /* Gold */
  border-radius: 5px;
  font-size: 1rem;
  color: #F2FFF6;
}

.page-gdpr__feature-list li strong {
  color: #F2FFF6;
}

.page-gdpr__image-figure {
  margin: 30px 0;
  text-align: center;
  background-color: #11271B;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-gdpr__image-figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  filter: none; /* Ensure no CSS filters are applied */
}

.page-gdpr__image-caption {
  font-size: 0.9rem;
  color: #A7D9B8;
  margin-top: 10px;
}

.page-gdpr__faq-list {
  display: grid;
  gap: 20px;
}

.page-gdpr__faq-item {
  background-color: #11271B; /* Card BG */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-gdpr__faq-question {
  font-size: 1.2rem;
  color: #F2FFF6;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-gdpr__faq-answer {
  font-size: 1rem;
  color: #A7D9B8;
}

.page-gdpr__faq-answer a {
  color: #57E38D;
  text-decoration: underline;
}

.page-gdpr__link-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 40px 0;
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #1E3A2A; /* Divider */
}

.page-gdpr__link-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #1E3A2A; /* Divider */
}

.page-gdpr__link-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-gdpr__link-list a {
  color: #A7D9B8;
  text-decoration: none;
  font-size: 1.05rem;
  transition: color 0.2s ease;
}

.page-gdpr__link-list a:hover {
  color: #2AD16F;
  text-decoration: underline;
}

/* Responsive Adjustments */
@media (min-width: 769px) {
  .page-gdpr__hero-section {
    flex-direction: row; /* Image and content side-by-side on larger screens */
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    padding: 40px 15px;
  }

  .page-gdpr__hero-content {
    order: 1;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 0;
  }

  .page-gdpr__hero-banner {
    order: 2;
    width: 50%;
    margin-bottom: 0;
  }

  .page-gdpr__main-title {
    font-size: clamp(2.5rem, 4.5vw, 3.5rem);
    text-align: left;
  }

  .page-gdpr__description {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .page-gdpr__section-title::after {
    margin-left: 0;
    margin-right: auto;
  }

  .page-gdpr__faq-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding: 15px;
  }
  .page-gdpr__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }
  .page-gdpr__description {
    font-size: clamp(0.95rem, 3vw, 1.1rem);
  }
  .page-gdpr__contact-btn,
  .page-gdpr__action-btn {
    padding: 10px 25px;
    font-size: 0.95rem;
  }
  .page-gdpr__content-section,
  .page-gdpr__commitment-section,
  .page-gdpr__faq-section,
  .page-gdpr__more-info-section {
    margin-bottom: 40px;
  }
  .page-gdpr__section-title {
    font-size: clamp(1.3rem, 5vw, 2rem);
    margin-bottom: 30px;
  }
  .page-gdpr__text-block {
    padding: 20px;
  }
  .page-gdpr__text-block p,
  .page-gdpr__feature-list li,
  .page-gdpr__faq-question,
  .page-gdpr__faq-answer,
  .page-gdpr__link-list a {
    font-size: 0.95rem;
  }
  .page-gdpr__image-figure img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .page-gdpr__faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 549px) {
  .page-gdpr__main-title {
    font-size: clamp(1.3rem, 7vw, 2.2rem);
  }
  .page-gdpr__description {
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }
  .page-gdpr__section-title {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }
  .page-gdpr__text-block p,
  .page-gdpr__feature-list li,
  .page-gdpr__faq-question,
  .page-gdpr__faq-answer,
  .page-gdpr__link-list a {
    font-size: 0.9rem;
  }
}

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

@media (max-width: 768px) {
  .page-gdpr img {
    max-width: 100% !important;
    height: auto !important;
  }
}