/* Banhosoft — Rodapé moderno (SaaS / fundo escuro) */

.bs-footer-cta {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 45%, #0c4a6e 100%);
    color: #f8fafc;
    padding: 3rem 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bs-footer-cta__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.bs-footer-cta__text {
    flex: 1 1 280px;
    margin: 0;
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 700;
    font-family: var(--font-display, 'Poppins', sans-serif);
    line-height: 1.35;
    color: #fff;
}

.bs-footer-cta__text span {
    opacity: 0.92;
    font-weight: 500;
    font-size: 0.95em;
    display: block;
    margin-top: 0.35rem;
    color: rgba(248, 250, 252, 0.88);
}

.bs-footer-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 1.85rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none !important;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff !important;
    box-shadow: 0 12px 32px rgba(22, 163, 74, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.bs-footer-cta__btn:hover {
    transform: translateY(-2px);
    color: #fff !important;
    box-shadow: 0 16px 40px rgba(22, 163, 74, 0.45);
}

/* Sobrescreve regras genéricas `footer` de banhosoft-modern.css */
footer.bs-footer {
    margin-top: 0;
    background: linear-gradient(180deg, #0b0f1a 0%, #111827 100%);
    color: #cbd5e1;
    padding: 3.5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.bs-footer a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bs-footer a:hover,
.bs-footer a:focus {
    color: #38bdf8;
}

.bs-footer__brand-logo {
    display: block;
    margin-bottom: 1.25rem;
}

.bs-footer__brand-logo img {
    height: 40px;
    width: auto;
    max-width: 180px;
    filter: brightness(1.08);
}

.bs-footer__desc {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #94a3b8;
    margin: 0 0 1.25rem;
    max-width: 280px;
}

.bs-footer__trust {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #64748b;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 0.75rem;
}

.bs-footer__trust i {
    color: #34d399;
}

.bs-footer__cnpj {
    font-size: 0.78rem;
    color: #64748b;
    margin: 0;
    letter-spacing: 0.02em;
}

.bs-footer__title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f1f5f9;
    margin: 0 0 1.25rem;
}

.bs-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bs-footer__list li {
    margin-bottom: 0.65rem;
}

.bs-footer__list a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.92rem;
    padding: 0.2rem 0;
}

.bs-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 1rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #94a3b8;
}

.bs-footer__contact-item i {
    color: #38bdf8;
    margin-top: 0.15rem;
    width: 1.1rem;
    text-align: center;
    flex-shrink: 0;
}

.bs-footer__contact-item a {
    color: #e2e8f0;
    word-break: break-word;
}

.bs-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.bs-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0 !important;
    font-size: 1.15rem;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bs-footer__social-link:hover {
    background: rgba(56, 189, 248, 0.15);
    color: #38bdf8 !important;
    transform: translateY(-2px);
}

.bs-footer__seo {
    font-size: 0.8rem;
    line-height: 1.55;
    color: #64748b;
    margin: 1.5rem 0 0;
    max-width: 260px;
}

.bs-footer__bottom {
    margin-top: 3rem;
    padding: 1.35rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 0.82rem;
    color: #64748b;
}

.bs-footer__bottom a {
    color: #94a3b8;
}

.bs-footer__bottom a:hover {
    color: #38bdf8;
}

@media (max-width: 991px) {
    .bs-footer .row > [class*="col-"] {
        margin-bottom: 2.25rem;
    }

    .bs-footer .row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .bs-footer__desc {
        max-width: none;
    }

    .bs-footer__seo {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .bs-footer-cta {
        padding: 2.25rem 1rem;
        text-align: center;
    }

    .bs-footer-cta__inner {
        flex-direction: column;
        text-align: center;
    }

    .bs-footer {
        padding-top: 2.5rem;
    }

    .bs-footer__list a {
        padding: 0.35rem 0;
    }
}
