/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Seção principal */
.essencia-section {
    padding: 80px 16px;
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    min-height: 100vh;
}

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

/* Header */
.header {
    text-align: center;
    margin-bottom: 80px;
}

.header h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 16px;
}

.divider {
    width: 96px;
    height: 4px;
    background: linear-gradient(45deg, #fcb900, #fbbf24);
    margin: 0 auto;
    border-radius: 2px;
}

/* Section blocks */
.section-block {
    margin-bottom: 80px;
}

.section-block h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #111827;
    margin-bottom: 48px;
}

/* Content cards (Missão e Visão) */
.content-card {
    max-width: 1024px;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 32px;
    border: 1px solid #f3f4f6;
    transition: all 0.3s ease;
}

.content-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.icon-container .icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(45deg, #fcb900, #fbbf24);
    border-radius: 50%;
    padding: 16px;
    color: white;
}

.content-card p {
    color: #374151;
    line-height: 1.75;
    font-size: 1.125rem;
    text-align: center;
}

/* Valores subtitle */
.valores-subtitle {
    text-align: center;
    color: #6b7280;
    font-size: 1.125rem;
    margin-bottom: 48px;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
}

/* Values grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.value-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    padding: 24px;
    border: 1px solid #f3f4f6;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.value-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(-4px);
}

.value-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.value-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(45deg, #fcb900, #fbbf24);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.value-card:hover .value-icon {
    transform: scale(1.1);
}

.value-icon svg {
    width: 24px;
    height: 24px;
    color: white;
}

.value-header h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
    line-height: 1.3;
}

.value-card p {
    color: #6b7280;
    line-height: 1.6;
}

/* CTA Section */
.cta-container {
    text-align: center;
}

.cta-card {
    display: inline-block;
    background: linear-gradient(45deg, #fcb900, #fbbf24);
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.cta-card h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 16px;
}

.cta-card p {
    color: white;
    font-size: 1.125rem;
    opacity: 0.9;
}

/* Responsividade */
@media (max-width: 768px) {
    .essencia-section {
        padding: 60px 16px;
    }
    
    .header h2 {
        font-size: 2.25rem;
    }
    
    .header {
        margin-bottom: 60px;
    }
    
    .section-block {
        margin-bottom: 60px;
    }
    
    .section-block h3 {
        font-size: 1.75rem;
        margin-bottom: 32px;
    }
    
    .content-card {
        padding: 24px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .value-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .value-icon {
        margin-right: 0;
        margin-bottom: 16px;
    }
    
    .cta-card {
        padding: 24px;
    }
    
    .cta-card h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .header h2 {
        font-size: 2rem;
    }
    
    .content-card p {
        font-size: 1rem;
    }
    
    .valores-subtitle {
        font-size: 1rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
}
/* =============================================
   SEÇÃO DE CONTATO - CSS ESPECÍFICO
   ============================================= */

/* -- Reset Básico e Estilos Gerais da Seção -- */
#contato {
    background-color: #f8f9fa; /* Um cinza bem claro para o fundo */
    padding: 80px 0;
    font-family: 'Poppins', sans-serif; /* Fonte moderna e legível */
    color: #333;
}

/* Garante que o container interno respeite os limites */
#contato .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* -- Cabeçalho da Seção -- */
#contato .section-header {
    text-align: center;
    margin-bottom: 60px;
}

#contato .section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50; /* Um azul escuro sóbrio */
    margin-bottom: 15px;
}

#contato .section-subtitle {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* -- Layout Principal (Informações + Formulário) -- */
#contato .contact-content {
    display: flex;
    gap: 30px; /* Espaço entre as duas colunas */
    align-items: stretch; /* Faz as colunas terem a mesma altura */
}

#contato .contact-info,
#contato .contact-form-container {
    flex: 1; /* Faz com que cada coluna ocupe metade do espaço */
}

/* -- Cards de Conteúdo (caixas brancas) -- */
#contato .contact-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
}

#contato .contact-card-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

/* Detalhe com o gradiente abaixo do título do card */
#contato .contact-card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(135deg, #fcb900, #fbbf24);
}


/* -- Estilos da Coluna de Informações -- */
#contato .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

#contato .contact-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.4rem;
    /* Aplicação do gradiente principal */
    background: linear-gradient(135deg, #fcb900, #fbbf24);
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4);
}

#contato .contact-details h4 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

#contato .contact-details p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

/* -- Redes Sociais -- */
#contato .social-media {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #e9ecef;
}

#contato .social-media h4 {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

#contato .social-icons {
    display: flex;
    gap: 15px;
}

#contato .social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #555;
    background-color: #e9ecef;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}

#contato .social-icon:hover {
    color: #ffffff;
    /* Efeito de destaque com o gradiente no hover */
    background: linear-gradient(135deg, #fcb900, #fbbf24);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* -- Estilos do Formulário -- */
#contato .form-group {
    margin-bottom: 20px;
}

#contato .contact-form label {
    display: block;
    font-weight: 500;
    color: #444;
    margin-bottom: 8px;
}

#contato .contact-form input,
#contato .contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#contato .contact-form input:focus,
#contato .contact-form textarea:focus {
    outline: none;
    border-color: #fcb900;
    box-shadow: 0 0 0 4px rgba(252, 185, 0, 0.2);
}

#contato .contact-form textarea {
    resize: vertical;
}

#contato .submit-btn {
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* Aplicação do gradiente principal */
    background: linear-gradient(135deg, #fcb900, #fbbf24);
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(251, 191, 36, 0.3);
}

#contato .submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.5);
}

#contato .submit-btn i {
    font-size: 1rem;
}

/* =============================================
   RESPONSIVIDADE
   ============================================= */
@media (max-width: 992px) {
    #contato .contact-content {
        flex-direction: column; /* Empilha as colunas */
    }

    #contato .section-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    #contato {
        padding: 60px 0;
    }
    
    #contato .section-title {
        font-size: 2rem;
    }

    #contato .section-subtitle {
        font-size: 1rem;
    }
    
    #contato .contact-card {
        padding: 30px;
    }
}
