.legal-page {
    margin-bottom: 30px;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 0 10px;
}

.legal-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.legal-section:last-child {
    border-bottom: none;
}

.legal-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.legal-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-top: 15px;
    margin-bottom: 6px;
}

.legal-section p {
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 10px;
}

.legal-section ul {
    text-align: left;
    list-style: none;
    padding-left: 0;
    margin: 10px auto 15px;
    max-width: 600px;
}

.legal-section ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

.legal-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #f40000;
    border-radius: 50%;
}

.legal-section a {
    color: #f40000;
    text-decoration: none;
}

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

@media (max-width: 768px) {
    .legal-content {
        padding: 5px 0 10px;
    }

    .legal-section {
        margin-bottom: 18px;
        padding-bottom: 15px;
    }

    .legal-section h2 {
        font-size: 1rem;
    }

    .legal-section p {
        font-size: 0.9rem;
    }
}
