/* style/privacy-policy.css */

/* Base styles for the privacy policy page */
.page-privacy-policy {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #E0E0E0; /* Light text on dark background for readability */
    background-color: #1A202C; /* Main background color */
}

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

/* Hero Section */
.page-privacy-policy__hero {
    background: linear-gradient(135deg, #1A202C 0%, #3a4a60 100%); /* Gradient from main to a slightly lighter dark tone */
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-privacy-policy__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[IMAGE:privacy_banner]') no-repeat center center/cover;
    opacity: 0.15; /* Subtle background overlay */
    z-index: 0;
}

.page-privacy-policy__hero > .page-privacy-policy__container {
    position: relative;
    z-index: 1;
}

.page-privacy-policy__title {
    font-size: 3em;
    color: #FFD700; /* Accent color for title */
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* For better readability on potentially busy background */
}

.page-privacy-policy__subtitle {
    font-size: 1.2em;
    color: #C0C0C0; /* Slightly lighter than main text for contrast */
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-privacy-policy__hero-image {
    display: none; /* The banner image is used as a background for the section */
}

/* General Section Styles */
.page-privacy-policy__section {
    padding: 60px 0;
    background-color: #222B3A; /* Slightly lighter dark background for sections */
    border-bottom: 1px solid rgba(255, 215, 0, 0.1); /* Subtle separator */
}

.page-privacy-policy__section--alt {
    background-color: #1A202C; /* Main dark background for alternating sections */
}

.page-privacy-policy__heading {
    font-size: 2.2em;
    color: #FFD700; /* Accent color for headings */
    margin-bottom: 30px;
    text-align: left;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-privacy-policy__text {
    font-size: 1em;
    color: #E0E0E0;
    margin-bottom: 20px;
}

.page-privacy-policy__list {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 0;
    color: #E0E0E0;
    margin-bottom: 20px;
}

.page-privacy-policy__list li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.page-privacy-policy__list li strong {
    color: #FFD700; /* Highlight strong text in lists with accent color */
}

.page-privacy-policy__image--inline {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Call to Action (CTA) Section */
.page-privacy-policy__contact-cta {
    text-align: center;
    padding: 80px 0;
    background-color: #1A202C;
}

.page-privacy-policy__flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-privacy-policy__cta-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-privacy-policy__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    min-width: 180px;
    text-align: center;
}

.page-privacy-policy__button--primary {
    background-color: #FFD700; /* Accent color for primary button */
    color: #1A202C; /* Dark text on accent background */
    border: 2px solid #FFD700;
}

.page-privacy-policy__button--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-privacy-policy__button--secondary {
    background-color: transparent;
    color: #FFD700; /* Accent text on dark background */
    border: 2px solid #FFD700;
}

.page-privacy-policy__button--secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-privacy-policy__title {
        font-size: 2.5em;
    }

    .page-privacy-policy__heading {
        font-size: 1.8em;
    }

    .page-privacy-policy__section {
        padding: 40px 0;
    }

    .page-privacy-policy__button {
        padding: 12px 25px;
        font-size: 0.9em;
        min-width: unset;
    }

    .page-privacy-policy__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-privacy-policy__title {
        font-size: 2em;
    }

    .page-privacy-policy__heading {
        font-size: 1.5em;
    }

    .page-privacy-policy__subtitle,
    .page-privacy-policy__text,
    .page-privacy-policy__list li {
        font-size: 0.95em;
    }

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

/* Ensure WCAG AA contrast for all elements */
.page-privacy-policy h1,
.page-privacy-policy h2,
.page-privacy-policy h3,
.page-privacy-policy h4,
.page-privacy-policy h5,
.page-privacy-policy h6 {
    color: #FFD700; /* Accent color for all headings on dark backgrounds */
}

.page-privacy-policy p,
.page-privacy-policy li {
    color: #E0E0E0; /* Light text for paragraphs and lists on dark backgrounds */
}

.page-privacy-policy__button--primary {
    color: #1A202C; /* Dark text on accent background for primary button */
}

.page-privacy-policy__button--secondary {
    color: #FFD700; /* Accent text on dark background for secondary button */
}

.page-privacy-policy__button--secondary:hover {
    color: #1A202C; /* Dark text on accent background for secondary button hover */
}