/* ======================================================
   PLUXDOM FOOTER – CENTRADO, LIVIANO, PREMIUM
====================================================== */

.pluxdom-footer {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eaeaea;
    padding: 18px 12px;
    box-sizing: border-box;
}

.pluxdom-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

/* Marca */
.footer-brand {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.3px;
}

/* Zona geográfica */
.footer-geo {
    font-size: 12px;
    color: #555;
    line-height: 1.4;
}

/* Legal */
.footer-legal {
    font-size: 11px;
    color: #888;
    line-height: 1.4;
}