/**
 * InsidePiano — Legal articles (Términos, Privacidad, Conducta, Cookies, Reembolso)
 * Scoped to .ip-legal wrapper inside .com-content-article
 */

/* ── Wrapper ── */
.ip-legal {
    max-width: 720px;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #c9c9cd;
}

/* ── Intro paragraph ── */
.ip-legal__intro {
    font-size: 0.9375rem;
    color: #a0a0a8;
    border-left: 3px solid rgba(115, 103, 240, 0.5);
    padding-left: 1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

/* ── Sections ── */
.ip-legal__section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ip-legal__section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ── H2 — section headings ── */
.ip-legal h2 {
    font-size: 1rem;
    font-weight: 600;
    color: #e0e0e5;
    letter-spacing: 0.01em;
    margin-top: 0;
    margin-bottom: 0.875rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(115, 103, 240, 0.25);
}

/* ── H3 — sub-headings ── */
.ip-legal h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #9f92fe;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

/* ── Lists ── */
.ip-legal ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.ip-legal ul li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
    color: #c9c9cd;
}

.ip-legal ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(115, 103, 240, 0.6);
}

/* ── Paragraphs inside sections ── */
.ip-legal__section p {
    margin: 0;
    color: #c9c9cd;
}

/* ── Links ── */
.ip-legal a {
    color: #9f92fe;
    text-decoration: none;
}

.ip-legal a:hover {
    color: #b8b0ff;
    text-decoration: underline;
}

/* ── Document header ── */
.ip-legal__header {
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ip-legal__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #e8e8ed;
    margin: 0 0 0.375rem 0;
    letter-spacing: -0.01em;
}

.ip-legal__updated {
    font-size: 0.8125rem;
    color: #6b6b70;
}

/* ── Contact section ── */
.ip-legal__section--contact {
    background: rgba(115, 103, 240, 0.06);
    border: 1px solid rgba(115, 103, 240, 0.2) !important;
    border-radius: 8px;
    padding: 1.25rem 1.5rem !important;
    margin-top: 0.5rem;
}

.ip-legal__section--contact h2 {
    border-bottom-color: rgba(115, 103, 240, 0.2);
}

.item-page .com-content-article__body .ip-legal__section--contact p {
    margin-bottom: 0 !important;
}

/* Legal pages: OTM padding strip is excluded via body.ip-legal-page (set in index.php) */
/* The .p-6 class on .demo-card-body provides padding: 2rem natively */
