:root {
    --primary-color: #2F6BFF;
    --secondary-color: #6FA3FF;
    --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    --card-bg-color: #FFFFFF;
    --background-color: #F4F7FB;
    --text-main-color: #1F2D3D;
    --text-black-color: #000000;
    --border-color: #D6E2FF;
    --glow-color: #A5C4FF;
    --spacing-sm: 10px;
    --spacing-md: 20px;
    --spacing-lg: 40px;
    --container-max-width: 1200px;
}

.page-gdpr {
    background-color: var(--background-color);
    color: var(--text-main-color);
    line-height: 1.6;
}

.page-gdpr__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: var(--spacing-sm);
    padding-bottom: var(--spacing-lg);
    background-color: var(--primary-color);
    color: var(--card-bg-color);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-gdpr__hero-image-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.page-gdpr__hero-content {
    padding: var(--spacing-lg) var(--spacing-md);
    max-width: var(--container-max-width);
    margin: 0 auto;
}

.page-gdpr__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: var(--spacing-md);
    color: var(--card-bg-color);
}

.page-gdpr__description {
    font-size: 1.1em;
    margin-bottom: var(--spacing-lg);
    color: var(--card-bg-color);
}

.page-gdpr__button {
    display: inline-block;
    padding: 12px 25px;
    background: var(--button-gradient);
    color: var(--card-bg-color);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
    min-width: 200px;
    text-align: center;
}

.page-gdpr__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-gdpr__section {
    padding: var(--spacing-lg) 0;
}

.page-gdpr__container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.page-gdpr__section-title {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: var(--spacing-md);
    text-align: center;
    color: var(--text-black-color);
}

.page-gdpr__text {
    font-size: 1em;
    margin-bottom: var(--spacing-md);
    text-align: justify;
    color: var(--text-main-color);
}

.page-gdpr__your-rights .page-gdpr__section-title,
.page-gdpr__our-commitment .page-gdpr__section-title {
    color: var(--primary-color);
}

.page-gdpr__image-and-text-grid {
    display: flex;
    gap: var(--spacing-lg);
    align-items: center;
    margin-top: var(--spacing-lg);
}

.page-gdpr__image-and-text-grid--reverse {
    flex-direction: row-reverse;
}

.page-gdpr__image-wrapper {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-gdpr__content-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-gdpr__list {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-gdpr__list-item {
    background-color: var(--card-bg-color);
    border-left: 4px solid var(--primary-color);
    padding: 15px;
    margin-bottom: var(--spacing-sm);
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    color: var(--text-main-color);
    font-size: 0.95em;
}

.page-gdpr__list-item strong {
    color: var(--text-black-color);
}

.page-gdpr__contact {
    text-align: center;
    background-color: var(--primary-color);
    color: var(--card-bg-color);
}

.page-gdpr__contact .page-gdpr__section-title {
    color: var(--card-bg-color);
}

.page-gdpr__contact .page-gdpr__text {
    color: var(--card-bg-color);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .page-gdpr__hero-content {
        padding: var(--spacing-md) var(--spacing-sm);
    }

    .page-gdpr__main-title {
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -0.02em;
        margin-bottom: var(--spacing-md);
        color: var(--card-bg-color);
        font-size: clamp(1.8em, 5vw, 2.5em); /* Use clamp for H1 */
    }

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

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

    .page-gdpr__image-and-text-grid {
        flex-direction: column;
    }

    .page-gdpr__image-and-text-grid--reverse {
        flex-direction: column;
    }

    .page-gdpr__image-wrapper {
        min-width: unset;
        width: 100%;
    }

    .page-gdpr__content-image,
    .page-gdpr__hero-image {
        max-width: 100%;
        height: auto;
        min-width: 200px;
        min-height: 200px;
    }

    .page-gdpr__list-item {
        padding: 10px;
        font-size: 0.9em;
    }
}

/* Ensure content area images do not display smaller than 200px */
.page-gdpr img {
    min-width: 200px;
    min-height: 200px;
}

/* Specific rule for content images to prevent smaller display sizes */
.page-gdpr__content-image {
    width: 100%; /* Ensures it fills its container */
    height: auto; /* Maintains aspect ratio */
}

/* Mobile specific image sizing for content area */
@media (max-width: 768px) {
    .page-gdpr img {
        max-width: 100%;
        height: auto;
    }
    .page-gdpr__container {
        overflow-x: hidden;
    }
}