
/* ====== PRIVACIDADE (estilo semelhante ao mock) ====== */
.pp-hero-title {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
    font-size: clamp(1.6rem, 2vw + 1rem, 2.4rem);
}
.pp-updated {
    font-size: 0.875rem;
    color: #6c757d;
}
.pp-container {
    max-width: 1100px;
}
.pp-toc {
    position: sticky;
    top: 90px;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
}
.pp-toc .toc-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.pp-toc a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    color: #333333;
}
.pp-toc a.active {
    font-weight: 700;
}
.pp-section h2 {
    font-size: clamp(1.2rem, 1.2vw + 0.9rem, 1.5rem);
    font-weight: 800;
    margin-bottom: 0.6rem;
    scroll-margin-top: 90px; /* para ancoragem abaixo do header */
}
.pp-section h3 {
    font-weight: 700;
    margin-top: 1rem;
}
.pp-section p,
.pp-section li {
    line-height: 1.65;
}
.pp-small {
    font-size: 0.9rem;
    color: #6c757d;
}
.pp-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    background: #fff;
    padding: 1rem 1.25rem;
}