section.depoimentos {
    position: relative;
    background: url('https://www.arckdantech.com.br/comunidademayday/src/assets/fundo_section_depoimentos.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.depoimento {
    position: absolute;
    color: white;
    font-size: 1.8rem;
    text-align: center;
    max-width: 300px;
}

    .depoimento p {
        margin: 0 0 8px;
        line-height: 1;
    }

    .depoimento .destaque {
        color: #00aaff;
        font-weight: bold;
        font-size: 1.8rem;
    }

    .depoimento span {
        display: block;
        color: #00aaff;
        font-size: 0.9rem;
    }

.top-left {
    top: 20%;
    left: 10%;
}

.middle-left {
    bottom: 15%;
    left: 8%;
    max-width: 330px;
}

.center {
    bottom: 2%;
    left: 38%;
    max-width: 400px;
}

.top-right {
    top: 20%;
    right: 8%;
}

.bottom-right {
    bottom: 15%;
    right: 6%;
    max-width: 330px;
}

@media (max-width: 768px) {

    section.depoimentos {
        background: url('https://www.arckdantech.com.br/comunidademayday/src/assets/fundo_responsivo_section_depoimentos.png') no-repeat center center;
        background-size: cover;
        padding: 108px 10px 0px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        min-height: 100dvh;
        justify-content: flex-start;
        height: auto;
    }

    .depoimento {
        position: static;
        color: white;
        font-size: 1.5rem;
        text-align: center;
        margin: 20px auto;
        width: 85%;
    }

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

    .middle-left,
    .center,
    .top-right,
    .bottom-right {
        margin-top: 55px;
    }

    .bottom-right {
        margin-bottom: 45px;
    }
}

/* Tablets landscape (769px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .depoimento {
        font-size: 1.2rem;
        max-width: 220px;
    }

        .depoimento .destaque {
            font-size: 1rem;
        }

        .depoimento span {
            font-size: 0.8rem;
        }

    .top-left {
        top: 15%;
        left: 5%;
    }

    .middle-left {
        top: 60%;
        left: 5%;
    }

    .center {
        bottom: 5%;
        left: 35%;
        max-width: 300px;
    }

    .top-right {
        top: 15%;
        right: 5%;
    }

    .bottom-right {
        bottom: 5%;
        right: 5%;
    }
}

/* Celulares landscape (até 768px) */
@media (max-width: 915px) and (orientation: landscape) {

    section.depoimentos {
        background: url('https://www.arckdantech.com.br/comunidademayday/src/assets/fundo_section_depoimentos.png') no-repeat center center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 60px 10px 20px 10px;
        height: auto;
        min-height: 100vh;
        overflow-y: auto;
    }

    .depoimento {
        position: static;
        font-size: 1rem;
        max-width: 85%;
        width: 85%;
        padding: 10px;
        line-height: 1.4;
        text-align: center;
        margin: 10px auto;
    }

        .depoimento .destaque {
            font-size: 1rem;
            font-weight: bold;
            margin-bottom: 4px;
            display: block;
        }

        .depoimento span {
            font-size: 0.85rem;
            font-style: italic;
            display: block;
            margin-top: 4px;
        }

    /* Reposiciona todos para fluxo normal (static) */
    .top-left,
    .middle-left,
    .center,
    .top-right,
    .bottom-right {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 85%;
        max-width: 500px;
        margin: 10px auto;
    }
}
