.page-gdpr {
    background-color: #08160F;
    color: #F2FFF6;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-gdpr strong {
    color: #F2C14E;
}

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

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

.page-gdpr__hero-section {
    padding-top: 10px; /* Fixed header spacing */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding-bottom: 60px;
}

.page-gdpr__hero-content {
    max-width: 800px;
}

.page-gdpr__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #F2C14E;
    margin-bottom: 20px;
}

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

.page-gdpr__hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.page-gdpr__btn-primary,
.page-gdpr__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.page-gdpr__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-gdpr__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-gdpr__btn-secondary {
    background: none;
    border: 2px solid #11A84E;
    color: #11A84E;
}

.page-gdpr__btn-secondary:hover {
    background: #11A84E;
    color: #ffffff;
    transform: translateY(-2px);
}

.page-gdpr__hero-image {
    width: 100%;
    max-width: 1000px; /* Adjusted for better visual */
    overflow: hidden;
    border-radius: 10px;
}

.page-gdpr__hero-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.page-gdpr__section-title {
    font-size: 2.5em;
    color: #F2C14E;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.page-gdpr__section-title--light {
    color: #F2FFF6;
}

.page-gdpr__text-block {
    font-size: 1em;
    color: #F2FFF6;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-gdpr__text-block--light {
    color: #A7D9B8;
}

.page-gdpr__dark-section {
    background-color: #11271B;
}

.page-gdpr__grid-3-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.page-gdpr__grid-2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.page-gdpr__card {
    background: #0A4B2C; /* Using Deep Green for card BG for better contrast */
    color: #F2FFF6;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #2E7A4E;
}

.page-gdpr__card-image,
.page-gdpr__info-card-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-gdpr__card-title,
.page-gdpr__info-card-title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #F2C14E;
}

.page-gdpr__card-text,
.page-gdpr__info-card-text {
    font-size: 0.95em;
    color: #A7D9B8;
}

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

.page-gdpr__rights-item {
    background: #11271B;
    border-left: 5px solid #F2C14E;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.page-gdpr__rights-title {
    font-size: 1.25em;
    color: #F2C14E;
    margin-bottom: 10px;
}

.page-gdpr__rights-item p {
    color: #A7D9B8;
}

.page-gdpr__note-text a {
    color: #57E38D;
    text-decoration: underline;
}

.page-gdpr__note-text a:hover {
    color: #2AD16F;
}

.page-gdpr__info-card {
    background: #0A4B2C;
    color: #F2FFF6;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #2E7A4E;
}

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

.page-gdpr__policy-item {
    background: #11271B;
    border-left: 5px solid #11A84E;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.page-gdpr__policy-link {
    font-size: 1.2em;
    font-weight: bold;
    color: #57E38D;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.page-gdpr__policy-link:hover {
    color: #2AD16F;
    text-decoration: underline;
}

.page-gdpr__policy-description {
    color: #A7D9B8;
    font-size: 0.95em;
}

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

details.page-gdpr__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #2E7A4E;
  overflow: hidden;
  background: #11271B;
}
details.page-gdpr__faq-item summary.page-gdpr__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
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: #1E3A2A;
}
.page-gdpr__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F2FFF6;
}
.page-gdpr__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #57E38D;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-gdpr__faq-item .page-gdpr__faq-answer {
  padding: 0 20px 20px;
  background: #0A4B2C;
  border-radius: 0 0 5px 5px;
  color: #A7D9B8;
}

.page-gdpr__contact-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

/* General image responsiveness */
.page-gdpr img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .page-gdpr__section {
        padding: 40px 0;
    }

    .page-gdpr__hero-section {
        padding-bottom: 40px;
        gap: 20px;
    }

    .page-gdpr__main-title {
        font-size: clamp(1.8em, 7vw, 2.2em);
        margin-bottom: 15px;
    }

    .page-gdpr__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-gdpr__hero-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .page-gdpr__btn-primary,
    .page-gdpr__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 15px;
    }

    .page-gdpr__hero-image img {
        object-fit: contain !important;
        aspect-ratio: unset !important;
    }

    .page-gdpr__section-title {
        font-size: clamp(1.8em, 7vw, 2em);
        margin-bottom: 30px;
    }

    .page-gdpr__text-block {
        font-size: 0.95em;
        padding: 0 15px;
    }

    .page-gdpr__grid-3-col,
    .page-gdpr__grid-2-col {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        padding: 0 15px;
    }

    .page-gdpr__card,
    .page-gdpr__info-card {
        padding: 20px;
    }

    .page-gdpr__card-title,
    .page-gdpr__info-card-title {
        font-size: 1.15em;
    }

    .page-gdpr__rights-item,
    .page-gdpr__policy-item {
        padding: 15px;
        margin-bottom: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .page-gdpr__rights-title {
        font-size: 1.1em;
    }

    .page-gdpr__policy-link {
        font-size: 1.1em;
    }

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

    .page-gdpr__contact-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

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

    .page-gdpr__section,
    .page-gdpr__card,
    .page-gdpr__container,
    .page-gdpr__hero-section,
    .page-gdpr__commitment-section,
    .page-gdpr__principles-section,
    .page-gdpr__user-rights-section,
    .page-gdpr__compliance-measures-section,
    .page-gdpr__policy-links-section,
    .page-gdpr__faq-section,
    .page-gdpr__contact-section,
    .page-gdpr__hero-buttons,
    .page-gdpr__contact-buttons
    {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        /* Padding for sections and containers is handled by .page-gdpr__container and .page-gdpr__section */
    }
    /* Ensure content inside lists/items also respects padding */
    .page-gdpr__rights-list, .page-gdpr__policy-list, .page-gdpr__faq-list {
        padding: 0;
    }
}

/* No filter properties allowed on images as per requirements */
.page-gdpr img {
    filter: none;
}