.page-gdpr {
  color: #ffffff; /* Default text color for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.page-gdpr__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #26A9E0 0%, #1a7bbd 100%);
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}

.page-gdpr__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-gdpr__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFFFFF;
}

.page-gdpr__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

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

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

.page-gdpr__section {
  padding: 60px 20px;
  text-align: left;
}

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

.page-gdpr__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-gdpr__subsection-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-gdpr__text-block {
  font-size: 1em;
  margin-bottom: 15px;
  color: #333333; /* Dark text for light backgrounds */
}

.page-gdpr__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-gdpr__numbered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-gdpr__list-item {
  margin-bottom: 10px;
  color: #333333; /* Dark text for light backgrounds */
}

.page-gdpr__inline-link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-gdpr__inline-link:hover {
  color: #1a7bbd;
}

.page-gdpr__dark-section .page-gdpr__section-title,
.page-gdpr__dark-section .page-gdpr__subsection-title,
.page-gdpr__dark-section .page-gdpr__text-block,
.page-gdpr__dark-section .page-gdpr__list-item,
.page-gdpr__dark-section .page-gdpr__inline-link {
  color: #FFFFFF;
}

.page-gdpr__dark-section .page-gdpr__inline-link {
  color: #FFFFFF;
  text-decoration: underline;
}

.page-gdpr__dark-section .page-gdpr__inline-link:hover {
  color: #f0f0f0;
}

.page-gdpr__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-gdpr__light-bg .page-gdpr__section-title,
.page-gdpr__light-bg .page-gdpr__subsection-title {
  color: #26A9E0;
}

.page-gdpr__light-bg .page-gdpr__text-block,
.page-gdpr__light-bg .page-gdpr__list-item {
  color: #333333;
}

.page-gdpr__light-bg .page-gdpr__inline-link {
  color: #26A9E0;
}

.page-gdpr__light-bg .page-gdpr__inline-link:hover {
  color: #1a7bbd;
}

.page-gdpr__compliance-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}

.page-gdpr__compliance-text {
  flex: 1;
}

.page-gdpr__compliance-image-wrapper {
  flex: 0 0 400px;
  max-width: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-gdpr__rights-section {
  background: #26A9E0;
  color: #FFFFFF;
}

.page-gdpr__rights-section .page-gdpr__section-title {
  color: #FFFFFF;
}

.page-gdpr__rights-section .page-gdpr__subsection-title {
  color: #FFFFFF;
}

.page-gdpr__rights-section .page-gdpr__text-block,
.page-gdpr__rights-section .page-gdpr__list-item {
  color: #f0f0f0;
}

.page-gdpr__rights-section .page-gdpr__inline-link {
  color: #FFFFFF;
}

.page-gdpr__rights-section .page-gdpr__inline-link:hover {
  color: #f0f0f0;
}

.page-gdpr__flex-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.page-gdpr__rights-image-wrapper {
  flex: 0 0 500px;
  max-width: 500px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-gdpr__rights-text {
  flex: 1;
}

.page-gdpr__commitment-section {
  text-align: center;
}

.page-gdpr__commitment-flex {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-gdpr__commitment-card {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  box-sizing: border-box;
  text-align: left;
}

.page-gdpr__commitment-card .page-gdpr__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-gdpr__commitment-card .page-gdpr__card-text {
  color: #333333;
  font-size: 0.95em;
}

.page-gdpr__commitment-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
}

.page-gdpr__faq-section {
  background: #0a0a0a;
  color: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
}

.page-gdpr__faq-section .page-gdpr__section-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}

.page-gdpr__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-gdpr__faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-gdpr__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-gdpr__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-gdpr__faq-title {
  font-size: 1.2em;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
}

.page-gdpr__faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFFFFF;
  transition: transform 0.3s ease;
}

.page-gdpr__faq-item.active .page-gdpr__faq-toggle {
  transform: rotate(45deg);
}

.page-gdpr__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-gdpr__faq-item.active .page-gdpr__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px 25px 20px;
}

.page-gdpr__faq-answer .page-gdpr__text-block {
  color: #f0f0f0;
  text-align: left;
  margin-bottom: 0;
}

.page-gdpr__cta-section {
  background: linear-gradient(90deg, #26A9E0 0%, #1a7bbd 100%);
  color: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
}

.page-gdpr__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-gdpr__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

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

.page-gdpr__btn-primary,
.page-gdpr__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-gdpr__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-gdpr__btn-primary:hover {
  background-color: #d66a00;
  border-color: #d66a00;
}

.page-gdpr__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #FFFFFF;
}

.page-gdpr__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1a7bbd;
  border-color: #f0f0f0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-gdpr__hero-title {
    font-size: 2.8em;
  }

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

  .page-gdpr__subsection-title {
    font-size: 1.5em;
  }

  .page-gdpr__compliance-block,
  .page-gdpr__flex-container {
    flex-direction: column;
  }

  .page-gdpr__compliance-image-wrapper,
  .page-gdpr__rights-image-wrapper {
    flex: none;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }

  .page-gdpr__commitment-card {
    flex: 0 0 calc(100% - 15px);
    max-width: calc(100% - 15px);
  }

  .page-gdpr__hero-section {
    padding: 60px 15px;
  }

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

@media (max-width: 768px) {
  .page-gdpr {
    font-size: 16px;
    line-height: 1.6;
  }

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

  .page-gdpr__hero-description {
    font-size: 1em;
  }

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

  .page-gdpr__subsection-title {
    font-size: 1.3em;
  }

  /* Mobile image and video responsive */
  .page-gdpr img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-gdpr video,
  .page-gdpr__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-gdpr__section,
  .page-gdpr__card,
  .page-gdpr__container,
  .page-gdpr__hero-section,
  .page-gdpr__compliance-block,
  .page-gdpr__flex-container,
  .page-gdpr__process-section,
  .page-gdpr__rights-section,
  .page-gdpr__commitment-section,
  .page-gdpr__faq-section,
  .page-gdpr__cta-section,
  .page-gdpr__video-section,
  .page-gdpr__video-container,
  .page-gdpr__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

  /* Ensure padding-top for video section in mobile */
  .page-gdpr__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  /* Mobile button responsive */
  .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-direction: column !important; /* Stack buttons vertically */
    gap: 15px;
  }

  .page-gdpr__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .page-gdpr__faq-question {
    padding: 15px 20px;
  }

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

  .page-gdpr__faq-item.active .page-gdpr__faq-answer {
    padding: 15px 20px 20px;
  }

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

  .page-gdpr__cta-description {
    font-size: 1em;
  }
}