/*
|--------------------------------------------------------------------------
| Página: Movimento
|--------------------------------------------------------------------------
*/

.mcc-movimento-page {
    position: relative;
}

.mcc-movimento-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: clamp(340px, 45vw, 600px);
    margin: 0 0 34px;
    padding: clamp(28px, 4.5vw, 54px);
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    background: #eef3f4;
    box-shadow: var(--mcc-sombra);
    isolation: isolate;
}

.mcc-movimento-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    /*background:
        radial-gradient(circle at 50% 12%, rgba(13, 24, 54, 0.52) 0%, rgba(13, 24, 54, 0.28) 32%, rgba(13, 24, 54, 0.08) 56%, rgba(13, 24, 54, 0) 76%),
        linear-gradient(180deg, rgba(13, 24, 54, 0.34) 0%, rgba(13, 24, 54, 0.12) 38%, rgba(13, 24, 54, 0) 72%);*/
}

.mcc-movimento-hero__imagem {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

.mcc-movimento-hero__texto {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 0;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.38);
}

.mcc-movimento-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 22px;
    padding: 7px 14px;
    border-radius: 999px;
    color: var(--mcc-azul);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    text-shadow: none;
}

.mcc-movimento-kicker--claro {
    color: var(--mcc-azul);
    background: rgba(36, 87, 166, 0.08);
    box-shadow: none;
}

.mcc-movimento-hero__texto h1 {
    max-width: none;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.35rem, 5.1vw, 4.65rem);
    line-height: 1.02;
    letter-spacing: 0.035em;
    white-space: nowrap;
}

.mcc-movimento-hero__subtitulo {
    max-width: none;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(2.02rem, 1.65vw, 1.28rem);
    line-height: 1.55;
    font-weight: 800;
    white-space: nowrap;
}

.mcc-movimento-intro {
    max-width: 980px;
    margin: 0 auto 34px;
    text-align: center;
}

.mcc-movimento-intro__destaque {
    margin: 0 0 14px;
    color: #b77a10;
    font-family: var(--font-special);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-style: italic;
    font-weight: 700;
    line-height: 1.12;
}

.mcc-movimento-intro p:last-child {
    max-width: 900px;
    margin: 0 auto;
    color: var(--mcc-texto);
    font-size: clamp(1.06rem, 2vw, 1.2rem);
    line-height: 1.78;
}

.mcc-movimento-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0 0 38px;
}

.mcc-movimento-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 30px;
    border: 1px solid var(--mcc-linha);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--mcc-sombra);
}

.mcc-movimento-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 7px;
    background: linear-gradient(90deg, var(--mcc-amarelo), var(--mcc-vermelho), var(--mcc-azul), var(--mcc-verde));
}

.mcc-movimento-card__icone {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px;
    border-radius: 18px;
    color: #ffffff;
    background: var(--mcc-azul);
    box-shadow: 0 14px 28px rgba(36, 87, 166, 0.2);
    font-size: 1.35rem;
    font-size: 1.35rem;
}

.mcc-movimento-card--comunidade .mcc-movimento-card__icone {
    background: var(--mcc-verde);
    box-shadow: 0 14px 28px rgba(63, 166, 107, 0.22);
}

.mcc-movimento-card--missao .mcc-movimento-card__icone {
    background: var(--mcc-vermelho);
    box-shadow: 0 14px 28px rgba(217, 75, 95, 0.2);
}

.mcc-movimento-card h2,
.mcc-movimento-corpo h2,
.mcc-movimento-decolores h2,
.mcc-movimento-acoes h2 {
    margin: 0;
    margin-top: 25px;
    font-size: clamp(1.55rem, 2.5vw, 2.22rem);
    line-height: 1.17;
}

.mcc-movimento-card p,
.mcc-movimento-corpo p,
.mcc-movimento-decolores p,
.mcc-movimento-acoes p {
    margin: 14px 0 0;
    color: var(--mcc-texto-suave);
    line-height: 1.72;
}

.mcc-movimento-corpo,
.mcc-movimento-acoes {
    margin: 0 0 34px;
}

.mcc-movimento-corpo__texto,
.mcc-movimento-acoes {
    border-radius: 30px;
    border: 1px solid var(--mcc-linha);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--mcc-sombra);
}

.mcc-movimento-corpo__texto {
    padding: clamp(28px, 4vw, 42px);
}

.mcc-movimento-decolores {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 26px;
    align-items: stretch;
    margin: 0 0 34px;
}

.mcc-movimento-decolores__texto,
.mcc-movimento-decolores__imagem {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--mcc-sombra);
}

.mcc-movimento-decolores__texto {
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid var(--mcc-linha);
    background: rgba(255, 255, 255, 0.82);
}

.mcc-movimento-decolores__imagem {
    position: relative;
    display: flex;
    align-items: end;
    min-height: 380px;
    padding: clamp(26px, 4vw, 38px);
    color: #ffffff;
    background:
        linear-gradient(0deg, rgba(12, 24, 48, 0.88), rgba(12, 24, 48, 0.22)),
        url('../../img/maos_unidas.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mcc-movimento-decolores__overlay {
    position: relative;
    z-index: 1;
    max-width: 560px;
}

.mcc-movimento-decolores__palavra {
    margin: 0 0 18px !important;
    color: #fff8df !important;
    font-family: var(--font-special);
    font-size: clamp(2.4rem, 4.6vw, 4.4rem);
    font-style: italic;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0.01em;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
}

.mcc-movimento-decolores__frase {
    max-width: 15ch;
    margin: 0 !important;
    color: #ffffff !important;
    font-family: var(--font-special);
    font-size: clamp(1.85rem, 3.6vw, 3.15rem);
    font-style: italic;
    font-weight: 700;
    line-height: 1.14;
    text-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

.mcc-movimento-acoes {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: clamp(28px, 4vw, 42px);
}

.mcc-movimento-botoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.mcc-movimento-botao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.mcc-movimento-botao:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.mcc-movimento-botao--principal {
    color: #ffffff;
    background: var(--mcc-azul);
    box-shadow: 0 14px 26px rgba(36, 87, 166, 0.22);
}

.mcc-movimento-botao--principal:hover {
    color: #ffffff;
    background: #1d4788;
}

.mcc-movimento-botao--secundario {
    color: var(--mcc-azul);
    background: rgba(36, 87, 166, 0.09);
    border: 1px solid rgba(36, 87, 166, 0.2);
}

.mcc-movimento-botao--secundario:hover {
    color: var(--mcc-azul);
    background: rgba(36, 87, 166, 0.14);
}

@media (max-width: 991.98px) {
    .mcc-movimento-grid,
    .mcc-movimento-decolores,
    .mcc-movimento-acoes {
        grid-template-columns: 1fr;
    }

    .mcc-movimento-hero__texto {
        width: 100%;
    }

    .mcc-movimento-acoes {
        align-items: start;
    }

    .mcc-movimento-botoes {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .mcc-movimento-hero {
        min-height: 430px;
        padding: 24px 18px;
        border-radius: 26px;
    }

    .mcc-movimento-hero::before {
        /*background:
            linear-gradient(180deg, rgba(13, 24, 54, 0.56) 0%, rgba(13, 24, 54, 0.22) 46%, rgba(13, 24, 54, 0.04) 78%);*/
    }

    .mcc-movimento-hero__texto {
        width: 100%;
        padding: 0;
    }

    .mcc-movimento-hero__texto h1 {
        max-width: 11ch;
        font-size: clamp(2.55rem, 12vw, 3.8rem);
        white-space: normal;
    }

    .mcc-movimento-hero__subtitulo {
        max-width: 22ch;
        font-size: 1.5rem;
        white-space: normal;
    }

    .mcc-movimento-card,
    .mcc-movimento-corpo__texto,
    .mcc-movimento-decolores__texto,
    .mcc-movimento-decolores__imagem,
    .mcc-movimento-acoes {
        border-radius: 24px;
    }

    .mcc-movimento-decolores__imagem {
        min-height: 320px;
    }

    .mcc-movimento-decolores__palavra {
        margin-bottom: 14px !important;
    }

    .mcc-movimento-decolores__frase {
        max-width: 100%;
        font-size: clamp(1.9rem, 8vw, 2.6rem);
    }

    .mcc-movimento-botoes,
    .mcc-movimento-botao {
        width: 100%;
    }
}
