.page-gdpr {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-gdpr__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-gdpr__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-gdpr__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}

.page-gdpr__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-gdpr__hero-content {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -200px; /* Pull content up over the image */
  z-index: 1;
  background: rgba(8, 22, 15, 0.8); /* Semi-transparent background for readability */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-gdpr__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  color: #F2FFF6;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-gdpr__description {
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-gdpr__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-gdpr__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-gdpr__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-gdpr__subtitle {
  font-size: 1.5em;
  color: #F2FFF6;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-gdpr__introduction-section, .page-gdpr__rights-section, .page-gdpr__cookie-policy-section, .page-gdpr__faq-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-gdpr__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6;
}

.page-gdpr__principles-section, .page-gdpr__security-section, .page-gdpr__contact-section {
  padding: 60px 0;
  background-color: #08160F;
  color: #F2FFF6;
}

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

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

.page-gdpr__card-title {
  font-size: 1.3em;
  color: #57E38D; /* Glow */
  margin-bottom: 15px;
}

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

.page-gdpr__right-item {
  background-color: #11271B;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #2AD16F;
  color: #F2FFF6;
}

.page-gdpr__right-title {
  font-size: 1.2em;
  color: #57E38D;
  margin-bottom: 10px;
}

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

.page-gdpr__security-features li {
  background-color: #11271B;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  border-left: 5px solid #2AD16F;
  color: #F2FFF6;
}

.page-gdpr__feature-title {
  font-size: 1.3em;
  color: #57E38D;
  margin-bottom: 10px;
}

.page-gdpr__content-image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-gdpr__list-style-disc {
  list-style: disc;
  margin-left: 25px;
  color: #F2FFF6;
}

.page-gdpr__list-style-disc li {
  margin-bottom: 10px;
}

.page-gdpr__link {
  color: #2AD16F;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-gdpr__link:hover {
  color: #57E38D;
}

.page-gdpr__contact-info {
  background-color: #11271B;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #2E7A4E;
  margin-top: 30px;
  color: #F2FFF6;
}

.page-gdpr__contact-info p {
  margin-bottom: 10px;
}

.page-gdpr__contact-button {
  margin-top: 30px;
}

.page-gdpr__faq-list {
  margin-top: 30px;
}

.page-gdpr__faq-item {
  background-color: #11271B;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #2E7A4E;
  color: #F2FFF6;
}

.page-gdpr__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #F2FFF6;
}

.page-gdpr__faq-question:hover {
  background-color: #0A4B2C;
}

.page-gdpr__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D;
  margin-left: 15px;
}

.page-gdpr__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-gdpr__faq-item summary {
  list-style: none;
}

.page-gdpr__faq-answer {
  padding: 0 20px 20px 20px;
  color: #A7D9B8;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-gdpr__hero-content {
    margin-top: -150px;
    padding: 30px 15px;
  }
  .page-gdpr__main-title {
    font-size: 2.5em;
  }
  .page-gdpr__description {
    font-size: 1em;
  }
  .page-gdpr__section-title {
    font-size: 2em;
  }
  .page-gdpr__grid-layout, .page-gdpr__rights-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-gdpr__hero-content {
    margin-top: -100px;
    padding: 20px 10px;
    width: calc(100% - 40px);
    max-width: none;
  }
  .page-gdpr__main-title {
    font-size: clamp(1.8em, 6vw, 2.2em);
  }
  .page-gdpr__description {
    font-size: 0.95em;
  }
  .page-gdpr__section-title {
    font-size: clamp(1.5em, 5vw, 1.8em);
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .page-gdpr__introduction-section, .page-gdpr__principles-section, .page-gdpr__rights-section, .page-gdpr__security-section, .page-gdpr__cookie-policy-section, .page-gdpr__contact-section, .page-gdpr__faq-section {
    padding: 40px 0;
  }
  .page-gdpr__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Image responsiveness */
  .page-gdpr img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Content containers for images */
  .page-gdpr__hero-image-wrapper,
  .page-gdpr__content-area,
  .page-gdpr__introduction-section,
  .page-gdpr__principles-section,
  .page-gdpr__rights-section,
  .page-gdpr__security-section,
  .page-gdpr__cookie-policy-section,
  .page-gdpr__contact-section,
  .page-gdpr__faq-section,
  .page-gdpr__grid-layout,
  .page-gdpr__rights-list,
  .page-gdpr__security-features,
  .page-gdpr__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Button responsiveness */
  .page-gdpr__cta-button,
  .page-gdpr__contact-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Specific top padding for video section if it were present */
  .page-gdpr__video-section {
    padding-top: 10px !important;
  }
}

/* Ensure color contrast */
.page-gdpr p, .page-gdpr li, .page-gdpr__faq-answer {
  color: #A7D9B8; /* Text Secondary */
}

.page-gdpr strong {
  color: #F2FFF6; /* Text Main for emphasis */
}

/* Additional contrast for specific elements if needed */
.page-gdpr__card p, .page-gdpr__right-item p, .page-gdpr__security-features li p {
  color: #A7D9B8;
}