.page-gdpr {
    color: #333333; /* Default text color for light body background */
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.page-gdpr__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
    overflow: hidden;
    background-color: #000000;
}

.page-gdpr__hero-container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-gdpr__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    filter: brightness(0.7);
}

.page-gdpr__hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #FFFFFF;
    padding: 40px 20px;
    max-width: 900px;
}

.page-gdpr__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}

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

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

.page-gdpr__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

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

.page-gdpr__button--register:hover {
    background-color: #F0F0F0;
    color: #000000;
}

.page-gdpr__button--learn-more {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.page-gdpr__button--learn-more:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.page-gdpr__section {
    padding: 60px 20px;
    background-color: #FFFFFF;
}

.page-gdpr__what-is-gdpr {
    background-color: #F8F8F8;
}

.page-gdpr__fb7775-commitment {
    background-color: #FFFFFF;
}

.page-gdpr__your-rights {
    background-color: #F8F8F8;
}

.page-gdpr__data-security {
    background-color: #FFFFFF;
}

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

.page-gdpr__faq {
    background-color: #FFFFFF;
}

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

.page-gdpr__section-title {
    font-size: 2.5em;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

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

.page-gdpr__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.page-gdpr__grid--reverse {
    grid-template-columns: 1fr 1fr;
}

.page-gdpr__grid-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

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

.page-gdpr__feature-card {
    background-color: #F0F0F0;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-gdpr__feature-card:hover {
    transform: translateY(-5px);
}

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

.page-gdpr__feature-description {
    font-size: 1em;
    color: #555555;
}

.page-gdpr__rights-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-gdpr__rights-item {
    font-size: 1.1em;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    color: #333333;
}

.page-gdpr__rights-item::before {
    content: '✓';
    color: #FCBC45;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-gdpr__data-security .page-gdpr__text {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

.page-gdpr__security-item {
    text-align: center;
    padding: 25px;
    background-color: #F0F0F0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-gdpr__security-icon {
    width: 200px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
    min-width: 200px; /* Enforce minimum size */
    min-height: 150px; /* Enforce minimum size */
}

.page-gdpr__security-title {
    font-size: 1.4em;
    color: #000000;
    margin-bottom: 10px;
}

.page-gdpr__security-description {
    font-size: 0.95em;
    color: #555555;
}

.page-gdpr__text--callout {
    font-style: italic;
    text-align: center;
    margin-top: 40px;
    font-size: 1.15em;
    color: #666666;
}

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

.page-gdpr__contact-item {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333333;
}

.page-gdpr__contact-item a {
    color: #FCBC45;
    text-decoration: none;
}

.page-gdpr__contact-item a:hover {
    text-decoration: underline;
}

.page-gdpr__button--contact {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
    margin-top: 20px;
}

.page-gdpr__button--contact:hover {
    background-color: #E0A030;
    border-color: #E0A030;
}

.page-gdpr__faq-accordion {
    margin-top: 30px;
}

.page-gdpr__faq-item {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-gdpr__faq-question {
    font-size: 1.2em;
    color: #000000;
    padding: 20px;
    margin: 0;
    cursor: pointer;
    background-color: #F8F8F8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-gdpr__faq-question::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-gdpr__faq-item.active .page-gdpr__faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.page-gdpr__faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background-color: #FFFFFF;
}

.page-gdpr__faq-item.active .page-gdpr__faq-answer {
    max-height: 300px; /* Adjust as needed for content */
    padding: 20px;
}

.page-gdpr__faq-answer .page-gdpr__text {
    margin-bottom: 0;
}

.page-gdpr__cta {
    background-color: #000000;
    text-align: center;
    padding: 80px 20px;
}

.page-gdpr__cta-content {
    max-width: 900px;
}

.page-gdpr__cta-title {
    font-size: 2.8em;
    color: #FFFFFF;
    margin-bottom: 25px;
}

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

.page-gdpr__button--primary {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-gdpr__button--primary:hover {
    background-color: #E0A030;
    border-color: #E0A030;
}

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

.page-gdpr__button--secondary:hover {
    background-color: #F0F0F0;
    border-color: #F0F0F0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-gdpr__hero-title {
        font-size: 2.8em;
    }
    .page-gdpr__hero-description {
        font-size: 1.1em;
    }
    .page-gdpr__section-title {
        font-size: 2em;
    }
    .page-gdpr__grid {
        grid-template-columns: 1fr;
    }
    .page-gdpr__grid--reverse {
        grid-template-columns: 1fr;
    }
    .page-gdpr__grid-item:nth-child(1) {
        order: 2;
    }
    .page-gdpr__grid-item:nth-child(2) {
        order: 1;
    }
    .page-gdpr__image {
        margin-bottom: 30px;
    }
    .page-gdpr__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-gdpr {
        padding-top: var(--header-offset, 120px);
    }
    .page-gdpr__hero-section {
        padding: 40px 15px;
    }
    .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__button {
        width: 100%;
        max-width: 300px;
    }
    .page-gdpr__section {
        padding: 40px 15px;
    }
    .page-gdpr__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-gdpr__text, .page-gdpr__feature-description, .page-gdpr__rights-item, .page-gdpr__security-description, .page-gdpr__contact-item, .page-gdpr__faq-question {
        font-size: 0.95em;
    }
    .page-gdpr__features, .page-gdpr__security-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-gdpr__image, .page-gdpr__security-icon {
        max-width: 100%;
        height: auto;
    }
    .page-gdpr__cta-title {
        font-size: 1.8em;
    }
    .page-gdpr__cta-description {
        font-size: 1em;
    }
    .page-gdpr__faq-question {
        padding: 15px;
    }
    .page-gdpr__faq-item.active .page-gdpr__faq-answer {
        max-height: 400px; /* Adjusted for mobile */
    }
}

@media (max-width: 480px) {
    .page-gdpr__hero-title {
        font-size: 1.8em;
    }
    .page-gdpr__section-title {
        font-size: 1.5em;
    }
    .page-gdpr__cta-title {
        font-size: 1.5em;
    }
    .page-gdpr__button {
        padding: 12px 20px;
        font-size: 1em;
    }
}