.page-gdpr {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Light background -> dark text */
  background-color: #fff; /* Default body 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;
  justify-content: center;
  padding: 10px 0 60px; /* Small top padding, larger bottom for content */
  background-color: #08160F;
  color: #F2FFF6;
  text-align: center;
  overflow: hidden;
}

.page-gdpr__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-gdpr__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-gdpr__hero-content {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -100px; /* Pull content slightly over the image */
  background: linear-gradient(0deg, rgba(8, 22, 15, 0.9) 0%, rgba(8, 22, 15, 0.7) 100%);
  border-radius: 10px;
}

.page-gdpr__main-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-gdpr__hero-description {
  font-size: 1.1rem;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-gdpr__section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: #11A84E;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
}

.page-gdpr__sub-title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: #13994A;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-gdpr__text-block {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #333333;
}

.page-gdpr__dark-section .page-gdpr__text-block, 
.page-gdpr__dark-section .page-gdpr__sub-title {
  color: #F2FFF6;
}

.page-gdpr__dark-section .page-gdpr__section-title {
  color: #57E38D;
}

.page-gdpr__intro-section, .page-gdpr__rights-section, .page-gdpr__international-data-section, .page-gdpr__faq-section {
  padding: 60px 0;
  background-color: #fff;
  color: #333333;
}

.page-gdpr__card-bg {
  background-color: #11271B;
  color: #F2FFF6;
}

.page-gdpr__principles-section {
  padding: 60px 0;
}

.page-gdpr__principle-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-gdpr__principle-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-gdpr__principle-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #57E38D;
  margin-bottom: 15px;
}

.page-gdpr__principle-description {
  font-size: 0.95rem;
  color: #A7D9B8;
}

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

.page-gdpr__right-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-gdpr__right-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #11A84E;
  margin-bottom: 10px;
}

.page-gdpr__right-description {
  font-size: 0.9rem;
  color: #333333;
}

.page-gdpr__security-section, .page-gdpr__dpo-contact-section, .page-gdpr__outro-section {
  padding: 60px 0;
  background-color: #0A4B2C;
  color: #F2FFF6;
}

.page-gdpr__security-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-gdpr__security-item {
  background-color: #1E3A2A;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-gdpr__security-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-gdpr__security-description {
  font-size: 0.95rem;
  color: #A7D9B8;
}

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

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

.page-gdpr__contact-label {
  font-weight: 600;
  color: #57E38D;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.page-gdpr__contact-value {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #A7D9B8;
}

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

.page-gdpr__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-gdpr__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* For details/summary */
}

.page-gdpr__faq-item[open] > .page-gdpr__faq-question {
  border-bottom: 1px solid #d0d0d0;
  color: #11A84E;
}

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

.page-gdpr__faq-toggle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #11A84E;
  margin-left: 15px;
}

.page-gdpr__faq-item[open] .page-gdpr__faq-toggle {
  color: #11A84E;
}

.page-gdpr__faq-answer {
  padding: 15px 25px 20px;
  font-size: 0.95rem;
  color: #555555;
  background-color: #ffffff;
}

.page-gdpr__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

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

.page-gdpr__cta-button--secondary {
  background: #ffffff;
  color: #11A84E;
  border: 2px solid #11A84E;
  box-shadow: none;
}

.page-gdpr__cta-button--secondary:hover {
  background-color: #e6ffe6;
  color: #0A4B2C;
  border-color: #0A4B2C;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-gdpr__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-gdpr__hero-content {
    margin-top: -50px;
    padding: 30px 15px;
  }
  .page-gdpr__main-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }
  .page-gdpr__section-title {
    font-size: clamp(1.4rem, 4vw, 2rem);
  }
  .page-gdpr__sub-title {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
  }
  .page-gdpr__principle-list, .page-gdpr__rights-grid, .page-gdpr__security-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding: 10px 0 40px;
  }
  .page-gdpr__hero-content {
    margin-top: -30px;
    padding: 20px 10px;
  }
  .page-gdpr__main-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
  .page-gdpr__hero-description {
    font-size: 1rem;
  }
  .page-gdpr__intro-section, .page-gdpr__principles-section, .page-gdpr__rights-section, 
  .page-gdpr__security-section, .page-gdpr__international-data-section, 
  .page-gdpr__dpo-contact-section, .page-gdpr__faq-section, .page-gdpr__outro-section {
    padding: 40px 0;
  }
  .page-gdpr__container {
    padding: 0 15px;
  }

  /* Force responsive images */
  .page-gdpr img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important; /* Enforce minimum size */
    min-height: 200px !important; /* Enforce minimum size */
  }
  .page-gdpr__section, .page-gdpr__card, .page-gdpr__container, .page-gdpr__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Force responsive buttons */
  .page-gdpr__cta-button, .page-gdpr__btn-primary, .page-gdpr__btn-secondary,
  .page-gdpr a[class*="button"], .page-gdpr a[class*="btn"] {
    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;
  }
  .page-gdpr__cta-buttons, .page-gdpr__button-group, .page-gdpr__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 15px;
    flex-direction: column; /* Stack buttons vertically on mobile */
  }

  /* Content area image size enforcement */
  .page-gdpr p img, .page-gdpr li img, .page-gdpr__text-block img, .page-gdpr__content-image {
    min-width: 200px !important;
    min-height: 200px !important;
  }
}

@media (max-width: 480px) {
  .page-gdpr__main-title {
    font-size: clamp(1.4rem, 8vw, 1.8rem);
  }
  .page-gdpr__hero-description {
    font-size: 0.9rem;
  }
  .page-gdpr__cta-button {
    font-size: 0.95rem;
    padding: 12px 25px;
  }
  .page-gdpr__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-gdpr__faq-answer {
    padding: 10px 20px 15px;
  }
  .page-gdpr__principles-section .page-gdpr__principle-item, 
  .page-gdpr__rights-section .page-gdpr__right-card, 
  .page-gdpr__security-section .page-gdpr__security-item {
    padding: 20px;
  }
  .page-gdpr__contact-info {
    padding: 20px;
  }
}

/* Color Contrast Fixes based on body background #fff */
.page-gdpr {
  color: #333333; /* Default text color for light background */
}
.page-gdpr__light-bg {
  color: #333333;
  background: #ffffff;
}
.page-gdpr__dark-section {
  background: #0A4B2C;
  color: #F2FFF6; /* Light text for dark background */
}
.page-gdpr__card-bg {
  background: #11271B;
  color: #F2FFF6; /* Light text for dark background */
}
.page-gdpr__card {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}
.page-gdpr__dark-section .page-gdpr__card {
  background: #11271B;
  color: #F2FFF6;
  border: 1px solid #2E7A4E;
}
.page-gdpr__cta-button {
  color: #ffffff;
}
.page-gdpr__cta-button--secondary {
  color: #11A84E;
}
.page-gdpr__section-title {
  color: #11A84E;
}
.page-gdpr__dark-section .page-gdpr__section-title {
  color: #57E38D;
}
.page-gdpr__sub-title {
  color: #13994A;
}
.page-gdpr__dark-section .page-gdpr__sub-title {
  color: #F2FFF6;
}
.page-gdpr__principle-title {
  color: #57E38D;
}
.page-gdpr__principle-description {
  color: #A7D9B8;
}
.page-gdpr__right-title {
  color: #11A84E;
}
.page-gdpr__security-title {
  color: #F2FFF6;
}
.page-gdpr__security-description {
  color: #A7D9B8;
}
.page-gdpr__contact-label {
  color: #57E38D;
}
.page-gdpr__contact-value {
  color: #A7D9B8;
}
.page-gdpr__faq-question {
  color: #333333;
}
.page-gdpr__faq-item[open] > .page-gdpr__faq-question {
  color: #11A84E;
}
.page-gdpr__faq-toggle {
  color: #11A84E;
}
.page-gdpr__faq-answer {
  color: #555555;
}