/* =========================================================
   Legal Pages - Correct Bible / Biblia Correcta
   Shortcodes:
   [ib_privacy_policy]
   [ib_cookie_policy]
   [ib_legal_notice]
   [ib_terms_conditions]
========================================================= */

.ib-legal-page {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 64px) 20px clamp(52px, 7vw, 86px);
    color: #1f2937;
}

.ib-legal-page__title {
    margin: 0 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.1;
    color: #1d3557;
    letter-spacing: -0.03em;
    text-align: center;
}

.ib-legal-page__updated {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
    color: #64748b;
    font-size: 0.98rem;
    font-weight: 600;
}

.ib-legal-page__content {
    background: #ffffff;
    border: 1px solid rgba(29, 53, 87, 0.12);
    border-radius: 28px;
    padding: clamp(26px, 4vw, 48px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.ib-legal-page__content h2 {
    margin: 34px 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    line-height: 1.25;
    color: #1d3557;
    letter-spacing: -0.015em;
}

.ib-legal-page__content h2:first-child {
    margin-top: 0;
}

.ib-legal-page__content p {
    margin: 0 0 18px;
    font-size: clamp(1rem, 1.25vw, 1.08rem);
    line-height: 1.82;
    color: #334155;
}

.ib-legal-page__content strong {
    color: #1d3557;
    font-weight: 800;
}

.ib-legal-page__content a {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(37, 99, 235, 0.28);
    transition: color 0.18s ease, border-color 0.18s ease;
}

.ib-legal-page__content a:hover,
.ib-legal-page__content a:focus {
    color: #1d4ed8;
    border-bottom-color: currentColor;
}

.ib-legal-page__content ul,
.ib-legal-page__content ol {
    margin: 0 0 22px 1.35rem;
    padding: 0;
    color: #334155;
}

.ib-legal-page__content li {
    margin: 8px 0;
    font-size: 1rem;
    line-height: 1.75;
}

.ib-legal-page__content hr {
    margin: 34px 0;
    border: 0;
    border-top: 1px solid rgba(29, 53, 87, 0.14);
}

/* Mejor lectura para los enlaces finales */
.ib-legal-page__content p:last-child {
    margin-bottom: 0;
}

/* RTL: árabe / hebreo */
html[dir="rtl"] .ib-legal-page,
.ib-legal-page[dir="rtl"] {
    direction: rtl;
}

html[dir="rtl"] .ib-legal-page__content ul,
html[dir="rtl"] .ib-legal-page__content ol,
.ib-legal-page[dir="rtl"] .ib-legal-page__content ul,
.ib-legal-page[dir="rtl"] .ib-legal-page__content ol {
    margin-left: 0;
    margin-right: 1.35rem;
}

/* Responsive */
@media (max-width: 768px) {
    .ib-legal-page {
        padding-top: 24px;
    }

    .ib-legal-page__content {
        border-radius: 22px;
        padding: 24px 20px;
    }

    .ib-legal-page__updated {
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .ib-legal-page {
        padding-left: 14px;
        padding-right: 14px;
    }

    .ib-legal-page__content {
        border-radius: 18px;
        padding: 22px 16px;
    }

    .ib-legal-page__content p,
    .ib-legal-page__content li {
        font-size: 0.98rem;
        line-height: 1.75;
    }
}