/* Legal pages — loaded after style.css */
body.legal-page {
    background: #0a1628;
}
.page-header {
    background: rgba(20,50,80,0.92);
    padding: 120px 24px 40px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.page-header h1 {
    font-size: 2.4em;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.03em;
}
.page-header p {
    opacity: 0.5;
    font-size: 0.9em;
    margin-top: 8px;
}
.content {
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 24px 80px;
    color: #d0d8e0;
    line-height: 1.8;
}
.content h2 {
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    margin: 40px 0 12px;
}
.content h2:first-of-type { margin-top: 0; }
.content p { margin-bottom: 16px; font-size: 0.92em; }
.content ul { margin: 0 0 16px 24px; font-size: 0.92em; }
.content li { margin-bottom: 6px; }
.content a { color: #5ab4d8; }
.back-link {
    display: inline-block;
    margin-top: 40px;
    padding: 10px 28px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88em;
    transition: background 0.2s;
}
.back-link:hover { background: rgba(255,255,255,0.1); }
