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

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

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

.page-gdpr__section--intro {
  background-color: #0D0E12;
}

.page-gdpr__section--rights {
  background-color: #17191F; /* Card BG */
}

.page-gdpr__section--protection {
  background-color: #0D0E12;
}

.page-gdpr__section--cookies {
  background-color: #17191F; /* Card BG */
}

.page-gdpr__section--contact {
  background-color: #0D0E12;
}

.page-gdpr__section--faq {
  background-color: #17191F; /* Card BG */
}

.page-gdpr__section--updates {
  background-color: #0D0E12;
  padding-bottom: 80px;
}

.page-gdpr__main-title {
  font-size: 44px;
  font-weight: bold;
  color: #FFF3E6;
  margin-bottom: 25px;
  line-height: 1.2;
  text-align: center;
}

.page-gdpr__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #FFB04D; /* Glow */
  margin-bottom: 40px;
  text-align: center;
}

.page-gdpr__sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #FFA53A;
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-gdpr__intro-text {
  font-size: 18px;
  color: #FFF3E6;
  margin-bottom: 30px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr__content-area p {
  margin-bottom: 15px;
  color: #FFF3E6;
}

.page-gdpr__content-area a {
  color: #FFB04D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-gdpr__content-area a:hover {
  color: #FFA53A;
  text-decoration: underline;
}

.page-gdpr__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.page-gdpr__list-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-gdpr__list-item strong {
  color: #FFA53A;
}

.page-gdpr__list-title {
  font-size: 20px;
  color: #FFB04D;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-gdpr__contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-gdpr__contact-item {
  font-size: 18px;
  color: #FFF3E6;
  margin-bottom: 10px;
}

.page-gdpr__contact-item strong {
  color: #FFA53A;
}

.page-gdpr__hero-section {
  position: relative;
  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;
}

.page-gdpr__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-gdpr__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-gdpr__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-gdpr__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

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

.page-gdpr__cta-group--bottom {
  margin-top: 50px;
}

.page-gdpr__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-gdpr__cta-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

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

.page-gdpr__cta-button--secondary:hover {
  background: #FFA53A;
  color: #0D0E12;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

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

.page-gdpr__image--center {
  margin-left: auto;
  margin-right: auto;
}

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

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

/* FAQ styles */
details.page-gdpr__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #A84F0C;
  overflow: hidden;
  background: #17191F;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
details.page-gdpr__faq-item summary.page-gdpr__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFB04D;
  font-weight: 600;
  font-size: 18px;
}
details.page-gdpr__faq-item summary.page-gdpr__faq-question::-webkit-details-marker {
  display: none;
}
details.page-gdpr__faq-item summary.page-gdpr__faq-question:hover {
  background: rgba(255, 165, 58, 0.1);
}
.page-gdpr__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFB04D;
}
.page-gdpr__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFA53A;
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
  line-height: 1;
}
details.page-gdpr__faq-item .page-gdpr__faq-answer {
  padding: 0 25px 25px;
  background: #0D0E12;
  border-radius: 0 0 8px 8px;
  color: #FFF3E6;
  font-size: 16px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-gdpr__image--right,
  .page-gdpr__image--left {
    float: none;
    margin: 30px auto;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-gdpr__main-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

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

  .page-gdpr__sub-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-gdpr__intro-text {
    font-size: 16px;
  }

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

  .page-gdpr__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-gdpr__hero-image img {
    border-radius: 8px;
  }

  .page-gdpr__cta-group {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

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

  .page-gdpr__list-item {
    padding: 15px;
    margin-bottom: 10px;
  }

  .page-gdpr__list-title {
    font-size: 18px;
  }

  .page-gdpr__contact-item {
    font-size: 16px;
  }

  .page-gdpr img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-gdpr__section,
  .page-gdpr__card,
  .page-gdpr__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  details.page-gdpr__faq-item summary.page-gdpr__faq-question {
    padding: 15px;
    font-size: 16px;
  }
  .page-gdpr__faq-qtext {
    font-size: 16px;
  }
  .page-gdpr__faq-toggle {
    font-size: 24px;
    width: 24px;
  }
  details.page-gdpr__faq-item .page-gdpr__faq-answer {
    padding: 0 15px 15px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .page-gdpr__main-title {
    font-size: 28px;
  }

  .page-gdpr__section-title {
    font-size: 24px;
  }

  .page-gdpr__sub-title {
    font-size: 18px;
  }

  .page-gdpr__intro-text {
    font-size: 15px;
  }
}