/*====================================================
MODULO 1
HERO
====================================================*/

.hero::before{

    content:"";

    position:absolute;

    width:650px;
    height:650px;

    background:rgba(255 107 0 / 22%);

    border-radius:50%;

    top:-250px;
    right:-180px;

}

.hero-grid{

    display:grid;

    grid-template-columns:55% 45%;

    align-items:center;

    gap:10px;

    min-height:620px;

}

.hero-info{

    max-width:620px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;

}
.hero-copy{

    display:flex;

    flex-direction:column;

}

.hero .badge{

    margin-bottom:30px;

}

.hero h1{

    color:var(--texto-principal);

    margin-bottom:28px;

    letter-spacing:-1px;

}

.hero p{

    font-size:24px;

    line-height:1.7;

    margin-bottom:35px;

    color:var(--texto-secundario);

}

.hero-checks{

    display:flex;

    flex-direction:column;

    gap:14px;

    margin-bottom:40px;

}

.hero-checks li{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:20px;
    font-weight:600;
    color:var(--texto-principal);
    margin-bottom:18px;
}

.hero-checks div{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:22px;

    font-weight:600;

    color:var(--texto-principal);

}

.hero-stars{

    margin-top:30px;

    font-size:26px;

    color:#f5b301;

    font-weight:700;

}

.hero-stars span{

    color:var(--texto-secundario);

    font-size:18px;

    margin-left:8px;

}
.hero .badge{

    align-self:flex-start;

}

/*====================================
IMAGEN HERO
====================================*/

.hero-image{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

}

.hero-image::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:linear-gradient(180deg,#EEF5FF,#FFFFFF);

    z-index:0;

}

.hero-image img{

    position:relative;

    z-index:2;

    width:100%;

    max-width:510px;

    filter:drop-shadow(0 30px 40px rgba(0,0,0,.18));

    transition:.35s;

    transform: translate(20px,-15px);

}

.hero-image img:hover{

    transform:translateY(-6px);

}

/*====================================
FRANJA CONFIANZA
====================================*/

.trust-strip{

    background:#ffffff;

    padding:20px 0 60px;

}

.trust-strip img{

    width:100%;

    display:block;

    border-radius:var(--radio);

    box-shadow:var(--shadow-soft);

}
/*====================================================
MODULO 2
PROBLEMAS
====================================================*/

.problemas{

    padding:110px 0;

    text-align:center;

}

.section-badge{

    display:inline-block;

    background:#E8F1FF;

    color:#1F3B68;

    font-weight:700;

    font-size:14px;

    padding:10px 18px;

    border-radius:50px;

    margin-bottom:20px;

    letter-spacing:.5px;

}

.problemas h2{

    margin-bottom:20px;

}

.section-text{

    max-width:760px;

    margin:auto;

    margin-bottom:60px;

}

.problemas-img{

    margin-bottom:45px;

}

.problemas-img img{

    width:100%;

    max-width:820px;

    border-radius:24px;

    box-shadow:0 22px 55px rgba(0,0,0,.12);

}

.problemas-lista{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    max-width:760px;

    margin:0 auto 50px;

}

.problemas-lista div{

    background:white;

    padding:22px;

    border-radius:16px;

    font-weight:600;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}
.problemas-alerta{

    max-width:700px;

    margin:25px auto 20px;

    font-size:24px;

    font-weight:700;

    color:var(--texto-principal);

    line-height:1.5;

}
/*====================================================
MODULO 3
VIDEO
====================================================*/

.funciona{

    padding:110px 0;

    background:var(--color-fondo);

    text-align:center;

}

.video-card{

    max-width:900px;

    margin:50px auto;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.landing-video{

    width:100%;

    display:block;

}

.video-note{

    max-width:760px;

    margin:35px auto 50px;

    font-size:22px;

    font-weight:700;

    color:var(--texto-principal);

}

.beneficios-video{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

    margin-bottom:50px;

}

.beneficios-video div{

    background:white;

    padding:35px;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.beneficios-video strong{

    display:block;

    margin:18px 0 10px;

    font-size:20px;

}

.beneficios-video span{

    color:var(--texto-secundario);

}
/*====================================================
MODULO 4
ANTES Y DESPUÉS
====================================================*/

.antes-despues{

    padding:120px 0;

    text-align:center;

}

.resultado-img{

    margin:60px auto;

}

.resultado-img img{

    width:100%;

    max-width:900px;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.resultado-beneficios{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:50px;

}

.resultado-beneficios div{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.resultado-beneficios strong{

    display:block;

    margin:15px 0 10px;

    font-size:20px;

}

.resultado-beneficios span{

    color:var(--texto-secundario);

}
/*====================================================
MODULO 5
VENTAJAS
====================================================*/

.ventajas-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;

    max-width:1000px;

    margin:60px auto 0;

}

.ventaja-item{

    display:flex;

    align-items:flex-start;

    gap:20px;

    background:#fff;

    padding:28px;

    border-radius:20px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.3s;

}

.ventaja-item:hover{

    transform:translateY(-5px);

}

.ventaja-item span{

    font-size:34px;

    flex-shrink:0;

}

.ventaja-item h3{

    margin:0 0 8px;

    font-size:24px;

    color:var(--texto-principal);

}

.ventaja-item p{

    margin:0;

    color:var(--texto-secundario);

}
/*====================================================
MODULO 6
TESTIMONIOS
====================================================*/

.testimonios{

    padding:120px 0;

    background:#fff;

    text-align:center;

}

.subtitulo-testimonios{

    margin-top:60px;

    margin-bottom:15px;

}

/*==================================
TESTIMONIOS MOVIL
==================================*/

.clientes-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:12px;

    margin-top:35px;

}

.cliente-card{

    border-radius:16px;

}

.cliente-card img{

    aspect-ratio:1;
    object-fit:cover;

}

.cliente-body{

    padding:12px;

}

.comentario{

    font-size:13px;

    line-height:1.45;

}

.estrellas{

    font-size:14px;

}

.estrellas{

    color:#F4B400;

    font-size:20px;

    margin-bottom:10px;

    letter-spacing:2px;

}

.verificado{

    display:inline-block;

    background:#E8F8ED;

    color:#1A7F37;

    font-size:13px;

    font-weight:600;

    padding:6px 12px;

    border-radius:30px;

    margin-bottom:18px;

}

.comentario{

    color:var(--texto-secundario);

    line-height:1.7;

    font-style:italic;

    margin-bottom:20px;

}

.cliente-footer{

    font-weight:700;

    color:var(--texto-principal);

}
/*====================================================
MODULO 7
OFERTA ESPECIAL
====================================================*/

.oferta{

    padding:120px 0;

    background:linear-gradient(180deg,#eef5ff 0%,#ffffff 100%);

}

.oferta-box{

    display:grid;

    grid-template-columns:1.15fr .85fr;

    gap:70px;

    background:#ffffff;

    border-radius:30px;

    padding:70px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

    position:relative;

    overflow:hidden;

}
.oferta-info h2{

    font-size:22px;

    line-height:1.15;

    word-break:keep-all;

    overflow-wrap:normal;

    hyphens:none;

}
.oferta-info h2 span{

    display:block;

    color:var(--texto-principal);
    }

.oferta-info h2 strong{

    display:block;

    color:#22c55e;

    font-size:68px;

    line-height:1;
}
.oferta-info{
    width:100%;
    max-width:100%;
    min-width:0;
}
.oferta-box > *{
    min-width:0;
}

.beneficio{

    display:flex;

    gap:18px;

    align-items:flex-start;

    padding:18px 0;

    border-bottom:1px solid #ececec;

}

.icono{

    width:58px;

    height:58px;

    background:#173B6D;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    flex-shrink:0;

}

.beneficio h4{

    margin-bottom:6px;

    color:var(--texto-principal);

}

.beneficio p{

    color:var(--texto-secundario);

    margin:0;

}

.precio-box{

    display:flex;

    align-items:flex-end;

    justify-content:space-between;

    margin-top:45px;

    margin-bottom:25px;

}

.precio-anterior span{

    display:block;

    font-weight:600;

    margin-bottom:18px;

}

.precio-anterior del{

    font-size:42px;

    color:#9ca3af;

}


.precio-actual small{

    display:block;

    color:#16a34a;

    font-weight:700;

    margin-bottom:20px;

}

.precio-actual strong{

    display:block;

    font-size:82px;

    color:#16a34a;

    line-height:1;

    font-weight:800;

}

.precio-actual p{

    margin-top:10px;

    color:var(--texto-secundario);

}

.ahorro{

    display:inline-block;

    margin:10px 0 35px;

    background:#FFF4E8;

    color:#FF6B00;

    padding:12px 22px;

    border-radius:30px;

    font-weight:700;

}

.texto-whatsapp{

    display:block;

    margin-top:18px;

    color:#6b7280;

    font-size:15px;

}

.oferta-producto{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:520px;

}

.circulo-fondo{

    position:absolute;

    width:430px;

    height:430px;

    border-radius:50%;

    background:#eef5ff;

}

.oferta-producto img{

    position:relative;

    z-index:2;

    width:100%;

    max-width:700px;

    transform:translateY(-20px);

    filter:drop-shadow(0 35px 45px rgba(0,0,0,.18));

}

.sello{

    position:absolute;

    top:55px;

    right:55px;

    width:150px;

    height:150px;

    border-radius:50%;

    background:#ff6b00c2;

     border:none;

    color:white;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    z-index:5;

    box-shadow:0 10px 25px rgba(0,0,0,.12);

}

.sello span{

    font-size:48px;

    font-weight:800;

    color:white;

}

.sello{

    font-size:15px;

    font-weight:700;

    color:white;

}
.oferta-rating{

margin:12px 0 18px;

font-size:24px;

color:#f5b301;

font-weight:700;

}

.oferta-rating span{

display:block;

margin-top:8px;

font-size:17px;

color:var(--texto-secundario);

}
/*====================================================
MODULO 8
FAQ
====================================================*/

.faq{

    padding:120px 0;

    background:#fff;

}

.faq h2{

    text-align:center;

    margin:25px 0 15px;

}

.faq-subtitulo{

    text-align:center;

    max-width:750px;

    margin:0 auto 60px;

    color:var(--texto-secundario);

    font-size:20px;

    line-height:1.7;

}

.faq .section-badge{

    display:table;

    margin:auto;

}

.faq-lista{

    max-width:900px;

    margin:auto;

}

.faq-item{

    background:#fff;

    border-radius:18px;

    margin-bottom:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    overflow:hidden;

    border:1px solid #edf2f7;

}

.faq-question{

    width:100%;

    background:none;

    border:none;

    cursor:pointer;

    padding:28px 35px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-size:22px;

    font-weight:700;

    color:var(--texto-principal);

}

.faq-question:hover{

    background:#f8fbff;

}

.faq-icon{

    font-size:34px;

    color:#16a34a;

    font-weight:700;

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:all .35s ease;

    padding:0 35px;

    opacity:0;

}

.faq-item.active .faq-answer{

    max-height:250px;

    padding:0 35px 30px;

    opacity:1;

}

.faq-cta{

    text-align:center;

    margin-top:60px;

}
.faq-item{

    position:relative;

}

.faq-item::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:0;

    background:#173B6D;

    border-radius:10px;

    transition:.3s;

}

.faq-item.active::before{

    height:100%;

}
/*====================================================
MODULO 9
COMPRA CON CONFIANZA
====================================================*/

.confianza{

    padding:120px 0;

    background:#f8fbff;

}

.confianza h2{

    text-align:center;

    margin:25px 0 15px;

}

.confianza-subtitulo{

    max-width:760px;

    margin:0 auto 60px;

    text-align:center;

    color:var(--texto-secundario);

    font-size:20px;

    line-height:1.7;

}

.confianza .section-badge{

    display:table;

    margin:auto;

}

.confianza-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.confianza-card{

    background:#fff;

    border-radius:22px;

    padding:45px 30px;

    text-align:center;

    box-shadow:0 18px 40px rgba(0,0,0,.06);

    transition:.3s;

}

.confianza-card:hover{

    transform:translateY(-8px);

}

.confianza-icon{

    font-size:42px;

    margin-bottom:20px;

}

.confianza-card h3{

    margin-bottom:15px;

}

.confianza-card p{

    color:var(--texto-secundario);

    line-height:1.7;

}
/*====================================================
CTA FINAL
====================================================*/

.cta-final{

    padding:120px 0;

}

.cta-box{

    background:#173B6D;

    color:#fff;

    border-radius:35px;

    padding:70px;

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:50px;

    overflow:hidden;

}

.cta-box h2{

    color:#fff;

    margin:25px 0;

}

.cta-box p{

    color:rgba(255,255,255,.85);

    margin-bottom:30px;

}

.cta-box ul{

    list-style:none;

    padding:0;

    margin:0 0 35px;

}

.cta-box li{

    margin-bottom:14px;

}

.cta-precio{

    margin-bottom:35px;

}

.cta-precio .antes{

    display:block;

    font-size:28px;

    text-decoration:line-through;

    color:#cbd5e1;

}

.cta-precio strong{

    display:block;

    font-size:68px;

    color:#22c55e;

}

.cta-producto{

    text-align:center;

}

.cta-producto img{

    width:100%;

    max-width:520px;

    filter:drop-shadow(0 40px 45px rgba(0,0,0,.35));

}
/*====================================================
FOOTER
====================================================*/

.footer{

    background:#173B6D;

    color:white;

    padding:90px 0 40px;

    text-align:center;

}

.footer-logo img{

    width:90px;

    margin-bottom:25px;

}

.footer h3{

    color:white;

    margin-bottom:20px;

}

.footer p{

    max-width:650px;

    margin:auto;

    color:rgba(255,255,255,.75);

    line-height:1.8;

}

.footer-info{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

    margin:60px 0;

    border-top:1px solid rgba(255,255,255,.15);

    border-bottom:1px solid rgba(255,255,255,.15);

    padding:35px 0;

}

.footer-info div{

    font-weight:600;

}

.footer-copy{

    color:rgba(255,255,255,.55);

    font-size:15px;

}
/*====================================================
WHATSAPP FLOTANTE
====================================================*/

.whatsapp-float{

    position:fixed;

    right:25px;

    bottom:25px;

    background:#25D366;

    color:white;

    text-decoration:none;

    display:flex;

    align-items:center;

    gap:15px;

    padding:14px 18px;

    border-radius:60px;

    box-shadow:0 15px 35px rgba(0,0,0,.25);

    z-index:9999;

    transition:.35s;

}

.whatsapp-float:hover{

    transform:translateY(-5px);

    box-shadow:0 22px 45px rgba(0,0,0,.30);

}

.whatsapp-texto{

    display:flex;

    flex-direction:column;

}

.whatsapp-texto strong{

    font-size:16px;

}

.whatsapp-texto span{

    font-size:13px;

    opacity:.9;

}

.whatsapp-icono{

    width:54px;

    height:54px;

    border-radius:50%;

    background:white;

    color:#25D366;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

}

