/* === EMPRESAS-2.PHP - ESTILOS === */

/* Prevenir scroll horizontal */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

body.body-contencioso4 {
    overflow-x: hidden;
}

/* Permitir overflow no hero para janelas não serem cortadas */
body.body-contencioso4 .hero-contencioso-modern {
    overflow-x: visible;
}

* {
    box-sizing: border-box;
}

/* === HERO CONTENCIOSO MODERNO === */
.hero-contencioso-modern {
    background: linear-gradient(135deg, #0D47A1 0%, #1565C0 100%);
    padding: 140px 0 120px;
    position: relative;
    overflow: visible;
    max-width: 100%;
}

.hero-contencioso-modern .centraliza {
    overflow: visible;
}

.hero-contencioso-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    right: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, 30px); }
}

.breadcrumb-hero {
    font-size: 14px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.breadcrumb-hero a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-hero a:hover {
    color: #ffffff;
}

.breadcrumb-hero span {
    color: #ffffff;
}

.hero-grid-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.hero-content-modern {
    max-width: 600px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.hero-tag {
    display: inline-block;
    background: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.hero-content-modern h1 {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 24px;
}

.hero-subtitle {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
    margin: 0 0 40px;
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    padding: 32px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #f59e0b;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.3;
}

.hero-cta-group-modern {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: #f59e0b;
    color: #ffffff;
    padding: 18px 36px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid #f59e0b;
}

.btn-hero-primary:hover {
    background: #d97706;
    border-color: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4);
}

.btn-hero-secondary {
    background: transparent;
    color: #ffffff;
    padding: 18px 36px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.3);
}

.btn-hero-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
}

.hero-visual-modern {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

/* Hero Windows Stack */
.hero-windows-stack {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.window-card {
    position: absolute;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: all 0.3s ease;
}

.window-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
    z-index: 1001 !important;
}

.window-back {
    width: 380px;
    height: 280px;
    top: 50px;
    left: 0;
    z-index: 1;
    opacity: 0.9;
    transform: rotate(-3deg);
}

.window-middle {
    width: 400px;
    height: 300px;
    top: 80px;
    right: 150px;
    z-index: 2;
    opacity: 0.95;
    transform: rotate(2deg);
}

.window-front {
    width: 420px;
    height: 200px;
    bottom: 40px;
    left: 50px;
    z-index: 3;
    border: 2px solid var(--primary-orange);
}

.window-search {
    width: 100%;
    max-width: 650px;
    height: 420px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    border: 2px solid var(--primary-blue);
    transform: none;
}

.window-header {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #ddd;
}

.window-header.alert {
    background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);
}

.window-dots {
    display: flex;
    gap: 6px;
}

.window-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
}

.window-dots span:nth-child(1) {
    background: #FF5F56;
}

.window-dots span:nth-child(2) {
    background: #FFBD2E;
}

.window-dots span:nth-child(3) {
    background: #27C93F;
}

.window-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
}

.window-content {
    padding: 24px;
    background: #ffffff;
    position: relative;
    min-height: 320px;
}

/* Mini Chart */
.mini-chart {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 120px;
}

.mini-chart .chart-bar {
    flex: 1;
    background: linear-gradient(180deg, var(--primary-blue) 0%, var(--secondary) 100%);
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
}

.mini-chart .chart-bar:hover {
    opacity: 0.8;
}

/* Process List Mini */
.process-list-mini {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.process-mini-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: var(--bg-light);
    border-radius: 6px;
    border-left: 3px solid var(--primary-blue);
}

.process-mini-icon {
    width: 24px;
    height: 24px;
    background: #E8F5E9;
    color: #2E7D32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.process-mini-info {
    flex: 1;
}

.process-mini-number {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2px;
}

.process-mini-status {
    font-size: 10px;
    color: var(--text-light);
}

/* Alert Content */
.alert-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.alert-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.alert-text {
    flex: 1;
}

.alert-text strong {
    display: block;
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.alert-text p {
    font-size: 13px;
    color: var(--text-medium);
    margin: 0;
}

.alert-badge {
    background: linear-gradient(135deg, #FF5722 0%, #E64A19 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    flex-shrink: 0;
}

/* Floating AI Badge */
.floating-ai-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary) 100%);
    padding: 16px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 32px rgba(13, 71, 161, 0.4);
    z-index: 4;
    animation: floatBadge 3s ease-in-out infinite;
}

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

.ai-badge-icon {
    font-size: 28px;
}

.ai-badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ai-badge-text strong {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
}

.ai-badge-text span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
}

/* Search Flow Animation */
.search-flow-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

/* Estado 1: Digitação (0-3s) */
.window-search .step-1 {
    animation: showStep1 12s infinite;
    z-index: 1;
}

@keyframes showStep1 {
    0%, 24% { opacity: 1; z-index: 10; }
    25%, 100% { opacity: 0; z-index: 1; }
}

.search-input-wrapper {
    position: relative;
}

.search-input-demo {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--primary-blue);
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    background: #f8f9fa;
    color: transparent;
}

.placeholder-text {
    position: absolute;
    left: 16px;
    top: 12px;
    font-size: 14px;
    color: #aaa;
    pointer-events: none;
    z-index: 2;
    animation: fadePlaceholder 0.3s 1s forwards;
}

@keyframes fadePlaceholder {
    to { opacity: 0; }
}

.typing-text {
    position: absolute;
    left: 16px;
    top: 12px;
    font-size: 14px;
    color: var(--text-dark);
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid var(--primary-blue);
    animation: typing 2s steps(14) 1s both, blink 0.75s 1s step-end infinite;
    width: 0;
    z-index: 2;
}

@keyframes typing {
    from { width: 0; }
    to { width: 140px; }
}

@keyframes blink {
    50% { border-color: transparent; }
}

/* Estado 2: Buscando (3-6s) */
.window-search .step-2 {
    animation: showStep2 12s infinite;
    z-index: 1;
}

@keyframes showStep2 {
    0%, 24% { opacity: 0; z-index: 1; }
    25%, 49% { opacity: 1; z-index: 10; }
    50%, 100% { opacity: 0; z-index: 1; }
}

.searching-animation {
    text-align: center;
    padding: 20px 0;
}

.search-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid var(--primary-blue);
    border-radius: 50%;
    margin: 0 auto 16px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.searching-animation p {
    font-size: 14px;
    color: var(--text-medium);
    margin: 0 0 16px 0;
    font-weight: 600;
}

.search-progress {
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.search-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-blue) 0%, var(--secondary) 100%);
    border-radius: 3px;
    animation: progress 2.5s ease-out both;
}

@keyframes progress {
    from { width: 0%; }
    to { width: 100%; }
}

/* Estado 3: Processos Encontrados (6-9s) */
.window-search .step-3 {
    animation: showStep3 12s infinite;
    z-index: 1;
}

@keyframes showStep3 {
    0%, 49% { opacity: 0; z-index: 1; }
    50%, 74% { opacity: 1; z-index: 10; }
    75%, 100% { opacity: 0; z-index: 1; }
}

.found-processes {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.found-header {
    padding: 12px;
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
    border-radius: 6px;
    text-align: center;
}

.found-header strong {
    color: var(--primary-blue);
    font-size: 15px;
}

.found-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.found-item {
    padding: 10px 12px;
    background: var(--bg-light);
    border-radius: 6px;
    font-size: 12px;
    color: var(--text-dark);
    border-left: 3px solid var(--primary-blue);
    animation: slideIn 0.3s ease both;
}

.found-item:nth-child(1) {
    animation-delay: 0.1s;
}

.found-item:nth-child(2) {
    animation-delay: 0.2s;
}

.found-item:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Estado 4: Análises Geradas (9-12s) */
.window-search .step-4 {
    animation: showStep4 12s infinite;
    z-index: 1;
}

@keyframes showStep4 {
    0%, 74% { opacity: 0; z-index: 1; }
    75%, 100% { opacity: 1; z-index: 10; }
}

.analysis-results {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.analysis-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: linear-gradient(135deg, #F3E5F5 0%, #E1BEE7 100%);
    border-radius: 8px;
    border-left: 4px solid #9C27B0;
    animation: popIn 0.4s ease both;
}

.analysis-card:nth-child(1) {
    animation-delay: 0.2s;
}

.analysis-card:nth-child(2) {
    animation-delay: 0.4s;
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.analysis-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.analysis-info {
    flex: 1;
}

.analysis-info strong {
    display: block;
    font-size: 13px;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.analysis-info p {
    font-size: 12px;
    color: var(--text-medium);
    margin: 0;
}

.analysis-status {
    width: 24px;
    height: 24px;
    background: #4CAF50;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

/* Responsivo */
@media (max-width: 1024px) {
    .hero-grid-modern {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .hero-content-modern h1 {
        font-size: 42px;
    }

    .hero-stats {
        gap: 24px;
    }

    .hero-floating-card {
        left: 20px;
        bottom: 20px;
    }
}

@media (max-width: 768px) {
    .hero-contencioso-modern {
        padding: 100px 0 60px;
    }

    .hero-content-modern h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 20px;
        padding: 24px 0;
    }

    .stat-number {
        font-size: 28px;
    }

    .hero-floating-card {
        position: static;
        margin-top: 20px;
    }
}

/* Botões amarelo queimado para outras seções */
.cta-topo.cta-azul,
.modal-v2-trigger,
.vantagensemp_botao a {
    background-color: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #ffffff !important;
}

.cta-topo.cta-azul:hover,
.modal-v2-trigger:hover,
.vantagensemp_botao a:hover {
    background-color: #d97706 !important;
    border-color: #d97706 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4) !important;
}

/* Ajustes para o dropdown "Faça um Tour" no hero */
.hero-cta-group-modern {
    position: relative;
    z-index: 10;
    overflow: visible;
}

.hero-cta-group-modern .nav-button-wrapper {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: relative;
}

.hero-cta-group-modern .nav-links-container {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 12px;
    z-index: 9999;
    min-width: 600px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    padding: 12px;
}

.hero-cta-group-modern .nav-links-container.active {
    display: block;
}

@media (max-width: 768px) {
    .hero-cta-group-modern .nav-links-container {
        min-width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* === CSS DOS BLOCOS CONTENCIOSO3 === */
:root {
    --primary-blue: #0D47A1;
    --secondary: #1565C0;
    --primary-orange: #f59e0b;
    --dark-orange: #d97706;
    --text-dark: #0E1B2E;
    --text-medium: #3A4050;
    --text-light: #6B7488;
    --bg-light: #F7F9FC;
    --border-color: #E5E8EF;
}

/* Prova Social */
.social-proof {
    background: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.social-proof h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0 0 16px;
}

.social-proof p {
    font-size: 18px;
    color: var(--text-medium);
    margin: 0 0 48px;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.logo-item img {
    max-width: 140px;
    height: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    filter: grayscale(100%);
}

.logo-item:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

/* Top Funcionalidades */
.top-funcionalidades {
    background: var(--bg-light);
    padding: 80px 0;
}

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

.section-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0 0 16px;
}

.section-header p {
    font-size: 20px;
    color: var(--text-medium);
    line-height: 1.6;
}

.funcionalidades-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.func-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    text-align: center;
}

.func-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: var(--primary-blue);
}

.func-tag {
    display: inline-block;
    background: rgba(13, 71, 161, 0.1);
    color: #0D47A1;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.func-icon {
    width: 64px;
    height: 64px;
    background: var(--bg-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #0D47A1;
}

.func-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 12px;
    line-height: 1.4;
}

.func-card p {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.6;
    margin: 0;
}

/* Feature Sections */
.feature-section {
    padding: 80px 0;
    background: #ffffff;
}

.feature-section:nth-child(even) {
    background: var(--bg-light);
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.feature-grid.reverse {
    direction: rtl;
}

.feature-grid.reverse > * {
    direction: ltr;
}

.feature-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0 0 20px;
    line-height: 1.2;
}

.feature-content p {
    font-size: 18px;
    color: var(--text-medium);
    line-height: 1.7;
    margin: 0 0 24px;
}

.feature-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.feature-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 16px;
    color: var(--text-medium);
}

.feature-benefits li::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #E8F5E9;
    color: #2E7D32;
    border-radius: 50%;
    font-weight: 700;
    flex-shrink: 0;
}

.btn-primary {
    background: var(--primary-orange);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-orange);
}

.btn-primary:hover {
    background: var(--dark-orange);
    border-color: var(--dark-orange);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4);
}

/* Ilustrações HTML */
.illustration-container {
    background: var(--bg-light);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    min-height: 400px;
}

.dashboard-illustration {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--border-color);
}

.dashboard-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
}

.dashboard-filters {
    display: flex;
    gap: 8px;
}

.filter-badge {
    background: #E3F2FD;
    color: var(--primary-blue);
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
}

.process-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.process-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    border-left: 4px solid var(--primary-blue);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.process-info {
    flex: 1;
}

.process-number {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 4px;
}

.process-desc {
    font-size: 12px;
    color: var(--text-medium);
}

.process-status {
    background: #E8F5E9;
    color: #2E7D32;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.prazos-illustration {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--border-color);
}

.calendar-month {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
}

.alert-badges {
    display: flex;
    gap: 8px;
}

.alert-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #FFF3E0;
    color: #E65100;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
}

.alert-dot {
    width: 8px;
    height: 8px;
    background: #E65100;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.prazo-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.prazo-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    gap: 16px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.prazo-date {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    min-width: 60px;
}

.prazo-day {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.prazo-month {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 4px;
}

.prazo-details {
    flex: 1;
}

.prazo-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.prazo-desc {
    font-size: 12px;
    color: var(--text-medium);
}

.indicadores-illustration {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.stat-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.stat-card-label {
    font-size: 12px;
    color: var(--text-light);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-blue);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-change {
    font-size: 12px;
    color: #2E7D32;
    font-weight: 600;
}

.stat-change.negative {
    color: #c62828;
}

.chart-container {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.chart-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 120px;
}

.chart-bar {
    flex: 1;
    background: linear-gradient(180deg, var(--primary-blue) 0%, var(--secondary) 100%);
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: all 0.3s ease;
}

.chart-bar:hover {
    opacity: 0.8;
}

.chart-bar-label {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: var(--text-light);
    white-space: nowrap;
}

/* Seção IA Jurídica */
.ia-section {
    background: #ffffff;
    padding: 100px 0;
}

.section-eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-orange);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ia-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 60px;
}

.ia-feature-card {
    background: var(--bg-light);
    border-radius: 16px;
    padding: 40px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.ia-feature-card:hover {
    border-color: var(--primary-blue);
    box-shadow: 0 8px 32px rgba(13, 71, 161, 0.15);
}

.ia-feature-highlight {
    background: linear-gradient(135deg, rgba(13, 71, 161, 0.05) 0%, rgba(21, 101, 192, 0.05) 100%);
    border-color: var(--primary-blue);
}

.ia-feature-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.ia-feature-icon {
    width: 56px;
    height: 56px;
    background: var(--primary-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

.ia-feature-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.ia-feature-card p {
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.7;
    margin: 0 0 20px;
}

.ia-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ia-feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    color: var(--text-medium);
}

.ia-feature-list li::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #E8F5E9;
    color: #2E7D32;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    flex-shrink: 0;
}

/* Animação de Resumo de Publicação */
.ia-animation-container {
    margin-top: 32px;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: center;
}

.ia-document-before,
.ia-document-after {
    background: var(--bg-light);
    border-radius: 8px;
    padding: 16px;
    border: 1px solid var(--border-color);
}

.ia-doc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-color);
}

.ia-doc-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(13, 71, 161, 0.1);
    color: var(--primary-blue);
    text-transform: uppercase;
}

.ia-doc-badge.success {
    background: rgba(46, 125, 50, 0.1);
    color: #2E7D32;
}

.ia-doc-pages,
.ia-doc-time {
    font-size: 12px;
    color: var(--text-light);
}

.ia-doc-lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ia-line {
    height: 4px;
    background: var(--border-color);
    border-radius: 2px;
    animation: shimmer 2s infinite;
}

.ia-line.short {
    width: 70%;
}

@keyframes shimmer {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.ia-processing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.ia-ai-icon {
    font-size: 32px;
    animation: bounce 1s infinite;
}

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

.ia-processing-text {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-blue);
}

.ia-summary-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ia-summary-item {
    font-size: 13px;
    color: var(--text-medium);
    padding: 8px;
    background: #ffffff;
    border-radius: 6px;
    border-left: 3px solid var(--primary-blue);
}

.ia-summary-item.highlight {
    background: rgba(245, 158, 11, 0.1);
    border-left-color: var(--primary-orange);
    font-weight: 600;
}

.ia-summary-item strong {
    color: var(--text-dark);
}

/* Comparação */
.comparacao {
    background: var(--bg-light);
    padding: 80px 0;
}

.comparacao-table {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0,0,0,0.12);
    margin-top: 48px;
    border: 1px solid var(--border-color);
}

.comparacao-header {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    background: linear-gradient(135deg, #0D47A1 0%, #1565C0 100%);
    color: #ffffff;
    position: relative;
}

.comparacao-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-orange);
}

.comparacao-header div {
    padding: 32px 24px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.comparacao-header div:first-child {
    justify-content: flex-start;
    padding-left: 40px;
}

.comparacao-row {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.comparacao-row:hover {
    background: rgba(13, 71, 161, 0.02);
}

.comparacao-row:last-child {
    border-bottom: none;
}

.comparacao-row div {
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
}

.comparacao-row div:first-child {
    font-weight: 700;
    color: var(--text-dark);
    justify-content: flex-start;
    text-align: left;
    padding-left: 40px;
    font-size: 16px;
    background: var(--bg-light);
}

.comparacao-row div:nth-child(2) {
    background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);
    color: var(--text-dark);
    position: relative;
    border-left: 3px solid #FF9800;
}

.comparacao-row div:nth-child(2)::before {
    content: '❌';
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 16px;
    opacity: 0.5;
}

.comparacao-row div:nth-child(3) {
    background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
    color: var(--text-dark);
    font-weight: 600;
    position: relative;
    border-left: 3px solid #4CAF50;
}

.comparacao-row div:nth-child(3)::before {
    content: '✓';
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    color: #2E7D32;
    font-weight: 700;
}

/* Responsivo - Notebooks (max-width: 1400px) */
@media (max-width: 1400px) {
    /* Hero */
    .hero-content-modern h1 {
        font-size: 44px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 13px;
    }

    /* Hero Windows */
    .hero-windows-stack {
        width: 450px;
        height: 420px;
    }

    .window-back {
        width: 320px;
        height: 240px;
    }

    .window-middle {
        width: 340px;
        height: 260px;
    }

    .window-front {
        width: 360px;
        height: 180px;
    }

    .window-search {
        width: 380px;
        height: 280px;
        right: -20px;
    }

    /* Seções */
    .section-header h2 {
        font-size: 36px;
    }

    .section-header p {
        font-size: 18px;
    }

    /* Cards de funcionalidades */
    .func-card h3 {
        font-size: 17px;
    }

    .func-card p {
        font-size: 14px;
    }

    /* Features */
    .feature-content h2 {
        font-size: 32px;
    }

    .feature-content p {
        font-size: 16px;
    }

    .feature-benefits li {
        font-size: 15px;
    }

    /* IA Section */
    .ia-feature-card h3 {
        font-size: 20px;
    }

    .ia-feature-card p {
        font-size: 15px;
    }

    /* Tabela Comparativa */
    .comparacao-header div {
        font-size: 18px;
        padding: 28px 20px;
    }

    .comparacao-row div {
        font-size: 14px;
        padding: 24px 20px;
    }

    .comparacao-row div:first-child {
        font-size: 15px;
        padding-left: 32px;
    }
}

/* Responsivo - Mobile (max-width: 768px) */
@media (max-width: 768px) {
    /* Hero */
    .hero-contencioso-modern {
        padding: 80px 0 60px;
    }

    .hero-grid-modern {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-content-modern h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 12px;
    }

    /* Hero Windows */
    .hero-windows-stack {
        width: 100%;
        height: 400px;
        max-width: 350px;
    }

    .window-back {
        width: 280px;
        height: 200px;
        top: 30px;
        left: 10px;
    }

    .window-middle {
        width: 300px;
        height: 220px;
        top: 60px;
        right: 10px;
    }

    .window-front {
        width: 320px;
        height: 160px;
        bottom: 30px;
        left: 20px;
    }

    .window-search {
        width: 300px;
        height: 240px;
        top: 10px;
        right: -15px;
    }

    .floating-ai-badge {
        bottom: -10px;
        right: -10px;
        padding: 12px 16px;
    }

    .ai-badge-text strong {
        font-size: 12px;
    }

    .ai-badge-text span {
        font-size: 10px;
    }

    .found-item {
        font-size: 10px;
        padding: 8px 10px;
    }

    .analysis-card {
        padding: 10px;
    }

    .analysis-info strong {
        font-size: 11px;
    }

    .analysis-info p {
        font-size: 10px;
    }

    /* Seções */
    .section-header h2 {
        font-size: 28px;
    }

    .section-header p {
        font-size: 16px;
    }

    /* Funcionalidades Grid */
    .funcionalidades-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .func-card {
        padding: 24px;
    }

    .func-card h3 {
        font-size: 16px;
    }

    .func-card p {
        font-size: 14px;
    }

    /* Features */
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .feature-content h2 {
        font-size: 26px;
    }

    .feature-content p {
        font-size: 15px;
    }

    /* IA Section */
    .ia-section {
        padding: 60px 0;
    }

    .ia-features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ia-feature-card {
        padding: 28px;
    }

    .ia-feature-card h3 {
        font-size: 18px;
    }

    .ia-feature-card p {
        font-size: 14px;
    }

    .ia-animation-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ia-processing {
        order: 2;
    }

    .ia-document-after {
        order: 3;
    }

    /* Tabela Comparativa */
    .comparacao {
        padding: 60px 0;
    }

    .comparacao-table {
        border-radius: 12px;
    }

    .comparacao-header {
        grid-template-columns: 1fr;
    }

    .comparacao-header div {
        padding: 20px;
        font-size: 16px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .comparacao-header div:first-child {
        padding-left: 20px;
    }

    .comparacao-header div:last-child {
        border-bottom: none;
    }

    .comparacao-row {
        grid-template-columns: 1fr;
    }

    .comparacao-row div {
        padding: 20px;
        font-size: 13px;
        border-bottom: 1px solid var(--border-color);
    }

    .comparacao-row div:first-child {
        font-size: 14px;
        padding-left: 20px;
        border-bottom: 2px solid var(--primary-blue);
    }

    .comparacao-row div:nth-child(2)::before,
    .comparacao-row div:nth-child(3)::before {
        top: 8px;
        right: 8px;
        font-size: 14px;
    }

    .comparacao-row:last-child div:last-child {
        border-bottom: none;
    }

    /* Logos Grid */
    .logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* FAQ */
    .faq-wrapper {
        padding: 60px 0;
    }

    .faq-question {
        font-size: 16px;
        padding: 20px;
    }

    .faq-question::after {
        font-size: 24px;
    }

    .faq-answer-content {
        padding: 0 20px 20px;
        font-size: 14px;
    }
}

/* === FAQ - Accordion === */
.faq-wrapper {
    width: 100%;
    background: #ffffff;
    padding: 100px 0;
}

.faq-list {
    max-width: 900px;
    margin: 60px auto 0;
}

.faq-item {
    background: var(--bg-light);
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.faq-question {
    width: 100%;
    padding: 32px;
    background: none;
    border: none;
    text-align: left;
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-blue);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: var(--primary-orange);
}

.faq-question::after {
    content: "+";
    font-size: 32px;
    font-weight: 300;
    color: var(--primary-orange);
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
}

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

.faq-answer-content {
    padding: 0 32px 32px;
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.8;
}
