.junior-movement {
    background: linear-gradient(to bottom, #d9d9d973 0%, #D9D9D973 30%, #d9d9d973 35%, #ffffff 100%) !important;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1 !important;
    visibility: visible !important;
    content-visibility: visible !important;
    will-change: auto !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    perspective: 1000px !important;
    -webkit-perspective: 1000px !important;
}

.junior-movement .container {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: relative;
    z-index: 2;
    width: 100%;
    transform: translateZ(0) !important;
    will-change: auto !important;
    backface-visibility: hidden !important;
}

.junior-movement .section-header {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.junior-movement .movement-subtitle,
.junior-movement .movement-description,
.junior-movement .stat-item,
.junior-movement .stat-number,
.junior-movement .stat-label,
.junior-movement .stat-description,
.junior-movement .stat-header,
.junior-movement .stats-grid,
.junior-movement .separator-line,
.junior-movement .mapa-image {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.junior-movement .stats-grid {
    display: grid !important;
}

.junior-movement .stat-item {
    display: flex !important;
}

.junior-movement .stat-header {
    display: flex !important;
}

.junior-movement .section-header {
    text-align: center;
    margin-bottom: 1.85vh;
}

.junior-movement .section-title {
    text-align: center;
    font-size: 3.8vh !important;
    font-weight: 800;
    margin-bottom: 2.22vh;
    line-height: 1.2;
    color: #000000;
}

.junior-movement .section-subtitle {
    text-align: center;
    font-size: 1.63vh !important;
    color: #545454;
    max-width: 26.04vw;
    margin: 0 auto 2.96vh;
    line-height: 1.6;
}

.junior-movement .section-title .green-dot,
.junior-movement .green-dot,
.junior-movement h2 .green-dot,
.junior-movement h2 span.green-dot,
.junior-movement .section-title span:last-child {
    color: #b3ce3a !important;
    background-color: transparent !important;
}

.movement-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 4.17vw;
    align-items: start;
    max-width: 62.5vw;
    margin: 0 auto;
    margin-top: 4vh;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 2;
    transform: translateZ(0) !important;
    will-change: auto !important;
    backface-visibility: hidden !important;
}

.movement-left {
    display: flex !important;
    flex-direction: column;
    gap: 2vh;
    padding: 2.22vh 0;
    text-align: center;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 2;
}

.movement-right {
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 2;
}

.movement-image {
    position: relative;
    width: 100%;
    max-width: 25vw;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: translateZ(0) !important;
    will-change: auto !important;
    min-height: 20vh;
}

.mapa-image {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    transform: translateZ(0) !important;
    will-change: auto !important;
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: crisp-edges !important;
    content-visibility: visible !important;
    contain: layout style paint !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Placeholder enquanto carrega - usar background da seção */

/* Desativar placeholder para mostrar o mapa imediatamente */
.movement-image {
    --placeholder-opacity: 0;
}

.movement-image::before {
    content: none !important;
}

/* Sem overlay, sem necessidade de controlar opacidade */

/* Garantir que a imagem apareça imediatamente quando carregada */
.mapa-image {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1 !important;
}

/* Quando a imagem está carregada, remover placeholder */
/* Overlay removido */

.movement-hero {
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
}

.movement-text {
    position: relative;
    z-index: 2;
    text-align: center;
    opacity: 1 !important;
    visibility: visible !important;
}

.movement-subtitle {
    font-size: 2.22vh !important;
    font-weight: 800;
    color: #000000;
    margin-bottom: 1.33vh;
    line-height: 1.2;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    position: relative;
}

.movement-description {
    font-size: 1.63vh !important;
    line-height: 1.6;
    color: #545454;
    margin: 0;
    font-weight: 400;
}

.junior-movement-text {
    color: #000000;
    font-weight: 600;
}

.impact-stats {
    margin-bottom: 4.44vh;
    margin-top: 2vh;
    position: relative;
    z-index: 2;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.impact-stats .stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3vh;
    max-width: 100%;
    margin: 0 auto;
}

.impact-stats .stat-item {
    background: none;
    border: none;
    padding: 0;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 0.5vh;
    align-items: center;
}

.impact-stats .stat-item::before {
    display: none;
}

.impact-stats .stat-item:hover {
    transform: none;
    box-shadow: none;
}

.stat-header {
    display: flex;
    align-items: center;
    gap: 1vw;
    justify-content: center;
}

.junior-movement .impact-stats .stat-number {
    display: block;
    font-size: 3.2vh !important;
    font-weight: 900;
    color: #b3ce3a;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    margin-bottom: 0;
    line-height: 1;
}

.junior-movement .impact-stats .stat-label {
    display: block;
    font-size: 1.6vh !important;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
}

.junior-movement .impact-stats .stat-description {
    font-size: 1.4vh !important;
    color: #64748b;
    line-height: 1.4;
    margin-top: 0;
    width: 100%;
    text-align: center;
}

.mapa-image {
    width: 100%;
    height: auto;
}

.separator-line {
    width: 100%;
    height: 0.09vh;
    background: linear-gradient(to right, transparent, #b3ce3a, transparent);
    margin: 2vh 0;
}

@media (max-width: 480px) {
    .junior-movement {
        height: auto !important;
        min-height: 80vh !important;
        padding: 10vh 0 2vh 0 !important;
    }

    .junior-movement .section-title {
        font-size: 2.5vh !important;
        margin-bottom: 2vh !important;
        line-height: 1.3 !important;
    }

    .junior-movement .section-subtitle {
        font-size: 1.2vh !important;
        max-width: 90% !important;
        margin: 0 auto 2.5vh !important;
        line-height: 1.5 !important;
    }

    .movement-content {
        grid-template-columns: 1fr !important;
        gap: 3vh !important;
        max-width: 100% !important;
        margin-top: 2vh !important;
        padding: 0 4vw !important;
    }

    .movement-left {
        gap: 1.5vh !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .movement-right {
        order: -1 !important;
        margin-bottom: 2vh !important;
    }

    .movement-image {
        max-width: 70vw !important;
    }

    .movement-subtitle {
        font-size: 2vh !important;
        margin-bottom: 1vh !important;
    }

    .movement-description {
        font-size: 1.6vh !important;
        line-height: 1.5 !important;
    }

    .impact-stats {
        margin-bottom: 3vh !important;
        margin-top: 1.5vh !important;
    }

    .impact-stats .stats-grid {
        gap: 2vh !important;
    }

    .impact-stats .stat-item {
        padding: 0 !important;
        align-items: center !important;
        text-align: center !important;
    }

    .stat-header {
        justify-content: center !important;
        gap: 1.5vw !important;
    }

    .junior-movement .impact-stats .stat-number {
        font-size: 3.2vh !important;
    }

    .junior-movement .impact-stats .stat-label {
        font-size: 1.8vh !important;
    }

    .junior-movement .impact-stats .stat-description {
        font-size: 1.3vh !important;
        line-height: 1.4 !important;
        text-align: center !important;
        max-height: none !important;
        overflow: visible !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .junior-movement {
        height: 100vh !important;
        padding: 0 !important;
    }

    .junior-movement .section-title {
        font-size: 3.2vh !important;
        margin-bottom: 2.2vh !important;
    }

    .junior-movement .section-subtitle {
        font-size: 1.4vh !important;
        max-width: 80% !important;
        margin: 0 auto 2.8vh !important;
    }

    .movement-content {
        grid-template-columns: 1fr !important;
        gap: 2.5vh !important;
        max-width: 90vw !important;
        margin-top: 3vh !important;
        padding: 0 3vw !important;
    }

    .movement-left {
        gap: 1.8vh !important;
        padding: 1vh 0 !important;
        text-align: center !important;
    }

    .movement-right {
        order: -1 !important;
        margin-bottom: 2.5vh !important;
    }

    .movement-image {
        max-width: 15vw !important;
    }

    .movement-subtitle {
        font-size: 1.8vh !important;
        margin-bottom: 1.2vh !important;
    }

    .movement-description {
        font-size: 1.4vh !important;
    }

    .impact-stats {
        margin-bottom: 3.5vh !important;
        margin-top: 2vh !important;
    }

    .impact-stats .stats-grid {
        gap: 2.5vh !important;
    }

    .impact-stats .stat-item {
        padding: 0 !important;
        align-items: center !important;
        text-align: center !important;
    }

    .stat-header {
        justify-content: center !important;
        gap: 1.2vw !important;
    }

    .junior-movement .impact-stats .stat-number {
        font-size: 2.8vh !important;
    }

    .junior-movement .impact-stats .stat-label {
        font-size: 1.5vh !important;
    }

    .junior-movement .impact-stats .stat-description {
        font-size: 1.2vh !important;
        text-align: center !important;
        max-height: none !important;
        overflow: visible !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .junior-movement .section-title {
        font-size: 3.5vh !important;
    }

    .junior-movement .section-subtitle {
        font-size: 1.5vh !important;
        max-width: 70% !important;
    }

    .movement-content {
        max-width: 80vw !important;
        gap: 3vw !important;
        margin-top: 3.5vh !important;
        padding: 0 2vw !important;
    }

    .movement-left {
        gap: 2vh !important;
        padding: 1.5vh 0 !important;
    }

    .movement-image {
        max-width: 18vw !important;
    }

    .movement-subtitle {
        font-size: 2vh !important;
        margin-bottom: 1.3vh !important;
    }

    .movement-description {
        font-size: 1.5vh !important;
    }

    .impact-stats {
        margin-bottom: 4vh !important;
        margin-top: 2.2vh !important;
    }

    .junior-movement .impact-stats .stat-number {
        font-size: 3vh !important;
    }

    .junior-movement .impact-stats .stat-label {
        font-size: 1.55vh !important;
    }

    .junior-movement .impact-stats .stat-description {
        font-size: 1.35vh !important;
    }
}

@media (min-width: 1025px) {
    .junior-movement .section-title {
        font-size: 3.8vh !important;
        margin-bottom: 2.22vh !important;
    }

    .junior-movement .section-subtitle {
        font-size: 1.8vh !important;
        max-width: 26.04vw !important;
        margin: 0 auto 2.96vh !important;
    }

    .movement-content {
        max-width: 62.5vw !important;
        gap: 4.17vw !important;
        margin-top: 4vh !important;
        padding: 0 !important;
    }

    .movement-left {
        gap: 2vh !important;
        padding: 2.22vh 0 !important;
    }

    .movement-image {
        max-width: 25vw !important;
    }

    .movement-subtitle {
        font-size: 2.4vh !important;
        margin-bottom: 1.33vh !important;
    }

    .movement-description {
        font-size: 1.8vh !important;
    }

    .impact-stats {
        margin-bottom: 4.44vh !important;
        margin-top: 2vh !important;
    }

    .impact-stats .stats-grid {
        gap: 3vh !important;
    }

    .junior-movement .impact-stats .stat-number {
        font-size: 3.2vh !important;
    }

    .junior-movement .impact-stats .stat-label {
        font-size: 1.6vh !important;
    }

    .junior-movement .impact-stats .stat-description {
        font-size: 1.4vh !important;
    }
}
