/* =============================================
   SOBRE.HTML — Estilos específicos da página
   ============================================= */

/* Hero */
.hero-sobre {
    background: linear-gradient(135deg, #1A1A2E 0%, #2d2d44 100%);
    padding: 80px 0 70px;
    color: #fff;
}

.breadcrumb-sobre .breadcrumb-item a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-sobre .breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-sobre .breadcrumb-item.active {
    color: rgba(255,255,255,0.45);
}

.breadcrumb-sobre .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.35);
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #fff;
}

.text-highlight {
    color: #D93240;
}

.hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.82);
    max-width: 680px;
    margin: 0;
}

/* Utilitário de espaçamento */
.py-6 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Títulos de seção */
.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 0.75rem;
}

.section-subtitle {
    font-size: 1.05rem;
    color: #6C757D;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.7;
}

/* =============================================
   SEÇÃO: NOSSA TRAJETÓRIA
   ============================================= */
.historia {
    background: #fff;
}

.historia-texto {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #444;
    margin-bottom: 1.3rem;
}

.historia-texto:last-child {
    margin-bottom: 0;
}

/* Timeline */
.timeline {
    position: relative;
    padding-left: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #D93240, rgba(217,50,64,0.15));
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
    position: relative;
}

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

.timeline-marker {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #D93240;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    z-index: 1;
    box-shadow: 0 4px 14px rgba(217,50,64,0.35);
}

.timeline-content {
    background: #F8F9FA;
    border-radius: 12px;
    padding: 18px 20px;
    flex: 1;
    border-left: 3px solid #D93240;
}

.timeline-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 6px;
}

.timeline-content p {
    font-size: 0.92rem;
    color: #6C757D;
    margin: 0;
    line-height: 1.65;
}

/* =============================================
   SEÇÃO: EM NÚMEROS
   ============================================= */
.numeros-section {
    background: linear-gradient(135deg, #1A1A2E 0%, #2d2d44 100%);
}

.numero-card {
    padding: 32px 16px;
}

.numero-valor {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 800;
    color: #D93240;
    line-height: 1;
    margin-bottom: 12px;
}

.numero-label {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.45;
}

/* =============================================
   SEÇÃO: O QUE NOS MOVE
   ============================================= */
.valores-section {
    background: #F8F9FA;
}

.valor-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.valor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.valor-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #fde8ea;
    color: #D93240;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.valor-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 10px;
}

.valor-descricao {
    font-size: 0.95rem;
    color: #6C757D;
    line-height: 1.65;
    margin: 0;
}

/* =============================================
   SEÇÃO: SEGMENTOS
   ============================================= */
.segmentos-section {
    background: #fff;
}

.segmento-card {
    display: block;
    text-decoration: none;
    background: #F8F9FA;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    border: 2px solid #DEE2E6;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    color: inherit;
}

.segmento-card:hover {
    border-color: #D93240;
    box-shadow: 0 8px 24px rgba(217,50,64,0.14);
    transform: translateY(-4px);
    color: inherit;
}

.segmento-icon {
    font-size: 2rem;
    color: #D93240;
    margin-bottom: 14px;
}

.segmento-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 8px;
}

.segmento-card p {
    font-size: 0.9rem;
    color: #6C757D;
    line-height: 1.65;
    margin: 0;
}

/* =============================================
   SEÇÃO: CTA
   ============================================= */
.cta-section {
    background: linear-gradient(135deg, #fde8ea 0%, #fff5f6 100%);
}

.cta-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #1A1A2E;
    margin-bottom: 1rem;
}

.cta-subtitulo {
    font-size: 1.1rem;
    color: #6C757D;
    max-width: 560px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

/* =============================================
   RESPONSIVO
   ============================================= */
@media (max-width: 991px) {
    .timeline::before {
        left: 22px;
    }

    .timeline-marker {
        width: 44px;
        height: 44px;
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .py-6 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .hero-sobre {
        padding: 52px 0 44px;
    }

    .numero-card {
        padding: 20px 12px;
    }
}
