.elementor-439 .elementor-element.elementor-element-e2c75fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-e2c75fb *//* =======================================================
   RODAPÉ V2 ENHANCED - O COFRE DE TITÂNIO
   ======================================================= */

.okuyama-footer-v2 {
    background: linear-gradient(180deg, #051C45 0%, #020C1F 100%); /* Degrade sutil pro breu total no final */
    color: #FFFFFF;
    font-family: 'Be Vietnam', sans-serif;
    border-top: 1px solid rgba(164, 217, 255, 0.1); /* Hairline Soft Cyan */
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

/* Brilho institucional bem fraco no fundo */
.okuyama-footer-v2::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(164, 217, 255, 0.02) 0%, transparent 70%);
    pointer-events: none;
}

.footer-grid-v2 {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr; /* Coluna da marca dominando o peso visual */
    gap: 60px;
    padding: 0 20px 60px 20px;
    position: relative;
    z-index: 2;
}

/* ==============================================
   COLUNA DA MARCA
   ============================================== */
.footer-logo-img {
    max-width: 190px !important;
    margin-bottom: 24px;
    filter: brightness(0) invert(1);
    transition: opacity 0.3s ease;
}

.footer-logo-link:hover .footer-logo-img {
    opacity: 0.8;
}

.footer-mission {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    max-width: 320px;
    margin: 0 0 30px 0;
}

/* Ícones Sociais (Efeito Float/Glow) */
.footer-social-v2 {
    display: flex;
    gap: 16px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(164, 217, 255, 0.1);
    border-radius: 8px; /* Sharp corners corporativos */
    color: #A4D9FF;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.social-icon svg {
    width: 20px;
    height: 20px;
    transition: transform 0.4s ease;
}

.social-icon:hover {
    background: rgba(164, 217, 255, 0.1);
    border-color: rgba(164, 217, 255, 0.3);
    color: #FFFFFF;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(7, 43, 106, 0.5);
}

.social-icon:hover svg {
    transform: scale(1.1);
}

/* ==============================================
   COLUNAS DE LINKS E CONTATO
   ============================================== */
.col-title {
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 24px 0;
    font-weight: 800;
}

.address-box p, .contact-box p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin: 0 0 8px 0;
}

.contact-box {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.highlight-cyan-text {
    color: #A4D9FF !important;
    font-weight: 600;
}

/* Navegação e Efeito Magnetic Subline */
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list li {
    margin-bottom: 12px;
}

.nav-list li.spacer {
    margin: 20px 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
}

.magnetic-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

.magnetic-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 50%;
    background-color: #A4D9FF;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.magnetic-link:hover {
    color: #FFFFFF;
}

.magnetic-link:hover::after {
    width: 100%;
}

.legal-link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}

/* ==============================================
   BARRA JURÍDICA E COPYRIGHT (OAB/CNPJ)
   ============================================== */
.footer-legal-bar {
    background: #010814; /* Escuridão máxima da paleta */
    padding: 24px 20px;
    border-top: 1px solid rgba(164, 217, 255, 0.05);
}

.legal-grid {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.legal-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.legal-text strong {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    margin-right: 4px;
}

.divider {
    width: 4px;
    height: 4px;
    background: rgba(164, 217, 255, 0.2);
    border-radius: 50%;
    margin: 0 12px;
}

.legal-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}

/* O Botão Elevador (Back to top) */
.back-to-top-btn {
    width: 36px;
    height: 36px;
    background: rgba(164, 217, 255, 0.05);
    border: 1px solid rgba(164, 217, 255, 0.1);
    border-radius: 6px;
    color: #A4D9FF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.back-to-top-btn:hover {
    background: rgba(164, 217, 255, 0.15);
    color: #FFFFFF;
    transform: translateY(-3px);
}

.back-to-top-btn svg {
    width: 16px;
    height: 16px;
}

/* ==============================================
   RESPONSIVIDADE (Mobile)
   ============================================== */
@media (max-width: 992px) {
    .footer-grid-v2 {
        grid-template-columns: 1fr;
        gap: 50px;
        padding:20px;
    }
    
    .footer-brand-col {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-mission {
        text-align: center;
    }
    
    .legal-grid {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    
    .legal-text {
        justify-content: center;
        line-height: 2;
    }
    
    .hide-mobile {
        display: none;
    }
    
    .company-name {
        display: block;
        width: 100%;
        margin-top: 8px;
    }
    
    .legal-actions {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,0.05);
    }
}/* End custom CSS */