/* Legal / policy pages (inspired by ic/) */
.legal-page { max-width: 820px; }
.legal-title {
    font-family: 'Baloo Tamma 2', 'Inter', sans-serif;
    font-weight: 800;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    color: var(--pm-navy);
    margin-bottom: 1.5rem;
}
.legal-content {
    font-size: .95rem;
    line-height: 1.85;
    color: #444;
}
.legal-content p { margin-bottom: 1rem; }
.legal-content h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--pm-ink);
    margin: 2rem 0 .75rem;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content ul {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}
.legal-content ul li { margin-bottom: .4rem; }
.legal-content a {
    color: var(--pm-purple);
    text-decoration: underline;
    text-underline-offset: .15em;
}
.legal-content a:hover { color: var(--pm-navy); }
.legal-contact-box {
    margin: 1.5rem 0;
    padding: 1rem 1.15rem;
    border: 1px solid #e8dff5;
    border-radius: 12px;
    background: #faf8fd;
}
.legal-contact-box h3 {
    font-size: .95rem;
    font-weight: 700;
    color: var(--pm-navy);
    margin: 0 0 .65rem;
}
.legal-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .92rem;
}
.legal-contact-list li { margin-bottom: .35rem; }
.legal-contact-list a { text-decoration: none; }
.legal-contact-list a:hover { text-decoration: underline; }
