/* Shared styles for Privacy Policy, Terms of Service, and site footer */
:root { --nav-h: 58px; --accent: #5ce2e7; }

.site-footer {
    text-align: center;
    padding: 40px 24px 56px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 13px;
    color: #6b7280;
}
.site-footer a { color: #8b8fa3; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer .divider { margin: 0 12px; color: #4b5563; }

.legal-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: calc(var(--nav-h) + 56px) 24px 48px;
}
.legal-wrap h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 2.4em;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.35em;
    letter-spacing: -0.01em;
}
.legal-meta {
    font-size: 14px;
    color: #6b6e7e;
    margin-bottom: 2.4em;
}
.legal-wrap h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35em;
    font-weight: 700;
    color: #fff;
    margin: 2em 0 0.65em;
}
.legal-wrap h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05em;
    font-weight: 600;
    color: #e5e7eb;
    margin: 1.4em 0 0.5em;
}
.legal-wrap p,
.legal-wrap li {
    color: #aeb1bf;
    line-height: 1.75;
    font-size: 15.5px;
    margin-bottom: 0.85em;
}
.legal-wrap ul,
.legal-wrap ol {
    padding-left: 1.4em;
    margin-bottom: 1em;
}
.legal-wrap a { color: var(--accent); }
.legal-wrap a:hover { color: #fff; }
.legal-wrap strong { color: #d1d5db; font-weight: 600; }
