.page-gdpr {
    max-width: 1390px;
    margin: 0 auto;
    padding: 10px 20px 40px;
    color: #1F2D3D;
    background-color: #F4F7FB;
}

.page-gdpr__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-gdpr__hero-image-wrapper {
    width: 100%;
    overflow: hidden;
}

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

.page-gdpr__hero-content {
    padding: 30px;
    text-align: center;
    width: 100%;
    max-width: 800px;
}

.page-gdpr__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 20px;
    /* Using clamp for responsive font-size, as allowed if necessary and within bounds */
    font-size: clamp(2.2rem, 4vw, 3rem);
}

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

.page-gdpr__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
    min-width: 200px; /* Ensure button is not too small */
    text-align: center;
}

.page-gdpr__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px #A5C4FF;
}

.page-gdpr__content-section {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.page-gdpr__container {
    max-width: 1000px;
    margin: 0 auto;
}

.page-gdpr__section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 25px;
    line-height: 1.3;
}

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

.page-gdpr__image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px; /* Enforce minimum size for content images */
}

.page-gdpr__list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 30px;
    color: #1F2D3D;
}

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

.page-gdpr__contact-button {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: background 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    min-width: 180px;
    text-align: center;
}

.page-gdpr__contact-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px #A5C4FF;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-gdpr {
        padding: 10px 15px 30px;
    }
    .page-gdpr__hero-content {
        padding: 25px;
    }
    .page-gdpr__main-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
    }
    .page-gdpr__description {
        font-size: 1rem;
    }
    .page-gdpr__section-title {
        font-size: 1.8rem;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .page-gdpr__content-section {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .page-gdpr {
        padding: 10px 10px 20px;
    }
    .page-gdpr__hero-content {
        padding: 20px;
    }
    .page-gdpr__main-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
    }
    .page-gdpr__description {
        font-size: 0.95rem;
    }
    .page-gdpr__cta-button {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
    .page-gdpr__section-title {
        font-size: 1.6rem;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .page-gdpr__paragraph,
    .page-gdpr__list-item {
        font-size: 0.9rem;
    }
    /* Mobile image constraint */
    .page-gdpr__image,
    .page-gdpr__hero-image {
        max-width: 100%;
        height: auto;
    }
    .page-gdpr__hero-image-wrapper {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page-gdpr__hero-content {
        padding: 15px;
    }
    .page-gdpr__main-title {
        font-size: clamp(1.3rem, 7vw, 1.8rem);
    }
    .page-gdpr__cta-button {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    .page-gdpr__section-title {
        font-size: 1.4rem;
    }
    .page-gdpr__contact-button {
        width: 100%;
        max-width: 200px;
        margin: 20px auto 0;
    }
}

/* Ensure content area images meet minimum size and are responsive */
.page-gdpr img {
    min-width: 200px;
    min-height: 200px;
    max-width: 100%; /* Important for responsiveness */
    height: auto; /* Important for responsiveness */
}

/* Ensure no CSS filter is applied to images */
.page-gdpr img {
    filter: none; /* Explicitly ensure no filter */
}