/* Legal Pages Styles */

.legal-content {
    color: #1a1a2e;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.9;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
}

.legal-content p {
    margin-bottom: 1.25rem;
    color: #333;
}

.legal-content h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0A0A0A;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid rgba(99, 102, 241, 0.2);
    letter-spacing: -0.01em;
}

.legal-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0A0A0A;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.legal-content ul {
    padding-left: 1.5rem;
    margin: 1rem 0 1.5rem;
}

.legal-content ul li {
    margin-bottom: 0.6rem;
    color: #444;
    padding-left: 0.25rem;
}

.legal-content ul li strong {
    color: #0A0A0A;
}

.legal-content a {
    color: #6366F1;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.legal-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95rem;
}

.legal-content table th {
    padding: 0.85rem 1rem;
    text-align: left;
    background: #f8f9fa;
    color: #0A0A0A;
    font-weight: 600;
    border: 1px solid #e5e5eb;
}

.legal-content table td {
    padding: 0.85rem 1rem;
    border: 1px solid #e5e5eb;
    color: #333;
}

.legal-content table code {
    background: #f0f0f5;
    padding: 0.15rem 0.4rem;
    border-radius: 3px;
    font-size: 0.9rem;
}

.legal-content .legal-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5eb;
}

.legal-content .legal-meta p {
    margin: 0;
    color: #888;
    font-size: 0.9rem;
}

.legal-content .legal-meta a {
    font-size: 0.9rem;
}

/* Caps disclaimers */
.legal-content p.disclaimer {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #555;
}
