/* === CSS DO COMPARATIVO FINAL === */

.ligacoes-comparativo-section {
    padding: 6rem 0;
    background: #f8fafc;
}

.comparativo-header {
    text-align: center;
    margin-bottom: 4rem;
}

.comparativo-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.comparativo-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 48rem;
    margin: 0 auto;
    line-height: 1.6;
}

.casos-uso-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.caso-uso-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
    border-left: 3px solid #3b82f6;
    transition: all 0.3s ease;
}

.caso-uso-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-left-color: #8b5cf6;
}

.caso-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.caso-icon {
    font-size: 2rem;
    padding: 0.75rem;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
}

.caso-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.caso-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.caso-features {
    margin-top: 0.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #374151;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.75rem;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 0.5rem;
    border-left: 2px solid #3b82f6;
    transition: all 0.2s ease;
}

.feature-item:hover {
    background: rgba(59, 130, 246, 0.08);
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-icon {
    color: #3b82f6;
    font-weight: 600;
    font-size: 1rem;
    min-width: 16px;
}

.feature-text {
    color: #1f2937;
    font-weight: 500;
}

.feature-icon {
    color: #3b82f6;
    font-weight: 600;
}

.feature-text {
    flex: 1;
}

/* Resumo Final */
.resumo-final {
    margin-top: 4rem;
}

.resumo-card {
    background: white;
    border-radius: 1.5rem;
    padding: 3rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #3b82f6;
}

.resumo-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
    margin-bottom: 3rem;
}

.resumo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.resumo-lista {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.resumo-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.resumo-icon {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 1rem;
    border-radius: 1rem;
    border: 2px solid #3b82f6;
    flex-shrink: 0;
}

.resumo-content {
    flex: 1;
}

.resumo-subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.resumo-text {
    color: #6b7280;
    line-height: 1.6;
}

.highlight-text {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* === SEÇÃO DE TRANSCRIÇÃO === */
.transcricao-section {
    padding: 4rem 0;
    background: white;
    margin: 4rem 0;
}

.transcricao-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.transcricao-demo {
    background: #f8fafc;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid #e5e7eb;
}

.call-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.call-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.call-icon {
    font-size: 1.5rem;
}

.call-details {
    display: flex;
    flex-direction: column;
}

.call-contact {
    font-weight: 600;
    color: #1f2937;
    font-size: 1rem;
}

.call-time {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.call-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.call-status.success {
    background: #d1fae5;
    color: #065f46;
}

.transcricao-content {
    margin-bottom: 1.5rem;
}

.transcricao-message {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.transcricao-message.ia {
    flex-direction: row;
}

.transcricao-message.client {
    flex-direction: row-reverse;
}

.message-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background: #e5e7eb;
    flex-shrink: 0;
}

.transcricao-message.ia .message-avatar {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

.transcricao-message.client .message-avatar {
    background: #f3f4f6;
}

.message-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.transcricao-message.client .message-content {
    align-items: flex-end;
}

.message-sender {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.25rem;
}

.message-text {
    background: white;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    margin-bottom: 0.25rem;
    line-height: 1.5;
    font-size: 0.9rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.transcricao-message.ia .message-text {
    background: #eff6ff;
    border: 1px solid #dbeafe;
}

.transcricao-message.client .message-text {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.message-time {
    font-size: 0.75rem;
    color: #9ca3af;
}

.view-more {
    text-align: center;
    padding: 1rem;
    border-top: 1px solid #e5e7eb;
    margin-top: 1rem;
}

.view-more-text {
    color: #3b82f6;
    font-weight: 500;
    cursor: pointer;
    font-size: 0.875rem;
}

.transcricao-insights {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    margin-top: 1.5rem;
}

.insights-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.insight-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.insight-label {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
}

.insight-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
}

.insight-value.high {
    color: #059669;
}

.sentiment-bar {
    width: 100%;
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
    margin: 0.25rem 0;
}

.sentiment-fill {
    height: 100%;
    transition: width 0.3s ease;
}

.sentiment-fill.positive {
    background: #10b981;
}

.transcricao-features {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid #e5e7eb;
}

.features-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feature-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 0.75rem;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.feature-description {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
}

/* === BENEFÍCIOS AVANÇADOS === */
.beneficios-avancados {
    padding: 5rem 0;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
}

.beneficios-avancados .section-title {
    color: white;
    text-align: center;
    margin-bottom: 1rem;
}

.beneficios-avancados .section-subtitle {
    text-align: center;
    color: #cbd5e1;
    margin-bottom: 3rem;
}

.vantagens-container {
    max-width: 1200px;
    margin: 0 auto;
}

.vantagem-principal {
    margin: 15px;
}

.vantagem-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.vantagem-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.15);
}

.vantagem-card.destaque {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.3);
    padding: 3rem;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.vantagem-icon {
    font-size: 2rem;
}

.vantagem-icon.big {
    font-size: 3rem;
}

.vantagem-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.vantagem-card.destaque .vantagem-title {
    font-size: 2rem;
}

.vantagem-stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
}

.stat-metric {
    font-weight: 600;
    color: #e2e8f0;
}

.stat-comparison {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.old-value {
    color: #fca5a5;
    font-size: 0.875rem;
}

.arrow {
    color: #60a5fa;
}

.new-value {
    color: #86efac;
    font-weight: 600;
}

.improvement {
    background: #059669;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.vantagens-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 15px;
}

.vantagem-description {
    color: #cbd5e1;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.vantagem-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.detail-label {
    color: #94a3b8;
    font-size: 0.875rem;
}

.detail-value {
    color: #fbbf24;
    font-weight: 600;
}

/* Responsividade */
@media (max-width: 768px) {
    .casos-uso-grid {
        grid-template-columns: 1fr;
    }
    
    .resumo-card {
        padding: 2rem;
    }
    
    .resumo-title {
        font-size: 1.75rem;
    }
    
    .resumo-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .resumo-lista {
        gap: 1.5rem;
    }
    
    .resumo-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .resumo-icon {
        align-self: center;
    }
    
    /* Responsividade das novas seções */
    .transcricao-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .transcricao-demo {
        padding: 1.5rem;
    }
    
    .call-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .transcricao-message {
        gap: 0.75rem;
    }
    
    .message-avatar {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }
    
    .insights-grid {
        grid-template-columns: 1fr;
    }
    
    .transcricao-features {
        padding: 1.5rem;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .vantagens-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .vantagem-card.destaque {
        padding: 2rem;
    }
    
    .card-header {
        flex-direction: column;
        text-align: center;
    }
    
    .stat-row {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .stat-comparison {
        justify-content: center;
    }
    
    .vantagem-detail {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}
