/* ==========================================================================
   LAWORKING OFFICE - COWORKING JURÍDICO (BOOTSTRAP 5.3)
   ========================================================================== */

/* 1. GERAL E TIPOGRAFIA */
body {
    font-family: 'Open Sans', sans-serif;
    color: #444;
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Baskerville', serif;
    color: #222;
}

/* 2. BARRA DE NAVEGAÇÃO (Padrão do Site) */
@media (min-width: 992px) {
    .navbar-nav .nav-link {
        font-size: 13px !important;
        padding: 10px 15px !important;
        font-weight: 700 !important;
        letter-spacing: 0.8px;
        text-transform: uppercase !important;
        transition: all 0.3s ease;
    }
}
.navbar-transparent .nav-link { color: #ffffff !important; text-shadow: 1px 1px 3px rgba(0,0,0,0.8); }
.navbar-scrolled { background-color: #ffffff !important; box-shadow: 0 2px 15px rgba(0,0,0,0.1); }
.navbar-scrolled .nav-link { color: #222222 !important; text-shadow: none !important; }
.navbar-scrolled .nav-link:hover { color: #A21416 !important; }

/* 3. REVOLUTION SLIDER (Ajustes Hero) */
.tp-caption.slider-title {
    font-size: 56px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.tp-caption.slider-caption {
    font-size: 24px !important;
    font-weight: 400 !important;
    max-width: 800px;
    white-space: normal !important;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}

/* 4. SEÇÃO DE VANTAGENS (Gatilhos Comerciais) */
.feature-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border-bottom: 4px solid transparent;
}
.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-bottom: 4px solid #A21416; /* Destaque vermelho ao passar o mouse */
}
.feature-icon {
    font-size: 45px;
    color: #A21416;
    margin-bottom: 20px;
}

/* 5. TABELAS DE PREÇO (Foco em Conversão) */
.pricing-card {
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.pricing-card:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
    z-index: 2;
}
.pricing-header {
    background: #222;
    color: #fff;
    padding: 30px 20px;
}
.pricing-header.popular {
    background: linear-gradient(135deg, #A21416 0%, #d32f2f 100%); /* Vermelho para o plano principal */
}
.price-value {
    font-size: 48px;
    font-weight: 800;
}
.price-currency {
    font-size: 24px;
    vertical-align: super;
}
.pricing-features li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #555;
}
.pricing-features li i {
    color: #28a745;
    margin-right: 10px;
}

/* 6. CARROSSEL DE FOTOS */
.carousel-inner img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 20px;
}

/* 7. BOTÃO FLUTUANTE (CALENDLY / WHATSAPP) */
.float-btn {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 30px;
    right: 30px;
    background-color: #25D366; /* Verde WhatsApp */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 5px 20px rgba(37,211,102,0.4);
    z-index: 9999;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.float-btn:hover {
    transform: scale(1.1);
    color: #fff;
}

/* 8. UTILITÁRIOS */
.section-padding { padding: 90px 0; }
.bg-dark-custom { background-color: #1a1a1a; }
.text-gold { color: #FFCE00 !important; }

/* ==========================================================================
   FIX DE CONTRASTE: BANNER FINAL E RODAPÉ (COWORKING)
   ========================================================================== */

/* 1. Força o título e o texto do banner vermelho a ficarem brancos */
section[style*="linear-gradient"] h2,
section[style*="linear-gradient"] p {
    color: #ffffff !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5); /* Dá um leve destaque na letra */
}

/* 2. Força o CNPJ e os textos do rodapé a ficarem claros */
footer.bg-dark-custom p,
footer.bg-dark-custom .text-muted {
    color: #e0e0e0 !important; /* Cinza bem clarinho, quase branco */
}

/* 3. Deixa os ícones do Instagram e Facebook brancos e visíveis */
footer.bg-dark-custom a i {
    color: #ffffff !important;
    transition: all 0.3s ease;
}

footer.bg-dark-custom a:hover i {
    color: #FFCE00 !important; /* Fica amarelo (gold) ao passar o mouse */
    transform: scale(1.2);
}

/* ==========================================================================
   FIX DE CONTRASTE: BOTÃO DO BANNER PRINCIPAL (COWORKING)
   ========================================================================== */

/* Força a letra preta e tira a sombra do botão amarelo no banner */
.slider-button .btn-warning {
    color: #1a1a1a !important; /* Chumbo quase preto para contraste máximo */
    text-shadow: none !important; /* Remove sombra da letra para ficar nítido */
    transition: all 0.3s ease;
}

/* Efeito ao passar o mouse */
.slider-button .btn-warning:hover {
    background-color: #ffb300 !important; /* Amarelo levemente mais escuro */
    color: #000000 !important; /* Preto puro no hover */
    transform: scale(1.05); /* Dá um leve zoom para chamar o clique */
}

/* ==========================================================================
   FIX MOBILE DEFINITIVO: BANNER PRINCIPAL (Fim do Entroncamento)
   ========================================================================== */

@media (max-width: 768px) {
    /* 1. Título Principal (Puxa um pouco para cima e força 1 linha) */
    .tp-caption.slider-title {
        font-size: 30px !important; 
        white-space: nowrap !important; /* Mantém em uma linha para não empurrar o resto */
        margin-top: -30px !important;   /* Puxa o título para cima, fugindo do texto */
    }

    /* 2. Subtítulo (Empurra para baixo com margem forçada) */
    .tp-caption.slider-caption {
        font-size: 15px !important;
        line-height: 1.5 !important;
        white-space: normal !important;
        width: 95% !important;
        margin-top: 40px !important;    /* A MÁGICA: Força 40px de distância do título */
    }

    /* 3. Botão (Empurra ainda mais para baixo para não colar no subtítulo) */
    .tp-caption.slider-button {
        margin-top: 90px !important;    /* A MÁGICA 2: Força 90px de distância para o botão */
    }
    
    /* Reduz levemente o botão no celular para não engolir a tela */
    .slider-button .btn-warning {
        padding: 12px 25px !important;
        font-size: 14px !important;
    }
}