/* ==========================================
   SUBPÁGINA "O MOVIMENTO" — ESTILOS
   Identidade visual herdada do projeto principal
   ========================================== */

/* ==================== */
/* Hero do Movimento     */
/* ==================== */
.movimento-hero {
    width: 100%;
    min-height: 520px;
    background: linear-gradient(to right, #f5a0d0 0%, #e87abf 50%, #d25ba3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 5% 90px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.movimento-hero::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.movimento-hero::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.movimento-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.movimento-hero-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.7);
}

.movimento-hero-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -1px;
}

.movimento-hero-titulo span {
    font-weight: 400;
    display: block;
}

.movimento-hero-titulo em {
    font-style: normal;
    font-weight: 700;
    opacity: 0.92;
}

.movimento-hero-subtitulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
    max-width: 560px;
}

.movimento-hero-logo {
    width: 150px;
    height: auto;
    margin-bottom: 2px;
}

/* ==================== */
/* Seção: Manifesto      */
/* ==================== */
.movimento-manifesto {
    width: 100%;
    padding: 100px 5%;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
}

.movimento-manifesto-inner {
    max-width: 780px;
    margin: 0 auto;
}

.movimento-manifesto-citacao {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.35;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    position: relative;
    padding: 0 30px;
}

.movimento-manifesto-citacao::before {
    content: '\201C';
    font-size: 5rem;
    color: var(--color-text);
    opacity: 0.1;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Georgia, serif;
    line-height: 1;
}

.movimento-manifesto-autor {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-text);
    opacity: 0.6;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.movimento-divisor {
    width: 60px;
    height: 3px;
    background: #e51010;
    border-radius: 3px;
    margin: 0 auto 55px;
    border: none;
}

.movimento-texto p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.85;
    color: var(--color-text);
    opacity: 0.88;
    margin-bottom: 28px;
    font-weight: 400;
}

.movimento-texto p strong {
    font-weight: 700;
    opacity: 1;
}

.movimento-texto p em {
    font-style: italic;
    opacity: 0.95;
}

/* ==================== */
/* Imagem editorial      */
/* ==================== */
.movimento-foto-editorial {
    width: 100%;
    margin: 45px 0 50px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(120, 28, 43, 0.12);
    position: relative;
}

.movimento-foto-editorial img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.movimento-foto-editorial figcaption {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    color: var(--color-text);
    opacity: 0.5;
    padding: 12px 18px;
    text-align: center;
    background: rgba(255,255,255,0.6);
    font-weight: 500;
}

/* ==================== */
/* Destaque / blockquote */
/* ==================== */
.movimento-destaque {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.4;
    padding: 30px 0;
    margin: 20px 0 30px;
    border-left: 4px solid #e51010;
    padding-left: 30px;
    letter-spacing: -0.3px;
}

/* ==================== */
/* Seção: Pilares        */
/* ==================== */
.movimento-pilares {
    width: 100%;
    padding: 100px 5%;
    background: linear-gradient(to right, #f5a0d0 0%, #e87abf 50%, #d25ba3 100%);
    position: relative;
}

.movimento-pilares-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.movimento-pilares-header {
    text-align: center;
    margin-bottom: 65px;
}

.movimento-pilares-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 12px;
    display: block;
}

.movimento-pilares-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.2;
}

.movimento-pilares-titulo span {
    font-weight: 400;
}

.movimento-pilares-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.movimento-pilar-card {
    background: #fff;
    border-radius: 24px;
    padding: 45px 30px 40px;
    border: none;
    box-shadow: 0 10px 35px rgba(120, 28, 43, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.movimento-pilar-card::before {
    display: none;
}

.movimento-pilar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(120, 28, 43, 0.15);
}

.movimento-pilar-icone {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e87abf 0%, #d25ba3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: #fff;
}

.movimento-pilar-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.movimento-pilar-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--color-text);
    opacity: 0.7;
    font-weight: 400;
}

/* ==================== */
/* Seção: Impacto        */
/* ==================== */
.movimento-impacto {
    width: 100%;
    padding: 100px 5%;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
}

.movimento-impacto-inner {
    max-width: 780px;
    margin: 0 auto;
}

.movimento-impacto p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.85;
    color: var(--color-text);
    opacity: 0.88;
    margin-bottom: 28px;
    font-weight: 400;
}

.movimento-impacto p strong {
    font-weight: 700;
    opacity: 1;
}

/* ====================  */
/* Seção: Confira Também */
/* ==================== */
.movimento-confira {
    width: 100%;
    padding: 80px 5% 60px;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
}

.movimento-confira-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.movimento-confira-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--color-text);
    opacity: 0.4;
    margin-bottom: 10px;
    display: block;
}

.movimento-confira-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--color-text);
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 45px;
}

/* Cards editoriais */
.movimento-confira-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 50px;
}

.movimento-confira-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(120, 28, 43, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(120, 28, 43, 0.05);
}

.movimento-confira-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 45px rgba(120, 28, 43, 0.12);
}

/* Imagem do card */
.movimento-confira-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.movimento-confira-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    transition: transform 0.5s ease;
}

.movimento-confira-card:hover .movimento-confira-card-img img {
    transform: scale(1.05);
}

/* Body do card */
.movimento-confira-card-body {
    padding: 26px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.movimento-confira-card-body h3 {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 10px;
    letter-spacing: -0.3px;
    line-height: 1.3;
}

.movimento-confira-card-body p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--color-text);
    opacity: 0.6;
    font-weight: 400;
    margin-bottom: auto;
    padding-bottom: 18px;
}

/* CTA do card */
.movimento-confira-card-cta {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-text);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.movimento-confira-card:hover .movimento-confira-card-cta {
    gap: 10px;
    opacity: 0.7;
}

.movimento-confira-card-cta svg {
    transition: transform 0.3s ease;
}

.movimento-confira-card:hover .movimento-confira-card-cta svg {
    transform: translateX(3px);
}

/* Voltar botão vazado */
.movimento-voltar-wrap {
    text-align: center;
    margin-top: 10px;
}

.movimento-voltar-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--color-text);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 13px 32px;
    border: 2px solid var(--color-text);
    border-radius: 50px;
}

.movimento-voltar-inline:hover {
    background: var(--color-text);
    color: #fff;
}

.movimento-voltar-inline svg {
    transition: transform 0.3s ease;
}

.movimento-voltar-inline:hover svg {
    transform: translateX(-3px);
}

/* Card imagem com fundo rosa (para PNGs transparentes) */
.movimento-confira-card-img--rosa {
    background: linear-gradient(135deg, #f5a0d0 0%, #e87abf 60%, #d25ba3 100%);
}

.movimento-confira-card-img--rosa img {
    object-fit: contain;
    object-position: center center;
    padding: 20px;
}

/* ==================== */
/* Foto caminhão inline  */
/* ==================== */
.movimento-foto-caminhao img {
    max-height: 420px;
    object-position: center;
}

/* ==================== */
/* Responsivo            */
/* ==================== */
@media (max-width: 900px) {
    .movimento-hero {
        min-height: 400px;
        padding: 140px 5% 70px;
    }

    .movimento-hero-titulo {
        font-size: 2.4rem;
    }

    .movimento-manifesto-citacao {
        font-size: 1.6rem;
    }

    .movimento-pilares-titulo {
        font-size: 2rem;
    }

    .movimento-pilares-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 420px;
        margin: 0 auto;
    }

    .movimento-destaque {
        font-size: 1.3rem;
    }

    .movimento-confira-titulo {
        font-size: 1.8rem;
    }

    .movimento-confira-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 420px;
        margin: 0 auto 40px;
    }
}

@media (max-width: 640px) {
    .movimento-hero-titulo {
        font-size: 1.9rem;
    }

    .movimento-hero-titulo em {
        font-weight: 600;
    }

    .movimento-hero-subtitulo {
        font-size: 0.95rem;
    }

    .movimento-manifesto-citacao {
        font-size: 1.35rem;
    }

    .movimento-texto p,
    .movimento-impacto p {
        font-size: 1rem;
    }

    .movimento-pilares-titulo {
        font-size: 1.7rem;
    }

    .movimento-confira-titulo {
        font-size: 1.5rem;
    }

    .movimento-foto-caminhao img {
        aspect-ratio: 1 / 1;
        max-height: none;
    }
}
