/* style/gdpr.css */
.page-gdpr {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

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

.page-gdpr__hero {
    background: linear-gradient(135deg, #1A2B4C, #3A5C95);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-gdpr__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:gdpr_hero_pattern,abstract]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-gdpr__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700;
    position: relative;
    z-index: 1;
}

.page-gdpr__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-gdpr__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.page-gdpr__btn--primary {
    background-color: #FFD700;
    color: #1A2B4C;
    border: 2px solid #FFD700;
}

.page-gdpr__btn--primary:hover {
    background-color: #e5c100;
    border-color: #e5c100;
    transform: translateY(-2px);
}

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

.page-gdpr__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A2B4C;
    transform: translateY(-2px);
}

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

.page-gdpr__section--alt-bg {
    background-color: #eff3f7;
}

.page-gdpr__section-title {
    font-size: 2.5em;
    color: #1A2B4C;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-gdpr__section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-gdpr__section-intro {
    text-align: center;
    font-size: 1.1em;
    max-width: 900px;
    margin: -20px auto 40px;
    color: #555;
}

.page-gdpr__content-grid {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.page-gdpr__content-grid--reverse {
    flex-direction: row-reverse;
}

.page-gdpr__text-content {
    flex: 1;
}

.page-gdpr__text-content p {
    margin-bottom: 20px;
    color: #444;
    font-size: 1.05em;
}

.page-gdpr__image-wrapper {
    flex: 1;
    text-align: center;
}

.page-gdpr__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-gdpr__rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-gdpr__right-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-gdpr__right-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-gdpr__right-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.page-gdpr__card-title {
    font-size: 1.5em;
    color: #1A2B4C;
    margin-bottom: 15px;
}

.page-gdpr__card-description {
    color: #666;
}

.page-gdpr__action-text {
    text-align: center;
    margin-top: 40px;
    font-size: 1.1em;
    color: #444;
}

.page-gdpr__link {
    color: #1A2B4C;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-gdpr__link:hover {
    color: #FFD700;
}

.page-gdpr__security-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.page-gdpr__security-list li {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-size: 1.1em;
    color: #1A2B4C;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-basis: calc(50% - 30px);
    max-width: 400px;
}

.page-gdpr__list-icon {
    width: 40px;
    height: 40px;
}

.page-gdpr__security-image {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-gdpr__call-to-action {
    text-align: center;
    padding: 60px 20px;
    background-color: #1A2B4C;
    border-radius: 10px;
    color: #fff;
    margin-top: 60px;
}

.page-gdpr__call-to-action .page-gdpr__section-title {
    color: #FFD700;
}

.page-gdpr__call-to-action .page-gdpr__section-title::after {
    background-color: #FFD700;
}

.page-gdpr__action-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-gdpr__content-grid {
        flex-direction: column;
    }
    .page-gdpr__content-grid--reverse {
        flex-direction: column;
    }
    .page-gdpr__security-list li {
        flex-basis: calc(100% - 30px);
    }
}

@media (max-width: 768px) {
    .page-gdpr__hero-title {
        font-size: 2.5em;
    }
    .page-gdpr__hero-description {
        font-size: 1em;
    }
    .page-gdpr__section-title {
        font-size: 2em;
    }
    .page-gdpr__rights-grid {
        grid-template-columns: 1fr;
    }
    .page-gdpr__security-list {
        flex-direction: column;
        align-items: center;
    }
    .page-gdpr__security-list li {
        max-width: 100%;
    }
    .page-gdpr__section,
    .page-gdpr__hero {
        padding: 40px 0;
    }
    .page-gdpr__call-to-action {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .page-gdpr__hero-title {
        font-size: 2em;
    }
    .page-gdpr__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-gdpr__section-title {
        font-size: 1.8em;
    }
    .page-gdpr__right-card {
        padding: 20px;
    }
    .page-gdpr__card-title {
        font-size: 1.3em;
    }
    .page-gdpr__security-list li {
        font-size: 1em;
        padding: 15px 20px;
    }
}