/* =========================================
   ESTILOS GERAIS - FINAL (SEM LOADING/AUDIO)
   ========================================= */
:root {
    --primary-color: #050505;   
    --secondary-color: #0a0a0a; 
    --accent-color: #c5a059;    
    --text-dark: #e2e8f0;       
    --text-muted: #94a3b8;
    --card-bg: #111111;
    --shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; cursor: none !important; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    margin: 0; padding: 0; background: #050505; 
    font-family: 'Roboto', Arial, sans-serif;
    cursor: none; overflow-x: hidden; color: var(--text-dark); line-height: 1.6;
    -webkit-user-select: none; user-select: none; width: 100%;
}
#app { min-height: 100vh; }

/* Fontes - CINZEL */
h1, h2, h3, h4, h5, h6, .hero-title, .gold-text, .nav-logo h2, .faq-question h4, .case-card h4 {
    font-family: 'Cinzel', serif !important; 
    letter-spacing: 1px;
    font-weight: 600;
}

/* Cursor Personalizado */
.cursor-dot, .cursor-outline {
    position: fixed; top: 0; left: 0; transform: translate(-50%, -50%);
    border-radius: 50%; z-index: 2147483640; pointer-events: none; will-change: transform;
}
.cursor-dot { width: 8px; height: 8px; background-color: #c5a059; box-shadow: 0 0 10px #c5a059; }
.cursor-outline {
    width: 40px; height: 40px; border: 1px solid rgba(197, 160, 89, 0.5);
    transition: width 0.2s, height 0.2s, background-color 0.2s;
}
body.hovering .cursor-outline {
    width: 60px; height: 60px; background-color: rgba(197, 160, 89, 0.1); border-color: #c5a059;
}

/* VLibras */
[vw] { z-index: 2147483647 !important; position: fixed !important; right: 0 !important; top: 50% !important; transform: translateY(-50%) !important; }
[vw] * { cursor: pointer !important; }

/* Animações e Textos */
.gold-text {
    background: linear-gradient(to right, #bf953f 20%, #fffebb 40%, #fffebb 60%, #bf953f 80%);
    background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent;
    font-weight: 800; animation: shine 3s linear infinite;
}
@keyframes shine { to { background-position: 200% center; } }
@keyframes heroZoom { 0% { transform: scale(1); } 100% { transform: scale(1.1); } } 
@keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-5px); } 100% { transform: translateY(0px); } }

.reveal { 
    opacity: 0; transform: translateY(30px); 
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Estrutura */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
section { padding: clamp(5rem, 8vw, 10rem) 0; position: relative; z-index: 2; }
.section-header { text-align: center; margin-bottom: 5rem; padding: 0 15px; }
.section-header h2 {
    font-size: clamp(2.2rem, 5vw, 3.5rem); color: #fff; position: relative; display: inline-block; margin-bottom: 1.5rem;
}
.section-header h2::after {
    content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%);
    width: 80px; height: 3px; background: var(--accent-color); box-shadow: 0 0 15px var(--accent-color);
}
.section-header p {
    font-size: clamp(1rem, 2.5vw, 1.15rem); color: var(--text-muted); max-width: 700px; margin: 0 auto; font-weight: 300;
}

/* Navbar */
/* =========================================
   NAVBAR / MENU (ATUALIZADO E RESPONSIVO)
   ========================================= */
.navbar {
    background: rgba(5, 5, 5, 0.95); 
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(197, 160, 89, 0.2); 
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
    height: 80px; /* Altura fixa para estabilidade */
    display: flex; align-items: center;
    transition: all 0.3s ease;
}

.nav-container { 
    width: 100%; 
    max-width: 1350px; /* Aumentei a largura para caber todos os itens */
    margin: 0 auto; 
    padding: 0 25px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

/* Logo */
.nav-logo { text-decoration: none; display: block; }
.nav-logo h2 { 
    font-size: 1.3rem; margin: 0; text-transform: uppercase; letter-spacing: 1px; 
    color: var(--accent-color); /* Dourado */
    line-height: 1.1;
}
.nav-logo small { 
    color: #888; font-size: 0.65rem; display: block; margin-top: 2px; font-family: 'Roboto', sans-serif; 
}

/* Menu Desktop */
.nav-menu { 
    display: flex; 
    gap: 1.5rem; /* Espaço entre os links */
    align-items: center; 
    height: 100%; 
}

.nav-link {
    color: #ccc !important; 
    text-decoration: none; 
    font-weight: 500; 
    font-size: 0.75rem; /* Fonte um pouco menor para elegância */
    letter-spacing: 0.5px; 
    text-transform: uppercase;
    position: relative; 
    padding: 10px 0; 
    transition: color 0.3s ease;
    white-space: nowrap; /* Impede quebra de linha */
}

.nav-link:hover, .nav-link.active-page {
    color: var(--accent-color) !important;
}

.nav-link::after {
    content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); 
    width: 0; height: 2px; background: var(--accent-color); transition: width 0.3s ease;
}
.nav-link:hover::after { width: 100%; }

/* Botão Admin (Cadeado) */
.nav-btn-admin {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    width: 30px; height: 30px;
    display: flex; align-items: center; justify-content: center;
    color: #666 !important;
    padding: 0 !important;
}
.nav-btn-admin:hover {
    border-color: var(--accent-color);
    color: var(--accent-color) !important;
    background: rgba(197, 160, 89, 0.1);
}
.nav-btn-admin::after { display: none; } /* Sem sublinhado */

/* Botão Mobile (Hambúrguer) */
.nav-toggle { 
    display: none; background: none; border: none; cursor: pointer; 
    padding: 5px; flex-direction: column; gap: 5px; 
}
.bar { width: 30px; height: 2px; background: var(--accent-color); transition: 0.3s; }

/* Mobile Responsivo */
@media (max-width: 1150px) { /* Aumentei o ponto de quebra */
    .nav-menu { 
        position: fixed; top: 80px; right: -100%; 
        flex-direction: column; 
        background: #050505; 
        width: 100%; height: calc(100vh - 80px); 
        padding: 2rem; 
        transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        align-items: center; 
        justify-content: flex-start; 
        gap: 2rem;
        border-top: 1px solid #222;
    }
    .nav-menu.active { right: 0; }
    .nav-link { font-size: 1.1rem; }
    .nav-toggle { display: flex; }
    
    /* Animação do X */
    .nav-toggle.active .bar:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .nav-toggle.active .bar:nth-child(2) { opacity: 0; }
    .nav-toggle.active .bar:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
}

/* Hero */
.hero { 
    position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; 
    padding: 120px 0 60px; overflow: hidden; 
}
.hero-background {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;
    background-size: cover !important; background-position: center !important;
    animation: heroZoom 25s infinite alternate ease-in-out; will-change: transform;
}
.hero-content { width: 100%; display: flex; justify-content: center; }
.hero-card {
    background: rgba(15, 15, 15, 0.9); 
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(197, 160, 89, 0.3); padding: clamp(2rem, 6vw, 4rem); max-width: 850px; width: 90%;
    text-align: center; position: relative; overflow: hidden;
    box-shadow: 0 0 40px rgba(0,0,0,0.9), inset 0 0 20px rgba(0,0,0,0.8);
    transition: border-color 0.3s, box-shadow 0.3s;
}
.hero-card:hover { border-color: rgba(197, 160, 89, 0.6); box-shadow: 0 0 50px rgba(197, 160, 89, 0.15); }
.hero-card::before {
    content: ''; position: absolute; top: 0; left: -150%; width: 100%; height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(197, 160, 89, 0.05) 40%, rgba(197, 160, 89, 0.2) 50%, rgba(197, 160, 89, 0.05) 60%, transparent 100%);
    transform: skewX(-25deg); pointer-events: none; animation: cardShine 6s infinite ease-in-out;
}
@keyframes cardShine { 0% { left: -150%; opacity: 0; } 40% { opacity: 1; } 50% { left: 150%; opacity: 0; } 100% { left: 150%; opacity: 0; } }
.hero-title { 
    font-size: clamp(2.5rem, 8vw, 5rem); color: #fff; line-height: 1.1; 
    margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 1px; text-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.hero-subtitle { 
    font-size: clamp(1rem, 3vw, 1.3rem); color: #cbd5e1; margin-bottom: 3rem; 
    font-weight: 300; max-width: 800px; margin: 0 auto 3rem; 
}
.cta-button {
    background: linear-gradient(45deg, #c5a059, #e0b769); color: #000; border: none; padding: 18px 40px;
    font-size: 1rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(197, 160, 89, 0.3); text-decoration: none; display: inline-block; position: relative; overflow: hidden;
    z-index: 10; border-radius: 4px; font-family: Arial, sans-serif; transform: translateZ(30px);
}
.cta-button:hover { transform: scale(1.05) translateZ(30px); box-shadow: 0 0 40px rgba(197, 160, 89, 0.6); }
.cta-button::after {
    content: ''; position: absolute; top: 0; left: -150%; width: 100%; height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.6), transparent);
    transform: skewX(-25deg); transition: 0.5s;
}
.cta-button:hover::after { left: 150%; transition: 0.7s ease-in-out; }

/* Seções e Cards */
.sobre { background: #080808; }
.sobre-grid-container { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 992px) { .sobre-grid-container { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.sobre-text-column p { margin-bottom: 1.8rem; color: #9ca3af; font-size: 1.05rem; text-align: justify; }
.feature {
    padding: 2rem; background: #111; border-left: 4px solid var(--accent-color);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5); transition: var(--transition); border: 1px solid transparent; opacity: 0; transform: translateX(-30px);
}
.feature.visible { opacity: 1; transform: translateX(0); }
.feature:hover { transform: translateX(10px); border-color: rgba(197,160,89,0.3); box-shadow: 0 0 30px rgba(197,160,89,0.1); }
.feature i { font-size: 2rem; color: var(--accent-color); margin-bottom: 1.5rem; }
.feature h4 { margin-bottom: 0.8rem; font-size: 1.3rem; color: #fff; }
.sobre-image-column {
    width: 100%; min-height: 450px; height: auto; position: relative; perspective: 1000px;
    border: 1px solid #333; box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.sobre-main-image {
    width: 100%; height: 100%; object-fit: cover; display: block;
    filter: grayscale(100%) contrast(1.2) brightness(0.8);
    transform: scale(1.05); transition: transform 0.1s ease-out, filter 0.5s ease; will-change: transform, filter;
}
.sobre-image-column:not(:hover) .sobre-main-image { animation: breathingImage 6s ease-in-out infinite; }
@keyframes breathingImage { 0% { transform: scale(1.05); } 50% { transform: scale(1.08); } 100% { transform: scale(1.05); } }
.sobre-image-column::after {
    content: ''; position: absolute; top: 0; left: -150%; width: 100%; height: 100%;
    background: linear-gradient(to right, transparent, rgba(197,160,89, 0.2), transparent);
    transform: skewX(-25deg); transition: 0.7s; pointer-events: none; z-index: 10;
}
.sobre-image-column:hover::after { left: 150%; transition: 1s ease-in-out; }

/* Atuação */
/* =========================================
   ÁREAS DE ATUAÇÃO (COMPACTO & ELEGANTE)
   ========================================= */
.atuacao { background: #050505; padding: 4rem 0; } /* Reduzi o padding da seção */

.areas-grid { 
    display: grid; 
    /* Tenta colocar 3 colunas por padrão, mas ajusta se ficar apertado */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 1.5rem; /* Gap menor */
}

.area-card {
    background: #111; 
    padding: 1.5rem; /* Padding reduzido pela metade */
    text-align: left; 
    border: 1px solid #222; 
    transition: transform 0.3s, border-color 0.3s;
    position: relative; 
    text-decoration: none; 
    display: flex; /* Flexbox para alinhar ícone e texto melhor */
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    border-radius: 4px;
}

.area-card:hover { 
    transform: translateY(-5px); 
    border-color: rgba(197,160,89,0.5); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.3); 
}

/* Ícone Menor e Alinhado */
.area-icon { 
    width: 40px; height: 40px; /* Tamanho fixo menor */
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem; 
    color: var(--accent-color); 
    font-size: 1.5rem; /* Ícone menor */
    background: rgba(197, 160, 89, 0.1); /* Fundo sutil no ícone */
    border-radius: 50%;
    transition: all 0.3s;
}

.area-card:hover .area-icon { 
    background: var(--accent-color); 
    color: #000; 
}

/* Títulos e Textos Compactos */
.area-card h3 { 
    margin-bottom: 0.5rem; 
    font-size: 1.1rem; /* Fonte menor */
    color: #fff; 
    font-weight: 600;
}

.area-card p { 
    color: #999; 
    font-size: 0.85rem; /* Texto menor */
    line-height: 1.5;
    margin: 0;
}

.area-card strong {
    color: var(--accent-color);
    display: block;
    margin-top: 8px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

/* =========================================
   CASES DE SUCESSO (CORREÇÃO DE NITIDEZ)
   ========================================= */
.cases-section { padding: 80px 0; background-color: #050505; color: #f8f9fa; }
.cases-section .section-title { color: #fff; margin-bottom: 20px; font-size: clamp(2rem, 5vw, 3rem); text-shadow: none; }
.cases-section .section-subtitle { color: #ccc; margin-bottom: 60px; font-size: clamp(1rem, 2.5vw, 1.2rem); text-align: center; text-shadow: none; }

.cases-group { margin-bottom: 60px; display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
.cases-group .group-title { width: 100%; color: var(--accent-color); margin: 0 0 40px 0; font-size: clamp(1.5rem, 4vw, 2rem); text-align: center; text-shadow: none; font-weight: 700; }

.case-card-wrapper { flex: 1 1 300px; max-width: 380px; min-height: 350px; }
.case-card { 
    background-color: #111; 
    border-radius: 4px; 
    padding: 30px; 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); 
    height: 100%; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    transition: transform 0.6s ease-out, box-shadow 0.3s ease-out; 
    position: relative; 
    border: 1px solid #222; 
    will-change: transform; 
}

.case-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(197, 160, 89, 0.1); border-color: rgba(197, 160, 89, 0.3); }

/* CORREÇÃO ESPECÍFICA DE FONTE */
.case-card h4 { 
    color: #ffffff !important; /* Branco Puro */
    margin-bottom: 15px; 
    font-size: 1.4rem; 
    border-bottom: 1px solid rgba(197, 160, 89, 0.3); 
    padding-bottom: 10px; 
    font-family: 'Cinzel', serif;
    text-shadow: none !important; /* Remove Borrão */
    font-weight: 600;
    letter-spacing: 0.5px;
}

.case-card p { 
    margin-bottom: 8px; 
    line-height: 1.6; 
    color: #e0e0e0 !important; /* Cinza muito claro para leitura */
    font-size: 0.95rem; 
    font-family: 'Roboto', sans-serif; /* Fonte limpa para leitura */
    text-shadow: none !important; /* Remove Borrão */
    font-weight: 400;
}

.result-highlight { color: #25d366; font-weight: 700; font-size: 1.05rem; margin-top: 15px; text-shadow: none; }
.result-highlight-lg { color: #25d366; font-weight: 700; font-size: 1.3rem; margin-top: 20px; text-shadow: none; }

/* Card de Média (Destaque) */
.average-card .case-card { background: linear-gradient(135deg, #151515, #222); border: 1px solid var(--accent-color); align-items: center; text-align: center; }
.average-card .case-card h4 { border-bottom: none; padding-bottom: 0; color: var(--accent-color) !important; }
.average-card .case-card p { text-align: center; }

/* Contato */
.contato { background: #0a0a0a; }
.contato-content { display: grid; grid-template-columns: 1fr; gap: 4rem; }
@media (min-width: 992px) { .contato-content { grid-template-columns: 1fr 1fr; } }
.contato-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.contato-card { padding: 2.5rem; background: #111; text-align: center; border: 1px solid #222; transition: 0.3s; cursor: default; opacity: 0; transform: translateY(30px); word-break: break-word; }
.contato-card.visible { opacity: 1; transform: translateY(0); }
.contato-card:hover { background: #151515; border-color: var(--accent-color); box-shadow: 0 0 20px rgba(197,160,89,0.1); }
.contato-icon { font-size: 2rem; color: var(--accent-color); margin-bottom: 1.5rem; }
.contato-card h3 { font-size: 1.2rem; margin-bottom: 0.8rem; color: #fff; }
.contato-card p { color: #ccc; font-size: 0.95rem; line-height: 1.5; }
.contact-form-container { background: #111; padding: 2.5rem; border: 1px solid #222; box-shadow: 0 10px 30px rgba(0,0,0,0.5); opacity: 0; transform: translateY(30px); transition: 1s; }
.contact-form-container.visible { opacity: 1; transform: translateY(0); }
.form-group { margin-bottom: 1.5rem; }
.form-input { width: 100%; padding: 15px; background: #050505; border: 1px solid #333; color: #fff; font-family: Arial, sans-serif; font-size: 0.95rem; transition: 0.3s; }
.form-input:focus { border-color: var(--accent-color); outline: none; box-shadow: 0 0 10px rgba(197,160,89,0.1); }
.form-label { display: block; margin-bottom: 0.5rem; color: #ccc; font-size: 0.9rem; }

/* FOTO ADVOGADO */
.photo-frame { text-align: center; margin-top: 2rem; opacity: 0; transform: scale(0.9); transition: 1s; }
.photo-frame.visible { opacity: 1; transform: scale(1); }
.photo-wrapper { position: relative; display: inline-block; overflow: hidden; border-radius: 4px; max-width: 380px; width: 100%; }
.advogado-photo { width: 100%; display: block; filter: grayscale(0%) contrast(1.1); transition: filter 0.5s ease, box-shadow 0.3s, border-color 0.3s; border: 1px solid #333; border-radius: 4px; }
.photo-wrapper:hover .advogado-photo { filter: grayscale(0%) contrast(1); border-color: var(--accent-color); box-shadow: 0 0 30px rgba(197,160,89,0.3); }
.photo-wrapper::after { content: ''; position: absolute; top: 0; left: -150%; width: 100%; height: 100%; background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent); transform: skewX(-25deg); transition: 0.7s; pointer-events: none; z-index: 10; }
.photo-wrapper:hover::after { left: 150%; transition: 1s ease-in-out; }
.photo-frame h3 { margin-top: 1.5rem; font-size: 1.5rem; color: #fff; }
.photo-frame p { color: var(--accent-color); font-weight: 700; letter-spacing: 1px; }

/* FAQ Styles */
.faq-item { background: #111; border: 1px solid #333; margin-bottom: 1rem; border-radius: 5px; cursor: pointer; transition: 0.3s; }
.faq-item:hover { border-color: var(--accent-color); }
.faq-question { padding: 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.faq-question h4 { margin: 0; color: #fff; font-size: 1.1rem; }
.faq-question i { color: var(--accent-color); transition: 0.3s; }
.faq-answer { padding: 0 1.5rem; max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out; }
.faq-answer p { color: #ccc; padding-bottom: 1.5rem; border-top: 1px solid #222; padding-top: 1rem; }
.faq-item.active { border-color: var(--accent-color); background: #151515; }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-item.active .faq-answer { max-height: 300px; }

/* LGPD / MODAL Styles */
.lgpd-banner { position: fixed; bottom: -100px; left: 0; width: 100%; background: rgba(10, 10, 10, 0.95); border-top: 1px solid var(--accent-color); padding: 15px; z-index: 9999; transition: bottom 0.5s; backdrop-filter: blur(10px); }
.lgpd-banner.show { bottom: 0; }
.lgpd-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 15px; }
.lgpd-content p { color: #fff; font-size: 0.85rem; margin: 0; text-align: center; }
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 10000; opacity: 0; visibility: hidden; transition: 0.3s; backdrop-filter: blur(5px); display: flex; justify-content: center; overflow-y: auto; padding: 2rem 0; }
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-content { background: #111; width: 90%; max-width: 800px; margin: auto; border: 1px solid var(--accent-color); position: relative; transform: translateY(50px); transition: 0.4s; box-shadow: 0 0 50px rgba(197,160,89,0.1); }
.modal-overlay.active .modal-content { transform: translateY(0); }
.modal-close { position: absolute; top: 20px; right: 20px; color: #fff; font-size: 2rem; cursor: pointer; z-index: 10; background: rgba(0,0,0,0.5); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: 0.3s; }
.modal-close:hover { background: var(--accent-color); color: #000; }
.modal-meta { color: var(--accent-color); font-size: 0.9rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px; }
.modal-footer { padding: 2rem 3rem; background: #0a0a0a; border-top: 1px solid #222; text-align: center; }

/* Footer */
.footer { background: #000 !important; color: #ffffff; padding: clamp(3rem, 6vw, 4rem) 0 1.5rem; border-top: 2px solid var(--accent-color); }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2.5rem; margin-bottom: 3rem; text-align: left; }
.footer-logo h3, .footer-links h4, .footer-buttons h4 { color: var(--accent-color); font-size: 1.3rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid #333; padding-bottom: 10px; display: inline-block; margin-top: 0; }
.footer-logo p { color: #888; font-size: 0.95rem; line-height: 1.6; margin-top: 10px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 1.2rem; color: #ccc; }
.footer-contact-item i { color: var(--accent-color); margin-top: 4px; font-size: 1.1rem; }
.footer-contact-item a { color: #ccc; text-decoration: none; transition: 0.3s; word-break: break-all; }
.footer-contact-item a:hover { color: var(--accent-color); }
.footer-buttons { display: flex; flex-direction: column; gap: 1rem; }
.btn-footer { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border-radius: 6px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.5px; }
.btn-whatsapp { background: transparent; border: 1px solid #25d366; color: #25d366; }
.btn-whatsapp:hover { background: #25d366; color: #000; box-shadow: 0 0 15px rgba(37, 211, 102, 0.3); }
.btn-email { background: transparent; border: 1px solid var(--accent-color); color: var(--accent-color); }
.btn-email:hover { background: var(--accent-color); color: #000; box-shadow: 0 0 15px rgba(197, 160, 89, 0.3); }
.footer-bottom { border-top: 1px solid #222; padding-top: 1.5rem; text-align: center; color: #666; font-size: 0.8rem; position: relative; }

/* Admin */
.admin-container { position: relative; display: inline-block; margin-top: 15px; }
.admin-portal { color: #333; font-size: 1rem; transition: all 0.3s ease; opacity: 0.4; cursor: pointer; padding: 10px; }
.admin-portal:hover { color: var(--accent-color); opacity: 1; text-shadow: 0 0 10px var(--accent-color); }
.admin-menu { visibility: hidden; opacity: 0; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%) translateY(10px); background: rgba(10, 10, 10, 0.95); border: 1px solid var(--accent-color); border-radius: 8px; padding: 10px 0; min-width: 180px; box-shadow: 0 0 20px rgba(197, 160, 89, 0.2); transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); z-index: 3000; backdrop-filter: blur(10px); }
.admin-container:hover .admin-menu { visibility: visible; opacity: 1; transform: translateX(-50%) translateY(-10px); }
.admin-menu::after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: var(--accent-color) transparent transparent transparent; }
.admin-link { display: flex; align-items: center; gap: 10px; padding: 10px 20px; color: #ccc; text-decoration: none; font-size: 0.85rem; transition: 0.2s; text-align: left; }
.admin-link:hover { background: rgba(197, 160, 89, 0.15); color: var(--accent-color); }
.admin-link i { width: 20px; text-align: center; color: var(--accent-color); }
.admin-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 5px 0; }

/* Floating Buttons */
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background: #25d366; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4); z-index: 2000; transition: all 0.3s; animation: pulse 2s infinite; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.1); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.7); } 70% { box-shadow: 0 0 0 20px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* SIDEBAR NOTÍCIAS */
.news-sidebar { position: fixed; top: 0; left: -450px; width: 400px; height: 100vh; background: rgba(10, 10, 10, 0.98); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-right: 1px solid var(--accent-color); border-left: none; box-shadow: 10px 0 50px rgba(0,0,0,0.8); z-index: 9999; transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1); display: flex; flex-direction: column; }
.news-sidebar.open { left: 0; }
.news-header-side { padding: 2rem; background: #050505; border-bottom: 1px solid #333; display: flex; justify-content: space-between; align-items: center; }
.news-header-side h3 { margin: 0; color: #fff; font-size: 1.2rem; display: flex; align-items: center; gap: 10px; }
.live-dot { height: 8px; width: 8px; background-color: #ff0000; border-radius: 50%; animation: pulseRed 2s infinite; }
.close-news { font-size: 1.5rem; color: #888; cursor: pointer; transition: 0.3s; }
.close-news:hover { color: var(--accent-color); transform: rotate(90deg); }
.news-content-side { flex: 1; overflow-y: auto; padding: 2rem; }
.news-content-side::-webkit-scrollbar { width: 5px; }
.news-content-side::-webkit-scrollbar-track { background: #111; }
.news-content-side::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }
.news-content-side::-webkit-scrollbar-thumb:hover { background: var(--accent-color); }
.news-item-side { margin-bottom: 2rem; border-bottom: 1px solid #222; padding-bottom: 1.5rem; opacity: 0; transform: translateX(20px); transition: 0.5s; }
.news-sidebar.open .news-item-side { opacity: 1; transform: translateX(0); }
.news-sidebar.open .news-item-side:nth-child(1) { transition-delay: 0.1s; }
.news-sidebar.open .news-item-side:nth-child(2) { transition-delay: 0.2s; }
.news-sidebar.open .news-item-side:nth-child(3) { transition-delay: 0.3s; }
.news-date-side { font-size: 0.75rem; color: var(--accent-color); font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
.news-title-side { font-size: 1.1rem; color: #fff; margin: 0.5rem 0; line-height: 1.4; font-family: 'Roboto', sans-serif; font-weight: 600; }
.news-excerpt-side { font-size: 0.9rem; color: #999; line-height: 1.6; text-align: left; }
.read-more-link { display: inline-block; margin-top: 10px; color: #fff; font-size: 0.8rem; text-decoration: none; border-bottom: 1px solid var(--accent-color); }
.news-trigger { position: fixed; top: 50%; left: 0; transform: translateY(-50%); background: var(--accent-color); color: #000; padding: 15px 10px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; cursor: pointer; z-index: 900; box-shadow: 5px 0 15px rgba(197, 160, 89, 0.3); writing-mode: vertical-rl; text-orientation: mixed; font-weight: bold; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; transition: 0.3s; }
.news-trigger:hover { padding-left: 20px; background: #fff; }

/* Layout Dividido */
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-bottom: 5rem; }
@media (max-width: 992px) { .split-layout { grid-template-columns: 1fr; gap: 3rem; } }

/* Mobile */
@media (max-width: 768px) {
    body { cursor: auto; } 
    .cursor-dot, .cursor-outline { display: none; }
    .nav-menu { position: fixed; top: 0; right: -100%; flex-direction: column; background: #000 !important; width: 100%; height: 100vh; padding: 8rem 2rem 4rem; transition: 0.5s; justify-content: flex-start; gap: 3rem; }
    .nav-menu.active { right: 0; }
    .nav-link { font-size: 1.5rem; }
    .nav-toggle { display: flex; z-index: 1100; }
    .nav-toggle.active .bar:nth-child(1) { transform: rotate(45deg) translate(8px, 8px); background: #fff !important; }
    .nav-toggle.active .bar:nth-child(2) { opacity: 0; }
    .nav-toggle.active .bar:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); background: #fff !important; }
    .sobre-grid-container, .areas-grid, .contato-content, .footer-content, .cases-group { grid-template-columns: 1fr; }
    .sobre-image-column { min-height: 300px; }
}
/* =========================================
   ESTILOS ESPECÍFICOS PARA PÁGINAS INTERNAS
   ========================================= */

/* Hero Compacto (Menor e mais direto) */
.hero-internal {
    min-height: 50vh !important; /* Ocupa apenas metade da tela */
    padding-top: 120px; /* Espaço para o menu não cobrir o texto */
    align-items: flex-start; /* Alinha conteúdo mais ao topo */
}

/* Remove a caixa preta pesada nas internas */
.hero-internal .hero-card {
    background: rgba(0, 0, 0, 0.6); /* Fundo mais transparente */
    backdrop-filter: blur(5px);
    border: none; /* Sem borda dourada forte */
    box-shadow: none;
    text-align: left; /* Texto alinhado à esquerda */
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.hero-internal .hero-title {
    font-size: clamp(2rem, 4vw, 3.5rem); /* Fonte um pouco menor que a Home */
    margin-bottom: 1rem;
}

.hero-internal .hero-subtitle {
    font-size: 1rem;
    max-width: 600px;
    margin: 0 0 2rem 0; /* Margem ajustada */
}

/* Ajuste para Mobile */
@media (max-width: 768px) {
    .hero-internal {
        min-height: 40vh !important;
        padding-top: 100px;
    }
    .hero-internal .hero-card {
        text-align: center; /* No celular, centralizado fica melhor */
        background: rgba(0, 0, 0, 0.8); /* Mais escuro para leitura */
    }
    .hero-internal .hero-subtitle {
        margin: 0 auto 2rem auto;
    }
}