.legal-content {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #334155;
}

.legal-content .intro {
    font-size: 1rem;
    color: #475569;
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-left: 3px solid #0284c7;
    border-radius: 0 0.5rem 0.5rem 0;
}

.legal-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.legal-content h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.legal-content p {
    margin-bottom: 1rem;
}

.legal-content ul {
    margin: 1rem 0 1rem 0.5rem;
    padding-left: 0;
    list-style: none;
}

.legal-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.legal-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 6px;
    background: #0284c7;
    border-radius: 50%;
}

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

.legal-content ul ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.legal-content ul ul li::before {
    background: #94a3b8;
}

.legal-content ul ul li {
    font-size: 0.9375rem;
}

.legal-content a {
    color: #0284c7;
    text-decoration: none;
    font-weight: 500;
}

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

.legal-content .address-block {
    background: #f8fafc;
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

.legal-content .address-block p {
    margin-bottom: 0.25rem;
}

@media (max-width: 640px) {
    .legal-content h2 {
        font-size: 1.125rem;
    }
    
    .legal-content {
        font-size: 0.875rem;
    }
}