/* =========================================
   RESET E ESTILOS GERAIS
   ========================================= */
body {
    margin: 0;
    padding: 0;
}

.ep-lamina {
    max-width: 1920px;
    margin: 0 auto;
    display: grid;
    overflow-x: hidden;
}

.ep-lamina * {
    font-family: "elza", sans-serif;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
}

.ep-lamina h3, .ep-lamina h4, .ep-lamina h5, .ep-lamina h6, .ep-lamina p {
    margin: 0;
    padding: 0;
}

/* Títulos e Descrições Globais */
.ep-lamina .feature__title {
    font-size: 48px;
    font-weight: 600;
    color: #FF8200;
}

.ep-lamina .feature__description {
    font-size: 26px;
    font-weight: 400;
    color: #2F2F2F;
}

.ep-lamina .image {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.ep-lamina section {
    padding: 46px 0px 0px 0px;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
}

/* Responsividade Global */
@media screen and (min-width: 900px) {
    .ep-lamina section {
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px) {
    .ep-lamina section {
        margin-top: 0px !important;
        padding: 0;
        margin: 0 auto;
    }
    
    .ep-lamina .feature__title {
        font-size: 32px;
        margin-bottom: 7px !important;
    }

    .ep-lamina .feature__description {
        font-size: 16px;
    }
    
    .ep-lamina .image {
        border-radius: 5px !important;
    }
}

@media screen and (max-width: 340px) {
    .ep-lamina section {
        margin: 0 10px;
    }
}

/* =========================================
   UTILITÁRIOS (Mobile/Desktop)
   ========================================= */
.only-desktop {
    display: flex !important;
}

.only-mobile {
    display: none !important;
}
.only-mobile2 {
    display: none !important;
}
.only-desktop2 {
        display: flex !important;
}
@media screen and (max-width: 900px) {
    .only-desktop {
        display: none !important;
    }
    .only-mobile {
        display: block !important;
    }
    
}
@media screen and (max-width: 1100px) {
    .only-mobile2 {
        display: block !important;
    }
        .only-desktop2 {
        display: none !important;
    }
    
}
/* =========================================
   DOBRA 01 (Hero / Header)
   ========================================= */
.ep-lamina .dobra-01 {
    background-image: url("./assets/images/d1.png");
    background-size: cover;
    background-position: center 60%;
    background-repeat: no-repeat;
    min-height: 1202px;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 1920px;
}

.ep-lamina .dobra-01 .feature__content {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 45px;
    max-width: 646px;
    border-radius: 59px;
    background: rgba(255, 130, 0, 0.631372549);
    padding: 0 50px;
    padding-top: 250px;
    padding-bottom: 88px;
    margin-top: -200px;
    margin-left: 7%;
}

.ep-lamina .dobra-01 .feature__content .image {
    max-width: 481px;
    margin-left: -80px;
    margin-bottom: 27px;
}

.ep-lamina .dobra-01 .feature__content h3.feature__title {
    line-height: 115%;
    color: #ffffff;
    font-size: 78px;
    font-weight: 400;
}

.ep-lamina .dobra-01 .feature__content h3.feature__title span {
    font-weight: 600;
}

.ep-lamina .dobra-01 .feature__content .feature__description {
    max-width: 500px;
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 100%;
    color: #fff;
}

.ep-lamina .dobra-01 .feature__content .sku__card__name {
    font-size: 44px;
    font-weight: 600;
}

/* Ajustes específicos Dobra 01 */
.mais { margin-left: -2.8rem; }
#d1txt { margin-left: 3rem; }
#sku {
    text-align: center;
    margin-top: 50px;
    padding-top: 10px!important;
    padding-bottom: 10px;
}

/* Responsivo Dobra 01 */
@media screen and (min-width: 900px) {
    .ep-lamina .dobra-01 {
        padding: 0;
        border-radius: 0 0 20px 20px;
    }
}

@media screen and (max-width: 900px) {
    #sku {
        margin-top: 10px;
        width: 250px;
    }
    .mais { margin-left: -1rem; }
    #d1txt { margin-left: 1rem; }

    .ep-lamina .dobra-01 {
        max-width: 428px;
        min-height: 760px;
        background-image: url("./assets/images/d1m.png");
        background-size: auto 100%;
        align-items: center;
    }

    .ep-lamina .dobra-01 .feature__content {
        max-width: 320px;
        border-radius: 22px;
        gap: 0;
        margin: 0;
        padding: 0 20px;
        padding-top: 250px;
        padding-bottom: 35px;
        margin-top: -200px;
        margin-left: -130px;
    }

    .ep-lamina .dobra-01 .feature__content .image {
        max-width: 170px;
        margin-left: -30px;
    }

    .ep-lamina .dobra-01 .feature__content h3.feature__title {
        font-size: 30px;
        line-height: 100%;
    }

    .ep-lamina .dobra-01 .feature__content .feature__description {
        font-size: 20px;
        max-width: 200px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .ep-lamina .dobra-01 .feature__content .sku__card__name {
        font-size: 20px;
    }
}

@media screen and (max-width: 340px) {
    .ep-lamina .dobra-01 {
        margin: 0 auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .ep-lamina .dobra-01 .feature__content {
        margin-left: -100px;
    }
}

/* =========================================
   DOBRA 02 (Grid Icons)
   ========================================= */
.ep-lamina .dobra-02 {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 0;
}

.ep-lamina .dobra-02 .feature__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 29px;
    justify-items: center;
    margin: 0 auto;
}

.ep-lamina .dobra-02 .feature__content .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    text-align: center;
    max-width: 345px;
    width: 100%;
    height: 400px;
}

.ep-lamina .dobra-02 .feature__content .card div {
    height: 170px;
    max-width: 205px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ep-lamina .dobra-02 .feature__content .card .feature__description {
    color: #FF8200;
    text-transform: uppercase;
    max-width: 250px;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 112%;
    text-align: center;
}

/* Ajustes de largura dos textos na Dobra 02 Desktop */
.ep-lamina .dobra-02 .feature__content .card:nth-child(1) .feature__description { max-width: 250px; }
.ep-lamina .dobra-02 .feature__content .card:nth-child(2) .feature__description { max-width: 250px; }
.ep-lamina .dobra-02 .feature__content .card:nth-child(3) .feature__description { max-width: 250px; }
.ep-lamina .dobra-02 .feature__content .card:nth-child(4) .feature__description { max-width: 250px; }
.ep-lamina .dobra-02 .feature__content .card:last-child .feature__description { max-width: 250px; }

/* Responsivo Dobra 02 */
@media screen and (max-width: 1450px) and (min-width: 992px) {
    .ep-lamina .dobra-02 {
       padding-left: 50px;
       padding-right: 50px;
    }
    .ep-lamina .dobra-02 .feature__content .card .feature__description {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .ep-lamina .dobra-02 {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .ep-lamina .dobra-02 .feature__content {
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
        row-gap: 20px;
        max-width: 340px;
        width: 100%;
    }

    .ep-lamina .dobra-02 .feature__content .card {
        height: auto;
        width: 100%;
    }

    .ep-lamina .dobra-02 .feature__content .card div {
        height: auto;
        max-height: 64px;
    }

    .ep-lamina .dobra-02 .feature__content .card div img {
        height: 102px;
    }

    .ep-lamina .dobra-02 .feature__content .card .feature__description {
        font-size: 15px;
    }

    .ep-lamina .dobra-02 .feature__content .card:nth-child(2) .feature__description { max-width: 150px; }
    
    .ep-lamina .dobra-02 .feature__content .card:nth-child(3) {
        height: 200px;
        gap: 25px;
    }
    .ep-lamina .dobra-02 .feature__content .card:nth-child(3) div {
        max-height: 90px;
        margin-top: 5px;
    }
    .ep-lamina .dobra-02 .feature__content .card:nth-child(3) .feature__description { max-width: 150px; }
}

/* Ajuste específico para o Mobile Only Card (Centralizar o último card) */
@media screen and (max-width: 900px) {
    .ep-lamina .dobra-02.only-mobile .feature__content {
        display: flex !important;
        justify-content: center;
        align-items: center;
        grid-template-columns: none;
        width: 100%;
        margin-top: -20px;
    }
    
    .ep-lamina .dobra-02.only-mobile .feature__content .card {
        margin: 0 auto;
    }
}

/* =========================================
   SEÇÃO REFEIÇÕES (DOBRA 03)
   ========================================= */
.meals-section {
    width: 100%;
    background-color: #fff;
    padding: 40px 20px !important;
    /* TRAVA MOBILE */
    max-width: 430px; 
    margin: 0 auto;
}

.meals-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* Bloco de Conteúdo (Item individual) */
.content-block {
    display: flex;
    flex-direction: column;
    /* Garante que texto fique no topo e imagem em baixo */
    justify-content: space-between; 
    gap: 20px;
    height: 100%; /* Ocupa a altura total disponível */
}

/* Textos */
.orange-title {
    color: #FF8200; 
    font-size: 24px; 
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px !important;
    text-align: center;
}

.gray-desc {
    color: #555;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}

/* Imagens */
.rounded-img {
    width: 100%;
    border-radius: 30px;
    /* A margem top automática ajuda a empurrar a imagem para o fundo se sobrar espaço */
    margin-top: auto; 
}

/* --- DESKTOP (> 991px) --- */
@media screen and (min-width: 991px) {
    .meals-section {
        max-width: none;
        margin: 0;
        padding: 100px 20px !important;
        display: flex;
        justify-content: center;
    }

    .meals-wrapper {
        width: 100%;
        max-width: 1400px;
        flex-direction: row; /* Lado a lado */
        justify-content: space-between;
        /* 'stretch' garante que as duas colunas tenham a altura da maior */
        align-items: stretch; 
        gap: 40px;
        padding: 0 20px;
    }

    .content-block {
        flex: 1; /* 50% de largura para cada */
    }

    /* Define altura mínima para o texto para garantir alinhamento visual das imagens */
    .text-content-wrapper {
        min-height: 120px; /* Ajuste fino se necessário */
    }

    .orange-title {
        font-size: 48px; 
        text-align: left;
        
    }

    .gray-desc {
        font-size: 26px;
        text-align: left;
    }
}

/* =========================================
   DOBRA FÁCIL DE LIMPAR
   ========================================= */
.dobra-facil-limpeza {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 0;
    overflow: hidden;
}

.dobra-facil-limpeza .feature__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px !important;
    position: relative;
    display: flex;
}

.dobra-facil-limpeza img {
    display: block;
    width: 100%;
    height: auto;
}

.dobra-facil-limpeza .orange-card-limpeza {
    background-color: #FF8200;
    color: #fff;
    border-radius: 40px;
    padding: 50px;
}

.dobra-facil-limpeza .feature__title {
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.dobra-facil-limpeza .feature__description {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

.dobra-facil-limpeza strong {
    font-weight: 700;
}

/* VERSÃO DESKTOP (Lado a Lado) */
@media screen and (min-width: 1000px) {
    .dobra-facil-limpeza .feature__content {
        flex-direction: row-reverse; /* Imagem na Direita, Texto na Esquerda */
        align-items: center;
        justify-content: space-between;
        padding-left: 20px !important;
        padding-bottom: 20px !important;
        
    }

    /* Imagem */
    .dobra-facil-limpeza .limpeza-img-wrapper {
        width: 50%; /* Ocupa metade da tela */
        display: flex;
        justify-content: center;
        z-index: 2; /* Fica na frente se encostar */
        margin-right: -120px;
    }

    .dobra-facil-limpeza .orange-card-limpeza {
        width: 75%;
        padding: 80px 40px 80px 160px; 
        border-radius: 0 40px 40px 0;
        margin-bottom: 80px; 
    }

    .dobra-facil-limpeza .feature__title {
        font-size: 42px;
    }
}

/* VERSÃO MOBILE (Empilhado) */
@media screen and (max-width: 1000px) {
    .dobra-facil-limpeza img { 
        width: 80%;
        margin: auto;
    }
    .dobra-facil-limpeza {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .dobra-facil-limpeza .feature__content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 0px !important;
        margin-bottom: 30px;
    }

    /* 1. Imagem no topo */
    .dobra-facil-limpeza .limpeza-img-wrapper {
        width: 100%;
        max-width: 450px;
        position: relative;
        z-index: 2; /* Importante: Fica NA FRENTE do card laranja */
        margin-top: -80px; /* Puxa a imagem para cima, sobrepondo o card */
    }

    /* 2. Card Laranja */
    .dobra-facil-limpeza .orange-card-limpeza {
        border-radius: 30px;
        /* Padding superior grande para compensar a imagem que vai descer */
        padding: 40px 30px 100px 80px; 
        /* Margem negativa para o card "subir" e ficar embaixo da imagem */
        margin-top: 30px; 
        margin-left: -50px;
        position: relative;
        z-index: 1; /* Fica ATRÁS da imagem */
    }

    .dobra-facil-limpeza .feature__title {
        font-size: 28px;
    }

    .dobra-facil-limpeza .feature__description {
        font-size: 16px;
    }
}

/* =========================================
   DOBRA SPECS MIXER
   ========================================= */
.dobra-specs-mixer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.dobra-specs-mixer .feature__content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
    display: flex;
}

/* --- Estilos Gerais --- */
.dobra-specs-mixer .bg-decoration {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.dobra-specs-mixer .bg-decoration img {
    display: block;
    width: 100%;
    height: auto;
}

.dobra-specs-mixer .product-image {
    position: relative;
    z-index: 1;
}

.dobra-specs-mixer .product-image img {
    display: flex;
    width: 80%;
    height: auto;
    margin-left: 10%;
}

.dobra-specs-mixer .specs-text {
    position: relative;
    z-index: 2;
}

.dobra-specs-mixer .feature__title {
    color: #FF8200;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px;
}

.dobra-specs-mixer .specs-title {
    color: #FF8200;
    font-family: "elza", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dobra-specs-mixer ul.specs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.dobra-specs-mixer ul.specs-list li {
    font-family: "elza", sans-serif;
    color: #2F2F2F;
    font-size: 18px;
    margin-bottom: 5px;
}

.dobra-specs-mixer .package-content p {
    font-family: "elza", sans-serif;
    color: #2F2F2F;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.dobra-specs-mixer strong {
    font-weight: 600;
}

/* VERSÃO DESKTOP (Texto Esquerda / Imagem Direita) */
@media screen and (min-width: 950px) {
    .dobra-specs-mixer .feature__content {
        /* Inverte a ordem: Texto (que está por último no HTML) vai para a esquerda */
        flex-direction: row-reverse; 
        align-items: center;
        justify-content: flex-end;
    }

    /* Posicionamento do Fundo Laranja (Direita) */
    .dobra-specs-mixer .bg-decoration {
        top: 0;
        right: 0%; 
        left: auto;
        width: 60%; 
        height: 100%;
    }
    
    .dobra-specs-mixer .bg-decoration img {
        height: 100%;
        object-fit: contain; 
        object-position: right center;
    }

    /* Imagem do Produto (Direita) */
    .dobra-specs-mixer .product-image {
        flex: 1;
        max-width: 50%;
        display: flex;
        justify-content: center;
    }

    .dobra-specs-mixer .product-image img {
        max-width: 600px;
    }

    /* Texto (Esquerda) */
    .dobra-specs-mixer .specs-text {
        flex: 1;
        max-width: 45%;
        text-align: left; /* Alinha texto à esquerda */
        padding-right: 0;
        padding-left: 20px;
    }

    .dobra-specs-mixer .feature__title {
        font-size: 36px;
    }

    .dobra-specs-mixer .technical-data {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Alinha listas à esquerda */
        
    }
}

/* VERSÃO MOBILE (Empilhado: Imagem Topo / Texto Baixo) */
@media screen and (max-width: 950px) {
    .dobra-specs-mixer .feature__content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* Fundo Laranja */
    .dobra-specs-mixer .bg-decoration {
        top: 50px;
        left: auto;
        right: auto;
        width: 100%;
        
    }
    
    .dobra-specs-mixer .bg-decoration img {
        width: 100%;
        height: auto;
    }

    /* Imagem do Produto */
    .dobra-specs-mixer .product-image {
        width: 100%;
        max-width: 350px;
        margin-bottom: 40px;
    }

    /* Texto */
    .dobra-specs-mixer .specs-text {
        width: 100%;
    }

    .dobra-specs-mixer .feature__title {
        font-size: 26px;
    }

    .dobra-specs-mixer .specs-title {
        font-size: 24px;
        margin-top: 10px;
    }
    
    .dobra-specs-mixer .technical-data {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* =========================================
   DOBRA 09 (Footer)
   ========================================= */
.ep-lamina .dobra-09 {
    margin: 0px auto;
    margin-top: 20px;
    padding: 2.5% 56px;
    background-color: #0050DC;
    border-radius: 20px 20px 0 0 ;
    width: 100%;
    max-width: 1920px;
}

.ep-lamina .dobra-09 .feature__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ep-lamina .dobra-09 .feature__content > .image {
    max-width: 242px;
    height: 91px;
    border-radius: 0 !important;
}

.ep-lamina .dobra-09 .feature__content > .text__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ep-lamina .dobra-09 .feature__content > .text__content > .line > .feature__description {
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
}

.ep-lamina .dobra-09 .feature__content > .text__content > .line > .feature__description > span {
    font-weight: 600;
}

@media screen and (max-width: 900px) {
    .ep-lamina .dobra-09 {
        margin: 0 11px;
        margin-top: 60px;
        border-radius: 10px;
        padding: 12px 13px;
        width: 100%;
        justify-self: center;
        height: 70px;
        align-items: center;
    }

    .ep-lamina .dobra-09 .feature__content > .image {
        max-width: 122px;
        height: auto;
    }

    .ep-lamina .dobra-09 .feature__content > .text__content {
        gap: 4px;
    }

    .ep-lamina .dobra-09 .feature__content > .text__content > .line > .feature__description {
        font-size: 10px;
    }
}

@media screen and (max-width: 360px) {
    /* 1. Ajuste Geral: Remove margens laterais que causam rolagem */
    .ep-lamina section {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
    }
}
/* =========================================
   DOBRA TAMANHO (4,2L)
   ========================================= */

.dobra-tamanho {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 0;
}

.dobra-tamanho .feature__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Textos (Branco) */
.dobra-tamanho .feature__title {
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
}

.dobra-tamanho .feature__description {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.dobra-tamanho img {
    display: block;
    height: auto;
}

/* --- VERSÃO DESKTOP (Layout Horizontal) --- */
@media screen and (min-width: 1100px) {
    .dobra-tamanho .tamanho-wrapper {
        display: flex;
        align-items: center; /* Alinha verticalmente */
        justify-content: space-between;
        gap: 40px;
        position: relative;
    }

    /* O Card Laranja (Lado Esquerdo) */
    .dobra-tamanho .tamanho-card {
        background-color: #FF8200;
        border-radius: 40px;
        width: 95%; /* Ocupa a maior parte da largura */
        padding: 60px 200px 0 60px; /* Sem padding bottom pois a imagem encosta */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 500px; /* Altura mínima para ficar robusto */
        position: relative;
        overflow: hidden;
    }

    /* Cabeçalho de Texto (Lado a Lado) */
    .dobra-tamanho .text-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
        margin-bottom: 40px;
        z-index: 2;
        position: relative;
    }

    .dobra-tamanho .feature__title {
        font-size: 42px;
        width: 45%;
    }

    .dobra-tamanho .feature__description {
        width: 50%;
        margin-top: 10px; /* Leve ajuste óptico */
        font-size: 20px;
    }

    /* Imagem do Cesto (Dentro do Card Laranja) */
    .dobra-tamanho .basket-img-container {
        width: 100%;
        display: flex;
        justify-content: flex-start; /* Alinha à esquerda conforme ref */
    }

    .dobra-tamanho .img-basket {
        width: 180%; 
        margin-left: -60px;
    }

    /* Imagem do Produto Inteiro (Lado Direito - Fora do Laranja) */
    .dobra-tamanho .product-img-container {
        width: 35%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dobra-tamanho .img-full-product {
        width: 180%; /* Estoura um pouco o container para ficar grande */
        margin-left: -260px; /* Aproxima do card laranja */
        margin-bottom: -50px;
        z-index: 2;
    }
}

/* --- VERSÃO MOBILE (Card Vertical Único) --- */
@media screen and (max-width: 1444px) {
.dobra-tamanho .feature__content {
    max-width: 1250px;
}
.dobra-tamanho .img-basket {
        width: 200%;
}
    .dobra-tamanho .img-full-product {
        width: 190%;
        margin-bottom: -100px;
    }
    .dobra-tamanho .feature__title {
        font-size: 38px;
    }
    
}
@media screen and (max-width: 1100px) {
    .dobra-tamanho {
        padding: 40px 0;
    }

    .dobra-tamanho .feature__content {
        padding: 0 10px !important;
    }

    /* O Wrapper vira o Card Laranja no Mobile */
    .dobra-tamanho .tamanho-wrapper {
        background-color: #FF8200;
        border-radius: 30px;
        padding: 30px 20px 0px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        overflow: hidden; /* Corta o que passar */
        max-width: 400px;
        margin: 0 auto;
    }

    /* Removemos o background do filho interno */
    .dobra-tamanho .tamanho-card {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        width: 100%;
    }

    .dobra-tamanho .text-header {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }

    .dobra-tamanho .feature__title {
        font-size: 28px;
        width: 100%;
    }

    .dobra-tamanho .feature__description {
        font-size: 16px;
        width: 100%;
        padding: 0 10px;
    }

    /* Imagem Cesto (Meio) */
    .dobra-tamanho .basket-img-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: -40px; /* Sobreposição na imagem de baixo */
        position: relative;
        z-index: 1;
    }

    .dobra-tamanho .img-basket {
        width: 110%; /* Leve zoom para cortar as bordas como na ref */
    }

    /* Imagem Produto Inteiro (Baixo) */
    .dobra-tamanho .product-img-container {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 2;
        margin-bottom: 10px; /* Encosta no fundo */
    }

    .dobra-tamanho .img-full-product {
        width: 90%;
    }
}
/* =========================================
   DOBRA MAIOR ESPAÇO INTERNO (400cm²)
   ========================================= */

.dobra-espaco-interno {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    padding: 160px 0 !important;
    overflow: hidden; /* Evita que a imagem estoure a largura na animação/scroll */
}

.dobra-espaco-interno .feature__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Estilos comuns de imagem e texto */
.dobra-espaco-interno img.img-espaco {
    display: block;
    width: 100%;
    height: auto;

}

.dobra-espaco-interno .feature__title {
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}

.dobra-espaco-interno .feature__description {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}


/* --- VERSÃO DESKTOP (Lado a Lado com Sobreposição) --- */
@media screen and (min-width: 950px) {
    .dobra-espaco-interno .espaco-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end; /* Alinha tudo à direita */
        position: relative;
        min-height: 400px; /* Altura mínima para o container */
    }

    /* Coluna da Imagem (Fica à esquerda, sobrepondo) */
    .dobra-espaco-interno .espaco-img-col {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); /* Centraliza verticalmente */
        width: 55%; /* Largura da imagem */
        max-width: 650px;
        z-index: 2; /* Fica NA FRENTE do card laranja */
    }

    /* Card Laranja (Fica à direita, fundo) */
    .dobra-espaco-interno .orange-card-espaco {
        background-color: #FF8200;
        width: 60%; /* Largura do card */
        /* Padding grande na esquerda para o texto não ficar embaixo da imagem */
        padding: 80px 60px 80px 180px; 
        border-radius: 40px; /* Arredondamento geral conforme referência */
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 350px;
    }

    .dobra-espaco-interno .feature__title {
        font-size: 42px;
    }

    .dobra-espaco-interno .text-content {
        max-width: 450px; /* Limita a largura do texto dentro do card */
    }
}


/* --- VERSÃO MOBILE (Empilhado Verticalmente) --- */
@media screen and (max-width: 950px) {
    .dobra-espaco-interno {
        padding: 40px 0!important;
    }

    .dobra-espaco-interno .feature__content {
        padding: 0 10px !important;
    }

    .dobra-espaco-interno .espaco-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    /* Coluna da Imagem (Topo) */
    .dobra-espaco-interno .espaco-img-col {
        width: 100%;
        max-width: 400px;
        z-index: 2; /* Na frente */
        margin-bottom: -250px; /* Margem negativa para puxar o card laranja para baixo dela */
        position: relative;
    }

    /* Card Laranja (Base) */
    .dobra-espaco-interno .orange-card-espaco {
        background-color: #FF8200;
        width: 100%;
        max-width: 500px;
        /* Padding superior grande para compensar a imagem que desce */
        padding: 260px 30px 40px 30px;
        border-radius: 30px;
        z-index: 1; /* Atrás */
        text-align: center;
    }

    .dobra-espaco-interno .feature__title {
        font-size: 28px;
    }

    .dobra-espaco-interno .feature__description {
        font-size: 16px;
    }
}
/* =========================================
   DOBRA ESPECIFICAÇÕES TÉCNICAS (Refinada)
   ========================================= */

.dobra-specs-mixer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 0 !important;
    overflow: hidden;
    position: relative;
}

.dobra-specs-mixer .feature__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    position: relative;
}

/* --- Estilos de Texto Gerais --- */
.dobra-specs-mixer .specs-title {
    color: #FF8200;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: none; /* Imagem usa caixa alta/baixa mista */
}

.dobra-specs-mixer ul.specs-list,
.dobra-specs-mixer .specs-simple-p,
.dobra-specs-mixer .package-content p {
    font-family: "elza", sans-serif;
    color: #2F2F2F;
    font-size: 18px !important;
    line-height: 1.4;
    margin: 0;
    list-style: none;
    padding: 0;
}

.dobra-specs-mixer strong {
    font-weight: 700;
}

.dobra-specs-mixer ul.specs-list {
    margin-bottom: 20px;
}

.dobra-specs-mixer .dimensions-list li:first-child {
    margin-bottom: 5px;
}

.dobra-specs-mixer .specs-simple-p {
    margin-bottom: 15px;
}

.dobra-specs-mixer .package-content {
    margin-bottom: 15px;
}

/* --- Selo de Garantia --- */
.warranty-badge {
 
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
}

.warranty-badge span {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: -2px;
}

/* --- VERSÃO DESKTOP (Corrigida: M menor e alinhado à esquerda) --- */
@media screen and (min-width: 950px) {
    /* 1. Configuração do Background "M" */
    .dobra-specs-mixer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        /* Mantemos o container ocupando a área esquerda */
        width: 55%;
        max-width: 1300px;
        height: 100%;
        background-image: url('./assets/images/d91.png');
        background-repeat: no-repeat;
        
        /* ALTERAÇÃO PRINCIPAL AQUI: */
        /* Define um tamanho percentual para o M ficar menor e não cortar */
        background-size: 90% auto; 
        /* Alinha o M à esquerda para "sangrar" na borda da tela */
        background-position: left center; 
        
        z-index: 0;
    }

    .dobra-specs-mixer .feature__content {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }

    /* Coluna Visual (Esquerda) */
    .dobra-specs-mixer .visual-col {
        width: 50%;
        position: relative;
        min-height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Remove a imagem antiga do fluxo */
    .dobra-specs-mixer .bg-decoration {
       display: none;
    }
    
    /* Imagem Produto */
    .dobra-specs-mixer .product-image-container {
        position: relative;
        z-index: 3;
        width: 90%;
    
        /* Ajuste para centralizar o produto sobre a curva do M */
        margin-left: -20%; 
        margin-top: 100px;
    }
    
    .dobra-specs-mixer .product-image-container img {
        width: 100%;
        height: auto;
    }

    /* Coluna Texto (Direita) */
    .dobra-specs-mixer .specs-text-col {
        width: 45%;
        padding-top: 40px;
        padding-left: 20px;
    }

    .dobra-specs-mixer .specs-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 400px;
        margin-bottom: 30px;
    }

    .dobra-specs-mixer .specs-title {
        font-size: 40px;
        margin-right: 30px;
    }
}
/* --- VERSÃO MOBILE --- */
@media screen and (max-width: 950px) {
    .dobra-specs-mixer {
        padding: 0; /* Background encosta no topo */

    }

    .dobra-specs-mixer .feature__content {
        padding: 0px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* Coluna Visual */
    .dobra-specs-mixer .visual-col {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

    /* Background Decorativo (Arcos no Topo) */
    .dobra-specs-mixer .bg-decoration {
        width: 100%;
        margin-bottom: -150px; /* Faz a imagem do produto subir sobre o bg */
        z-index: 0;
    }
    
    .dobra-specs-mixer .bg-decoration img {
        width: 100%;
        display: block;
    }

    /* Imagem Produto */
    .dobra-specs-mixer .product-image-container {
        position: relative;
        z-index: 1;
        width: 80%;
        margin-top: 100px; /* Puxa a imagem para cima, sobrepondo o bg */
    }
    
    .dobra-specs-mixer .product-image-container img {
        width: 100%;
        height: auto;
    }

    /* Coluna Texto */
    .dobra-specs-mixer .specs-text-col {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dobra-specs-mixer .specs-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }

    .dobra-specs-mixer .specs-title {
        font-size: 28px;
    }
    
    /* Centralização das listas no mobile */
    .dobra-specs-mixer .technical-data {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}