/* ============================================================
   Páginas legales — Aviso legal / Privacidad / Cookies
   ============================================================ */

.legal-page {
    max-width: 860px !important;
}

.legal-page h1 {
    font-size: clamp(2rem, 1.6rem + 1.6vw, 3rem);
}

.legal-updated {
    color: var(--text-dim);
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.82rem;
}

.legal-section {
    padding-top: var(--gap-lg);
    border-top: 1px solid var(--border-soft);
}

.legal-section:first-of-type {
    border-top: none;
    padding-top: 0;
}

.legal-section h2 {
    font-size: clamp(1.2rem, 1.1rem + 0.5vw, 1.5rem);
    margin-bottom: 14px;
}

.legal-section h3 {
    margin-top: 22px;
    margin-bottom: 10px;
    color: var(--text);
}

.legal-section p {
    color: var(--text-muted);
    max-width: 72ch;
}

.legal-section p + p {
    margin-top: 12px;
}

.legal-section ul {
    list-style: none;
    padding: 0;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.legal-section ul li {
    position: relative;
    padding-left: 22px;
    color: var(--text-muted);
    max-width: 72ch;
}

.legal-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: var(--grad);
    transform: rotate(45deg);
}

.legal-section a {
    color: var(--green);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 196, 140, 0.35);
    transition: border-color var(--fast) var(--ease);
}

.legal-section a:hover {
    border-color: var(--green);
}

.legal-placeholder {
    background: rgba(255, 179, 71, 0.08);
    border: 1px dashed rgba(255, 179, 71, 0.4);
    color: #ffb347;
    padding: 2px 8px;
    border-radius: 6px;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.85em;
    white-space: nowrap;
}
