.page-gdpr {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #f8f8f8;
}

.page-gdpr__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  color: #ffffff;
  background-color: #8B0000; /* Main brand color */
  overflow: hidden;
}

.page-gdpr__hero-content {
  max-width: 900px;
  z-index: 10;
  margin-bottom: 30px;
}

.page-gdpr__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary brand color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gdpr__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

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

.page-gdpr__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

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

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

.page-gdpr__dark-bg {
  background-color: #8B0000;
  color: #ffffff;
}

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

.page-gdpr__section-title {
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
  color: #8B0000;
}

.page-gdpr__dark-bg .page-gdpr__section-title {
  color: #FFD700;
}

.page-gdpr__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-gdpr__image-container {
  text-align: center;
  margin: 40px 0;
}

.page-gdpr__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-gdpr__list-item {
  background-color: #ffffff;
  border-left: 5px solid #FFD700;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-gdpr__dark-bg .page-gdpr__list-item {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-left-color: #FFD700;
}

.page-gdpr__list-title {
  font-size: 1.4em;
  color: #8B0000;
  margin-bottom: 10px;
}

.page-gdpr__dark-bg .page-gdpr__list-title {
  color: #FFD700;
}

.page-gdpr__list-item p {
  font-size: 1em;
  color: #555555;
}

.page-gdpr__dark-bg .page-gdpr__list-item p {
  color: #f0f0f0;
}

.page-gdpr__btn-primary,
.page-gdpr__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* For responsive buttons */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word;
}

.page-gdpr__btn-primary {
  background-color: #FFD700;
  color: #8B0000;
  border: 2px solid #FFD700;
}

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

.page-gdpr__btn-secondary {
  background-color: transparent;
  color: #8B0000;
  border: 2px solid #8B0000;
  margin-left: 20px;
}

.page-gdpr__btn-secondary:hover {
  background-color: #8B0000;
  color: #ffffff;
}

.page-gdpr__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

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

.page-gdpr__contact-info {
  margin-top: 30px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-gdpr__contact-text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-gdpr__contact-list {
  list-style: none;
  padding: 0;
}

.page-gdpr__contact-item {
  margin-bottom: 10px;
  font-size: 1em;
  color: #333333;
}

.page-gdpr__link {
  color: #8B0000;
  text-decoration: underline;
}

.page-gdpr__link:hover {
  color: #FFD700;
}

.page-gdpr__faq-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.page-gdpr__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #FFD700;
  color: #8B0000;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #e0e0e0;
}

.page-gdpr__faq-question h3 {
  margin: 0;
  color: #8B0000;
  font-size: 1.1em;
}

.page-gdpr__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  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 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-gdpr__faq-item.active .page-gdpr__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 20px;
}

.page-gdpr__final-cta {
  padding: 80px 20px;
  text-align: center;
}

.page-gdpr__center-text {
  text-align: center;
}

.page-gdpr__final-cta .page-gdpr__section-title {
  color: #FFD700;
}

.page-gdpr__final-cta .page-gdpr__paragraph {
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Floating buttons */
.page-gdpr__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-gdpr__floating-btn {
  display: block;
  padding: 12px 20px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.page-gdpr__floating-btn:hover {
  transform: translateY(-3px);
}

.page-gdpr__floating-register {
  background-color: #FFD700;
  color: #8B0000;
}

.page-gdpr__floating-login {
  background-color: #8B0000;
  color: #ffffff;
  border: 1px solid #FFD700;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-gdpr__main-title {
    font-size: 2.2em;
  }

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

  .page-gdpr__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px);
  }

  .page-gdpr__paragraph,
  .page-gdpr__intro-text,
  .page-gdpr__list-item p {
    font-size: 1em;
  }

  .page-gdpr__list-title {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-gdpr__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure space for fixed header */
  }

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

  .page-gdpr__intro-text {
    font-size: 0.95em;
  }

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

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

  .page-gdpr__btn-primary,
  .page-gdpr__btn-secondary {
    display: block;
    width: 100% !important;
    margin: 10px 0 !important;
    max-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-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-gdpr__image,
  .page-gdpr__hero-image {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-gdpr__image-container,
  .page-gdpr__hero-image-wrapper,
  .page-gdpr__section,
  .page-gdpr__card,
  .page-gdpr__container,
  .page-gdpr__faq-section,
  .page-gdpr__contact-info,
  .page-gdpr__floating-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-gdpr__content-area {
    padding-left: 0;
    padding-right: 0;
  }

  .page-gdpr__list-item {
    padding: 20px 15px;
  }

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

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

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

  .page-gdpr__floating-buttons {
    flex-direction: row;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 15px;
    justify-content: space-around;
  }

  .page-gdpr__floating-btn {
    flex: 1;
    margin: 0 5px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 0.9em;
    box-shadow: none;
  }
  .page-gdpr__floating-register {
    background-color: #FFD700;
    color: #8B0000;
  }
  .page-gdpr__floating-login {
    background-color: #8B0000;
    color: #ffffff;
    border: 1px solid #FFD700;
  }
}