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

.page-gdpr__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header-offset */
  overflow: hidden;
  box-sizing: border-box;
}

.page-gdpr__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

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

.page-gdpr__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  color: #F2FFF6;
}

.page-gdpr__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F2C14E; /* Gold */
}

.page-gdpr__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-gdpr__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px 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 {
  padding: 80px 20px;
  border-bottom: 1px solid #1E3A2A; /* Divider */
  box-sizing: border-box;
}

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

.page-gdpr__dark-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

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

.page-gdpr__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-gdpr__sub-section-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: #2AD16F; /* A lighter green from the button gradient */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-gdpr__section-text {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-gdpr__image-wrapper {
  margin: 40px auto;
  text-align: center;
}

.page-gdpr__image-wrapper--right {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
  max-width: 50%;
}

.page-gdpr__image-wrapper--left {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  max-width: 50%;
}

.page-gdpr__section-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-gdpr__principles-list, .page-gdpr__rights-list, .page-gdpr__compliance-list, .page-gdpr__data-list, .page-gdpr__data-purpose-list, .page-gdpr__data-sharing-list, .page-gdpr__contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.page-gdpr__principles-item, .page-gdpr__rights-item, .page-gdpr__compliance-item, .page-gdpr__data-list li, .page-gdpr__data-purpose-list li, .page-gdpr__data-sharing-list li, .page-gdpr__contact-list li {
  background-color: #11271B; /* Card BG */
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border color */
}

.page-gdpr__principles-heading, .page-gdpr__rights-heading, .page-gdpr__compliance-heading {
  font-size: 1.3rem;
  color: #57E38D; /* Glow */
  margin-top: 0;
  margin-bottom: 10px;
}

.page-gdpr__principles-description, .page-gdpr__rights-description, .page-gdpr__compliance-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-gdpr__data-list li strong, .page-gdpr__data-purpose-list li strong, .page-gdpr__data-sharing-list li strong, .page-gdpr__contact-list li strong {
  color: #F2C14E; /* Gold */
}

.page-gdpr__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-gdpr__cta-text {
  font-size: 1.15rem;
  color: #F2FFF6;
  margin-bottom: 25px;
}

.page-gdpr__cta-button--secondary {
  background: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border color */
}

.page-gdpr__cta-button--secondary:hover {
  background: #11A84E; /* Main color */
}

.page-gdpr__text-link {
  color: #57E38D; /* Glow */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-gdpr__text-link:hover {
  color: #F2C14E; /* Gold */
}

/* FAQ Section */
.page-gdpr__faq-list {
  margin-top: 40px;
}

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

.page-gdpr__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid transparent; /* To prevent double border on open */
  transition: background-color 0.3s ease;
}

.page-gdpr__faq-item[open] .page-gdpr__faq-question {
  background-color: #11A84E; /* Main color */
  border-bottom: 1px solid #2E7A4E;
}

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

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

.page-gdpr__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Gold */
}

.page-gdpr__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  background-color: #11271B; /* Card BG */
}

.page-gdpr__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Clearfix for floated images */
.page-gdpr__image-wrapper--right::after,
.page-gdpr__image-wrapper--left::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-gdpr__hero-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-gdpr__hero-description {
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  }
  .page-gdpr__section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
  }
  .page-gdpr__sub-section-title {
    font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  }
  .page-gdpr__image-wrapper--right,
  .page-gdpr__image-wrapper--left {
    float: none;
    margin: 30px auto;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-gdpr__section {
    padding: 60px 15px;
  }
  .page-gdpr__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-gdpr__hero-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }
  .page-gdpr__hero-description {
    font-size: clamp(0.9rem, 3.5vw, 1.1rem);
  }
  .page-gdpr__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 15px 10px;
  }
  .page-gdpr__section-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-gdpr__image-wrapper {
    margin: 20px auto;
    max-width: 100%;
  }
  .page-gdpr__principles-item, .page-gdpr__rights-item, .page-gdpr__compliance-item, .page-gdpr__data-list li, .page-gdpr__data-purpose-list li, .page-gdpr__data-sharing-list li, .page-gdpr__contact-list li {
    padding: 20px;
  }
  .page-gdpr__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }
  .page-gdpr__faq-answer {
    padding: 15px 20px;
  }
}

/* Ensure images within content areas are responsive and not too small */
.page-gdpr img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .page-gdpr img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-gdpr__section,
  .page-gdpr__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-gdpr__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  .page-gdpr__video-section {
    padding-top: 10px !important; 
  }
}