/* ========== BANNER ========== */
.page-banner-sobre {
    background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);
    padding: 100px 0 80px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.page-banner-sobre::before {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.page-banner-sobre::after {
    content: '';
    position: absolute;
    top: -20%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(46, 204, 113, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.banner-etiqueta-sobre {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.page-banner-sobre h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.page-banner-sobre p {
    font-size: 1.2rem;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

/* ========== SEÇÃO 1: NOSSA HISTÓRIA ========== */
.nossa-historia {
    padding: 80px 0;
    background: #ffffff;
}

.historia-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.historia-texto {
    flex: 1;
}

.historia-texto h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 800;
    position: relative;
}

.historia-texto h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #3498db;
    margin-top: 15px;
    border-radius: 2px;
}

.historia-texto p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.historia-texto p strong {
    color: #2c3e50;
    font-weight: 700;
}

.destaque-bilingue {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: #ebf5fb;
    padding: 20px 25px;
    border-radius: 15px;
    margin-top: 25px;
    border-left: 4px solid #3498db;
}

.destaque-bilingue svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.destaque-bilingue p {
    margin-bottom: 0;
    font-size: 1rem;
}

.historia-imagem {
    flex: 1;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.historia-imagem img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.experiencia-selo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: white;
    padding: 20px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.experiencia-selo .anos {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #e74c3c;
    line-height: 1;
}

.experiencia-selo .texto {
    display: block;
    font-size: 0.75rem;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

/* ========== SEÇÃO 2: MISSÃO, VISÃO E VALORES ========== */
.missao-visao-valores {
    padding: 80px 0;
    background: #faf9f7;
}

/* Missão e Visão */
.mvv-bloco {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 60px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.mvv-bloco.reverso {
    flex-direction: row-reverse;
}

.mvv-imagem {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.mvv-imagem img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.mvv-imagem:hover img {
    transform: scale(1.05);
}

.mvv-conteudo {
    flex: 1;
    text-align: center;
    padding: 40px;
}

.mvv-icone {
    margin-bottom: 20px;
}

.mvv-conteudo h3 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 800;
}

.mvv-conteudo p {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.7;
    max-width: 400px;
    margin: 0 auto;
}

/* Missão - fundo azul claro */
.missao-bloco .mvv-conteudo {
    background: #ebf5fb;
    border-radius: 20px;
}

/* Visão - fundo verde claro */
.visao-bloco .mvv-conteudo {
    background: #e8f8f5;
    border-radius: 20px;
}

/* ========== VALORES ========== */
.valores-bloco {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 20px 0;
}

.valores-bloco h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 50px;
    font-weight: 800;
    position: relative;
}

.valores-bloco h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #e74c3c;
    margin: 15px auto 0;
    border-radius: 2px;
}

.valores-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.valor-card {
    background: white;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.valor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.valor-icone {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.valor-card h4 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 700;
}

.valor-card p {
    color: #777;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Último card centralizado quando tem 5 itens */
.valor-card:nth-child(5) {
    grid-column: 2 / 3;
}

/* ========== RESPONSIVO ========== */
@media (max-width: 1024px) {
    .page-banner-sobre h1 {
        font-size: 2.5rem;
    }
    
    .historia-wrapper {
        gap: 40px;
    }
    
    .historia-texto h2 {
        font-size: 2rem;
    }
    
    .valores-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px;
    }
    
    .valor-card:nth-child(5) {
        grid-column: 1 / -1;
        max-width: 400px;
        justify-self: center;
    }
}

@media (max-width: 768px) {
    .page-banner-sobre {
        padding: 70px 0 50px;
    }
    
    .page-banner-sobre h1 {
        font-size: 2rem;
    }
    
    .page-banner-sobre p {
        font-size: 1rem;
    }
    
    .historia-wrapper {
        flex-direction: column;
    }
    
    .historia-texto h2 {
        font-size: 1.8rem;
    }
    
    .historia-imagem img {
        height: 350px;
    }
    
    .experiencia-selo {
        padding: 15px 20px;
        bottom: 20px;
        right: 20px;
    }
    
    .experiencia-selo .anos {
        font-size: 1.5rem;
    }
    
    .mvv-bloco,
    .mvv-bloco.reverso {
        flex-direction: column;
        gap: 30px;
    }
    
    .mvv-conteudo {
        padding: 30px;
    }
    
    .mvv-conteudo h3 {
        font-size: 1.8rem;
    }
    
    .valores-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
    
    .valor-card:nth-child(5) {
        grid-column: 1;
        max-width: 100%;
        justify-self: auto;
    }
    
    .valores-bloco h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .page-banner-sobre h1 {
        font-size: 1.8rem;
    }
    
    .historia-texto h2 {
        font-size: 1.5rem;
    }
    
    .historia-texto p {
        font-size: 1rem;
    }
    
    .destaque-bilingue {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px 20px;
    }
    
    .historia-imagem img {
        height: 280px;
    }
    
    .experiencia-selo {
        padding: 12px 18px;
        bottom: 15px;
        right: 15px;
    }
    
    .experiencia-selo .anos {
        font-size: 1.3rem;
    }
    
    .experiencia-selo .texto {
        font-size: 0.7rem;
    }
    
    .mvv-conteudo {
        padding: 25px 20px;
    }
    
    .mvv-conteudo h3 {
        font-size: 1.5rem;
    }
    
    .mvv-conteudo p {
        font-size: 1rem;
    }
    
    .mvv-imagem img {
        height: 250px;
    }
    
    .valores-bloco h2 {
        font-size: 1.8rem;
        margin-bottom: 35px;
    }
    
    .valor-card {
        padding: 25px 20px;
    }
    
    .valor-card h4 {
        font-size: 1.1rem;
    }
    
    .valor-card p {
        font-size: 0.9rem;
    }
}