.legal-section {
    padding: 140px 0 80px;
    min-height: 80vh;
}

.legal-section h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.last-updated {
    color: rgba(26, 26, 26, 0.6);
    margin-bottom: 60px;
    font-size: 15px;
}

.legal-content {
    max-width: 900px;
}

.legal-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 48px 0 24px;
    letter-spacing: -0.5px;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 32px 0 16px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(26, 26, 26, 0.8);
    margin-bottom: 20px;
}

.legal-content ul {
    margin: 20px 0;
    padding-left: 24px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(26, 26, 26, 0.8);
    margin-bottom: 12px;
}

.legal-content strong {
    font-weight: 600;
    color: var(--graphite);
}

.legal-content a {
    color: var(--graphite);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .legal-section h1 {
        font-size: 32px;
    }
    
    .legal-content h2 {
        font-size: 24px;
    }
    
    .legal-content h3 {
        font-size: 20px;
    }
}
