.sobre-hero {
    padding: 90px 0 70px;
}

.foto-karin-box {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(90, 23, 133, 0.18);
}

.foto-karin {
    width: 100%;
    display: block;
}

.sobre-hero {
    padding: 80px 0 100px;
}

.sobre-hero h1 {
    color: #5A1785;
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 12px;
}

.sobre-hero h2 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 30px;
}

.sobre-hero p {
    font-size: 22px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 35px;
}

.historia p,
.missao p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}

.tag-topo {
    display: inline-block;
    background: #eadcf7;
    color: #5A1785;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 20px;
}

.historia,
.missao,
.metodo,
.publico,
.cta-final {
    padding: 70px 0;
}

.historia h2,
.missao h2,
.metodo h2,
.publico h2,
.cta-final h2 {
    color: #5A1785;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 28px;
}

.metodo-card {
    background: white;
    border: 1px solid #eadcf7;
    border-radius: 26px;
    padding: 34px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(90, 23, 133, 0.08);
}

.metodo-card h3 {
    color: #5A1785;
    font-weight: 900;
    margin-bottom: 14px;
}

.lista-publico {
    background: white;
    border: 1px solid #eadcf7;
    border-radius: 26px;
    padding: 34px 44px;
    box-shadow: 0 12px 35px rgba(90, 23, 133, 0.08);
    font-size: 18px;
    line-height: 2;
}

.cta-final {
    background: linear-gradient(135deg, #5A1785, #151284);
    color: white;
    margin-top: 60px;
}

.cta-final h2,
.cta-final p {
    color: white;
}

.cta-final p {
    font-size: 20px;
    max-width: 760px;
    margin: 0 auto 34px;
}

@media (max-width: 768px) {
    .sobre-hero {
        text-align: center;
        padding-top: 60px;
    }

    .sobre-hero h1 {
        font-size: 42px;
    }

    .sobre-hero h2 {
        font-size: 26px;
    }

    .foto-placeholder {
        width: 280px;
        height: 340px;
    }
}

/* ==========================================
   QUEBRA VISUAL DAS SEÇÕES
========================================== */

.secao-branca {
    background: white;
    padding: 40px 0;
}

.secao-clara {
    background: #faf7fd;
    padding: 80px 0;
}

.secao-roxa {
    background: linear-gradient(
        135deg,
        #5A1785,
        #7A34A7
    );
    color: white;
    padding: 80px 0;
}

.secao-roxa h2,
.secao-roxa h3,
.secao-roxa p {
    color: white;
}

.secao-roxa .metodo-card h3 {
    color: #5A1785 !important;
}

.secao-roxa .metodo-card p {
    color: #444 !important;
}

.secao-roxa .metodo-card {
    min-height: 220px;
}