/* ============================================================================
   LEGAL PAGES STYLES
   ============================================================================ */

.lpn-legal-section {
    padding: 120px 0;
    background-color: #fff;
}

.lpn-legal-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.lpn-legal-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 300;
    color: #111;
    margin-bottom: 60px;
    letter-spacing: -0.02em;
    text-align: center;
}

.lpn-legal-content {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.lpn-legal-content h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #111;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

.lpn-legal-content h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #111;
    margin-top: 30px;
    margin-bottom: 15px;
}

.lpn-legal-content p {
    margin-bottom: 20px;
}

.lpn-legal-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.lpn-legal-content li {
    margin-bottom: 10px;
}

.lpn-legal-content a {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.3s ease;
}

.lpn-legal-content a:hover {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .lpn-legal-section {
        padding: 80px 0;
    }

    .lpn-legal-title {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
}
