.privacy-container {
    max-width: 860px;
}

.privacy-hero {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%);
    color: #fff;
    padding: 3rem 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
}

.privacy-hero h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.privacy-hero p {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 0;
}

.privacy-section {
    margin-bottom: 2rem;
}

.privacy-section-title {
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 2px solid var(--bs-primary);
    padding-bottom: 0.4rem;
    margin-bottom: 1.1rem;
    color: var(--bs-emphasis-color);
}

.privacy-list {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.privacy-list li {
    margin-bottom: 0.35rem;
    color: var(--bs-body-color);
}

.privacy-download-cta {
    display: flex;
    justify-content: center;
}

.privacy-download-button {
    min-width: min(100%, 420px);
    padding: 0.9rem 1.5rem;
    font-weight: 700;
    box-shadow: 0 0.5rem 1.25rem rgba(13, 110, 253, 0.25);
}

.privacy-download-cta-bottom {
    margin-top: 2rem;
}



