.page-privacy-policy {
    background-color: #08160F; /* Background */
    color: #F2FFF6; /* Text Main */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 50px; /* Add some padding at the bottom */
    overflow-x: hidden; /* Prevent horizontal scroll on main content */
}

.page-privacy-policy__hero-section {
    position: relative;
    display: flex;
    flex-direction: column; /* Default to column for mobile first */
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0 40px 0; /* Small top padding, more bottom padding */
    background: linear-gradient(180deg, rgba(17, 168, 78, 0.1) 0%, rgba(8, 22, 15, 0.8) 100%);
    min-height: auto; /* Allow content to define height */
}

.page-privacy-policy__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for aesthetic */
    overflow: hidden;
}

.page-privacy-policy__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-privacy-policy__hero-content {
    position: relative; /* Ensure it's in normal flow */
    z-index: 1;
    max-width: 800px;
    padding: 20px;
    margin-top: -100px; /* Overlap slightly with the image for visual effect, but not text on image */
    background-color: rgba(17, 39, 27, 0.8); /* Card BG with transparency */
    border-radius: 8px;
}

.page-privacy-policy__main-title {
    color: #F2C14E; /* Gold */
    font-size: clamp(1.8rem, 4vw, 2.8rem); /* Responsive font size */
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-privacy-policy__description {
    color: #A7D9B8; /* Text Secondary */
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.page-privacy-policy__content-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-privacy-policy__container {
    background-color: #11271B; /* Card BG */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2E7A4E; /* Border */
}

.page-privacy-policy__section-title {
    color: #22C768; /* Auxiliary color */
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #1E3A2A; /* Divider */
    padding-bottom: 10px;
}

.page-privacy-policy__section-title:first-of-type {
    margin-top: 0;
}

.page-privacy-policy__content-section p {
    margin-bottom: 15px;
    color: #F2FFF6; /* Text Main */
}

.page-privacy-policy__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #F2FFF6; /* Text Main */
}

.page-privacy-policy__list-item {
    margin-bottom: 8px;
    color: #A7D9B8; /* Text Secondary */
}

.page-privacy-policy__link {
    color: #2AD16F; /* A vibrant green for links */
    text-decoration: none;
    font-weight: bold;
}

.page-privacy-policy__link:hover {
    text-decoration: underline;
    color: #57E38D; /* Glow */
}

.page-privacy-policy__content-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin: 25px 0;
    max-width: 100%; /* Ensure images are responsive */
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-privacy-policy__last-updated {
    font-style: italic;
    color: #A7D9B8; /* Text Secondary */
    margin-top: 30px;
    text-align: right;
}

.page-privacy-policy__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
    transition: background 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.page-privacy-policy__button:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 849px) {
    .page-privacy-policy__hero-section {
        padding: 10px 15px 30px 15px;
    }
    .page-privacy-policy__hero-content {
        margin-top: -50px; /* Less overlap on smaller screens */
        padding: 15px;
    }
    .page-privacy-policy__main-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
    }
    .page-privacy-policy__description {
        font-size: 1rem;
    }
    .page-privacy-policy__content-section {
        padding: 20px 15px;
    }
    .page-privacy-policy__container {
        padding: 20px;
    }
    .page-privacy-policy__section-title {
        font-size: 1.5rem;
    }
    .page-privacy-policy__list {
        margin-left: 20px;
    }
    /* Ensure all images are responsive and not smaller than 200px */
    .page-privacy-policy__content-image,
    .page-privacy-policy__hero-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Ensure images maintain minimum size */
        min-height: 200px; /* Ensure images maintain minimum size */
    }
}

@media (max-width: 549px) {
    .page-privacy-policy__hero-content {
        margin-top: -30px; /* Even less overlap */
    }
    .page-privacy-policy__main-title {
        font-size: clamp(1.2rem, 7vw, 1.8rem);
    }
    .page-privacy-policy__section-title {
        font-size: 1.3rem;
    }
    .page-privacy-policy__container {
        padding: 15px;
    }
    .page-privacy-policy__list {
        margin-left: 15px;
    }
    .page-privacy-policy__button {
        width: 100%;
        max-width: 280px; /* Constrain width for smaller buttons */
        margin-left: auto;
        margin-right: auto;
        display: block; /* Make it block to center with margin auto */
    }
    /* Ensure all images are responsive and not smaller than 200px */
    .page-privacy-policy__content-image,
    .page-privacy-policy__hero-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Ensure images maintain minimum size */
        min-height: 200px; /* Ensure images maintain minimum size */
    }
}