/* * ESTILO PREMIUM - ADVOCACIA RODRIGUES 
 * Versão: 4.0 (Correção Definitiva de Layout)
 */

/* =========================================
   1. VARIÁVEIS E CONFIGURAÇÕES GERAIS
   ========================================= */
:root {
    --primary-dark: #021824;
    --primary-light: #052a3d;
    --gold-main: #C5A059;
    --gold-light: #E6C786;
    --gold-dark: #9D7B39;
    --gold-gradient: linear-gradient(135deg, #9D7B39 0%, #E6C786 50%, #C5A059 100%);
    --text-white: #FFFFFF;
    --text-off-white: rgba(255, 255, 255, 0.90);
    --text-muted: rgba(255, 255, 255, 0.65);
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: 1px solid rgba(197, 160, 89, 0.15);
    --radius: 2px;
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: "Inter", sans-serif;
    line-height: 1.8;
    color: var(--text-off-white);
    background-color: var(--primary-dark);
    background-image: radial-gradient(circle at 50% 0%, #0a2e42 0%, var(--primary-dark) 60%);
    background-attachment: fixed;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

/* =========================================
   2. TIPOGRAFIA PREMIUM
   ========================================= */
h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    color: var(--text-white);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h1 { font-size: 3.5rem; margin-bottom: 1.5rem; }
h2 { font-size: 2.5rem; margin-bottom: 1rem; position: relative; display: inline-block; }
h2::after {
    content: ''; display: block; width: 60px; height: 3px;
    background: var(--gold-gradient); margin-top: 15px;
}
.section-header.text-center h2::after { margin: 15px auto 0; }
h3 { font-size: 1.5rem; margin-bottom: 1rem; color: var(--gold-light); }
p { margin-bottom: 1.5rem; font-weight: 300; font-size: 1.05rem; }
.highlight {
    background: var(--gold-gradient); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; background-clip: text; font-weight: 800;
}

/* =========================================
   3. BOTÕES
   ========================================= */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 16px 32px; border: none; border-radius: var(--radius);
    text-decoration: none; font-weight: 600; font-size: 0.95rem;
    text-transform: uppercase; letter-spacing: 1px; transition: var(--transition);
    cursor: pointer; position: relative; overflow: hidden; z-index: 1;
}
.btn-small { padding: 10px 24px; font-size: 0.8rem; }
.btn-large { padding: 20px 45px; font-size: 1.1rem; }

.btn-primary {
    background: var(--gold-gradient); color: var(--primary-dark);
    box-shadow: 0 4px 20px rgba(197, 160, 89, 0.2);
}
.btn-primary:hover {
    transform: translateY(-2px); box-shadow: 0 10px 30px rgba(197, 160, 89, 0.4);
    filter: brightness(1.1);
}

.btn-secondary {
    background: transparent; color: var(--gold-light); border: 1px solid var(--gold-main);
}
.btn-secondary:hover {
    background: rgba(197, 160, 89, 0.1); color: var(--text-white); border-color: var(--gold-light);
}

.btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.2); color: var(--text-white);
}
.btn-outline:hover {
    border-color: var(--text-white); background: rgba(255, 255, 255, 0.05);
}

/* =========================================
   4. HEADER & NAVEGAÇÃO
   ========================================= */
.header {
    background: rgba(2, 24, 36, 0.95);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    padding: 15px 0;
}

.header-content { display: flex; align-items: center; justify-content: space-between; }
.logo-img { height: 65px; width: auto; }

/* Menu Desktop */
.nav-list {
    display: flex; list-style: none; gap: 2.5rem; align-items: center; margin: 0; padding: 0;
}
.nav-link {
    text-decoration: none; color: var(--text-off-white); font-size: 0.85rem;
    font-weight: 500; text-transform: uppercase; letter-spacing: 1px;
    transition: all 0.3s ease; position: relative; padding-bottom: 5px;
}
.nav-link::after {
    content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px;
    background: var(--gold-main); transition: width 0.3s ease;
}
.nav-link:hover, .nav-link.active { color: var(--gold-light); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 1.5rem; }

/* Toggle Mobile */
.mobile-menu-toggle {
    display: none; flex-direction: column; background: none; border: none;
    cursor: pointer; gap: 6px;
}
.mobile-menu-toggle span { width: 25px; height: 2px; background: var(--gold-main); }

/* =========================================
   5. MENU MOBILE (CORREÇÃO DO MENU DUPLO)
   ========================================= */
.mobile-menu-overlay {
    display: none !important; /* Força ocultar no desktop */
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(2, 24, 36, 0.95);
    backdrop-filter: blur(10px);
    z-index: 2000;
    opacity: 0; visibility: hidden;
    transition: all 0.3s ease;
}

/* Apenas mostra se tiver a classe active */
.mobile-menu-overlay.active {
    display: block !important;
    opacity: 1; visibility: visible;
}

.mobile-menu {
    position: absolute; top: 0; right: 0; width: 300px; height: 100vh;
    background: #010f16; border-left: 1px solid var(--gold-main);
    transform: translateX(100%); transition: transform 0.3s ease;
    display: flex; flex-direction: column;
}

.mobile-menu-overlay.active .mobile-menu { transform: translateX(0); }

.mobile-menu-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav ul { list-style: none; padding: 0; margin: 0; }
.mobile-nav li { border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.mobile-nav a {
    display: block; padding: 1.5rem; text-decoration: none; color: var(--text-white);
    font-weight: 500; text-transform: uppercase; letter-spacing: 1px;
}
.mobile-nav a:hover { background: rgba(197, 160, 89, 0.1); color: var(--gold-main); }
.mobile-menu-cta { padding: 2rem; text-align: center; }

/* =========================================
   6. HERO SECTION & CARDS
   ========================================= */
.hero {
    padding-top: 160px; padding-bottom: 100px; min-height: 90vh;
    display: flex; align-items: center; position: relative; overflow: hidden;
}
.hero::before {
    content: ''; position: absolute; top: -20%; right: -10%; width: 60%; height: 120%;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.05) 0%, transparent 70%); pointer-events: none;
}
.hero-content { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.hero-text h1 { font-size: 3.8rem; line-height: 1.1; margin-bottom: 1.5rem; }
.hero-text h2 {
    font-family: "Inter", sans-serif; font-size: 1.1rem; font-weight: 400;
    text-transform: uppercase; letter-spacing: 3px; color: var(--gold-main); margin-bottom: 1.5rem;
}
.hero-text h2::after { display: none; }
.hero-buttons { display: flex; gap: 1rem; margin-top: 2.5rem; margin-bottom: 3rem; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 3rem; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 2rem; }
.hero-stats .stat .number {
    font-size: 2.5rem; font-weight: 700; font-family: "Playfair Display", serif;
    background: var(--gold-gradient); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; background-clip: text; display: block;
}
.hero-image img {
    width: 100%; height: auto; border-radius: var(--radius);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1);
}

/* Cards Glassmorphism */
section { padding: 6rem 0; position: relative; }
section:nth-child(even) { background: rgba(255, 255, 255, 0.02); }
.section-header { text-align: center; margin-bottom: 4rem; max-width: 800px; margin: 0 auto; }

.services-grid, .features-grid, .values-grid, .team-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem;
}
.service-card, .feature-item, .value-card, .team-card .card-front, .team-card .card-back {
    background: var(--glass-bg); border: var(--glass-border); backdrop-filter: blur(10px);
    padding: 3rem 2rem; border-radius: var(--radius); transition: var(--transition);
    position: relative; text-align: center;
}
.service-card:hover, .feature-item:hover {
    transform: translateY(-10px); background: rgba(255, 255, 255, 0.06);
    border-color: var(--gold-main); box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}
.service-icon, .feature-icon, .value-icon {
    font-size: 2.5rem; color: var(--gold-light); margin-bottom: 1.5rem;
    display: flex; justify-content: center; align-items: center;
}

/* =========================================
   7. FOOTER & ELEMENTOS
   ========================================= */
.footer {
    background: #010f16; padding: 5rem 0 2rem; border-top: 1px solid rgba(197, 160, 89, 0.2);
    position: relative; z-index: 10;
}
.footer-content { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; }
.footer-logo img {
    height: 70px; filter: brightness(0) invert(1); opacity: 0.9; margin-bottom: 1.5rem;
}
.footer-contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; color: var(--text-muted); }
.contact-item i { color: var(--gold-main); margin-top: 5px; }
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05); margin-top: 4rem; padding-top: 2rem;
    text-align: center; font-size: 0.85rem; color: var(--text-muted);
}

/* =========================================
   8. BOTÕES FLUTUANTES (CORREÇÃO DEFINITIVA)
   ========================================= */
/* Container do WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* Botão do WhatsApp */
.whatsapp-btn {
    width: 65px; height: 65px;
    background: #25D366; color: white;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    transition: var(--transition);
    text-decoration: none;
    position: relative;
}
.whatsapp-btn:hover { transform: scale(1.1); box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4); }
.whatsapp-btn span { display: none; }

/* Balão de Mensagem (Posição Absoluta forçada acima) */
.whatsapp-message {
    position: absolute;
    bottom: 75px; /* Força a mensagem para cima do botão */
    right: 0;
    background: #ffffff;
    color: #021824;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease;
    white-space: nowrap;
    z-index: 10000;
    pointer-events: none; /* Evita clique acidental */
}

.whatsapp-message.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Seta do balão */
.whatsapp-message::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 25px;
    width: 0; height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
}

/* Botão Voltar ao Topo */
.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px; height: 50px;
    background: var(--gold-gradient);
    color: var(--primary-dark);
    border: none; border-radius: 50%;
    cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9990;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { transform: translateY(-3px); }

/* =========================================
   9. RESPONSIVIDADE
   ========================================= */
@media (max-width: 992px) {
    h1 { font-size: 3rem; }
    .hero-content { grid-template-columns: 1fr; text-align: center; gap: 3rem; }
    .hero-image { display: none; }
    .hero-text h2::after { margin: 15px auto 0; }
    .hero-buttons, .hero-stats { justify-content: center; }
    
    /* Oculta menu desktop e mostra toggle */
    .nav { display: none; }
    .mobile-menu-toggle { display: flex; }
    
    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .contact-item { justify-content: center; }
}

@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    .btn { padding: 12px 24px; font-size: 0.9rem; }
    .hero { padding-top: 120px; }
    .whatsapp-btn { width: 55px; height: 55px; font-size: 28px; }
}

/* =========================================
   10. PÁGINA QUEM SOMOS (ADICIONAL)
   ========================================= */

/* Story Section */
.story-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
    align-items: center;
}

.story-highlight .highlight-card {
    background: var(--glass-bg);
    border: var(--glass-border);
    padding: 3rem;
    border-radius: var(--radius);
    position: relative;
}

.highlight-card i {
    font-size: 2rem;
    color: var(--gold-main);
    margin-bottom: 1.5rem;
}

.highlight-card p {
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.6;
    color: var(--text-white);
}

.highlight-card span {
    display: block;
    margin-top: 1.5rem;
    color: var(--gold-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

/* Timeline Premium Vertical */
.timeline-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--gold-main), transparent);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    position: relative;
}

.timeline-dot {
    width: 16px;
    height: 16px;
    background: var(--primary-dark);
    border: 2px solid var(--gold-main);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.5);
}

.timeline-date {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    font-weight: 700;
    color: var(--gold-light);
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    background: var(--primary-dark);
    padding: 0 10px;
}

.timeline-content {
    width: 45%;
    background: var(--glass-bg);
    border: var(--glass-border);
    padding: 2rem;
    border-radius: var(--radius);
    position: relative;
    transition: var(--transition);
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: auto;
    text-align: right;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: auto;
    text-align: left;
}

.timeline-content:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--gold-main);
    transform: translateY(-5px);
}

/* Team Leader Section */
.team-leader {
    background: rgba(255, 255, 255, 0.02);
}

.leader-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    align-items: center;
}

.leader-image {
    position: relative;
}

.leader-image img {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(197, 160, 89, 0.2);
    filter: grayscale(20%);
}

.leader-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--gold-gradient);
    padding: 15px 25px;
    color: var(--primary-dark);
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    border-radius: var(--radius);
}

.leader-achievements {
    list-style: none;
    margin-top: 2rem;
    padding: 0;
}

.leader-achievements li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: var(--text-white);
}

.leader-achievements i {
    color: var(--gold-main);
}

/* Responsividade Quem Somos */
@media (max-width: 768px) {
    .story-grid, .leader-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    /* Timeline Mobile Ajustada */
    .timeline-line { left: 20px; }
    .timeline-dot { left: 20px; }
    .timeline-date { 
        left: 20px; 
        transform: none; 
        top: -35px;
        padding-left: 0;
    }
    .timeline-content {
        width: 85%;
        margin-left: 50px !important;
        text-align: left !important;
    }
    
    .leader-image { max-width: 400px; margin: 0 auto; }
}

/* =========================================
   CORREÇÃO: HERO DA PÁGINA INTERNA (Quem Somos)
   ========================================= */

/* Força o container a centralizar tudo vertical e horizontalmente */
.page-hero.internal-hero {
    padding: 180px 0 100px;
    background: radial-gradient(circle at 50% 0%, #0a2e42 0%, #021824 70%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Wrapper para garantir que o conteúdo fique no meio */
.hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 800px;
}

/* Título Grande e Branco */
.hero-title {
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Breadcrumb Estilizado (Fundo de vidro sutil) */
.hero-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 50px;
    backdrop-filter: blur(5px);
}

/* Link Home (Cinza claro, hover Dourado) */
.hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.7) !important; /* Força override na cor de link padrão */
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.hero-breadcrumb a:hover {
    color: #C5A059 !important;
}

/* Separador Dourado */
.hero-breadcrumb .separator {
    color: #C5A059;
    font-size: 0.8rem;
}

/* Página Atual (Branco Forte) */
.hero-breadcrumb .current {
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsividade para Mobile */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .page-hero.internal-hero {
        padding: 140px 0 60px;
    }
}
/* * ESTILO PREMIUM - ADVOCACIA RODRIGUES 
 * Versão: 5.0 (Flip Card Interativo)
 */

/* =========================================
   1. VARIÁVEIS E CONFIGURAÇÕES GERAIS
   ========================================= */
/* * ESTILO PREMIUM - ADVOCACIA RODRIGUES 
 * Versão: 6.0 (Correção Definitiva Flip Card)
 */

/* =========================================
   1. VARIÁVEIS E CONFIGURAÇÕES GERAIS
   ========================================= */
:root {
    --primary-dark: #021824;
    --primary-light: #052a3d;
    --gold-main: #C5A059;
    --gold-light: #E6C786;
    --gold-dark: #9D7B39;
    --gold-gradient: linear-gradient(135deg, #9D7B39 0%, #E6C786 50%, #C5A059 100%);
    --text-white: #FFFFFF;
    --text-off-white: rgba(255, 255, 255, 0.90);
    --text-muted: rgba(255, 255, 255, 0.65);
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: 1px solid rgba(197, 160, 89, 0.15);
    --radius: 2px;
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: "Inter", sans-serif;
    line-height: 1.8;
    color: var(--text-off-white);
    background-color: var(--primary-dark);
    background-image: radial-gradient(circle at 50% 0%, #0a2e42 0%, var(--primary-dark) 60%);
    background-attachment: fixed;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

/* =========================================
   2. TIPOGRAFIA
   ========================================= */
h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    color: var(--text-white);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h1 { font-size: 3.5rem; margin-bottom: 1.5rem; }
h2 { font-size: 2.5rem; margin-bottom: 1rem; position: relative; display: inline-block; }
h2::after {
    content: ''; display: block; width: 60px; height: 3px;
    background: var(--gold-gradient); margin-top: 15px;
}
.section-header.text-center h2::after { margin: 15px auto 0; }
h3 { font-size: 1.5rem; margin-bottom: 1rem; color: var(--gold-light); }
p { margin-bottom: 1.5rem; font-weight: 300; font-size: 1.05rem; }
.highlight {
    background: var(--gold-gradient); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; background-clip: text; font-weight: 800;
}

/* =========================================
   3. BOTÕES
   ========================================= */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 16px 32px; border: none; border-radius: var(--radius);
    text-decoration: none; font-weight: 600; font-size: 0.95rem;
    text-transform: uppercase; letter-spacing: 1px; transition: var(--transition);
    cursor: pointer; position: relative; overflow: hidden; z-index: 1;
}
.btn-small { padding: 10px 24px; font-size: 0.8rem; }
.btn-large { padding: 20px 45px; font-size: 1.1rem; }

.btn-primary {
    background: var(--gold-gradient); color: var(--primary-dark);
    box-shadow: 0 4px 20px rgba(197, 160, 89, 0.2);
}
.btn-primary:hover {
    transform: translateY(-2px); box-shadow: 0 10px 30px rgba(197, 160, 89, 0.4);
    filter: brightness(1.1);
}

.btn-secondary {
    background: transparent; color: var(--gold-light); border: 1px solid var(--gold-main);
}
.btn-secondary:hover {
    background: rgba(197, 160, 89, 0.1); color: var(--text-white); border-color: var(--gold-light);
}

.btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.2); color: var(--text-white);
}
.btn-outline:hover {
    border-color: var(--text-white); background: rgba(255, 255, 255, 0.05);
}

/* =========================================
   4. HEADER & NAVEGAÇÃO
   ========================================= */
.header {
    background: rgba(2, 24, 36, 0.95);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    padding: 15px 0;
}

.header-content { display: flex; align-items: center; justify-content: space-between; }
.logo-img { height: 65px; width: auto; }

.nav-list { display: flex; list-style: none; gap: 2.5rem; align-items: center; margin: 0; padding: 0; }
.nav-link {
    text-decoration: none; color: var(--text-off-white); font-size: 0.85rem;
    font-weight: 500; text-transform: uppercase; letter-spacing: 1px;
    transition: all 0.3s ease; position: relative; padding-bottom: 5px;
}
.nav-link::after {
    content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px;
    background: var(--gold-main); transition: width 0.3s ease;
}
.nav-link:hover, .nav-link.active { color: var(--gold-light); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 1.5rem; }
.mobile-menu-toggle { display: none; flex-direction: column; background: none; border: none; cursor: pointer; gap: 6px; }
.mobile-menu-toggle span { width: 25px; height: 2px; background: var(--gold-main); }

/* Menu Mobile */
.mobile-menu-overlay {
    display: none !important; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(2, 24, 36, 0.95); backdrop-filter: blur(10px); z-index: 2000;
    opacity: 0; visibility: hidden; transition: all 0.3s ease;
}
.mobile-menu-overlay.active { display: block !important; opacity: 1; visibility: visible; }
.mobile-menu {
    position: absolute; top: 0; right: 0; width: 300px; height: 100vh;
    background: #010f16; border-left: 1px solid var(--gold-main);
    transform: translateX(100%); transition: transform 0.3s ease; display: flex; flex-direction: column;
}
.mobile-menu-overlay.active .mobile-menu { transform: translateX(0); }
.mobile-menu-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav ul { list-style: none; padding: 0; margin: 0; }
.mobile-nav li { border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.mobile-nav a {
    display: block; padding: 1.5rem; text-decoration: none; color: var(--text-white);
    font-weight: 500; text-transform: uppercase; letter-spacing: 1px;
}
.mobile-menu-cta { padding: 2rem; text-align: center; }

/* =========================================
   5. PÁGINAS INTERNAS (HERO)
   ========================================= */
.page-hero.internal-hero {
    padding: 180px 0 100px;
    background: radial-gradient(circle at 50% 0%, #0a2e42 0%, #021824 70%);
    text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.hero-wrapper {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    margin: 0 auto; max-width: 800px;
}
.hero-title {
    font-family: "Playfair Display", serif; font-size: 3.5rem; color: #FFFFFF;
    margin-bottom: 1.5rem; line-height: 1.1; text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.hero-breadcrumb {
    display: inline-flex; align-items: center; gap: 12px; padding: 8px 24px;
    background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 50px; backdrop-filter: blur(5px);
}
.hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.7) !important; text-decoration: none; font-size: 0.85rem;
    font-weight: 500; text-transform: uppercase; letter-spacing: 1px; transition: color 0.3s ease;
}
.hero-breadcrumb a:hover { color: #C5A059 !important; }
.hero-breadcrumb .separator { color: #C5A059; font-size: 0.8rem; }
.hero-breadcrumb .current {
    color: #FFFFFF; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
}

/* =========================================
   6. SEÇÕES GERAIS & CARDS COMUNS
   ========================================= */
section { padding: 6rem 0; position: relative; }
.section-header { text-align: center; margin-bottom: 4rem; max-width: 800px; margin: 0 auto; }
.services-grid, .features-grid, .values-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem;
}
.service-card, .feature-item, .value-card {
    background: var(--glass-bg); border: var(--glass-border); backdrop-filter: blur(10px);
    padding: 3rem 2rem; border-radius: var(--radius); transition: var(--transition); text-align: center;
}
.service-card:hover, .feature-item:hover, .value-card:hover {
    transform: translateY(-10px); background: rgba(255, 255, 255, 0.06);
    border-color: var(--gold-main); box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}
.service-icon, .feature-icon, .value-icon {
    font-size: 2.5rem; color: var(--gold-light); margin-bottom: 1.5rem;
    display: flex; justify-content: center; align-items: center;
}

/* =========================================
   7. HERO PRINCIPAL (HOME)
   ========================================= */
.hero {
    padding-top: 160px; padding-bottom: 100px; min-height: 90vh;
    display: flex; align-items: center; position: relative; overflow: hidden;
}
.hero::before {
    content: ''; position: absolute; top: -20%; right: -10%; width: 60%; height: 120%;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.05) 0%, transparent 70%); pointer-events: none;
}
.hero-content { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.hero-text h1 { font-size: 3.8rem; line-height: 1.1; margin-bottom: 1.5rem; }
.hero-text h2 {
    font-family: "Inter", sans-serif; font-size: 1.1rem; font-weight: 400;
    text-transform: uppercase; letter-spacing: 3px; color: var(--gold-main); margin-bottom: 1.5rem;
}
.hero-text h2::after { display: none; }
.hero-buttons { display: flex; gap: 1rem; margin-top: 2.5rem; margin-bottom: 3rem; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 3rem; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 2rem; }
.hero-stats .stat .number {
    font-size: 2.5rem; font-weight: 700; font-family: "Playfair Display", serif;
    background: var(--gold-gradient); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; background-clip: text; display: block;
}
.hero-image img {
    width: 100%; height: auto; border-radius: var(--radius);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1);
}

/* =========================================
   8. EQUIPE: FLIP CARDS (CORREÇÃO DE POSICIONAMENTO)
   ========================================= */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.team-card {
    background: transparent;
    perspective: 1000px;
    height: 400px;
    cursor: pointer;
    position: relative;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
    transform-style: preserve-3d;
    border-radius: var(--radius);
}

/* Desktop Hover */
@media (min-width: 992px) {
    .team-card:hover .card-inner {
        transform: rotateY(180deg);
    }
    .card-flip-trigger { display: none !important; }
}

/* Mobile Click */
.team-card.flipped .card-inner {
    transform: rotateY(180deg);
}

/* Correção Crítica: Forçar Absolute e Resetar Posição */
.team-card .card-front, 
.team-card .card-back {
    position: absolute !important; /* Força sobrepor regra relativa anterior */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: var(--glass-bg);
    border: var(--glass-border);
    padding: 2rem;
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: var(--glass-shadow);
}

.team-card .card-back {
    transform: rotateY(180deg);
    background: rgba(2, 24, 36, 0.95); /* Fundo sólido para leitura */
    border-color: var(--gold-main);
    z-index: 2; /* Garante prioridade quando virado */
}

/* Estilos do Conteúdo dos Cards */
.lawyer-image {
    width: 160px; height: 160px; border-radius: 50%; border: 2px solid var(--gold-main);
    padding: 4px; margin-bottom: 1.5rem; transition: all 0.4s ease;
}
.lawyer-image img {
    width: 100%; height: 100%; border-radius: 50%; object-fit: cover;
    filter: grayscale(100%); transition: all 0.4s ease;
}
.team-card:hover .lawyer-image img, .team-card.flipped .lawyer-image img { filter: grayscale(0%); }

.lawyer-info h3 { font-size: 1.4rem; margin-bottom: 0.5rem; color: var(--text-white); }
.lawyer-info .highlight { font-size: 0.9rem; letter-spacing: 1px; text-transform: uppercase; }

.card-back-content h3 { color: var(--gold-main); margin-bottom: 1rem; }
.card-back-content p { font-size: 0.95rem; line-height: 1.6; color: var(--text-off-white); }

.card-flip-trigger {
    background: var(--gold-gradient); border: none; width: 40px; height: 40px;
    border-radius: 50%; color: var(--primary-dark); margin-top: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3); cursor: pointer;
    display: flex; align-items: center; justify-content: center;
}

/* =========================================
   9. PÁGINA QUEM SOMOS (EXTRAS)
   ========================================= */
.story-grid {
    display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem; align-items: center;
}
.highlight-card {
    background: var(--glass-bg); border: var(--glass-border); padding: 3rem;
    border-radius: var(--radius); position: relative;
}
.highlight-card i { font-size: 2rem; color: var(--gold-main); margin-bottom: 1.5rem; }
.highlight-card p { font-family: "Playfair Display", serif; font-size: 1.4rem; font-style: italic; }
.highlight-card span { display: block; margin-top: 1.5rem; color: var(--gold-light); font-weight: 600; }

/* Timeline */
.timeline-container { position: relative; max-width: 800px; margin: 0 auto; padding: 2rem 0; }
.timeline-line {
    position: absolute; left: 50%; top: 0; bottom: 0; width: 1px;
    background: linear-gradient(to bottom, transparent, var(--gold-main), transparent); transform: translateX(-50%);
}
.timeline-item { display: flex; justify-content: center; align-items: center; margin-bottom: 4rem; position: relative; }
.timeline-dot {
    width: 16px; height: 16px; background: var(--primary-dark); border: 2px solid var(--gold-main);
    border-radius: 50%; position: absolute; left: 50%; transform: translateX(-50%); z-index: 2;
}
.timeline-date {
    position: absolute; left: 50%; transform: translateX(-50%); top: -30px;
    font-weight: 700; color: var(--gold-light); font-family: "Playfair Display", serif;
    font-size: 1.5rem; background: var(--primary-dark); padding: 0 10px;
}
.timeline-content {
    width: 45%; background: var(--glass-bg); border: var(--glass-border); padding: 2rem;
    border-radius: var(--radius); position: relative; transition: var(--transition);
}
.timeline-item:nth-child(odd) .timeline-content { margin-right: auto; text-align: right; }
.timeline-item:nth-child(even) .timeline-content { margin-left: auto; text-align: left; }
.timeline-content:hover { transform: translateY(-5px); border-color: var(--gold-main); }

/* Leader Section */
.leader-wrapper { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: center; }
.leader-image img { width: 100%; border-radius: var(--radius); box-shadow: 0 20px 50px rgba(0,0,0,0.4); filter: grayscale(20%); }
.leader-achievements { list-style: none; margin-top: 2rem; padding: 0; }
.leader-achievements li { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; font-size: 1.1rem; }
.leader-achievements i { color: var(--gold-main); }

/* =========================================
   10. FOOTER & FLUTUANTES
   ========================================= */
.footer { background: #010f16; padding: 5rem 0 2rem; border-top: 1px solid rgba(197, 160, 89, 0.2); }
.footer-content { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; }
.footer-logo img { height: 70px; filter: brightness(0) invert(1); opacity: 0.9; margin-bottom: 1.5rem; }
.footer-contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; color: var(--text-muted); }
.contact-item i { color: var(--gold-main); margin-top: 5px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.05); margin-top: 4rem; padding-top: 2rem; text-align: center; font-size: 0.85rem; }

.whatsapp-float {
    position: fixed; bottom: 30px; right: 30px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end;
}
.whatsapp-btn {
    width: 65px; height: 65px; background: #25D366; color: white; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4); transition: var(--transition); text-decoration: none;
}
.whatsapp-message {
    position: absolute; bottom: 75px; right: 0; background: #ffffff; color: #021824;
    padding: 10px 15px; border-radius: 8px; font-size: 0.85rem; font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2); opacity: 0; visibility: hidden;
    transform: translateY(10px); transition: all 0.4s ease; white-space: nowrap; z-index: 10000;
}
.whatsapp-message.show { opacity: 1; visibility: visible; transform: translateY(0); }
.whatsapp-message::after {
    content: ''; position: absolute; bottom: -6px; right: 25px; width: 0; height: 0;
    border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #ffffff;
}

.back-to-top {
    position: fixed; bottom: 30px; left: 30px; width: 50px; height: 50px;
    background: var(--gold-gradient); color: var(--primary-dark); border: none;
    border-radius: 50%; cursor: pointer; opacity: 0; visibility: hidden;
    transition: all 0.3s ease; z-index: 9990; font-size: 1.2rem; box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.back-to-top.visible { opacity: 1; visibility: visible; }

/* =========================================
   11. RESPONSIVIDADE FINAL
   ========================================= */
@media (max-width: 992px) {
    h1 { font-size: 3rem; }
    .hero-content { grid-template-columns: 1fr; text-align: center; gap: 3rem; }
    .hero-image { display: none; }
    .hero-text h2::after { margin: 15px auto 0; }
    .nav { display: none; }
    .mobile-menu-toggle { display: flex; }
    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .story-grid, .leader-wrapper { grid-template-columns: 1fr; }
    
    /* Timeline Mobile */
    .timeline-line { left: 20px; }
    .timeline-dot { left: 20px; }
    .timeline-date { left: 20px; transform: none; top: -35px; padding-left: 0; }
    .timeline-content { width: 85%; margin-left: 50px !important; text-align: left !important; }
}

@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    .page-hero.internal-hero { padding: 140px 0 60px; }
    .team-card { height: 450px; } /* Altura extra para conteúdo no mobile */
}

/* =========================================
   8. FOOTER & UTILS
   ========================================= */
.footer {
    background: #010f16; padding: 5rem 0 2rem; border-top: 1px solid rgba(197, 160, 89, 0.2);
}
.footer-content { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; }
.footer-logo img { height: 70px; filter: brightness(0) invert(1); opacity: 0.9; margin-bottom: 1.5rem; }
.footer-contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; color: var(--text-muted); }
.contact-item i { color: var(--gold-main); margin-top: 5px; }
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05); margin-top: 4rem; padding-top: 2rem;
    text-align: center; font-size: 0.85rem; color: var(--text-muted);
}

.whatsapp-float {
    position: fixed; bottom: 30px; right: 30px; z-index: 9999;
    display: flex; flex-direction: column; align-items: flex-end;
}
.whatsapp-btn {
    width: 65px; height: 65px; background: #25D366; color: white;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.4); transition: var(--transition);
    text-decoration: none; position: relative;
}
.whatsapp-message {
    position: absolute; bottom: 75px; right: 0; background: #ffffff; color: #021824;
    padding: 10px 15px; border-radius: 8px; font-size: 0.85rem; font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2); opacity: 0; visibility: hidden;
    transform: translateY(10px); transition: all 0.4s ease; white-space: nowrap; z-index: 10000;
}
.whatsapp-message.show { opacity: 1; visibility: visible; transform: translateY(0); }
.whatsapp-message::after {
    content: ''; position: absolute; bottom: -6px; right: 25px; width: 0; height: 0;
    border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #ffffff;
}

.back-to-top {
    position: fixed; bottom: 30px; left: 30px; width: 50px; height: 50px;
    background: var(--gold-gradient); color: var(--primary-dark); border: none;
    border-radius: 50%; cursor: pointer; opacity: 0; visibility: hidden;
    transition: all 0.3s ease; z-index: 9990; font-size: 1.2rem; box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.back-to-top.visible { opacity: 1; visibility: visible; }

/* =========================================
   9. RESPONSIVIDADE GLOBAL
   ========================================= */
@media (max-width: 992px) {
    .nav { display: none; }
    .mobile-menu-toggle { display: flex; }
    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .contact-item { justify-content: center; }
    h1 { font-size: 3rem; }
}
@media (max-width: 768px) {
    .hero-title { font-size: 2.5rem; }
    .page-hero.internal-hero { padding: 140px 0 60px; }
    .team-card { height: 450px; /* Mais altura no mobile */ }
}

/* =========================================
   12. REFINAMENTO SERVIÇOS (CARDS PREMIUM)
   ========================================= */

/* Container da Grade */
.services-grid-detailed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); /* Cria colunas automáticas */
    gap: 2.5rem; /* Espaço entre os cards */
    margin-top: 3rem;
}

/* O Card do Serviço */
.service-detailed-card {
    background: rgba(2, 24, 36, 0.6); /* Fundo um pouco mais escuro que o body */
    border: 1px solid rgba(197, 160, 89, 0.2); /* Borda dourada sutil */
    border-radius: 4px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* Efeito Hover (Ao passar o mouse) */
.service-detailed-card:hover {
    transform: translateY(-10px);
    border-color: var(--gold-main); /* Borda fica dourada sólida */
    background: rgba(2, 24, 36, 0.9);
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* Ícone no Topo */
.service-icon-wrapper {
    width: 60px;
    height: 60px;
    background: transparent;
    border: 1px solid var(--gold-main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.service-detailed-card:hover .service-icon-wrapper {
    background: var(--gold-gradient);
    border-color: transparent;
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.4);
}

.service-icon-wrapper i {
    font-size: 1.5rem;
    color: var(--gold-main);
    transition: color 0.3s ease;
}

.service-detailed-card:hover .service-icon-wrapper i {
    color: var(--primary-dark);
}

/* Título do Serviço */
.service-detailed-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.6rem;
    color: var(--text-white);
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 10px;
}

/* Linha decorativa abaixo do título */
.service-detailed-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--gold-main);
    transition: width 0.3s ease;
}

.service-detailed-card:hover h3::after {
    width: 100%; /* A linha cresce no hover */
}

/* Descrição */
.service-detailed-card p {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    min-height: 60px; /* Mantém altura uniforme */
}

/* Lista de Itens */
.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 1.5rem;
    margin-top: auto; /* Empurra para baixo */
}

.service-list li {
    display: flex;
    align-items: flex-start; /* Alinha ícone com o topo do texto */
    gap: 12px;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    color: var(--text-off-white);
    line-height: 1.4;
}

.service-list li i {
    color: var(--gold-main);
    font-size: 0.8rem;
    margin-top: 5px; /* Ajuste fino vertical */
    flex-shrink: 0; /* Ícone não encolhe */
}

/* Responsividade */
@media (max-width: 768px) {
    .services-grid-detailed {
        grid-template-columns: 1fr; /* Uma coluna no celular */
    }
    .service-detailed-card {
        padding: 2rem;
    }
}

/* =========================================
   13. METODOLOGIA PREMIUM (ATUALIZADO)
   ========================================= */

.methodology-section {
    background: rgba(2, 24, 36, 0.4); /* Fundo sutilmente diferente para separar seções */
    position: relative;
    padding-bottom: 8rem; /* Espaço extra para a sombra */
}

.methodology-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.methodology-card {
    background: var(--glass-bg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.5rem 2rem;
    border-radius: var(--radius);
    position: relative;
    transition: var(--transition);
    text-align: center;
    overflow: hidden;
    /* Garante que todos tenham altura igual */
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Linha dourada animada no topo */
.methodology-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gold-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.methodology-card:hover {
    transform: translateY(-10px);
    background: rgba(2, 24, 36, 0.8);
    border-color: rgba(197, 160, 89, 0.3);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.methodology-card:hover::before {
    transform: scaleX(1);
}

/* Estilo dos Números (Efeito de Profundidade) */
.step-number-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-bottom: 1.5rem;
}

/* Número da frente (Dourado e Nítido) */
.step-number {
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--gold-main);
    line-height: 1;
    position: relative;
    z-index: 2;
}

/* Número de fundo (Grande e Transparente) */
.step-number-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Playfair Display", serif;
    font-size: 6rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.03); /* Quase invisível */
    z-index: 1;
    pointer-events: none;
}

.methodology-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--text-white);
}

.methodology-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Seta conectora entre os cards (Apenas Desktop) */
.methodology-card::after {
    content: '\f178'; /* Seta para direita (FontAwesome) */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -1.8rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold-dark);
    opacity: 0.3;
    font-size: 1.5rem;
    pointer-events: none;
}

/* Remove a seta do último card */
.methodology-card:last-child::after {
    display: none;
}

/* Responsividade */
@media (max-width: 992px) {
    .methodology-grid {
        gap: 3rem; /* Mais espaço entre os cards no mobile */
    }

    /* Seta vira para baixo no mobile */
    .methodology-card::after {
        content: '\f107'; /* Seta para baixo */
        right: 50%;
        top: auto;
        bottom: -2.5rem;
        transform: translateX(50%);
    }
    
    /* Mantém a remoção da seta no último item */
    .methodology-card:last-child::after {
        display: none;
    }
}

/* =========================================
   14. PÁGINA NOTÍCIAS (PREMIUM DESIGN)
   ========================================= */

/* Área de Controles (Busca e Filtro) */
.news-controls {
    margin-bottom: 4rem;
    background: var(--glass-bg);
    border: var(--glass-border);
    padding: 2rem;
    border-radius: var(--radius);
    backdrop-filter: blur(10px);
}

.search-form {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
}

/* Input de Busca Estilizado */
.search-group {
    position: relative;
    display: flex;
    align-items: center;
}

.search-group input {
    width: 100%;
    padding: 16px 50px 16px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    color: var(--text-white);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    transition: var(--transition);
}

.search-group input:focus {
    outline: none;
    border-color: var(--gold-main);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.1);
}

.search-group button {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: var(--gold-main);
    font-size: 1.2rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.search-group button:hover {
    transform: scale(1.1);
}

/* Select Personalizado */
.category-select-wrapper {
    position: relative;
}

.category-select-wrapper select {
    width: 100%;
    padding: 16px 20px;
    appearance: none; /* Remove seta padrão */
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    color: var(--text-white);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
}

.category-select-wrapper select:focus {
    border-color: var(--gold-main);
    outline: none;
}

.category-select-wrapper select option {
    background: #021824; /* Fundo escuro para opções */
    color: var(--text-white);
    padding: 10px;
}

.category-select-wrapper .select-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold-main);
    pointer-events: none;
    font-size: 0.9rem;
}

/* Grid de Notícias Premium */
.news-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

.news-card-premium {
    background: var(--glass-bg);
    border: var(--glass-border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-card-premium:hover {
    transform: translateY(-10px);
    border-color: var(--gold-main);
    background: rgba(2, 24, 36, 0.8);
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* Imagem da Notícia */
.news-image-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.news-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: grayscale(100%); /* P&B inicial para elegância */
}

.news-card-premium:hover .news-image-wrapper img {
    transform: scale(1.05);
    filter: grayscale(0%); /* Cor ao passar o mouse */
}

.no-image-placeholder {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-image-placeholder i {
    font-size: 3rem;
    color: var(--text-muted);
}

/* Badge de Categoria */
.news-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gold-gradient);
    color: var(--primary-dark);
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Conteúdo da Notícia */
.news-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-meta {
    display: flex;
    gap: 1.5rem;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.news-meta i {
    color: var(--gold-main);
    margin-right: 5px;
}

.news-content h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    color: var(--text-white);
    margin-bottom: 1rem;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.news-card-premium:hover h3 {
    color: var(--gold-light);
}

.news-content p {
    font-size: 0.95rem;
    color: var(--text-off-white);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limita a 3 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-footer {
    margin-top: auto; /* Empurra para o fundo */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 1.5rem;
}

.read-more {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold-main);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.news-card-premium:hover .read-more {
    gap: 12px;
    color: var(--gold-light);
}

/* Paginação Premium */
.pagination-container {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    gap: 10px;
    align-items: center;
    background: var(--glass-bg);
    padding: 10px 20px;
    border-radius: 50px;
    border: var(--glass-border);
}

.page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    color: var(--text-white);
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.page-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--gold-main);
}

.page-link.active {
    background: var(--gold-gradient);
    color: var(--primary-dark);
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.4);
}

.page-ellipsis {
    color: var(--text-muted);
    padding: 0 5px;
}

/* Sem Resultados */
.no-results {
    text-align: center;
    padding: 6rem 0;
    background: var(--glass-bg);
    border: var(--glass-border);
    border-radius: var(--radius);
}

.no-results i {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
}

.no-results h3 {
    color: var(--text-white);
    margin-bottom: 1rem;
}

/* Responsividade Notícias */
@media (max-width: 768px) {
    .search-form {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .news-grid-premium {
        grid-template-columns: 1fr;
    }
    
    .news-image-wrapper {
        height: 200px;
    }
}

/* =========================================
   15. PÁGINA CONTATO (LAYOUT E FORMULÁRIO)
   ========================================= */

.contact-main-section {
    padding: 6rem 0;
    position: relative;
}

/* Grid Principal: Info (Esq) x Form (Dir) */
.contact-page-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 5rem;
    align-items: start;
}

/* Ajuste do Header na coluna da esquerda */
.contact-info-wrapper .section-header {
    text-align: left;
    margin-bottom: 3rem;
    margin-left: 0;
}

.contact-info-wrapper .section-header h2::after {
    margin: 15px 0 0; /* Alinha traço dourado à esquerda */
}

/* Lista de Cards de Informação */
.contact-cards-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-card-premium {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: var(--radius);
    background: transparent;
    border-left: 1px solid rgba(197, 160, 89, 0.3);
    transition: var(--transition);
}

.info-card-premium:hover {
    background: rgba(255, 255, 255, 0.03);
    border-left-color: var(--gold-main);
    transform: translateX(10px);
}

.info-card-premium .icon-box {
    width: 50px;
    height: 50px;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--primary-dark);
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
}

.info-content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-white);
}

.info-content p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: var(--text-off-white);
}

.link-gold {
    color: var(--gold-main);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.3s;
}

.link-gold:hover {
    color: var(--gold-light);
}

/* Redes Sociais */
.social-connect {
    margin-top: 3rem;
}

.social-connect h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-btn {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    transition: var(--transition);
    font-size: 1.1rem;
    text-decoration: none;
}

.social-btn:hover {
    background: var(--gold-gradient);
    color: var(--primary-dark);
    border-color: transparent;
    transform: translateY(-3px);
}

/* Card do Formulário (Glassmorphism Forte) */
.form-card-glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    padding: 3rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.form-card-glass h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.form-card-glass p {
    margin-bottom: 2rem;
    font-size: 0.95rem;
    color: var(--text-muted);
}

/* Grid Interno do Formulário */
.form-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.premium-form .form-group {
    margin-bottom: 1.5rem;
}

.premium-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold-light);
    font-weight: 600;
}

.btn-block {
    width: 100%;
    padding: 18px;
    font-size: 1rem;
    margin-top: 1rem;
}

/* Seção do Mapa */
.map-section {
    height: 500px;
    width: 100%;
    position: relative;
    filter: grayscale(100%); /* Mapa P&B para elegância */
    transition: filter 0.5s ease;
}

.map-section:hover {
    filter: grayscale(0%); /* Cor ao passar o mouse */
}

.map-overlay-container {
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(197, 160, 89, 0.3);
    border-bottom: 1px solid rgba(197, 160, 89, 0.3);
}

/* Directions Cards (Reutilizando base mas ajustando alinhamento) */
.directions-grid {
    margin-top: 2rem;
}

.direction-card {
    text-align: center;
}

.direction-content {
    text-align: center; /* Força centro nos cards de direção */
}

/* Responsividade Contato */
@media (max-width: 992px) {
    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    
    .contact-info-wrapper .section-header {
        text-align: center;
    }
    
    .contact-info-wrapper .section-header h2::after {
        margin: 15px auto 0;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .form-card-glass {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .form-grid-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .map-section {
        height: 350px;
    }
}

/* =========================================
   16. REFINAMENTO CONTATO (FORMULÁRIO & MAPA)
   ========================================= */

/* Estilo do Formulário Premium */
.form-card-glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: var(--radius);
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.form-header {
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 1rem;
}

.form-header h3 {
    color: var(--text-white);
    margin-bottom: 0.5rem;
}

.form-header p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin: 0;
}

/* Inputs com Ícones */
.input-wrapper {
    margin-bottom: 1.5rem;
}

.input-wrapper label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold-main);
    font-weight: 600;
}

.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group i {
    position: absolute;
    left: 15px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1rem;
    transition: color 0.3s ease;
    z-index: 1;
}

/* Textarea icon no topo */
.textarea-group i {
    top: 15px;
}

.input-group input,
.input-group select,
.input-group textarea {
    width: 100%;
    padding: 14px 14px 14px 45px; /* Espaço para o ícone */
    background: rgba(2, 24, 36, 0.6); /* Fundo escuro */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: var(--text-white);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.input-group select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.input-group select option {
    background: #021824;
}

/* Foco nos Inputs */
.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
    outline: none;
    border-color: var(--gold-main);
    background: rgba(2, 24, 36, 0.9);
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.15);
}

.input-group:focus-within i {
    color: var(--gold-main);
}

/* Mapa Premium (Midnight Style) */
.map-section {
    padding: 0; /* Remove padding padrão */
    height: 500px;
    position: relative;
    border-top: 1px solid var(--gold-dark);
    border-bottom: 1px solid var(--gold-dark);
}

.map-container-premium {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.map-container-premium iframe {
    width: 100%;
    height: 100%;
    border: 0;
    /* Filtro Mágico: Inverte cores e ajusta para ficar azul escuro/dourado */
    filter: grayscale(100%) invert(92%) hue-rotate(180deg) contrast(85%) brightness(90%);
    transition: filter 0.5s ease;
}

.map-container-premium:hover iframe {
    /* Ao passar o mouse, volta ao normal suavemente (opcional, pode remover se quiser sempre escuro) */
    /* filter: grayscale(0%); */
    filter: grayscale(100%) invert(92%) hue-rotate(180deg) contrast(95%) brightness(100%);
}

/* Overlay do Pino no Mapa */
.map-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--gold-gradient);
    padding: 15px 30px;
    border-radius: 50px;
    color: var(--primary-dark);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    pointer-events: none; /* Deixa clicar no mapa */
    z-index: 10;
}

/* Cards "Como Chegar" Refinados */
.directions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.direction-card-premium {
    background: var(--glass-bg);
    border: var(--glass-border);
    padding: 2rem;
    border-radius: var(--radius);
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: var(--transition);
}

.direction-card-premium:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--gold-main);
    transform: translateY(-5px);
}

.direction-icon-box {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid var(--gold-main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--gold-main);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.direction-card-premium:hover .direction-icon-box {
    background: var(--gold-main);
    color: var(--primary-dark);
}

.direction-text h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-white);
}

.direction-text p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Responsividade */
@media (max-width: 768px) {
    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    
    .form-grid-inner {
        grid-template-columns: 1fr;
    }
    
    .map-section {
        height: 350px;
    }
    
    .direction-card-premium {
        flex-direction: column;
        text-align: center;
    }
    
    .direction-icon-box {
        margin: 0 auto 1rem;
    }
}

/* =========================================
   17. PÁGINA NOTÍCIA (VISUAL REFINADO V2)
   ========================================= */

.single-post-section {
    padding: 4rem 0 6rem;
    background: var(--primary-dark);
    position: relative;
}

.single-post-wrapper {
    max-width: 900px; /* Mais largo para dar respiro */
    margin: 0 auto;
    background: var(--glass-bg);
    border: var(--glass-border);
    border-radius: var(--radius);
    padding: 5rem; /* Padding interno generoso */
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* Cabeçalho do Artigo */
.post-header {
    text-align: center;
    margin-bottom: 3.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.post-meta-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-category-badge {
    background: var(--gold-gradient);
    color: var(--primary-dark);
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
}

.post-date {
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
}

.post-title {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: var(--text-white);
    letter-spacing: -0.02em;
}

.post-excerpt {
    font-size: 1.3rem;
    line-height: 1.6;
    color: var(--gold-light); /* Destaque dourado sutil */
    font-weight: 300;
    margin-bottom: 2.5rem;
    font-style: italic;
}

.post-meta-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar-small {
    width: 40px;
    height: 40px;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
}

.author-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 0.85rem;
}

.author-text span {
    color: var(--text-muted);
}

.author-text strong {
    color: var(--text-white);
}

.reading-time {
    color: var(--text-muted);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Imagem de Destaque (Cinematic Breakout) */
.post-featured-image {
    width: calc(100% + 6rem); /* Quebra o padding do container */
    margin-left: -3rem;
    margin-bottom: 4rem;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.4);
    border: 1px solid rgba(197, 160, 89, 0.1);
}

.post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

/* Tipografia do Corpo do Texto */
.post-content-body {
    font-size: 1.2rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 4rem;
    font-family: "Inter", sans-serif; /* Fonte mais limpa para leitura longa */
}

/* Letra Capitular (Drop Cap) - Estilo Revista */
.post-content-body > p:first-of-type::first-letter {
    font-family: "Playfair Display", serif;
    font-size: 4.5rem;
    float: left;
    line-height: 0.8;
    padding-right: 12px;
    padding-top: 4px;
    color: var(--gold-main);
    font-weight: 700;
}

.post-content-body p {
    margin-bottom: 2rem;
    text-align: justify; /* Ou 'left' se preferir */
}

.post-content-body h2 {
    font-size: 2rem;
    color: var(--gold-main);
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
}

.post-content-body h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--gold-main);
}

.post-content-body h3 {
    font-size: 1.6rem;
    color: var(--text-white);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.post-content-body ul, 
.post-content-body ol {
    margin-bottom: 2rem;
    padding-left: 2rem;
    color: var(--text-off-white);
}

.post-content-body li {
    margin-bottom: 0.8rem;
    padding-left: 0.5rem;
}

.post-content-body blockquote {
    border-left: 4px solid var(--gold-main);
    background: linear-gradient(90deg, rgba(197, 160, 89, 0.1), transparent);
    padding: 2rem 2.5rem;
    margin: 3rem 0;
    font-style: italic;
    color: var(--text-white);
    font-size: 1.3rem;
    font-family: "Playfair Display", serif;
    border-radius: 0 8px 8px 0;
}

.post-content-body strong {
    color: var(--white);
    font-weight: 700;
}

/* Rodapé do Artigo */
.post-footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    margin-bottom: 2rem;
}

.post-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.tags-label, .share-label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-pill {
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    border-radius: 50px;
    color: var(--text-white);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tag-pill:hover {
    background: var(--gold-main);
    color: var(--primary-dark);
    border-color: var(--gold-main);
}

.share-buttons {
    display: flex;
    gap: 12px;
}

.share-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    font-size: 1.2rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.share-btn:hover {
    transform: translateY(-3px);
    background: var(--gold-gradient);
    color: var(--primary-dark);
    border-color: transparent;
}

/* Relacionados - Estilo Cartão Diferenciado */
.related-section {
    padding: 6rem 0;
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.related-card {
    background: var(--glass-bg);
    border: var(--glass-border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
}

.related-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold-main);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.related-image {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: grayscale(20%);
}

.related-card:hover .related-image img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.related-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gold-main);
    color: var(--primary-dark);
    padding: 4px 10px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
}

.related-content {
    padding: 1.5rem;
}

.related-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 0.8rem;
}

.related-title {
    font-family: "Playfair Display", serif;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.related-title a {
    text-decoration: none;
    color: var(--text-white);
    transition: color 0.3s;
}

.related-card:hover .related-title a {
    color: var(--gold-light);
}

.related-read-more {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gold-main);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsividade */
@media (max-width: 992px) {
    .single-post-wrapper {
        padding: 3rem;
    }
    .post-featured-image {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .single-post-wrapper {
        padding: 2rem 1.5rem;
        border: none;
        background: transparent;
        box-shadow: none;
    }
    
    .post-title {
        font-size: 2.2rem;
    }
    
    .post-meta-bottom {
        flex-direction: column;
        gap: 1rem;
    }
    
    .post-footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
    
    .post-content-body {
        font-size: 1.1rem;
    }
    
    /* Ajuste mobile da Drop Cap */
    .post-content-body > p:first-of-type::first-letter {
        font-size: 3.5rem;
    }
}

/* =========================================
   18. RODAPÉ MINIMALISTA (REFINAMENTO)
   ========================================= */

.footer {
    background: #010f16;
    padding: 5rem 0 0; /* Remove padding bottom para o footer-bottom encostar */
    border-top: 1px solid rgba(197, 160, 89, 0.15);
}

.footer-content {
    margin-bottom: 4rem;
}

.footer-logo p {
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
}

/* Barra Inferior Minimalista */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.03); /* Linha quase invisível */
    padding: 2rem 0;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.2); /* Levemente mais escuro */
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 300; /* Fonte mais fina */
    color: rgba(255, 255, 255, 0.5); /* Texto discreto */
    letter-spacing: 0.5px;
}

/* Link do Desenvolvedor */
.credits a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 400;
    margin-left: 3px;
}

/* Efeito de sublinhado dourado ao passar o mouse */
.credits a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--gold-main);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.credits a:hover {
    color: var(--gold-main);
}

.credits a:hover::after {
    width: 100%;
}

/* Responsividade do Rodapé */
@media (max-width: 768px) {
    .footer-bottom-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .credits {
        order: -1; /* Crédito acima ou abaixo conforme preferência, aqui mantém ordem natural */
    }
}

/* =========================================
   18. RODAPÉ ULTRA COMPACTO (MINIMALISTA)
   ========================================= */

.footer-minimal {
    background: #010f16; /* Fundo bem escuro */
    padding: 2.5rem 0 1.5rem; /* Padding reduzido drasticamente */
    border-top: 1px solid rgba(197, 160, 89, 0.2); /* Linha dourada sutil */
    font-size: 0.9rem;
}

/* Linha Principal (Logo + Infos) */
.footer-main-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 1.5rem;
}

.footer-brand-compact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.footer-brand-compact img {
    height: 45px; /* Logo menor e discreta */
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.footer-brand-compact .divider {
    height: 25px;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.footer-brand-compact p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* Informações de Contato em Linha */
.footer-info-compact {
    display: flex;
    gap: 2.5rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.info-item i {
    color: var(--gold-main);
    font-size: 1rem;
}

/* Linha Inferior (Copy + Dev) */
.footer-bottom-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
}

.dev-credit {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.3s ease;
}

.dev-credit strong {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

.dev-credit:hover {
    color: var(--gold-main);
}

.dev-credit:hover strong {
    color: var(--gold-main);
}

/* Responsividade do Rodapé */
@media (max-width: 992px) {
    .footer-main-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
    
    .footer-info-compact {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .footer-brand-compact {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .footer-brand-compact .divider {
        display: none; /* Remove divisor no mobile */
    }
    
    .footer-info-compact {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-bottom-minimal {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
        align-items: flex-start;
    }
}