/* ============================================================
   Legal long-read pages (Privacy Policy, Terms of Service).
   Both pages share the same visual treatment — a centered white
   card on the page background with display headings and Mulish
   body type, blue-accented section titles.
   ============================================================ */

.section--legal {
    padding: 0;
}

.section--legal .section__inner {
    padding: 0 var(--content-padding-x);
}

.legal {
    max-width: 960px;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 80px) clamp(32px, 4vw, 80px);
    background-color: #ffffff;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
}

.legal__header {
    text-align: center;
    margin-bottom: 40px;
}

.legal__header img {
    width: 80px;
    height: auto;
    margin: 0 auto 24px;
}

.legal__header h1 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(28px, 3.5vw, 48px);
    line-height: 1.2;
    color: var(--color-text);
    margin: 0 0 8px;
}

.legal__updated {
    color: var(--color-text-muted);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.legal h2 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 24px;
    color: var(--color-blue);
    margin: 40px 0 16px;
    line-height: 1.3;
}

.legal h3 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 18px;
    color: var(--color-text);
    margin: 28px 0 8px;
    line-height: 1.3;
}

.legal p {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-text);
    margin: 0 0 16px;
}

.legal ul,
.legal ol {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-text);
    padding-left: 1.5em;
    margin: 0 0 16px;
}

.legal li {
    margin-bottom: 8px;
}

.legal a {
    color: var(--color-blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal strong {
    color: var(--color-text);
    font-weight: 700;
}
