/* PZTS v555 – Rodapé público com mais contraste, centralização e informações úteis. */
body.lp-body-public > footer.lp-footer-theme {
    margin-top: 2.5rem;
    padding: 0 !important;
    border-top: 0 !important;
    color: var(--footer-text) !important;
    background-color: var(--footer-bg) !important;
    box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.lp-footer-theme,
.lp-footer-theme.text-muted,
.lp-footer-theme .text-muted {
    color: var(--footer-text) !important;
    opacity: 1 !important;
}

.lp-footer-theme .container {
    max-width: 1180px;
}

.pzts-public-footer {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) minmax(150px, 0.8fr) minmax(170px, 0.9fr) minmax(220px, 1fr);
    gap: 1.25rem;
    align-items: start;
    text-align: left;
    padding: 1.45rem 0 1.15rem;
}

.pzts-footer-brandline {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.pzts-footer-logo {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
    flex: 0 0 auto;
}

.pzts-footer-title {
    display: block;
    color: var(--footer-text) !important;
    font-size: 1.02rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.pzts-footer-subtitle,
.pzts-footer-text,
.pzts-footer-muted {
    display: block;
    color: var(--footer-text) !important;
    opacity: 0.88;
    font-size: 0.9rem;
    line-height: 1.45;
}

.pzts-footer-text {
    margin-top: 0.8rem;
    max-width: 32rem;
}

.pzts-footer-section h2 {
    margin: 0 0 0.65rem;
    color: var(--footer-text) !important;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.95;
}

.pzts-footer-section a {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    min-height: 2.15rem;
    margin: 0.14rem 0;
    padding: 0.45rem 0.68rem;
    border-radius: 999px;
    color: var(--footer-link, var(--footer-text)) !important;
    text-decoration: none !important;
    font-weight: 650;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: transform 0.14s ease, background-color 0.14s ease, border-color 0.14s ease;
}

.pzts-footer-section a:hover,
.pzts-footer-section a:focus-visible {
    color: var(--footer-hover-text, var(--footer-text)) !important;
    background-color: var(--footer-hover-bg, rgba(255, 255, 255, 0.22)) !important;
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}

.pzts-footer-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.pzts-footer-info h2 {
    grid-column: 1 / -1;
}

.pzts-footer-info-card {
    min-width: 0;
    padding: 0.62rem 0.7rem;
    border-radius: 0.9rem;
    color: var(--footer-text) !important;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.pzts-footer-info-card span {
    display: block;
    font-size: 0.72rem;
    line-height: 1.1;
    opacity: 0.82;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pzts-footer-info-card strong {
    display: block;
    margin-top: 0.18rem;
    font-size: 0.86rem;
    line-height: 1.25;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.pzts-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding: 0.82rem 0 calc(0.82rem + env(safe-area-inset-bottom));
    color: var(--footer-text) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
    font-size: 0.82rem;
    opacity: 0.92;
}

@media (max-width: 991.98px) {
    .pzts-public-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .pzts-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    body.lp-body-public > footer.lp-footer-theme {
        margin-top: 1.75rem;
    }

    .pzts-public-footer {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 1.25rem 0 1rem;
    }

    .pzts-footer-brandline {
        justify-content: center;
        text-align: center;
    }

    .pzts-footer-text {
        margin-left: auto;
        margin-right: auto;
    }

    .pzts-footer-section a {
        justify-content: center;
    }

    .pzts-footer-info {
        grid-template-columns: 1fr;
    }
}
