/* ================= CSS NÃO CRÍTICO (Carregado de forma assíncrona) ================= */

/* ================= SEÇÃO: IMAGINA CHEGAR EM CASA ================= */
.seccion-imagina {
    background-color: #e84e0e; 
    margin: 40px -20px 0 -20px; 
    padding: 40px 20px;
    text-align: center;
}
.texto-imagina {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800; 
    line-height: 1.4;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.15); 
}
.img-stack {
    max-width: 100%;
    height: auto;
    border-radius: 12px; 
    box-shadow: 0 8px 20px rgba(0,0,0,0.3); 
    margin-bottom: 20px;
}

/* ================= SEÇÃO: YA NO TIENES QUE (DORES) ================= */
.seccion-dores { background-color: #f4f5f7; padding: 50px 20px; text-align: center; }
.seccion-dores h2 { font-size: 1.8rem; color: #111111; margin-bottom: 45px; }
.card-dor {
    position: relative; 
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 20px 20px 20px; 
    margin: 0 auto 40px auto; 
    max-width: 450px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.06); 
}
.card-dor:last-child { margin-bottom: 0; }
.emoji-badge {
    position: absolute;
    top: 0; left: 50%;
    transform: translate(-50%, -50%); 
    font-size: 2.2rem;
    line-height: 1;
}
.card-dor p { color: #111111; font-size: 1.05rem; margin: 0; line-height: 1.4; font-weight: 500; }

/* ================= SEÇÃO: SOLUÇÃO ================= */
.seccion-solucion { background-color: #f4f5f7; padding: 60px 20px; text-align: center; }
.badge-introduccion {
    display: inline-block; background-color: #e84e0e; color: #ffffff; font-size: 1.2rem;
    font-weight: 800; padding: 10px 30px; border-radius: 25px; margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(232, 78, 14, 0.2);
}
.logo-contenedor-solucion { margin-bottom: 40px; }
.logo-contenedor-solucion img { max-width: 120px; height: auto; }
.contenedor-marmitas-row {
    display: flex; justify-content: center; gap: 15px; max-width: 1000px; margin: 0 auto;
}
.img-marmita-final {
    flex: 1; max-width: calc(50% - 8px); height: auto; border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15); display: block;
}
@media (max-width: 480px) {
    .contenedor-marmitas-row { gap: 10px; }
    .texto-imagina { font-size: 1rem; }
}

/* ================= SEÇÃO: MUDAR SUA VIDA & A BOA NOTÍCIA ================= */
.seccion-cambiar-vida { background-color: #ffffff; padding: 40px 20px 20px 20px; text-align: center; }
.titulo-cambio { font-size: 1.7rem; color: #111111; font-weight: 800; line-height: 1.3; margin: 0; }
.titulo-cambio .destaque-laranja { color: #e84e0e; }
.seccion-buena-noticia { background-color: #f4f5f7; padding: 30px 20px 50px 20px; text-align: center; }
.titulo-verde { font-size: 1.4rem; color: #004d00; font-weight: 800; margin-bottom: 30px; }
.lista-beneficios { list-style: none; padding: 0; margin: 0 auto; max-width: 450px; text-align: left; }
.lista-beneficios li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px; font-size: 1.05rem; line-height: 1.4; }
.lista-beneficios li:last-child { margin-bottom: 0; }
.lista-beneficios .emoji-check { font-size: 1.2rem; margin-top: -2px; }

/* ================= SEÇÃO: ENTREGÁVEIS ================= */
.seccion-entregables { background-color: #ffffff; padding: 0 0 50px 0; text-align: center; }
.faixa-titulo-verde { background-color: #27a243; color: #ffffff; padding: 20px 15px; margin-bottom: 40px; }
.faixa-titulo-verde h2 { font-size: 1.6rem; margin: 0; font-weight: 800; }
.modulo-entregable { margin: 0 auto 50px auto; max-width: 450px; padding: 0 20px; }
.capa-ebook { max-width: 280px; width: 100%; height: auto; border-radius: 8px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); margin: 0 auto 20px auto; display: block; }
.titulo-modulo { font-size: 1.15rem; font-weight: 800; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.desc-modulo { font-size: 1rem; color: #333333; line-height: 1.4; margin: 0; }

/* ================= BÔNUS E INFORMAÇÃO NUTRICIONAL ================= */
.faixa-titulo-laranja { background-color: #e84e0e; color: #ffffff; padding: 25px 20px; margin-bottom: 40px; text-align: center; }
.faixa-titulo-laranja h2 { font-size: 1.4rem; margin: 0; font-weight: 700; line-height: 1.3; }
.faixa-titulo-laranja u { text-decoration: underline; text-underline-offset: 3px; }
.seccion-nutricion { background-color: #f4f5f7; padding: 50px 20px; text-align: center; }
.titulo-nutricion { font-size: 1.6rem; font-weight: 800; margin-bottom: 10px; }
.subtitulo-nutricion { font-size: 1.05rem; color: #333333; margin-bottom: 30px; line-height: 1.3; }
.img-tabela-nutri { max-width: 320px; width: 100%; height: auto; border-radius: 12px; box-shadow: 0 6px 15px rgba(0,0,0,0.15); margin: 0 auto 40px auto; display: block; }
.titulo-senales { font-size: 1.4rem; font-weight: 800; margin-bottom: 25px; }
.badges-senales { display: flex; flex-direction: column; align-items: center; gap: 15px; margin-bottom: 40px; }
.badge-restricao { background-color: #e84e0e; color: #ffffff; border: 1px solid #999; border-radius: 8px; padding: 12px 20px; width: 220px; box-shadow: 0 4px 8px rgba(0,0,0,0.15); display: flex; flex-direction: column; align-items: center; gap: 5px; }
.badge-restricao img { width: 35px; height: auto; margin: 0; box-shadow: none; }
.badge-restricao span { font-size: 1.15rem; font-weight: 700; }

/* ================= SEÇÃO: PARA TI SI... (COM ONDAS) ================= */
.seccion-qualificacao { background-color: #1CA44C; color: #ffffff; position: relative; padding: 100px 20px; text-align: center; }
.dividor-ola { position: absolute; left: 0; width: 100%; overflow: hidden; line-height: 0; z-index: 1; }
.dividor-ola svg { position: relative; display: block; width: calc(100% + 1.3px); height: 60px; }
.dividor-ola .shape-fill { fill: #ffffff; }
.wave-topo { top: 0; }
.wave-baixo { bottom: 0; transform: rotate(180deg); }
.titulo-qualificacao { font-size: 1.8rem; margin: 0 auto 50px auto; line-height: 1.3; max-width: 450px; font-weight: 300; }
.titulo-qualificacao span.cocina-express-font { font-family: 'Roboto Slab', serif; font-style: italic; font-weight: 700; color: #ffcc00; }
.lista-qualificacao { list-style: none; padding: 0; margin: 0 auto 50px auto; max-width: 500px; text-align: left; }
.lista-qualificacao li { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 25px; font-weight: 600; line-height: 1.4; font-size: 1.05rem; }
.check-circulo-qual { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background-color: #ffffff; border-radius: 50%; color: #1CA44C; font-size: 16px; font-weight: 900; flex-shrink: 0; }
.seccion-qualificacao .cta-container { margin-top: 0; }
.seccion-qualificacao .cta-btn-green { padding: 18px 35px; font-size: 1.2rem; }

/* ================= SEÇÃO: TESTEMUNHOS ================= */
.seccion-testimonios { background-color: #ffffff; padding: 60px 20px; text-align: center; }
.titulo-testimonios { font-size: 1.6rem; color: #27a243; font-weight: 300; margin-bottom: 50px; line-height: 1.3; }
.titulo-testimonios strong { font-weight: 800; color: #003300; }
.carousel-wrapper { position: relative; max-width: 320px; margin: 0 auto 40px auto; }
.carousel-container { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; gap: 10px; padding-bottom: 15px; }
.carousel-container::-webkit-scrollbar { display: none; }
.testimonial-item { flex: 0 0 100%; scroll-snap-align: center; text-align: center; }
.testimonial-item img { max-width: 100%; height: auto; border: 4px solid #f0f0f0; border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); display: block; margin: 0 auto; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 15px; }
.dot { width: 8px; height: 8px; background-color: #bbbbbb; border-radius: 50%; }
.dot.active { background-color: #27a243; }
.seta-prev { position: absolute; top: 50%; left: -40px; transform: translateY(-50%); font-size: 2rem; color: #bbbbbb; font-weight: 300; }
.seccion-testimonios .cta-container { margin-top: 0; }
.seccion-testimonios .cta-btn-green { padding: 16px 30px; font-size: 1.15rem; }

/* ================= GARANTIAS, OFERTA E FAQ ================= */
.seccion-garantias { background-color: #f4f5f7; padding: 50px 20px; text-align: center; }
.card-garantia { background-color: #ffffff; border-radius: 12px; padding: 30px 20px; margin: 0 auto 20px auto; max-width: 400px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.card-garantia img { width: 45px; height: auto; margin: 0 auto 15px auto; display: block; }
.card-garantia h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 15px; }
.card-garantia p { font-size: 0.95rem; color: #444444; line-height: 1.4; margin: 0; }

.seccion-oferta { background-color: #ffffff; padding: 60px 20px; text-align: center; }
.titulo-oferta { font-size: 1.6rem; color: #e84e0e; font-weight: 800; margin-bottom: 30px; }
.titulo-oferta .sublinhado-verde { color: #27a243; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 4px; }
.img-mockup-oferta { max-width: 450px; width: 100%; height: auto; margin: 0 auto 40px auto; display: block; }
.lista-oferta { list-style: none; padding: 0; margin: 0 auto 40px auto; max-width: 420px; text-align: left; }
.lista-oferta li { display: flex; align-items: flex-start; gap: 10px; font-size: 1rem; line-height: 1.3; margin-bottom: 12px; }
.lista-oferta .emoji-oferta { font-size: 1.1rem; flex-shrink: 0; margin-top: -1px; }
.preco-ancora { font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; }
.preco-ancora strike { color: #e84e0e; font-weight: 800; }
.preco-novo { font-size: 3.5rem; color: #27a243; font-weight: 900; line-height: 1; margin-bottom: 15px; }
.disclaimer-moeda { font-size: 0.8rem; color: #555555; max-width: 350px; margin: 0 auto 30px auto; line-height: 1.2; }
.pago-unico { font-size: 0.85rem; color: #666666; margin-top: 15px; }

.seccion-garantia { background-color: #2ea64e; padding: 50px 20px; text-align: center; }
.titulo-garantia { color: #ffffff; font-size: 1.5rem; font-weight: 800; margin-bottom: 25px; line-height: 1.3; }
.titulo-garantia .destaque-azul { color: #003366; display: block; }
.img-selo-garantia { max-width: 180px; width: 100%; height: auto; margin: 0 auto 25px auto; display: block; filter: drop-shadow(0 8px 15px rgba(0,0,0,0.25)); }
.texto-garantia { color: #001a00; font-size: 1.05rem; line-height: 1.4; margin: 0 auto 30px auto; max-width: 450px; font-weight: 500; }

.cta-btn-orange {
    display: inline-block; background: linear-gradient(to bottom, #f7aa16 0%, #d87602 100%);
    color: #ffffff; text-decoration: none; font-size: 1.15rem; font-weight: 800; padding: 16px 30px;
    border-radius: 50px; box-shadow: 0 6px 15px rgba(216, 118, 2, 0.4), inset 0 2px 0 rgba(255,255,255,0.3);
    transition: transform 0.2s, box-shadow 0.2s; max-width: 100%;
}
.cta-btn-orange:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(216, 118, 2, 0.5), inset 0 2px 0 rgba(255,255,255,0.3); }

.seccion-faq { background-color: #f7f9fa; padding: 60px 20px; text-align: center; }
.titulo-faq { color: #1a4d2e; font-size: 1.8rem; font-weight: 800; margin-bottom: 40px; }
.faq-container { max-width: 650px; margin: 0 auto; text-align: left; }
.faq-item { background-color: #ffffff; border: 2px solid #f27141; margin-bottom: -2px; padding: 0; }
.faq-item summary { padding: 20px; font-size: 1.1rem; font-weight: 700; cursor: pointer; list-style: none; display: flex; align-items: flex-start; gap: 15px; transition: background-color 0.2s; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background-color: #fdfdfd; }
.faq-icon { font-size: 1.6rem; font-weight: 900; line-height: 1; flex-shrink: 0; margin-top: -2px; }
.faq-item[open] .faq-icon::before { content: '-'; }
.faq-item:not([open]) .faq-icon::before { content: '+'; }
.faq-resposta { padding: 0 20px 20px 45px; font-size: 1.05rem; color: #444444; line-height: 1.5; margin: 0; }

/* ================= FOOTER ================= */
.site-footer { background: linear-gradient(to right, #f26b21 0%, #d54200 100%); color: #ffffff; padding: 40px 20px; text-align: center; }
.site-footer p { margin: 0 0 10px 0; font-size: 0.95rem; font-weight: 800; line-height: 1.4; }
.site-footer p:last-child { margin-bottom: 0; }