.legal-page {
    background: #0b1421;
    animation: none;
}

.legal-page::after,
.legal-page .particles {
    display: none;
}

.legal-shell.page-content {
    max-width: 800px;
    padding: 132px 24px 88px;
}

.legal-header {
    padding-bottom: 32px;
    border-bottom: 1px solid #2a3b50;
}

.legal-header h1 {
    margin: 0 0 10px;
    color: #f6f9ff;
    font: 700 clamp(2rem, 4vw, 2.75rem)/1.2 'Poppins', sans-serif;
    letter-spacing: -0.035em;
}

.legal-updated {
    margin-bottom: 18px;
    color: #b2c3d9;
    font-size: 0.88rem;
}

.legal-header > p:not(.legal-updated) {
    max-width: 68ch;
    margin-bottom: 12px;
    color: #d3dfed;
    line-height: 1.75;
}

.legal-page .legal-content a,
.legal-header a {
    color: #9ed4ff;
    text-underline-offset: 3px;
}

.legal-page .legal-content a:hover,
.legal-header a:hover {
    color: #d1ebff;
}

.legal-page .legal-content a:focus-visible,
.legal-header a:focus-visible {
    outline: 2px solid #9ed4ff;
    outline-offset: 3px;
    border-radius: 2px;
}

.legal-section {
    padding-top: 32px;
    scroll-margin-top: 112px;
}

.legal-section h2 {
    margin-bottom: 12px;
    color: #f6f9ff;
    font: 600 1.2rem/1.4 'Poppins', sans-serif;
    letter-spacing: -0.015em;
}

.legal-section h2 i {
    display: none;
}

.legal-section p,
.legal-section li {
    color: #d3dfed;
    font-size: 0.95rem;
    line-height: 1.8;
}

.legal-section p + p { margin-top: 14px; }

.legal-section ul {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding-left: 24px;
}

.legal-section ul + p { margin-top: 14px; }

.legal-section strong { color: #f6f9ff; }

@media (max-width: 600px) {
    .legal-shell.page-content { padding: 106px 20px 64px; }
    .legal-section { padding-top: 28px; }
}
