/* ============================================================
   LEGAL PAGES — Privacy Policy & Terms of Service
   ============================================================ */

.legal-hero {
    padding-top: 140px;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}

.legal-hero h1 {
    font-family: 'Instrument Serif', serif;
    font-size: 56px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.05;
    margin-bottom: 16px;
    max-width: 800px;
}

.legal-meta {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(10, 10, 10, 0.5);
    line-height: 20px;
}

/* Body prose */
.legal-body {
    padding: 64px 0 96px;
    max-width: 720px;
}

.legal-section {
    margin-bottom: 48px;
}

.legal-section:last-child {
    margin-bottom: 0;
}

.legal-section h2 {
    font-family: 'Instrument Serif', serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.3px;
    line-height: 1.2;
    color: rgb(10, 10, 10);
    margin-bottom: 16px;
}

.legal-section p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(10, 10, 10, 0.8);
    margin-bottom: 12px;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section ul {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(10, 10, 10, 0.8);
    margin: 12px 0 12px 20px;
}

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

.legal-section ul li:last-child {
    margin-bottom: 0;
}

.legal-section a {
    color: rgb(10, 10, 10);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-section a:hover {
    opacity: 0.6;
}

/* Tables (e.g. retention schedule) */
.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: rgba(10, 10, 10, 0.8);
}

.legal-table th,
.legal-table td {
    text-align: left;
    vertical-align: top;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}

.legal-table th {
    font-weight: 500;
    color: rgb(10, 10, 10);
    border-bottom: 1px solid rgba(10, 10, 10, 0.16);
    background: rgba(10, 10, 10, 0.02);
}

.legal-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 600px) {
    .legal-table th,
    .legal-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .legal-hero {
        padding-top: 112px;
        padding-bottom: 48px;
    }

    .legal-hero h1 {
        font-size: 40px;
        letter-spacing: -0.5px;
    }

    .legal-body {
        padding: 48px 0 72px;
    }
}
