/**
 * Privacy Pagina Styling
 * ONS TV KANAAL
 */

.page-privacy {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.section-hero-compact {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-hero-compact h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-hero-compact p {
    font-size: 1.125rem;
    color: #c3c7d5;
    line-height: 1.6;
}

.section {
    margin-bottom: 2.5rem;
}

.section h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    margin-top: 0;
}

.section p {
    color: #c3c7d5;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.section ul {
    color: #c3c7d5;
    line-height: 1.8;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.section li {
    margin-bottom: 0.5rem;
}

.section a {
    color: #ff4b3a;
    text-decoration: underline;
    transition: color 0.2s;
}

.section a:hover {
    color: #ff7b3a;
}

.section strong {
    color: #ffffff;
    font-weight: 600;
}

.section em {
    color: #94a3b8;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .page-privacy {
        padding: 2rem 1rem;
    }
    
    .section-hero-compact h1 {
        font-size: 2rem;
    }
    
    .section h2 {
        font-size: 1.5rem;
    }
}




