.page-gdpr__hero-section {
    background-color: #F4F7FB;
    padding: 10px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #1F2D3D;
}

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

.page-gdpr__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

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

.page-gdpr__intro-text {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #1F2D3D;
}

.page-gdpr__cta-button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.page-gdpr__cta-button:hover {
    opacity: 0.9;
}

.page-gdpr__content-area {
    padding: 60px 0;
    background-color: #F4F7FB;
    color: #1F2D3D;
}

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

.page-gdpr__section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #2F6BFF;
    text-align: center;
}

.page-gdpr__sub-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1F2D3D;
}

.page-gdpr__paragraph {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #1F2D3D;
}

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

.page-gdpr__list-item {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #1F2D3D;
}

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

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

.page-gdpr__link {
    color: #2F6BFF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.page-gdpr__link:hover {
    color: #6FA3FF;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .page-gdpr__hero-section {
        padding: 10px 0 30px;
    }

    .page-gdpr__main-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
        margin-bottom: 10px;
    }

    .page-gdpr__intro-text {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .page-gdpr__cta-button {
        padding: 12px 25px;
        font-size: 0.9rem;
    }

    .page-gdpr__content-area {
        padding: 40px 0;
    }

    .page-gdpr__section-title {
        font-size: 1.8rem;
        margin-top: 40px;
        margin-bottom: 20px;
    }

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

    .page-gdpr__paragraph, .page-gdpr__list-item {
        font-size: 0.95rem;
    }

    .page-gdpr__content-image {
        margin: 30px auto;
    }

    .page-gdpr__container img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-gdpr__main-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

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

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