/* style/gdpr.css */

.page-gdpr {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background */
    background-color: #FFFFFF; /* Explicitly set for clarity, though body might provide it */
    padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

@media (max-width: 768px) {
    .page-gdpr {
        padding-top: var(--header-offset, 80px); /* Adjust for mobile header offset */
    }
}

.page-gdpr__hero-section {
    position: relative;
    background-color: #000000; /* Dark background for hero */
    color: #FFFFFF; /* Light text for dark background */
    padding: 80px 20px;
    text-align: center;
    overflow: hidden; /* To contain the image if it overflows */
}

.page-gdpr__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire hero section */
    opacity: 0.3; /* Subtle overlay for text readability */
    z-index: 1;
}

.page-gdpr__hero-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.page-gdpr__hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFFFFF; /* White for main title */
}

.page-gdpr__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #F0F0F0;
}

.page-gdpr__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

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

.page-gdpr__section-title {
    font-size: 2.5em;
    color: #000000; /* Dark text for light background */
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.page-gdpr__sub-title {
    font-size: 1.8em;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-gdpr__text-block {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #333333;
}

.page-gdpr__list {
    list-style: disc;
    margin-left: 40px;
    margin-bottom: 30px;
    color: #333333;
}

.page-gdpr__list-item {
    margin-bottom: 10px;
    font-size: 1.05em;
}

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

.page-gdpr__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    font-size: 1.1em;
}

.page-gdpr__btn--register {
    background-color: #FFFFFF; /* Register button color */
    color: #000000;
    border: 2px solid #FFFFFF;
}

.page-gdpr__btn--register:hover {
    background-color: #E0E0E0;
    color: #000000;
}

.page-gdpr__btn--login {
    background-color: #FCBC45; /* Login button color */
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-gdpr__btn--login:hover {
    background-color: #E6A83C;
    color: #000000;
}

.page-gdpr__btn--primary {
    background-color: #FCBC45; /* Primary button color */
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-gdpr__btn--primary:hover {
    background-color: #E6A83C;
    color: #000000;
}

.page-gdpr__btn--secondary {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
}

.page-gdpr__btn--secondary:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.page-gdpr__btn--contact {
    background-color: #000000;
    color: #FFFFFF;
    border: 2px solid #000000;
}

.page-gdpr__btn--contact:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.page-gdpr__btn--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-gdpr__contact-actions,
.page-gdpr__cta-section {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: #F8F8F8;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-gdpr__cta-title {
    font-size: 2em;
    color: #000000;
    margin-bottom: 15px;
}

.page-gdpr__cta-description {
    font-size: 1.1em;
    color: #555555;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-gdpr__hero-title {
        font-size: 2.2em;
    }

    .page-gdpr__hero-description {
        font-size: 1em;
    }

    .page-gdpr__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-gdpr__btn {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }

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

    .page-gdpr__sub-title {
        font-size: 1.5em;
    }

    .page-gdpr__text-block,
    .page-gdpr__list-item {
        font-size: 1em;
    }

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

    .page-gdpr__contact-actions,
    .page-gdpr__cta-section {
        padding: 30px 15px;
    }

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

    .page-gdpr img {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Minimal width to prevent tiny images */
        min-height: 200px; /* Minimal height to prevent tiny images */
    }
}