/* Página Sobre — hero escuro + conteúdo institucional, mesma linguagem visual das páginas de erro. */

.about-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1.5rem 5rem;
    background: linear-gradient(155deg, #040470 0%, #1e266d 55%, #2b3494 130%);
    text-align: center;
    overflow: hidden;
}

.about-hero-wrap {
    width: 100%;
    max-width: 720px;
}

.about-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    margin-bottom: 1.75rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 108, 2, 0.4);
    background-color: rgba(255, 255, 255, 0.06);
    color: #ff6c02;
    font-size: 2.25rem;
}

.about-hero-title {
    margin: 0 0 1rem 0;
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.about-hero-title span {
    color: #ff6c02;
}

.about-hero-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.0625rem;
    line-height: 1.6;
}

.about-section {
    padding: 5rem 1.5rem;
    background-color: #ffffff;
}

.about-wrap {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.about-badge {
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 0.375rem 1.25rem;
    border-radius: 20px;
    background-color: #fff0e2;
    color: #ff6c02;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.125rem;
}

.about-text p {
    margin-bottom: 1.5rem;
    color: #515867;
    font-size: 1.0625rem;
    line-height: 1.8;
}

.about-text strong {
    color: #1e266d;
}

.about-highlight {
    margin: 2.5rem 0;
    padding: 1.75rem 2rem;
    border-left: 4px solid #ff6c02;
    border-radius: 0 12px 12px 0;
    background-color: #f9f9f9;
}

.about-highlight p {
    margin: 0;
    color: #1e266d;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.6;
}

.about-signoff {
    margin-top: 2.5rem;
    color: #1e266d;
    font-weight: 700;
    font-size: 1.125rem;
}

.about-links-section {
    padding: 5rem 1.5rem;
    background-color: #f9f9f9;
    text-align: center;
}

.about-links-title {
    margin-bottom: 2.5rem;
}

.about-links-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    max-width: 760px;
    margin: 0 auto;
}

.about-link-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border: 1px solid #d0dae2;
    border-radius: 12px;
    background-color: #ffffff;
    color: #1e266d;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 0.2s;
}

.about-link-card:hover {
    border-color: #ff6c02;
    color: #ff6c02;
    text-decoration: none;
    transform: translateY(-2px);
}

.about-link-card .fas,
.about-link-card .fab {
    color: #ff6c02;
    font-size: 1.125rem;
}

.about-cta {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

@media (max-width: 576px) {
    .about-hero {
        padding: 4.5rem 1.25rem 3.5rem;
    }

    .about-hero-title {
        font-size: 1.625rem;
    }

    .about-section,
    .about-links-section {
        padding: 3.5rem 1.25rem;
    }

    .about-highlight {
        padding: 1.5rem;
    }

    .about-cta {
        flex-direction: column;
        align-items: center;
    }

    .about-cta .btn-solid-lg,
    .about-cta .btn-outline-lg {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}
