/* =========================================
   PÁGINAS LEGALES (TyC, Privacidad)
   ========================================= */

.legal-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
}

.legal-container {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f1f5f9;
}

.legal-intro {
    color: #64748b;
    font-size: 0.95rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.legal-main-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--csjsky, #008ea9);
    margin-bottom: 2rem;
    line-height: 1.4;
}

.legal-section {
    margin-bottom: 1.75rem;
}

.legal-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: #1e293b;
    margin-bottom: 0.6rem;
}

.legal-section p {
    color: #475569;
    font-size: 0.925rem;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.legal-section ul {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0.75rem 0;
}

.legal-section ul li {
    position: relative;
    padding-left: 1.25rem;
    color: #475569;
    font-size: 0.925rem;
    line-height: 1.7;
    margin-bottom: 0.35rem;
}

.legal-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--csjsky, #008ea9);
}

.legal-link {
    color: var(--csjsky, #008ea9);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.legal-link:hover {
    color: var(--csjgreen, #8BC34A);
    text-decoration: underline;
}

@media (max-width: 640px) {
    .legal-container {
        padding: 1.5rem 1.25rem;
    }

    .legal-main-title {
        font-size: 1.15rem;
    }
}
