/*
 * Supplement to style.css for the legal/support pages (privacy, terms,
 * support). Reads-as-document layout: narrower column, generous line
 * height, plum-tinted headings, callout box for the primary contact link.
 * Drops in alongside style.css; no changes to the existing classes.
 */

main.wrap.legal {
    max-width: 720px;
    padding-top: 24px;
    padding-bottom: 64px;
}

main.wrap.legal h1 {
    font-size: 38px;
    line-height: 1.15;
    margin-bottom: 12px;
    color: var(--ink);
}

main.wrap.legal h2 {
    font-size: 22px;
    line-height: 1.25;
    margin-top: 32px;
    margin-bottom: 10px;
    color: var(--ink);
    border-top: 1px solid var(--card-border);
    padding-top: 22px;
}

main.wrap.legal h3 {
    font-size: 17px;
    line-height: 1.3;
    margin-top: 22px;
    margin-bottom: 6px;
    color: var(--ink);
}

main.wrap.legal p {
    color: var(--ink-muted);
    margin-bottom: 14px;
}

main.wrap.legal ul {
    color: var(--ink-muted);
    margin: 0 0 18px 22px;
    padding: 0;
}

main.wrap.legal li {
    margin-bottom: 6px;
}

main.wrap.legal code {
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
    font-size: 14px;
    color: var(--ink);
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 4px;
    padding: 1px 5px;
}

main.wrap.legal a {
    color: var(--plum-bright);
    word-break: break-word;
}

main.wrap.legal .lede {
    font-size: 18px;
    line-height: 1.55;
    color: var(--ink);
    margin-bottom: 28px;
}

main.wrap.legal .big-link {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 10px;
    padding: 16px 18px;
    margin: 18px 0 28px;
    font-size: 17px;
}

main.wrap.legal .big-link a {
    color: var(--ink);
    text-decoration: none;
    font-weight: 600;
}

main.wrap.legal .big-link a:hover {
    color: var(--plum-bright);
}

main.wrap.legal strong {
    color: var(--ink);
    font-weight: 600;
}
