/* ============================================================
   Legal pages — Terms of Service & Privacy Policy
   Matched to the ReadySetSold home page design
   ============================================================ */
.legal-page {
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    padding: 72px 22px 90px;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1f1f1f;
}

.legal-page *,
.legal-page *::before,
.legal-page *::after { box-sizing: border-box; }

.legal-hero {
    text-align: center;
    padding-bottom: 32px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
}

.legal-hero__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-weight: 800;
    color: #1f1f1f;
    border-bottom: 1px solid #9ed6d6;
    padding-bottom: 4px;
    margin-bottom: 18px;
}

.legal-hero h1 {
    font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin: 0;
    color: #1f1f1f;
}

.legal-hero__meta {
    font-size: 14px;
    color: #6b6b6b;
    margin: 14px 0 0;
}

.legal-doc {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
    text-align: left;
}

.legal-doc .legal-lead {
    font-size: 17px;
    color: #1f1f1f;
    background: #f6f6f6;
    border-left: 3px solid #9ed6d6;
    padding: 16px 20px;
    margin-bottom: 30px;
}

.legal-doc h2,
.legal-doc h3 {
    font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #1f1f1f;
    margin: 36px 0 10px;
    padding: 0;
    scroll-margin-top: 90px;
}

.legal-doc p {
    margin: 0 0 14px;
    padding: 0;
}

.legal-doc ul {
    margin: 0 0 16px;
    padding-left: 22px;
}

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

.legal-doc a {
    color: #1f1f1f;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-doc a:hover { color: #6b6b6b; }

.legal-doc strong {
    color: #1f1f1f;
    font-weight: 700;
}

@media (max-width: 600px) {
    .legal-page { padding: 44px 16px 60px; }
    .legal-doc h2,
    .legal-doc h3 { font-size: 21px; }
}
