:root {
    --page-gdpr-primary-color: #11A84E;
    --page-gdpr-secondary-color: #22C768;
    --page-gdpr-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --page-gdpr-bg-card: #11271B;
    --page-gdpr-bg-main: #08160F;
    --page-gdpr-text-main: #F2FFF6;
    --page-gdpr-text-secondary: #A7D9B8;
    --page-gdpr-border-color: #2E7A4E;
    --page-gdpr-glow-color: #57E38D;
    --page-gdpr-gold-color: #F2C14E;
    --page-gdpr-divider-color: #1E3A2A;
    --page-gdpr-deep-green: #0A4B2C;
}

.page-gdpr {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--page-gdpr-text-main);
    background-color: var(--page-gdpr-bg-main);
}

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

.page-gdpr__dark-section {
    background-color: var(--page-gdpr-bg-main);
    color: var(--page-gdpr-text-main);
}

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

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

.page-gdpr__hero-section {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

.page-gdpr__hero-content {
    max-width: 900px;
    padding: 0 20px 60px;
    z-index: 1;
    color: var(--page-gdpr-text-main);
}

.page-gdpr__main-title {
    font-size: clamp(2em, 4vw, 3.5em);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--page-gdpr-gold-color);
}

.page-gdpr__subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: var(--page-gdpr-text-secondary);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-gdpr__section-title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--page-gdpr-gold-color);
    text-align: center;
}

.page-gdpr__light-bg .page-gdpr__section-title {
    color: var(--page-gdpr-deep-green);
}

.page-gdpr__sub-title {
    font-size: 1.8em;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--page-gdpr-primary-color);
}

.page-gdpr__light-bg .page-gdpr__sub-title {
    color: var(--page-gdpr-deep-green);
}

.page-gdpr__text-block {
    font-size: 1em;
    margin-bottom: 15px;
    color: var(--page-gdpr-text-main);
}

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

.page-gdpr__text-main {
    color: var(--page-gdpr-text-main);
}

.page-gdpr__text-secondary {
    color: var(--page-gdpr-text-secondary);
}

.page-gdpr__content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-gdpr__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-gdpr__btn-primary {
    background: var(--page-gdpr-button-gradient);
    color: #ffffff;
    border: none;
    margin-right: 20px;
}

.page-gdpr__btn-primary:hover {
    opacity: 0.9;
    box-shadow: 0 0 15px var(--page-gdpr-glow-color);
}

.page-gdpr__btn-secondary {
    background-color: transparent;
    color: var(--page-gdpr-primary-color);
    border: 2px solid var(--page-gdpr-primary-color);
}

.page-gdpr__btn-secondary:hover {
    background-color: var(--page-gdpr-primary-color);
    color: #ffffff;
}

.page-gdpr__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-gdpr__contact-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-gdpr__contact-item {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: var(--page-gdpr-text-main);
}

.page-gdpr__light-bg .page-gdpr__contact-item {
    color: #333333;
}

.page-gdpr__link {
    color: var(--page-gdpr-glow-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-gdpr__link:hover {
    color: var(--page-gdpr-gold-color);
    text-decoration: underline;
}

.page-gdpr__light-bg .page-gdpr__link {
    color: var(--page-gdpr-primary-color);
}

.page-gdpr__light-bg .page-gdpr__link:hover {
    color: var(--page-gdpr-deep-green);
}

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

.page-gdpr__faq-item {
    background-color: var(--page-gdpr-bg-card);
    border: 1px solid var(--page-gdpr-border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--page-gdpr-text-main);
}

.page-gdpr__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    background-color: var(--page-gdpr-deep-green);
    color: var(--page-gdpr-text-main);
    transition: background-color 0.3s ease;
}

.page-gdpr__faq-question:hover {
    background-color: var(--page-gdpr-primary-color);
}

.page-gdpr__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
}

.page-gdpr__faq-item summary {
    list-style: none;
}
.page-gdpr__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-gdpr__faq-answer {
    padding: 0 20px 20px;
    font-size: 0.95em;
    color: var(--page-gdpr-text-secondary);
}

.page-gdpr__faq-answer .page-gdpr__text-block {
    color: var(--page-gdpr-text-secondary);
}

@media (max-width: 1024px) {
    .page-gdpr__hero-content {
        padding-bottom: 40px;
    }

    .page-gdpr__main-title {
        font-size: clamp(1.8em, 5vw, 3em);
    }

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

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

@media (max-width: 768px) {
    .page-gdpr__section {
        padding: 40px 15px;
    }

    .page-gdpr__hero-image {
        margin-bottom: 20px;
    }

    .page-gdpr__hero-content {
        padding: 0 15px 40px;
    }

    .page-gdpr__main-title {
        font-size: clamp(1.5em, 6vw, 2.5em) !important;
        max-width: 100%;
    }

    .page-gdpr__subtitle {
        font-size: 1em;
    }

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

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

    .page-gdpr img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !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;
    }

    .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;
        margin-right: 0 !important;
    }
    
    .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;
        gap: 15px !important;
        overflow: hidden !important;
    }

    .page-gdpr__video-section {
      padding-top: 10px !important;
    }
}