.page-gdpr {
    background-color: #F4F7FB; /* Background */
    color: #1F2D3D; /* Text Main */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 40px; /* Consistent bottom padding */
}

.page-gdpr__hero-section {
    background-color: #2F6BFF; /* Main Color for hero */
    color: #FFFFFF;
    padding: 60px 20px;
    text-align: center;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-gdpr__hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.page-gdpr__main-title {
    font-size: clamp(2em, 4vw, 3em); /* Responsive H1 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}

.page-gdpr__description {
    font-size: 1.1em;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.page-gdpr__content-section {
    padding: 40px 20px;
}

.page-gdpr__container {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #FFFFFF; /* Card BG */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-gdpr__section-title {
    color: #000000; /* Custom Color_1776249996415 */
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid #D6E2FF; /* Border color */
    padding-bottom: 10px;
}

.page-gdpr__section-title:first-of-type {
    margin-top: 0;
}

.page-gdpr__paragraph {
    margin-bottom: 15px;
    color: #1F2D3D; /* Text Main */
}

.page-gdpr__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #1F2D3D; /* Text Main */
}

.page-gdpr__list-item {
    margin-bottom: 10px;
}

.page-gdpr__list-item strong {
    color: #000000; /* Custom Color_1776249996415 */
}

.page-gdpr__image {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px;
}

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

.page-gdpr__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-width: 120px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-gdpr__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-gdpr__last-updated {
    text-align: right;
    font-size: 0.9em;
    color: #1F2D3D; /* Text Main */
    margin-top: 40px;
    opacity: 0.7;
}

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

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

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

    .page-gdpr__content-section {
        padding: 20px 15px;
    }

    .page-gdpr__container {
        padding: 20px;
    }

    .page-gdpr__section-title {
        font-size: 1.6em;
        margin-top: 30px;
    }

    .page-gdpr__list {
        margin-left: 20px;
    }

    .page-gdpr__contact-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-gdpr__button {
        width: 100%;
        max-width: 250px;
    }

    /* Mobile image overflow prevention */
    .page-gdpr img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* Ensure content images meet minimum size in CSS */
.page-gdpr__image {
    min-width: 200px;
    min-height: 200px;
}
.page-gdpr__container img { /* Catch-all for images within container */
    min-width: 200px;
    min-height: 200px;
}
/* For any img within .page-gdpr, ensure it's not too small */
.page-gdpr img:not(.shared-header__logo):not(.shared-footer__social-icon):not(.shared-footer__payment-icon) {
    min-width: 200px;
    min-height: 200px;
}

/* CSS for color contrast */
.page-gdpr__hero-section {
    background-color: #2F6BFF; /* Main Color */
    color: #FFFFFF; /* High contrast with #2F6BFF */
}
.page-gdpr__main-title {
    color: #FFFFFF; /* High contrast with #2F6BFF */
}
.page-gdpr__description {
    color: #FFFFFF; /* High contrast with #2F6BFF */
}
.page-gdpr__container {
    background-color: #FFFFFF; /* Card BG */
    color: #1F2D3D; /* Text Main - High contrast with #FFFFFF */
}
.page-gdpr__section-title {
    color: #000000; /* Custom Color_1776249996415 - High contrast with #FFFFFF */
}
.page-gdpr__paragraph, .page-gdpr__list-item {
    color: #1F2D3D; /* Text Main - High contrast with #FFFFFF */
}
.page-gdpr__list-item strong {
    color: #000000; /* Custom Color_1776249996415 - High contrast with #FFFFFF */
}
.page-gdpr__last-updated {
    color: #1F2D3D; /* Text Main - High contrast with #FFFFFF */
}
/* Buttons use gradient, but text is white, which should be good on blue */
.page-gdpr__button {
    color: #FFFFFF; /* High contrast on blue gradient */
}

/* Specific CSS rule to ensure content images are not small */
.page-gdpr .page-gdpr__container img {
    width: auto;
    height: auto;
    min-width: 200px;
    min-height: 200px;
    max-width: 100%;
}
.page-gdpr__image {
    min-width: 200px;
    min-height: 200px;
}
@media (max-width: 768px) {
    .page-gdpr__image, .page-gdpr .page-gdpr__container img {
        max-width: 100% !important;
        height: auto !important;
        min-width: 200px;
        min-height: 200px;
    }
}