/*.programs-section {
    position: relative;
    width: 100%;
    min-height: 1205px;
    padding: 150px 0;
    background-image: url(../images/background-section-2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.programs-content {
    position: relative;
    width: 100%;
    height: 800px;
}

.foto {
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.icon-castelo {
    position: absolute;
    width: auto;
    height: 88px;
    left: 25%;
    transform: translateX(-50%);
}

.foto-4 {
    max-height: 274px;
    width: auto;
    top: 220px;
    left: -80px;
}

.foto-3 {
    max-height: 300px;
    width: auto;
    top: 70%;
    left: 310px;
}

.programs-text {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1050px;
    text-align: left;
}

.programs-text p {
    font-size: 33px;
    font-weight: 400;
    color: var(--theme-palette-color-8);
    line-height: 1.5;
    margin: 0;
}

.foto-2 {
    max-height: 425px;
    width: auto;
    top: 60%;
    right: 27%;
}

.foto-1 {
    max-height: 450px;
    width: auto;
    top: 0;
    right: 5%;
}

.icon-jogo {
    position: absolute;
    width: auto;
    height: 125px;
    bottom: 30px;
    right: 8%;
} */

/* Mobile Responsive */
/*@media (max-width: 1024px) {
    .programs-section {
        min-height: auto;
        padding: 80px 20px;
    }
    
    .programs-content {
        position: static;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .foto {
        position: static;
        width: 100%;
        max-width: 400px;
        max-height: none;
    }
    
    .icon-castelo {
        position: static;
        width: 60px;
        transform: none;
        order: 1;
    }
    
    .programs-text {
        position: static;
        transform: none;
        max-width: 100%;
        order: 2;
    }
    
    .programs-text p {
        font-size: 22px;
    }
    
    .foto-4 {
        order: 3;
    }
    
    .foto-2 {
        order: 4;
    }
    
    .foto-3 {
        order: 5;
    }
    
    .foto-1 {
        order: 6;
    }
    
    .icon-jogo {
        position: static;
        width: 80px;
        transform: none;
        order: 7;
    }
}

@media (max-width: 768px) {
    .programs-text p {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .programs-section {
        padding: 60px 20px;
    }
    
    .programs-text p {
        font-size: 18px;
    }
    
    .icon-castelo {
        width: 50px;
    }
    
    .icon-jogo {
        width: 70px;
    }
}*/

.programs-section {
    position: relative;
    width: 100%;
    min-height: 900px;
    padding: 120px 0 200px 0;
    background-image: url(../images/background-section-2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    margin-bottom: 100px;
    z-index: 1;
}

.programs-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.programs-layer-back {
    z-index: 1;
}

.programs-layer-middle {
    z-index: 10;
}

.programs-layer-front {
    z-index: 3;
}

.foto {
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    will-change: transform;
}

.icon-castelo,
.icon-jogo {
    position: absolute;
    will-change: transform;
}

/* Posições específicas - Layer Back (esquerda) */
.foto-4 {
    max-height: 180px;
    width: auto;
    top: 10%;
    left: -2%;
}

.foto-3 {
    max-height: 250px;
    width: auto;
    bottom: 20%;
    left: 5%;
}

/* Layer Middle - Texto central */
.icon-castelo {
    width: auto;
    height: 70px;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.programs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 850px;
    text-align: center;
    padding: 0 60px;
    z-index: 20;
}

.programs-text p {
    font-size: 28px;
    font-weight: 400;
    color: var(--theme-palette-color-8);
    line-height: 1.4;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.icon-jogo {
    width: auto;
    height: 90px;
    bottom: 3%;
    right: 5%;
}

/* Layer Front - direita */
.foto-2 {
    max-height: 350px;
    width: auto;
    bottom: 5%;
    right: 18%;
}

.foto-1 {
    max-height: 300px;
    width: auto;
    top: 15%;
    right: 2%;
}

/* Responsive para telas menores - Desktop */
@media (max-width: 1600px) {
    .programs-text {
        max-width: 600px;
        padding: 0 50px;
    }
    
    .programs-text p {
        font-size: 26px;
    }
}

@media (max-width: 1440px) {
    .foto-4 {
        max-height: 160px;
    }
    
    .foto-3 {
        max-height: 220px;
        left: 3%;
    }
    
    .foto-2 {
        max-height: 320px;
        bottom: 5%;
        right: 16%;
    }
    
    .foto-1 {
        max-height: 270px;
        top: 12%;
    }
    
    .programs-text {
        max-width: 550px;
    }
    
    .programs-text p {
        font-size: 24px;
    }
    
    .icon-jogo {
        height: 80px;
    }
}

@media (max-width: 1280px) {
    .foto-3 {
        max-height: 200px;
        bottom: 22%;
    }
    
    .foto-2 {
        max-height: 280px;
        bottom: 5%;
        right: 14%;
    }
    
    .foto-1 {
        max-height: 240px;
        top: 10%;
    }
    
    .programs-text {
        max-width: 500px;
    }
    
    .programs-text p {
        font-size: 22px;
    }
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .programs-section {
        min-height: auto;
        padding: 60px 0;
        position: relative;
        overflow: hidden;
    }
    
    .programs-layer {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
    }
    
    .programs-layer-back,
    .programs-layer-middle,
    .programs-layer-middle-2,
    .programs-layer-front {
        position: relative;
        display: block;
        width: 100%;
    }
    
    /* Todos os elementos relativos */
    .foto,
    .icon-castelo,
    .icon-jogo {
        position: relative;
        transform: none !important;
        display: block;
    }
    
    /* 1. Icon castelo - topo */
    .icon-castelo {
        height: 60px;
        width: auto;
        margin: 0 0 30px 20px;
    }
    
    .programs-text {
        position: relative;
        margin-top: 90px !important;
        max-width: 100%;
        padding: 0 20px;
        text-align: left;
        margin: 0 0 30px 0;
    }
    
    .programs-text p {
        font-size: 20px;
        text-shadow: none;
        line-height: 1.4;
    }
    
    /* 3. Foto 4 - SÓ ESTA cortada à esquerda */
    .foto-4 {
        width: 50%;
        max-width: none;
        height: auto;
        max-height: none;
        margin: 0 0 0 -30px;
    }
    
    /* 4. Icon jogo - direita, ao lado da foto 4 */
    .icon-jogo {
        height: 80px;
        width: auto;
        margin: -120px 30px 60px auto;
        display: block;
    }
    
    /* 5. Foto 1 - direita, DENTRO da margem */
    .foto-1 {
        width: 50%;
        max-width: none;
        height: auto;
        max-height: none;
        margin: 0 20px 30px auto;
    }
    
    /* 6. Foto 2 - esquerda, DENTRO da margem */
    .foto-2 {
        width: 50%;
        max-width: none;
        height: auto;
        max-height: none;
        margin: 0 auto 30px 20px;
    }
    
    /* 7. Foto 3 - centrada, sobrepõe foto 2 */
    .foto-3 {
        width: 55%;
        max-width: none;
        height: auto;
        max-height: none;
        margin: -50px auto 0;
    }
}

@media (max-width: 768px) {
    .programs-section {
        padding: 50px 0;
    }
    
    .icon-castelo {
        top: 3%;
        left: 25%;
    }
    
    .programs-text {
        padding: 0 15px;
        margin-bottom: 25px;
    }
    
    .programs-text p {
        font-size: 18px;
    }
    
    .foto-4 {
        width: 48%;
        margin-left: -25px;
        margin-bottom: 10px;
    }
    
    .icon-jogo {
        height: 70px;
        margin: -110px 25px 50px auto;
    }
    
    .foto-1 {
        width: 48%;
        margin-right: 15px;
        margin-bottom: 25px;
    }
    
    .foto-2 {
        width: 48%;
        margin-left: 15px;
        margin-bottom: 25px;
    }
    
    .foto-3 {
        width: 52%;
        margin-top: -40px;
    }
}

@media (max-width: 480px) {
    .programs-section {
        padding: 40px 0;
    }
    
    .icon-castelo {
        height: 45px;
        margin: 0 0 20px 15px;
    }
    
    .programs-text {
        padding: 0 30px;
        margin-bottom: 20px;
    }
    
    .programs-text p {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .foto-4 {
        width: 50%;
        margin-left: -20px;
        margin-bottom: 10px;
    }
    
    .icon-jogo {
        height: 60px;
        margin: -100px 20px 40px auto;
    }
    
    .foto-1 {
        width: 43%;
        margin-right: 15px;
        margin-bottom: 20px;
    }
    
    .foto-2 {
        width: 50%;
        margin-left: 15px;
        margin-bottom: 20px;
    }
    
    .foto-3 {
        width: 55%;
        margin-top: -35px;
    }
}