.page-privacy-policy {
    background-color: #F5F7FA; /* General background */
    color: #333333; /* Main text color */
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding-bottom: 40px; /* Ensure some space before footer */
}

.page-privacy-policy__hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    padding-bottom: 40px;
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Use a gradient for hero background */
    display: flex;
    flex-direction: column; /* Stacks image wrapper and content block vertically */
    align-items: center;
    justify-content: center;
}

.page-privacy-policy__hero-image-wrapper {
    order: 1; /* Image first */
    width: 100%;
    overflow: hidden;
}

.page-privacy-policy__hero-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9; /* For 1920x1080 */
    object-fit: cover;
    object-position: center;
    opacity: 0.7; /* Slightly faded to let text stand out */
}

.page-privacy-policy__hero-content {
    order: 2; /* Content second */
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    color: #FFFFFF; /* White text for contrast on red background */
    position: relative; /* Ensure content is above image opacity */
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px; /* Space between image and content */
    max-width: 900px; /* Constrain width for better readability */
}

.page-privacy-policy__main-title {
    font-size: clamp(1.8rem, 4.5vw, 2.8rem); /* Adjusted clamp for H1 */
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFFFFF;
    line-height: 1.2;
    max-width: 90%;
}

.page-privacy-policy__description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #FFFFFF;
    max-width: 80%;
}

.page-privacy-policy__cta-button {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.page-privacy-policy__cta-button:hover {
    opacity: 0.9;
}

.page-privacy-policy__content-section {
    background-color: #FFFFFF; /* White background for main content */
    padding: 40px 0;
    margin-top: -20px; /* Slightly overlap with hero for visual flow */
    position: relative;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.05);
}

.page-privacy-policy__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-privacy-policy__last-updated {
    text-align: right;
    font-size: 0.9em;
    color: #666666;
    margin-bottom: 30px;
}

.page-privacy-policy__section-title {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    color: #E53935; /* Main brand color for titles */
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.3;
}

.page-privacy-policy__text-block {
    margin-bottom: 15px;
    color: #333333;
}

.page-privacy-policy__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #333333;
}

.page-privacy-policy__list-item {
    margin-bottom: 8px;
    color: #333333;
}

.page-privacy-policy__list-item strong {
    color: #E53935; /* Highlight strong text */
}

.page-privacy-policy__figure {
    margin: 30px 0;
    text-align: center;
}

.page-privacy-policy__figure-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
    object-fit: cover;
    filter: none; /* No filter */
}

.page-privacy-policy__figure-caption {
    font-size: 0.9em;
    color: #666666;
    margin-top: 10px;
}

.page-privacy-policy__link {
    color: #E53935; /* Use brand color for links */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-privacy-policy__link:hover {
    color: #FF5A4F; /* Lighter red on hover */
    text-decoration: underline;
}

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

.page-privacy-policy__contact-item {
    margin-bottom: 10px;
    color: #333333;
}

.page-privacy-policy__cta-button--bottom {
    margin-top: 30px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-privacy-policy__hero-content {
        padding: 15px;
    }

    .page-privacy-policy__main-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem); /* Adjusted for smaller screens */
        max-width: 100%;
    }

    .page-privacy-policy__description {
        font-size: 1rem;
        max-width: 100%;
    }

    .page-privacy-policy__cta-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .page-privacy-policy__content-section {
        padding: 30px 0;
    }

    .page-privacy-policy__container {
        padding: 0 15px;
    }

    .page-privacy-policy__section-title {
        font-size: clamp(1.3rem, 5vw, 1.8rem);
    }

    .page-privacy-policy__list {
        margin-left: 20px;
    }

    /* Mobile content area image constraint */
    .page-privacy-policy__content-section img {
        max-width: 100%;
        height: auto;
    }
}

/* Ensure no content area image is smaller than 200px */
.page-privacy-policy__content-section .page-privacy-policy__figure-image {
    min-width: 200px;
    min-height: 200px;
}
/* Ensure no CSS rule overrides to make images smaller than 200px */
.page-privacy-policy__content-section img {
    width: auto; /* Allow natural width or max-width */
    height: auto;
}