/* ── Páginas legais standalone (Privacidade / Termos)
   Escopo: body.pfrq-page-legal
   ────────────────────────────────────────────────── */

body.pfrq-page-legal {
    margin: 0;
    padding: 0;
    background: #FAFAFA;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #111;
    min-height: 100vh;
}

body.pfrq-page-legal .site-header,
body.pfrq-page-legal .site-footer,
body.pfrq-page-legal #wpadminbar { display: none !important; }

.pfrq-legal-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 28px 56px;
}

.pfrq-legal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0 24px;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 40px;
}

.pfrq-legal-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pfrq-legal-brand-mark {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.pfrq-legal-brand-name {
    font-size: .88rem;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}

.pfrq-legal-brand-sub {
    font-size: .7rem;
    color: #888;
}

.pfrq-legal-back {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: .8rem;
    color: #888;
    text-decoration: none;
    transition: color .15s;
}
.pfrq-legal-back:hover { color: #F9423A; }

.pfrq-legal-content h1 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #111;
    margin: 0 0 32px;
    line-height: 1.2;
}

.pfrq-legal-content h2 {
    font-size: .97rem;
    font-weight: 700;
    color: #222;
    margin: 32px 0 8px;
}

.pfrq-legal-content p {
    font-size: .875rem;
    line-height: 1.75;
    color: #444;
    margin: 0 0 12px;
}

.pfrq-legal-content ul,
.pfrq-legal-content ol {
    padding-left: 1.4em;
    margin: 6px 0 16px;
}

.pfrq-legal-content li {
    font-size: .875rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 4px;
}

.pfrq-legal-footer {
    margin-top: 52px;
    padding-top: 16px;
    border-top: 1px solid #E5E7EB;
    font-size: .6rem;
    color: #A1A1AA;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    align-items: baseline;
}

.pfrq-legal-footer strong { color: #888; font-weight: 600; }

.pfrq-legal-footer-links {
    display: inline-flex;
    gap: 10px;
    margin-left: 4px;
}

.pfrq-legal-footer a {
    color: #A1A1AA;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, .15);
    transition: color .15s;
}
.pfrq-legal-footer a:hover { color: #F9423A; }
