/* ==========================================================================
   ADVOCACIA MATOS — DESIGN SYSTEM PRIME & EXCLUSIVO
   Desenvolvido com foco em Autoridade, Acolhimento e Alta Conversão
   ========================================================================== */

:root {
    /* Paleta Principal Nobre */
    --navy-900: #050d1a;
    --navy-800: #071326;
    --navy-700: #0d1e38;
    --navy-600: #142a4d;
    --navy-500: #1d3966;
    
    /* Dourado Imperial & Champanhe */
    --gold-300: #f0deba;
    --gold-400: #e0c487;
    --gold-500: #c9a45c;
    --gold-600: #b08a3d;
    --gold-700: #8c6a24;
    --gold-gradient: linear-gradient(135deg, #c9a45c 0%, #e0c487 50%, #b08a3d 100%);
    --gold-glow: rgba(201, 164, 92, 0.22);
    
    /* Cores de Fundo e Superfície */
    --bg-paper: #fbfaf7;
    --bg-cream: #f4efe6;
    --bg-light: #f6f8fb;
    --bg-white: #ffffff;
    
    /* Tipografia e Textos */
    --text-main: #172033;
    --text-muted: #5e687a;
    --text-light: #8e98a8;
    --text-white: #ffffff;
    --text-white-muted: rgba(255, 255, 255, 0.72);
    
    /* Cores de Ação */
    --wpp-green: #25d366;
    --wpp-dark: #128c7e;
    --wpp-hover: #1ebd5a;
    
    /* Bordas, Sombras e Raios */
    --border-subtle: rgba(7, 19, 38, 0.08);
    --border-gold: rgba(201, 164, 92, 0.35);
    --border-dark: rgba(255, 255, 255, 0.12);
    
    --shadow-sm: 0 4px 15px rgba(7, 19, 38, 0.04);
    --shadow-md: 0 12px 32px rgba(7, 19, 38, 0.08);
    --shadow-lg: 0 24px 60px rgba(7, 19, 38, 0.12);
    --shadow-gold: 0 15px 35px rgba(201, 164, 92, 0.28);
    --shadow-wpp: 0 14px 30px rgba(37, 211, 102, 0.35);
    
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 26px;
    --radius-pill: 999px;
    
    --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset Global & Tipografia Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-paper);
    color: var(--text-main);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    color: var(--navy-800);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.font-serif {
    font-family: 'Playfair Display', Georgia, serif;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

button, input, textarea, select {
    font: inherit;
}

/* Container Responsivo */
.container {
    width: 100%;
    max-width: 1220px;
    margin-inline: auto;
    padding-inline: 24px;
}

.container-narrow {
    max-width: 860px;
    margin-inline: auto;
    padding-inline: 24px;
}

/* ==========================================================================
   TOPBAR & HEADER
   ========================================================================== */
.topbar {
    background: var(--navy-900);
    color: var(--text-white-muted);
    font-size: 0.82rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.topbar-items {
    display: flex;
    align-items: center;
    gap: 22px;
}

.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.topbar-item i {
    color: var(--gold-400);
    transition: transform 0.2s ease, color 0.2s ease;
}

.topbar-link {
    color: var(--text-white-muted);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
}

.topbar-link:hover {
    color: #ffffff;
}

.topbar-link:hover span {
    color: var(--gold-400);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.topbar-link:hover i {
    color: #ffffff;
    transform: scale(1.2) translateY(-1px);
}

.topbar-social a {
    color: var(--text-white-muted);
    margin-left: 12px;
    font-size: 0.95rem;
}

.topbar-social a:hover {
    color: var(--gold-400);
}

/* Navbar Principal */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(7, 19, 38, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(224, 196, 135, 0.18);
    transition: var(--transition);
}

.site-header.scrolled {
    box-shadow: 0 15px 40px rgba(5, 13, 26, 0.35);
    background: rgba(5, 13, 26, 0.98);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-logo:hover {
    transform: translateY(-1px);
}

.brand-logo img,
.brand-emblem {
    height: 60px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 10px rgba(224, 196, 135, 0.45)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.65));
    transition: filter 0.3s ease, transform 0.3s ease;
}

.brand-logo:hover .brand-emblem,
.brand-logo:hover img {
    filter: drop-shadow(0 4px 14px rgba(224, 196, 135, 0.75)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
    transform: scale(1.05);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.brand-subtitle {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold-400);
    font-weight: 700;
    margin-top: 3px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    max-width: 280px;
    line-height: 1.35;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    font-weight: 600;
    position: relative;
    padding: 6px 0;
    white-space: nowrap;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold-400);
    transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
    color: #ffffff;
}

.nav-link:hover::after, .nav-link.active::after {
    width: 100%;
}

/* Dropdown de Especialidades */
.nav-dropdown {
    position: relative;
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: var(--navy-800);
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-sm);
    padding: 12px;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.88rem;
    border-radius: 8px;
    font-weight: 500;
}

.nav-dropdown-item i {
    color: var(--gold-400);
    font-size: 0.9rem;
    width: 18px;
}

.nav-dropdown-item:hover {
    background: rgba(201, 164, 92, 0.12);
    color: var(--gold-300);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px;
}

/* ==========================================================================
   BOTÕES E COMPONENTES DE AÇÃO
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 0.94rem;
    padding: 14px 26px;
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--gold-gradient);
    color: #12100c;
    box-shadow: var(--shadow-gold);
}

.btn-primary:hover {
    box-shadow: 0 18px 40px rgba(201, 164, 92, 0.42);
    filter: brightness(1.06);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffffff;
    color: #ffffff;
}

.btn-outline-gold {
    background: transparent;
    border-color: var(--gold-400);
    color: var(--gold-400);
}

.btn-outline-gold:hover {
    background: var(--gold-400);
    color: var(--navy-900);
}

.btn-wpp {
    background: var(--wpp-green);
    color: #ffffff;
    box-shadow: var(--shadow-wpp);
}

.btn-wpp:hover {
    background: var(--wpp-hover);
    box-shadow: 0 16px 36px rgba(37, 211, 102, 0.45);
    color: #ffffff;
}

.btn-sm {
    padding: 9px 18px;
    font-size: 0.84rem;
}

.btn-lg {
    padding: 18px 34px;
    font-size: 1.05rem;
}

.btn-block {
    width: 100%;
}

/* Badges e Selos */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.badge-gold {
    background: rgba(201, 164, 92, 0.15);
    border: 1px solid var(--gold-400);
    color: var(--gold-400);
}

.badge-dark {
    background: var(--navy-700);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--gold-300);
}

/* ==========================================================================
   HERO SECTIONS
   ========================================================================== */
.hero-section {
    position: relative;
    background: radial-gradient(circle at 85% 20%, rgba(201, 164, 92, 0.15), transparent 35%),
                linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
    color: #ffffff;
    padding: 90px 0 110px;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 85%, rgba(19, 42, 77, 0.4), transparent 45%);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    color: #ffffff;
    font-size: clamp(2.4rem, 4.4vw, 3.8rem);
    margin: 20px 0;
    line-height: 1.12;
}

.hero-content h1 span {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.12rem;
    color: var(--text-white-muted);
    max-width: 620px;
    margin-bottom: 34px;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.82);
}

.hero-feature-item i {
    color: var(--gold-400);
}

/* Card Flutuante de Conversão no Hero */
.hero-card-lead {
    background: rgba(13, 30, 56, 0.85);
    border: 1px solid var(--border-gold);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--radius-lg);
    padding: 34px 30px;
    box-shadow: var(--shadow-lg), 0 0 40px rgba(201, 164, 92, 0.12);
}

.hero-card-lead h3 {
    color: #ffffff;
    font-size: 1.35rem;
    margin-bottom: 8px;
}

.hero-card-lead p {
    color: var(--text-white-muted);
    font-size: 0.88rem;
    margin-bottom: 24px;
}

/* ==========================================================================
   ESTRUTURA DE FORMULÁRIOS DE CAPTURA
   ========================================================================== */
.form-group {
    margin-bottom: 18px;
}

.form-label {
    display: block;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--gold-300);
    margin-bottom: 6px;
}

.form-control {
    width: 100%;
    padding: 13px 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-sm);
    color: #ffffff;
    font-size: 0.92rem;
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--gold-400);
    box-shadow: 0 0 0 3px rgba(201, 164, 92, 0.2);
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.form-control option {
    background: var(--navy-800);
    color: #ffffff;
}

/* Formulário em Superfície Clara */
.form-light .form-label {
    color: var(--navy-800);
}

.form-light .form-control {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    color: var(--text-main);
}

.form-light .form-control:focus {
    background: #ffffff;
    border-color: var(--gold-500);
    box-shadow: 0 0 0 3px rgba(201, 164, 92, 0.18);
}

.form-light .form-control::placeholder {
    color: var(--text-light);
}

.form-footnote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 0.76rem;
    color: var(--text-white-muted);
    margin-top: 14px;
    text-align: center;
}

.form-footnote i {
    color: var(--gold-400);
}

/* ==========================================================================
   FAIXA DE CONFIANÇA & MÉTRICAS
   ========================================================================== */
.trust-strip {
    position: relative;
    z-index: 10;
    margin-top: -45px;
    margin-bottom: 60px;
}

.trust-card {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}

.trust-item {
    padding: 30px 24px;
    border-right: 1px solid var(--border-subtle);
    display: flex;
    align-items: center;
    gap: 18px;
}

.trust-item:last-child {
    border-right: none;
}

.trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(201, 164, 92, 0.12);
    display: grid;
    place-items: center;
    color: var(--gold-600);
    font-size: 1.4rem;
    flex-shrink: 0;
}

.trust-number {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--navy-800);
    line-height: 1;
}

.trust-label {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-top: 4px;
    font-weight: 500;
}

/* ==========================================================================
   SEÇÕES GERAIS
   ========================================================================== */
.section {
    padding: 95px 0;
    position: relative;
}

.section-cream {
    background-color: var(--bg-cream);
}

.section-dark {
    background: var(--navy-800);
    color: #ffffff;
}

.section-dark h2, .section-dark h3, .section-dark h4 {
    color: #ffffff;
}

.section-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 55px;
}

.section-header .badge {
    margin-bottom: 14px;
}

.section-title {
    font-size: clamp(2rem, 3.4vw, 2.9rem);
    margin-bottom: 16px;
}

.section-lead {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.section-dark .section-lead {
    color: var(--text-white-muted);
}

/* ==========================================================================
   CARDS DE DORES FREQUENTES & ACOLHIMENTO
   ========================================================================== */
.pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pain-card {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 34px 28px;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.pain-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--gold-gradient);
    opacity: 0;
    transition: var(--transition);
}

.pain-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(201, 164, 92, 0.5);
}

.pain-card:hover::before {
    opacity: 1;
}

.pain-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--navy-800);
    color: var(--gold-400);
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    margin-bottom: 22px;
}

.pain-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.pain-card p {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 22px;
    flex-grow: 1;
}

.pain-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-600);
    font-weight: 700;
    font-size: 0.88rem;
    margin-top: auto;
}

.pain-link:hover {
    color: var(--navy-800);
    gap: 12px;
}

/* ==========================================================================
   CARDS DE ESPECIALIDADES (AREAS DE ATUAÇÃO)
   ========================================================================== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.service-box {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 32px 26px;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.service-box:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--gold-400);
}

.service-box-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--navy-800);
    color: var(--gold-400);
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    margin-bottom: 24px;
    transition: var(--transition);
}

.service-box:hover .service-box-icon {
    background: var(--gold-500);
    color: var(--navy-900);
}

.service-box h3 {
    font-size: 1.25rem;
    margin-bottom: 14px;
}

.service-box p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-list {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.84rem;
    color: var(--text-main);
}

.service-list li i {
    color: var(--gold-600);
    font-size: 0.8rem;
    margin-top: 4px;
}

/* ==========================================================================
   SEÇÃO DR. LUCAS MATOS / QUEM SOMOS
   ========================================================================== */
.about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.about-image-wrapper {
    position: relative;
}

.about-image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 4px solid #ffffff;
}

.about-badge-exp {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--navy-800);
    color: #ffffff;
    border: 2px solid var(--gold-400);
    padding: 20px 24px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    text-align: center;
}

.about-badge-exp strong {
    display: block;
    font-size: 1.8rem;
    color: var(--gold-400);
    font-family: 'Outfit', sans-serif;
    line-height: 1;
}

.about-badge-exp span {
    font-size: 0.78rem;
    color: var(--text-white-muted);
}

.about-badge-brand {
    max-width: 280px;
    padding: 16px 18px;
}

.about-badge-brand strong {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--gold-400);
}

.about-text h2 {
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    margin: 14px 0 20px;
}

.about-text p {
    color: var(--text-muted);
    font-size: 0.98rem;
    margin-bottom: 20px;
    line-height: 1.7;
}

.about-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 30px 0;
}

.pillar-item {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    padding: 18px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pillar-item i {
    color: var(--gold-600);
    font-size: 1.2rem;
    margin-top: 2px;
}

.pillar-item strong {
    display: block;
    font-size: 0.92rem;
    color: var(--navy-800);
}

.pillar-item span {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* ==========================================================================
   COMO FUNCIONA O ATENDIMENTO (PASSO A PASSO)
   ========================================================================== */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

.step-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-md);
    padding: 32px 24px;
    position: relative;
    transition: var(--transition);
}

.step-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: var(--gold-400);
    transform: translateY(-4px);
}

.step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gold-gradient);
    color: var(--navy-900);
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 20px;
    box-shadow: 0 0 20px var(--gold-glow);
}

.step-card h3 {
    color: #ffffff;
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.step-card p {
    color: var(--text-white-muted);
    font-size: 0.88rem;
    line-height: 1.6;
}

/* ==========================================================================
   CARDS DO BLOG (GRID E SINGLE)
   ========================================================================== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.blog-card {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(201, 164, 92, 0.4);
}

.blog-card-thumb {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--navy-700);
}

.blog-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-thumb img {
    transform: scale(1.06);
}

.blog-category-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--navy-800);
    color: var(--gold-300);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(224, 196, 135, 0.4);
}

.blog-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.78rem;
    color: var(--text-light);
    margin-bottom: 12px;
}

.blog-card-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-card h3 {
    font-size: 1.15rem;
    line-height: 1.35;
    margin-bottom: 12px;
    transition: var(--transition);
}

.blog-card:hover h3 {
    color: var(--gold-600);
}

.blog-card p {
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--navy-800);
    font-weight: 700;
    font-size: 0.86rem;
    margin-top: auto;
}

.blog-read-more:hover {
    color: var(--gold-600);
    gap: 10px;
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item.active {
    border-color: var(--gold-400);
    box-shadow: var(--shadow-md);
}

.faq-question {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--navy-800);
}

.faq-question i {
    color: var(--gold-600);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 24px 22px;
    color: var(--text-muted);
    font-size: 0.94rem;
    line-height: 1.7;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* ==========================================================================
   BANNER DE CTA DE ALTA CONVERSÃO
   ========================================================================== */
.cta-banner {
    background: radial-gradient(circle at 80% 20%, rgba(201, 164, 92, 0.25), transparent 40%),
                linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 60%, var(--navy-700) 100%);
    border-radius: var(--radius-lg);
    padding: 60px 50px;
    color: #ffffff;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-gold);
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    margin: 40px 0;
}

.cta-banner h2 {
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin-bottom: 12px;
}

.cta-banner p {
    color: var(--text-white-muted);
    font-size: 1.02rem;
    margin-bottom: 24px;
}

/* ==========================================================================
   RODAPÉ (FOOTER)
   ========================================================================== */
.site-footer {
    background: var(--navy-900);
    color: var(--text-white-muted);
    padding-top: 80px;
    border-top: 2px solid var(--border-gold);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 0.9fr 1.1fr;
    gap: 45px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-col h4 {
    color: #ffffff;
    font-size: 1.08rem;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--gold-400);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: var(--text-white-muted);
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: var(--gold-400);
    transform: translateX(4px);
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.88rem;
    color: var(--text-white-muted);
}

.footer-contact-item i {
    color: var(--gold-400);
    font-size: 1rem;
    margin-top: 3px;
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.2s ease;
}

.footer-maps-link {
    text-decoration: none;
    transition: var(--transition);
}

.footer-maps-link:hover {
    color: #ffffff;
}

.footer-maps-link:hover span {
    color: var(--gold-400);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-maps-link:hover i {
    transform: scale(1.2) translateY(-1px);
    color: #ffffff;
}

.footer-bottom {
    padding: 24px 0;
    font-size: 0.82rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom a {
    color: var(--gold-400);
}

/* Assinatura Interativa K88 */
.footer-creator {
    display: inline-flex;
    align-items: center;
}

.k88-signature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    padding: 5px 13px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(224, 196, 135, 0.28);
    border-radius: 50px;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.k88-signature::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    transform: skewX(-20deg);
    transition: 0.6s ease;
}

.k88-signature:hover::before {
    left: 140%;
}

.k88-prefix {
    font-size: 0.74rem;
    color: var(--text-white-muted);
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: color 0.3s ease;
}

.k88-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, rgba(224, 196, 135, 0.18), rgba(184, 142, 69, 0.28));
    padding: 2px 9px;
    border-radius: 20px;
    border: 1px solid rgba(224, 196, 135, 0.35);
    transition: all 0.3s ease;
}

.k88-logo-text {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #ffffff;
    line-height: 1.2;
}

.k88-logo-text strong {
    color: var(--gold-400);
}

.k88-icon {
    font-size: 0.62rem;
    color: var(--gold-400);
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-flex;
}

.k88-signature:hover {
    background: rgba(224, 196, 135, 0.12);
    border-color: var(--gold-400);
    box-shadow: 0 4px 20px rgba(224, 196, 135, 0.28);
    transform: translateY(-2px);
}

.k88-signature:hover .k88-prefix {
    color: #ffffff;
}

.k88-signature:hover .k88-badge {
    background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
    border-color: var(--gold-300);
    box-shadow: 0 2px 10px rgba(224, 196, 135, 0.45);
}

.k88-signature:hover .k88-logo-text,
.k88-signature:hover .k88-logo-text strong,
.k88-signature:hover .k88-icon {
    color: var(--navy-950);
}

.k88-signature:hover .k88-icon {
    transform: translate(2px, -2px);
}

/* ==========================================================================
   WIDGET FLUTUANTE DE WHATSAPP INTELIGENTE
   ========================================================================== */
.wpp-floating-container {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.wpp-tooltip {
    background: #ffffff;
    color: var(--navy-900);
    padding: 12px 18px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(201, 164, 92, 0.3);
    font-size: 0.84rem;
    font-weight: 600;
    max-width: 240px;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: bounce 4s infinite ease-in-out;
    position: relative;
}

.wpp-tooltip::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 24px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    transform: rotate(45deg);
    border-right: 1px solid rgba(201, 164, 92, 0.3);
    border-bottom: 1px solid rgba(201, 164, 92, 0.3);
}

.wpp-floating-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--wpp-green);
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 2rem;
    box-shadow: var(--shadow-wpp);
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.wpp-floating-btn:hover {
    transform: scale(1.08);
    background: var(--wpp-hover);
}

.wpp-floating-btn::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid var(--wpp-green);
    animation: pulse-ring 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes pulse-ring {
    0% { transform: scale(0.9); opacity: 0.9; }
    50% { transform: scale(1.3); opacity: 0; }
    100% { transform: scale(0.9); opacity: 0; }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

/* Alertas de Notificação / Toast */
.alert {
    padding: 14px 18px;
    border-radius: var(--radius-sm);
    margin-bottom: 20px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success {
    background: rgba(45, 125, 100, 0.15);
    border: 1px solid #2d7d64;
    color: #2d7d64;
}

.alert-danger {
    background: rgba(220, 53, 69, 0.15);
    border: 1px solid #dc3545;
    color: #dc3545;
}

/* ==========================================================================
   SEÇÃO SÓCIOS E CORPO JURÍDICO (ADVOCACIA MATOS E ASSOCIADOS)
   ========================================================================== */
.team-section {
    background: var(--bg-cream);
    position: relative;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.partner-card {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 38px 32px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.partner-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gold-gradient);
    opacity: 0;
    transition: var(--transition);
}

.partner-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--gold-400);
}

.partner-card:hover::before {
    opacity: 1;
}

.partner-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
}

.partner-avatar {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: var(--navy-800);
    border: 3px solid var(--gold-400);
    display: grid;
    place-items: center;
    color: var(--gold-400);
    font-size: 2.2rem;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(7, 19, 38, 0.18);
    overflow: hidden;
    position: relative;
}

.partner-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease;
}

.partner-card:hover .partner-avatar img {
    transform: scale(1.08);
}

.partner-header-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.partner-header-info h3 {
    font-size: 1.45rem;
    margin-bottom: 4px;
    color: var(--navy-900);
    font-weight: 800;
}

.partner-role-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: var(--radius-pill);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.partner-role-gold {
    background: rgba(201, 164, 92, 0.15);
    color: var(--gold-600);
    border: 1px solid rgba(201, 164, 92, 0.4);
}

.partner-role-navy {
    background: rgba(7, 19, 38, 0.08);
    color: var(--navy-800);
    border: 1px solid rgba(7, 19, 38, 0.2);
}

.partner-academic-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.74rem;
    color: var(--navy-800);
    background: rgba(201, 164, 92, 0.12);
    border: 1px solid rgba(201, 164, 92, 0.35);
    padding: 3px 10px;
    border-radius: var(--radius-pill);
    font-weight: 600;
    margin-top: 6px;
}

.partner-academic-badge i {
    color: var(--gold-600);
}

.partner-social-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-subtle);
}

.partner-social-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.84rem;
    color: var(--navy-800);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.partner-social-link:hover {
    color: var(--gold-600);
    transform: translateX(2px);
}

.partner-bio {
    color: var(--text-muted);
    font-size: 0.94rem;
    line-height: 1.7;
    margin-bottom: 22px;
}

.partner-specialties-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--navy-800);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.specialty-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 26px;
}

.specialty-tag {
    background: rgba(7, 19, 38, 0.04);
    border: 1px solid var(--border-subtle);
    padding: 5px 12px;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--navy-800);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.specialty-tag i {
    color: var(--gold-600);
    font-size: 0.72rem;
}

.partner-cta {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--border-subtle);
}

/* Faixa de Destaque dos Associados */
.associates-box {
    background: radial-gradient(circle at 85% 20%, rgba(201, 164, 92, 0.18), transparent 35%),
                linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 100%);
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-lg);
    padding: 38px 34px;
    color: #ffffff;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    align-items: center;
    box-shadow: var(--shadow-lg);
}

.associates-box h3 {
    color: #ffffff;
    font-size: 1.45rem;
    margin-bottom: 12px;
}

.associates-box p {
    color: var(--text-white-muted);
    font-size: 0.94rem;
    line-height: 1.65;
    margin-bottom: 18px;
}

.associates-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.associate-badge-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(224, 196, 135, 0.3);
    padding: 7px 14px;
    border-radius: var(--radius-pill);
    font-size: 0.82rem;
    color: var(--gold-300);
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.pix-notice {
    position: relative;
    z-index: 1100;
    color: var(--navy-800);
}

.pix-notice.is-hidden {
    display: none;
}

.pix-notice-head {
    background: var(--navy-800);
    border-bottom: 1px solid rgba(224, 196, 135, 0.22);
}

.pix-notice-head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 0;
    flex-wrap: wrap;
}

.pix-notice-warn {
    margin: 0;
    flex: 1 1 280px;
    max-width: 520px;
    text-align: right;
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

.pix-notice-warn i {
    color: var(--gold-400);
    margin-right: 4px;
}

.pix-notice-warn a {
    display: inline-block;
    margin-top: 4px;
    color: var(--gold-400);
    font-weight: 700;
}

.pix-notice-body {
    background: #f7f1e6;
    border-bottom: 1px solid rgba(201, 164, 92, 0.35);
    padding: 22px 0 26px;
}

.pix-notice-body h2 {
    font-size: 1.7rem;
    margin: 0 0 10px;
}

.pix-notice-body p {
    margin: 0 0 12px;
    color: var(--text-muted);
    max-width: 820px;
}

.pix-notice-phones {
    font-weight: 700;
    color: var(--navy-800) !important;
}

.pix-notice-link {
    background: #ffffff;
    border: 1px solid var(--gold-600);
    color: var(--navy-800);
}

.pix-notice-link:hover {
    background: var(--gold-400);
    color: var(--navy-900);
    border-color: var(--gold-400);
}

.pix-banner {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    background: linear-gradient(90deg, #3b0d12 0%, #6b1c1c 45%, #8a2a22 100%);
    color: #fff8f0;
    border-bottom: 2px solid var(--gold-500);
    box-shadow: 0 8px 24px rgba(59, 13, 18, 0.35);
}

.pix-banner.is-collapsed {
    display: none;
}

.pix-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    flex-wrap: wrap;
}

.pix-banner-copy {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.45;
    font-weight: 600;
}

.pix-banner-copy i {
    color: var(--gold-400);
    font-size: 1.15rem;
    flex-shrink: 0;
}

.pix-banner-copy strong {
    color: var(--gold-300);
}

.pix-banner-link {
    white-space: nowrap;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--navy-900);
    background: var(--gold-gradient);
    padding: 8px 14px;
    text-decoration: none;
}

.pix-banner-link:hover {
    color: var(--navy-900);
    filter: brightness(1.08);
}

.pix-modal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a2a22;
    margin-bottom: 8px;
}

.pix-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 6px;
}

.pix-modal-actions .btn[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.official-bar {
    border-top: 1px solid rgba(224, 196, 135, 0.22);
    padding: 16px 0 8px;
}

.official-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.official-bar p {
    margin: 0;
    font-size: 0.82rem;
    color: var(--text-white-muted);
    line-height: 1.55;
    max-width: 760px;
}

.official-bar a {
    color: var(--gold-400);
    font-weight: 700;
    font-size: 0.82rem;
    white-space: nowrap;
}

.official-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 40px;
}

.official-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    color: inherit;
    min-height: 210px;
}

.official-card:hover {
    border-color: var(--gold-400);
}

.official-card-static {
    background: var(--navy-900);
    color: #fff;
    border-color: var(--border-gold);
}

.official-card-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--gold-600);
}

.official-card-static .official-card-kicker {
    color: var(--gold-400);
}

.official-card strong {
    font-size: 1.25rem;
    color: var(--navy-800);
    line-height: 1.3;
}

.official-card-static strong {
    color: #fff;
}

.official-card span:last-child {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.official-card-static span:last-child {
    color: var(--text-white-muted);
}

.official-warning {
    background: #fff;
    border-left: 4px solid var(--gold-500);
    padding: 32px 34px;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
}

.official-warning h2 {
    font-size: 1.45rem;
    margin-bottom: 12px;
}

.official-warning ul {
    margin: 16px 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
    color: var(--text-muted);
}

