/* ════════════════════════════════════════
   SOBRE NÓS - estilos específicos da página
   Depende de: headerBlack.css, footer.css, home2.css
   ════════════════════════════════════════ */

/* ────────────────────────────────────────
   HERO (ajustes sobre o hero da home)
   ──────────────────────────────────────── */
.Hero--sobrenos .Hero-inner {
    align-items: center;
    padding-bottom: 4.6rem;
}

.Hero--sobrenos .Hero-left {
    margin-bottom: 0.4rem;
}

.Hero--sobrenos .Hero-title {
    font-size: clamp(3rem, 6.5vw, 5.6rem);
}

/* ────────────────────────────────────────
   BLOCO INSTITUCIONAL
   ──────────────────────────────────────── */
.Sn-institucional {
    background: #111212;
    padding: 0 0 4.5rem;
}

.Sn-institucional-inner {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.Sn-institucional-texto {
    flex: 1.1;
    background: var(--white);
    border-radius: 0 0 44px 0;
    padding: clamp(2.4rem, 5vw, 4.2rem) clamp(1.6rem, 6vw, 5.5rem);
    display: flex;
    align-items: center;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.Sn-institucional-texto p {
    font-size: clamp(1.05rem, 1.5vw, 1.45rem);
    line-height: 1.6;
    color: var(--black);
    max-width: 640px;
}

.Sn-institucional-foto {
    flex: 0.9;
    min-height: 320px;
    overflow: hidden;
    border-radius: 0 0 0 44px;
}

.Sn-institucional-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ────────────────────────────────────────
   MISSÃO, VISÃO E VALORES
   ──────────────────────────────────────── */
.Sn-mvv {
    background: #111212;
    padding: 1.5rem clamp(1.5rem, 5vw, 5rem) 6rem;
}

.Sn-mvv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.4rem, 3vw, 2.6rem);
    max-width: 1280px;
    margin: 0 auto;
}

.Sn-mvv-card {
    background: #1d1c1c;
    border-radius: 28px;
    padding: 3.4rem 2.2rem 3rem;
    text-align: center;
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.55),
        0 4px 14px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Sn-mvv-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 24px 55px rgba(0, 0, 0, 0.6),
        0 6px 18px rgba(0, 0, 0, 0.45);
}

.Sn-mvv-card h2 {
    font-family: 'Ultra Telegraf';
    font-size: clamp(1.8rem, 2.6vw, 2.4rem);
    color: var(--white);
}

.Sn-mvv-card p {
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    line-height: 1.6;
    color: var(--white);
    opacity: 0.92;
}

.Sn-mvv-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.Sn-mvv-card li {
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    line-height: 1.5;
    color: var(--white);
    opacity: 0.92;
}

.Sn-mvv-card li::before {
    content: '•';
    margin-right: 0.5rem;
    color: var(--white);
}

/* ────────────────────────────────────────
   DUPLA JORNADA
   ──────────────────────────────────────── */
.Sn-jornada-wrap {
    background: #111212;
}

.Sn-jornada {
    background: var(--white);
    border-radius: 44px 44px 0 0;
    padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 6vw, 6rem) clamp(2.5rem, 5vw, 4rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
}

.Sn-jornada-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.Sn-jornada-col h2 {
    font-family: 'Ultra Telegraf';
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    color: var(--black);
}

.Sn-jornada-col p {
    font-size: clamp(0.98rem, 1.3vw, 1.18rem);
    line-height: 1.65;
    color: var(--black);
    font-weight: 700;
    max-width: 480px;
    margin: 0 auto;
}

/* ────────────────────────────────────────
   COMO FUNCIONA UM PROJETO (TIMELINE)
   ──────────────────────────────────────── */
.Sn-timeline-section {
    background: #f0f0f0;
    padding: 3.5rem clamp(1.5rem, 5vw, 4rem) 5rem;
}

.Sn-pill-title {
    font-family: 'Ultra Telegraf';
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    color: var(--black);
    text-align: center;
    background: var(--white);
    padding: 1.4rem 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    max-width: 1280px;
    margin: 0 auto 3.5rem;
}

.Sn-timeline {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    position: relative;
}

.Sn-etapa {
    display: flex;
    align-items: flex-start;
    gap: clamp(1.4rem, 4vw, 3.5rem);
    position: relative;
}

.Sn-etapa-marker {
    flex-shrink: 0;
    width: clamp(96px, 11vw, 150px);
    display: flex;
    justify-content: center;
    position: relative;
    align-self: stretch;
}

/* linha vertical conectando as etapas */
.Sn-etapa:not(:last-child) .Sn-etapa-marker::after {
    content: '';
    position: absolute;
    top: clamp(96px, 11vw, 150px);
    bottom: -2.4rem;
    width: 3px;
    background: #7A0FC0;
    left: 50%;
    transform: translateX(-50%);
}

.Sn-etapa-num {
    width: clamp(96px, 11vw, 150px);
    height: clamp(96px, 11vw, 150px);
    border-radius: 50%;
    background: #7A0FC0;
    color: var(--white);
    font-family: 'Ultra Telegraf';
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 32px rgba(122, 15, 192, 0.3);
    flex-shrink: 0;
}

.Sn-etapa-card {
    flex: 1;
    background: var(--white);
    border-radius: 18px;
    padding: clamp(1.6rem, 3vw, 2.4rem) clamp(1.4rem, 3vw, 2.6rem);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.Sn-etapa-card h3 {
    font-family: 'Ultra Telegraf';
    font-size: clamp(1.5rem, 2.4vw, 2.1rem);
    color: var(--black);
}

.Sn-etapa-card p {
    font-size: clamp(0.98rem, 1.25vw, 1.15rem);
    line-height: 1.65;
    color: var(--black);
    opacity: 0.85;
}

/* ────────────────────────────────────────
   CASES
   ──────────────────────────────────────── */
.Sn-cases {
    background: var(--white);
    padding: 4.5rem 0 3rem;
    overflow: hidden;
}

.Sn-cases-title {
    font-family: 'Ultra Telegraf';
    font-size: clamp(2.4rem, 4.5vw, 3.6rem);
    color: var(--black);
    text-align: center;
    margin-bottom: 3rem;
}

.Sn-cases-logos-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.5rem, 3vw, 2rem);
    padding: 0 clamp(1rem, 4vw, 3rem);
    margin-bottom: 4rem;
}

.Sn-cases-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(2rem, 7vw, 7rem);
    flex: 1;
    max-width: 1100px;
    min-height: 160px;
}

.Sn-cases-logos img {
    display: none;
    width: clamp(130px, 16vw, 220px);
    height: clamp(90px, 11vw, 150px);
    object-fit: contain;
}

.Sn-cases-logos img.is-visible {
    display: block;
}

.Sn-cases-nav {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.Sn-cases-nav:hover {
    transform: scale(1.2);
}

.Sn-cases-nav img {
    width: clamp(2.2em, 4vw, 4em);
}

/* depoimentos em roxo (override do .Feedbacks da home) */
.Feedbacks--roxo {
    padding-top: 1rem;
}

.Feedbacks--roxo .Feedback-card {
    background: var(--roxoHover);
}

.Feedbacks--roxo .Feedback-card[data-pos="center"] {
    background: var(--roxoClaro);
}

.Feedbacks--roxo .Feedback-dot.active {
    color: var(--roxoClaro);
}

/* ────────────────────────────────────────
   NOSSAS PARCEIRAS
   ──────────────────────────────────────── */
.Sn-parceiras {
    background: #f0f0f0;
    padding: 4rem clamp(1.5rem, 5vw, 4rem) 5.5rem;
}

.Sn-parceiras .Sn-pill-title {
    margin-bottom: 3rem;
}

.Sn-parceiras-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: clamp(1rem, 2.2vw, 1.8rem);
    max-width: 1280px;
    margin: 0 auto;
}

.Sn-parceira-card {
    background: var(--white);
    border-radius: 22px;
    padding: 1.4rem 1.6rem;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.Sn-parceira-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.Sn-parceira-card img {
    max-width: 100%;
    max-height: 76px;
    object-fit: contain;
}

/* ────────────────────────────────────────
   RESPONSIVE
   ──────────────────────────────────────── */
@media (max-width: 1100px) {
    .Sn-parceiras-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .Hero--sobrenos .Hero-inner {
        align-items: flex-start;
        padding-bottom: 3rem;
    }

    .Sn-institucional-inner {
        flex-direction: column;
    }

    .Sn-institucional-texto {
        border-radius: 0 0 36px 0;
    }

    .Sn-institucional-foto {
        min-height: 260px;
        border-radius: 0 0 36px 36px;
        margin: 0 1.2rem;
        width: auto;
    }

    .Sn-mvv-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
    }

    .Sn-mvv-card {
        padding: 2.6rem 1.8rem 2.4rem;
    }

    .Sn-jornada {
        grid-template-columns: 1fr;
        border-radius: 36px 36px 0 0;
    }

    .Sn-parceiras-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .Sn-etapa {
        flex-direction: column;
        align-items: center;
        gap: 1.2rem;
    }

    .Sn-etapa-marker {
        width: auto;
        align-self: center;
    }

    .Sn-etapa:not(:last-child) .Sn-etapa-marker::after {
        display: none;
    }

    .Sn-etapa-num {
        width: 72px;
        height: 72px;
        font-size: 1.8rem;
    }

    .Sn-etapa-card {
        text-align: center;
        width: 100%;
    }

    .Sn-cases-logos {
        min-height: 120px;
        gap: 1.5rem;
    }

    .Sn-parceiras-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .Sn-parceira-card {
        min-height: 96px;
        padding: 1.1rem 1.2rem;
    }

    .Sn-parceira-card img {
        max-height: 60px;
    }
}