.page-gdpr {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default dark text for light body background */
    background-color: #FFFFFF; /* Explicitly set for clarity, though body is white */
}

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

.page-gdpr__hero-section {
    padding-top: 10px; /* Small top padding, relying on body for header offset */
    padding-bottom: 40px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-gdpr__hero-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-bottom: 30px;
    border-radius: 8px;
    object-fit: cover;
}

.page-gdpr__hero-content {
    max-width: 900px;
    text-align: center;
}

.page-gdpr__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #26A9E0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-gdpr__description {
    font-size: 1.15rem;
    margin-bottom: 30px;
    color: #555555;
}

.page-gdpr__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-gdpr__btn-primary,
.page-gdpr__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    box-sizing: border-box;
    max-width: 100%;
}

.page-gdpr__btn-primary {
    background-color: #26A9E0;
    color: #FFFFFF;
    border: 2px solid #26A9E0;
}

.page-gdpr__btn-primary:hover {
    background-color: #1a8cc4;
    border-color: #1a8cc4;
}

.page-gdpr__btn-secondary {
    background-color: #FFFFFF;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-gdpr__btn-secondary:hover {
    background-color: #f0f8ff;
    border-color: #1a8cc4;
}

.page-gdpr__section {
    padding: 60px 0;
}

.page-gdpr__intro-section {
    background-color: #FFFFFF;
    color: #333333;
}

.page-gdpr__compliance-overview,
.page-gdpr__data-processing {
    background-color: #26A9E0;
    color: #FFFFFF;
}

.page-gdpr__contact-dpo {
    background-color: #FFFFFF;
    color: #333333;
}

.page-gdpr__section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.page-gdpr__compliance-overview .page-gdpr__section-title,
.page-gdpr__data-processing .page-gdpr__section-title {
    color: #FFFFFF;
}

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

.page-gdpr__content-area {
    font-size: 1.1rem;
}

.page-gdpr__content-area p {
    margin-bottom: 20px;
}

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

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

.page-gdpr__list-item-title {
    color: inherit;
}

.page-gdpr__contact-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-gdpr__contact-list li {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.page-gdpr__contact-list a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-gdpr__contact-list a:hover {
    color: #1a8cc4;
}

.page-gdpr__image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    object-fit: cover;
}

/* Mobile responsiveness */
@media (max-width: 1024px) {
    .page-gdpr__hero-image {
        max-width: 90%;
    }

    .page-gdpr__main-title {
        font-size: clamp(2rem, 4vw, 3rem);
    }

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

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

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

    .page-gdpr__content-area {
        font-size: 1rem;
    }
}

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

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

    .page-gdpr__hero-section {
        padding-top: 10px !important; /* Small top padding for mobile */
        padding-bottom: 30px;
    }

    .page-gdpr__hero-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px;
    }

    .page-gdpr__main-title {
        font-size: 2.2rem; /* Adjusted for better mobile readability */
        margin-bottom: 15px;
    }

    .page-gdpr__description {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }

    .page-gdpr__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }

    .page-gdpr__btn-primary,
    .page-gdpr__btn-secondary,
    .page-gdpr a[class*="button"],
    .page-gdpr a[class*="btn"] {
        padding: 12px 20px;
        font-size: 1rem;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-gdpr__section {
        padding: 40px 0;
    }

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

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

    .page-gdpr__content-area {
        font-size: 0.95rem;
    }

    .page-gdpr__list,
    .page-gdpr__contact-list {
        margin-left: 15px;
    }

    .page-gdpr__image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: 20px auto;
    }

    /* Ensure all content containers are responsive */
    .page-gdpr__intro-section,
    .page-gdpr__compliance-overview,
    .page-gdpr__user-rights,
    .page-gdpr__data-processing,
    .page-gdpr__contact-dpo {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}