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

.page-gdpr a {
  color: #2AD16F; /* Lighter shade of primary for links */
  text-decoration: none;
}

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

.page-gdpr__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  overflow: hidden;
  background-color: #08160F; /* Background */
}

.page-gdpr__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height of the image wrapper */
  overflow: hidden;
}

.page-gdpr__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image slightly for text readability */
}

.page-gdpr__hero-content {
  max-width: 900px;
  padding: 20px;
  margin-top: -150px; /* Overlay content slightly on the image */
  position: relative;
  z-index: 2;
}

.page-gdpr__main-title {
  font-size: clamp(2em, 5vw, 3.2em);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-gdpr__description {
  font-size: 1.15em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-gdpr__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 200, 100, 0.4);
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-gdpr__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 200, 100, 0.6);
}

.page-gdpr__section {
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

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

.page-gdpr__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-gdpr__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-gdpr__subtitle {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-bottom: 30px;
}

.page-gdpr__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.page-gdpr__content-wrapper--reversed {
  flex-direction: row-reverse;
}

.page-gdpr__text-block {
  flex: 1;
}

.page-gdpr__text-block p {
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-gdpr__image-block {
  flex: 1;
  text-align: center;
}

.page-gdpr__image-block--center {
  flex: none;
  width: 100%;
}

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

.page-gdpr__commitment-list,
.page-gdpr__security-list,
.page-gdpr__rights-list,
.page-gdpr__exercise-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.page-gdpr__commitment-heading,
.page-gdpr__security-heading,
.page-gdpr__rights-heading,
.page-gdpr__step-heading,
.page-gdpr__data-card-title {
  font-size: 1.5em;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-gdpr__commitment-item p,
.page-gdpr__security-item p,
.page-gdpr__rights-item p,
.page-gdpr__step-item p,
.page-gdpr__data-card p {
  color: #A7D9B8; /* Text Secondary */
}

.page-gdpr__data-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

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

.page-gdpr__data-purpose-text {
  font-style: italic;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-top: 20px;
}

.page-gdpr__note {
  font-style: italic;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-top: 30px;
}

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

.page-gdpr__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-gdpr__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  outline: none;
  list-style: none;
}

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

.page-gdpr__faq-qtext {
  flex-grow: 1;
}

.page-gdpr__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-gdpr__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1.05em;
  color: #A7D9B8; /* Text Secondary */
}

.page-gdpr__faq-answer p {
  margin-top: 10px;
}

.page-gdpr__contact-info {
  text-align: center;
  margin-bottom: 30px;
}

.page-gdpr__contact-text {
  font-size: 1.1em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-gdpr__contact-disclaimer {
  font-style: italic;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-gdpr__hero-content {
    margin-top: -100px;
  }

  .page-gdpr__main-title {
    font-size: clamp(1.8em, 4.5vw, 2.8em);
  }

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

  .page-gdpr__content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .page-gdpr__content-wrapper--reversed {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-gdpr__hero-content {
    margin-top: -80px;
    padding: 15px;
  }

  .page-gdpr__main-title {
    font-size: clamp(1.6em, 6vw, 2.2em);
  }

  .page-gdpr__description {
    font-size: 1em;
  }

  .page-gdpr__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-gdpr__section {
    padding: 40px 15px;
  }

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

  .page-gdpr__subtitle {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-gdpr__commitment-heading,
  .page-gdpr__security-heading,
  .page-gdpr__rights-heading,
  .page-gdpr__step-heading,
  .page-gdpr__data-card-title {
    font-size: 1.3em;
  }

  .page-gdpr__faq-item summary {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-gdpr__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.95em;
  }

  .page-gdpr img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-gdpr__section,
  .page-gdpr__card,
  .page-gdpr__container,
  .page-gdpr__data-card,
  .page-gdpr__commitment-item,
  .page-gdpr__security-item,
  .page-gdpr__rights-item,
  .page-gdpr__step-item,
  .page-gdpr__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-gdpr__hero-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}