:root {
    --gdpr-primary-color: #C91F17;
    --gdpr-secondary-color: #E53935;
    --gdpr-button-gradient: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
    --gdpr-card-bg: #D32F2F;
    --gdpr-background: #B71C1C;
    --gdpr-text-main: #FFF5E1;
    --gdpr-border-color: #F2B544;
    --gdpr-glow-color: #FFCC66;
    --gdpr-gold-color: #F4D34D;
    --gdpr-deep-red: #7A0E0E;
}

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

.page-gdpr h1,
.page-gdpr h2,
.page-gdpr h3,
.page-gdpr h4,
.page-gdpr h5,
.page-gdpr h6 {
    color: var(--gdpr-gold-color);
    margin-bottom: 1em;
    font-weight: bold;
}

.page-gdpr__main-title {
    font-size: clamp(2em, 4vw, 3.5em);
    text-align: center;
    margin-bottom: 0.5em;
    line-height: 1.2;
    color: var(--gdpr-gold-color);
}

.page-gdpr__hero-description {
    font-size: clamp(1em, 2vw, 1.2em);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2em auto;
    color: var(--gdpr-text-main);
}

.page-gdpr__section-title {
    font-size: clamp(1.8em, 3.5vw, 3em);
    text-align: center;
    margin-bottom: 1.5em;
    color: var(--gdpr-gold-color);
}

.page-gdpr__text-block {
    margin-bottom: 1.5em;
    color: var(--gdpr-text-main);
}

.page-gdpr__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 40px;
    overflow: hidden;
    background-color: var(--gdpr-deep-red);
}

.page-gdpr__hero-content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1400px;
}

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

.page-gdpr__hero-text-container {
    padding: 0 20px;
    text-align: center;
    max-width: 900px;
}

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

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

.page-gdpr__light-bg {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--gdpr-text-main);
}

.page-gdpr__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    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;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-gdpr__btn-primary {
    background: var(--gdpr-button-gradient);
    color: #000000;
    border: none;
}

.page-gdpr__btn-primary:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

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

.page-gdpr__btn-secondary:hover {
    background-color: var(--gdpr-gold-color);
    color: var(--gdpr-deep-red);
    transform: translateY(-2px);
}

.page-gdpr__content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 30px;
}

.page-gdpr__grid-item {
    background-color: var(--gdpr-card-bg);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--gdpr-text-main);
}

.page-gdpr__grid-item .page-gdpr__image {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-gdpr__grid-title {
    color: var(--gdpr-gold-color);
    font-size: 1.5em;
    margin-bottom: 1em;
}

.page-gdpr__rights-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-gdpr__right-item {
    background-color: var(--gdpr-card-bg);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    color: var(--gdpr-text-main);
}

.page-gdpr__right-title {
    color: var(--gdpr-gold-color);
    font-size: 1.4em;
    margin-bottom: 0.8em;
}

.page-gdpr__processing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-gdpr__card {
    background-color: var(--gdpr-card-bg);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    text-align: center;
    color: var(--gdpr-text-main);
}

.page-gdpr__card-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto 20px auto;
}

.page-gdpr__card-title {
    color: var(--gdpr-gold-color);
    font-size: 1.3em;
    margin-bottom: 1em;
}

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

.page-gdpr__faq-item {
    background-color: var(--gdpr-card-bg);
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    color: var(--gdpr-text-main);
}

.page-gdpr__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: var(--gdpr-gold-color);
    font-size: 1.1em;
    user-select: none;
}

.page-gdpr__faq-question::-webkit-details-marker {
    display: none;
}

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

.page-gdpr__faq-answer {
    padding: 0 20px 20px 20px;
    color: var(--gdpr-text-main);
}

.page-gdpr__faq-item[open] .page-gdpr__faq-question .page-gdpr__faq-toggle {
    content: "−";
}

.page-gdpr img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

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

    .page-gdpr__hero-text-container {
        padding: 0 15px;
    }

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

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

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

    .page-gdpr__container {
        padding: 20px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

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

    .page-gdpr__btn-primary,
    .page-gdpr__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
    }

    .page-gdpr__content-grid,
    .page-gdpr__rights-list,
    .page-gdpr__processing-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-gdpr__grid-item,
    .page-gdpr__right-item,
    .page-gdpr__card,
    .page-gdpr__faq-item {
        padding: 20px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .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-content-wrapper,
    .page-gdpr__content-grid,
    .page-gdpr__rights-list,
    .page-gdpr__processing-cards,
    .page-gdpr__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}