.page-gdpr {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background */
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
    background-color: #f8f8f8; /* Slightly off-white for content area */
}

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

.page-gdpr__hero-section {
    position: relative;
    background-color: #000080; /* Midnight Blue background */
    color: #ffffff;
    text-align: center;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-gdpr__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-gdpr__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Golden text for title */
    font-weight: bold;
    line-height: 1.2;
}

.page-gdpr__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    opacity: 0.9;
}

.page-gdpr__hero-cta-button {
    display: inline-block;
    background-color: #FFD700; /* Golden button */
    color: #000080; /* Midnight Blue text */
    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;
    border: 2px solid #FFD700;
}

.page-gdpr__hero-cta-button:hover {
    background-color: #000080; /* Midnight Blue on hover */
    color: #FFD700; /* Golden text on hover */
    border-color: #FFD700;
}

.page-gdpr__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-gdpr__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2; /* Subtle background image */
}

.page-gdpr__introduction-section,
.page-gdpr__commitment-section,
.page-gdpr__contact-section,
.page-gdpr__updates-section {
    padding: 60px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.page-gdpr__section-title {
    font-size: 2.5em;
    color: #000080; /* Midnight Blue for section titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-gdpr__section-paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
}

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

.page-gdpr__feature-card {
    background-color: #fdfdfd;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-gdpr__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-gdpr__feature-icon {
    width: 400px; /* Base size for content images, min 200px */
    height: 300px; /* Base size for content images, min 200px */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 2px solid #FFD700;
}

.page-gdpr__card-title {
    font-size: 1.6em;
    color: #000080;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-gdpr__card-description {
    font-size: 1em;
    line-height: 1.7;
    color: #555555;
}

.page-gdpr__contact-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    text-align: center;
}

.page-gdpr__contact-item {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.page-gdpr__contact-link {
    color: #000080;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-gdpr__contact-link:hover {
    color: #FFD700;
}

.page-gdpr__contact-cta-button {
    display: inline-block;
    background-color: #000080; /* Midnight Blue button */
    color: #FFD700; /* Golden text */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 40px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid #000080;
}

.page-gdpr__contact-cta-button:hover {
    background-color: #FFD700; /* Golden on hover */
    color: #000080; /* Midnight Blue text on hover */
    border-color: #000080;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-gdpr__hero-title {
        font-size: 2.8em;
    }

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

@media (max-width: 768px) {
    .page-gdpr__hero-section {
        padding: 60px 20px;
    }
    
    .page-gdpr__hero-title {
        font-size: 2.2em;
    }

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

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

    .page-gdpr__introduction-section,
    .page-gdpr__commitment-section,
    .page-gdpr__contact-section,
    .page-gdpr__updates-section {
        padding: 40px 0;
    }

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

    .page-gdpr__feature-icon {
        max-width: 100%; /* Ensure images don't overflow on mobile */
        height: auto;
        width: auto; /* Allow auto width based on max-width */
        min-width: 200px; /* Ensure min size */
        min-height: 200px; /* Ensure min size */
    }
    
    /* Ensure all images within .page-gdpr are responsive and not too small */
    .page-gdpr img {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Apply minimum size to all content images */
        min-height: 200px; /* Apply minimum size to all content images */
    }
}

@media (max-width: 480px) {
    .page-gdpr__hero-title {
        font-size: 1.8em;
    }

    .page-gdpr__hero-cta-button,
    .page-gdpr__contact-cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

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

    .page-gdpr__section-paragraph {
        font-size: 0.95em;
    }

    .page-gdpr__card-title {
        font-size: 1.4em;
    }

    .page-gdpr__card-description {
        font-size: 0.9em;
    }
}