/* ============================================================================
   FOOTER + CTA INTEGRADO - ESTILOS ISOLADOS
   Extraido de footer.php para cacheabilidade
   ============================================================================ */

/* ============================================================================
   FOOTER + CTA INTEGRADO - ESTILOS ISOLADOS
   ============================================================================ */
.fhub-footer-v2 {
    background: linear-gradient(135deg, #111827 0%, #0f172a 50%, #111827 100%);
    color: #9ca3af;
    position: relative;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
}

.fhub-footer-v2 h2, .fhub-footer-v2 h3, .fhub-footer-v2 h4 {
    font-family: 'Lexend Deca', sans-serif;
}

.fhub-footer-v2 a.fhub-footer-v2-btn-green,
.fhub-footer-v2 a.fhub-footer-v2-btn-outline {
    font-family: 'Lexend Deca', sans-serif;
}

.fhub-footer-v2::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.fhub-footer-v2::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.fhub-footer-v2-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* CTA SECTION */
.fhub-footer-v2-cta {
    padding: 80px 0 0;
}

.fhub-footer-v2-cta-box {
    background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 56px 48px;
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
}

.fhub-footer-v2-cta-box h2 {
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.fhub-footer-v2-cta-box p {
    font-size: 16px;
    color: #9ca3af;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 480px;
}

.fhub-footer-v2-feats {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.fhub-footer-v2-feat {
    text-align: center;
}

.fhub-footer-v2-feat-icon {
    font-size: 26px;
    margin-bottom: 4px;
}

.fhub-footer-v2-feat-label {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.fhub-footer-v2-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

a.fhub-footer-v2-btn-green {
    background: #10b981;
    color: #ffffff;
    padding: 18px 44px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-family: 'DM Sans', sans-serif;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
    white-space: nowrap;
}

a.fhub-footer-v2-btn-green:hover {
    background: #059669;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(16, 185, 129, 0.5);
}

a.fhub-footer-v2-btn-outline {
    background: transparent;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-family: 'DM Sans', sans-serif;
    border: 2px solid rgba(255,255,255,0.15);
}

a.fhub-footer-v2-btn-outline:hover {
    border-color: rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.05);
    color: #ffffff;
    transform: translateY(-2px);
}

.fhub-footer-v2-garantias {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.fhub-footer-v2-garantia {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
}

.fhub-footer-v2-garantia i {
    color: #10b981;
    font-size: 14px;
}

/* FOOTER LINKS */
.fhub-footer-v2-main {
    padding: 56px 0 32px;
}

.fhub-footer-v2-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 40px;
    padding-top: 48px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.fhub-footer-v2-col h4 {
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 20px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
}

.fhub-footer-v2-col p {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 20px;
    line-height: 1.7;
}

.fhub-footer-v2-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fhub-footer-v2-links li a {
    display: inline-block;
    color: #6b7280;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.25s ease;
}

.fhub-footer-v2-links li a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

/* SOCIAL */
.fhub-footer-v2-social {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.fhub-footer-v2-social a {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    transition: all 0.25s ease;
    text-decoration: none;
    font-size: 13px;
}

.fhub-footer-v2-social a:hover {
    transform: translateY(-2px);
    border-color: transparent;
    color: #ffffff;
}

.fhub-footer-v2-social a:nth-child(1):hover { background: #1877f2; }
.fhub-footer-v2-social a:nth-child(2):hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743); }
.fhub-footer-v2-social a:nth-child(3):hover { background: #ff0000; }
.fhub-footer-v2-social a:nth-child(4):hover { background: #1da1f2; }

/* TRUST & PAYMENT */
.fhub-footer-v2-trust {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fhub-footer-v2-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6b7280;
}

.fhub-footer-v2-trust-item i {
    color: #10b981;
    font-size: 13px;
    width: 14px;
    text-align: center;
}

.fhub-footer-v2-payments {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-top: 16px;
}

.fhub-footer-v2-pay-icon {
    height: 36px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fhub-footer-v2-pay-icon i {
    font-size: 18px;
    color: #6b7280;
}

/* BOTTOM */
.fhub-footer-v2-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fhub-footer-v2-copy {
    font-size: 12px;
    color: #4b5563;
}

.fhub-footer-v2-copy strong {
    color: #d1d5db;
    font-weight: 600;
}

.fhub-footer-v2-legal {
    display: flex;
    gap: 20px;
    font-size: 12px;
}

.fhub-footer-v2-legal a {
    color: #4b5563;
    text-decoration: none;
    transition: color 0.25s ease;
}

.fhub-footer-v2-legal a:hover {
    color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .fhub-footer-v2-cta-box {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 28px;
    }

    .fhub-footer-v2-cta-box p {
        margin-left: auto;
        margin-right: auto;
    }

    .fhub-footer-v2-feats {
        justify-content: center;
    }

    .fhub-footer-v2-actions {
        width: 100%;
    }

    a.fhub-footer-v2-btn-green,
    a.fhub-footer-v2-btn-outline {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .fhub-footer-v2-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px;
    }
}

@media (max-width: 767px) {
    .fhub-footer-v2-cta {
        padding: 56px 0 0;
    }

    .fhub-footer-v2-cta-box {
        padding: 32px 20px;
        gap: 32px;
    }

    .fhub-footer-v2-feats {
        gap: 16px;
    }

    .fhub-footer-v2-garantias {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .fhub-footer-v2-main {
        padding: 40px 0 24px;
    }

    .fhub-footer-v2-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .fhub-footer-v2-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .fhub-footer-v2-social {
        justify-content: center;
    }
}