:root{--primary-color:#ff0007;--primary-hover:#cc0006;--secondary-color:#3b88c3;--accent-color:#13c661;--accent-hover:#10a852;--text-dark:#333;--text-light:#54595f;--bg-light:#f8f9fa;--bg-white:#fff;--bg-dark:#020202;--border-color:#ededed;--font-heading:"Montserrat", sans-serif;--font-body:"Roboto", sans-serif;--shadow-sm:0 4px 6px #0000000d;--shadow-md:0 10px 15px #0000001a;--shadow-lg:0 20px 25px #00000026;--radius-sm:8px;--radius-md:12px;--radius-full:9999px;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--bg-white);line-height:1.6;overflow-x:hidden}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}.text-center{text-align:center}.text-white{color:var(--bg-white)}.section-title{text-align:center;color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.section-subtitle{text-align:center;color:var(--text-light);max-width:800px;margin:0 auto 3rem;font-size:1.2rem}section{padding:5rem 0}.section-light{background-color:var(--bg-light)}.section-white{background-color:var(--bg-white)}.section-dark{background-color:var(--bg-dark);color:var(--bg-white)}.section-accent{background:linear-gradient(135deg, var(--secondary-color), #2a699c);color:var(--bg-white)}.hero{background-color:var(--primary-color);color:var(--bg-white);padding:4rem 0 6rem;position:relative;overflow:hidden}.hero:after{content:"";background-color:var(--bg-light);clip-path:polygon(0 100%,100% 100%,100% 0);width:100%;height:50px;position:absolute;bottom:0;left:0}.hero-title{text-align:center;text-transform:uppercase;margin-bottom:3rem;font-size:3.5rem;font-weight:800}.hero-title span{color:gold}.hero-content{flex-direction:column;align-items:center;gap:3rem;display:flex}@media (width>=992px){.hero-content{flex-direction:row;align-items:flex-start}.video-container,.hero-text{flex:1}}.video-container{width:100%;max-width:600px}.hero-image-wrapper,.hero-video-wrapper{border-radius:var(--radius-md);transition:var(--transition);background-color:#0000;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-main-img,.hero-main-video{border-radius:var(--radius-md);filter:drop-shadow(0 10px 15px #0000004d);width:100%;height:auto;box-shadow:var(--shadow-lg)}.hero-text{flex-direction:column;gap:1.5rem;display:flex}.subtitle{font-size:1.3rem;font-weight:500;line-height:1.5}.features-list{border-radius:var(--radius-md);background-color:#0003;flex-direction:column;gap:1rem;padding:1.5rem;list-style:none;display:flex}.features-list li{align-items:center;gap:1rem;font-size:1.1rem;display:flex}.features-list i{color:gold;text-align:center;width:30px;font-size:1.5rem}.cta-button{background-color:var(--accent-color);color:var(--bg-white);border-radius:var(--radius-full);font-family:var(--font-heading);text-transform:uppercase;box-shadow:0 8px 0 var(--accent-hover), var(--shadow-md);transition:var(--transition);flex-direction:column;justify-content:center;align-items:center;margin-top:1rem;padding:1rem 2.5rem;font-size:1.8rem;font-weight:800;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.cta-button .price{text-transform:none;opacity:.9;font-size:1rem;font-weight:500}.cta-button:hover{box-shadow:0 4px 0 var(--accent-hover), var(--shadow-sm);background-color:#15d669;transform:translateY(4px)}.cta-button:active{box-shadow:none;transform:translateY(8px)}.cta-button.cta-alt{background-color:var(--primary-color);box-shadow:0 8px 0 var(--primary-hover), var(--shadow-md)}.cta-button.cta-alt:hover{box-shadow:0 4px 0 var(--primary-hover), var(--shadow-sm);background-color:#ff1a20}.cta-container{justify-content:center;margin-top:3rem;display:flex}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.pulse-anim{animation:2s infinite pulse}.pulse-anim:hover{animation:none}.info-content{background-color:var(--bg-white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);max-width:800px;margin:0 auto;padding:3rem}.info-text .lead{color:var(--primary-color);text-align:center;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.info-list{grid-template-columns:1fr;gap:1rem;margin:1.5rem 0;list-style:none;display:grid}@media (width>=600px){.info-list{grid-template-columns:1fr 1fr}}.info-list li{align-items:center;gap:.8rem;font-size:1.1rem;font-weight:500;display:flex}.info-list i{color:var(--accent-color)}.highlight{color:var(--secondary-color);text-align:center;margin-top:1rem;font-size:1.3rem;font-weight:700}.steps-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{box-shadow:var(--shadow-sm);border-radius:var(--radius-md);text-align:center;transition:var(--transition);background-color:#fff;border:1px solid #eee;padding:2.5rem 2rem}.step-card:hover{background-color:#ffffff1a;transform:translateY(-10px)}.step-icon{margin-bottom:1.5rem}.step-icon img{object-fit:contain;filter:drop-shadow(0 4px 6px #0000004d);width:80px;height:80px}.step-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.step-card p{color:var(--text-light)}.contents-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (width>=600px){.contents-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.contents-grid{grid-template-columns:repeat(3,1fr)}}.content-item{background-color:var(--bg-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:center;transition:var(--transition);border-bottom:4px solid #0000;flex-direction:column;align-items:center;padding:2rem;display:flex}.content-item:hover{box-shadow:var(--shadow-md);border-bottom-color:var(--secondary-color);transform:translateY(-5px)}.content-img{border-radius:var(--radius-sm);width:100%;max-width:200px;height:auto;box-shadow:var(--shadow-sm);margin-bottom:1.5rem}.content-item h4{margin-bottom:.5rem;font-size:1.2rem}.bonus-alert{text-align:center;color:var(--primary-color);margin-top:3rem;font-size:1.5rem;font-weight:700}.samples-grid{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:2rem;display:grid}@media (width>=768px){.samples-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.sample-item{border-radius:var(--radius-md);box-shadow:var(--shadow-md);aspect-ratio:3/4;overflow:hidden}.sample-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.sample-item:hover img{transform:scale(1.05)}.bonus-grid{grid-template-columns:1fr;gap:2rem;margin-top:3rem;display:grid}@media (width>=768px){.bonus-grid{grid-template-columns:repeat(3,1fr)}}.bonus-card{-webkit-backdrop-filter:none;backdrop-filter:none;color:var(--text-dark);border-radius:var(--radius-md);text-align:center;transition:var(--transition);background-color:#fff;border:1px solid #eee;flex-direction:column;align-items:center;padding:3rem 2rem 2rem;display:flex;position:relative}.bonus-card:hover{background-color:#fff3;transform:translateY(-10px)}.bonus-badge{color:var(--text-dark);font-family:var(--font-heading);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);z-index:10;background-color:gold;padding:.5rem 1.5rem;font-weight:800;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.bonus-img{border-radius:var(--radius-sm);width:100%;max-width:180px;height:auto;box-shadow:var(--shadow-md);margin-bottom:1.5rem}.bonus-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.4rem}.accordion{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.accordion-item{background-color:var(--bg-white);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);overflow:hidden}.accordion-header{width:100%;font-family:var(--font-heading);color:var(--text-dark);cursor:pointer;text-align:left;transition:var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.2rem;font-weight:700;display:flex}.accordion-header:hover{color:var(--primary-color)}.accordion-header i{transition:transform .3s}.accordion-header.active i{transform:rotate(180deg)}.accordion-content{background-color:#fafafa;max-height:0;padding:0 2rem;transition:max-height .3s,padding .3s;overflow:hidden}.accordion-content p{color:var(--text-light);padding:1.5rem 0}.footer{background-color:var(--bg-dark);color:var(--bg-white);text-align:center;padding:3rem 0}.footer-logo{font-family:var(--font-heading);color:var(--bg-white);margin-bottom:1rem;font-size:2rem;font-weight:800}.footer a{color:var(--secondary-color);transition:var(--transition);text-decoration:none}.footer a:hover{color:var(--bg-white)}.copyright{color:#888;margin-top:2rem;font-size:.9rem}@media (width<=768px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.cta-button{padding:.8rem 2rem;font-size:1.4rem}}.testimonials-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background-color:var(--bg-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:center;padding:2rem}.testimonial-card .stars{margin-bottom:1rem;font-size:1.5rem}.testimonial-card p{margin-bottom:1rem;font-style:italic}.testimonial-card h4{color:var(--text-dark);font-weight:700}.section-green{color:var(--bg-white);background-color:#00a74b;padding:4rem 0}.garantia-content{background-color:var(--bg-white);color:var(--text-dark);border-radius:20px;flex-direction:column;align-items:center;gap:2rem;max-width:900px;margin:0 auto;padding:3rem;display:flex;box-shadow:0 4px 15px #83838326}@media (width>=768px){.garantia-content{flex-direction:row}}.garantia-badge{color:#00a74b;font-size:5rem}.garantia-text h2{margin-bottom:1rem;font-family:Nunito Sans,sans-serif;font-size:24px;font-weight:700}.garantia-text p{font-family:Nunito Sans,sans-serif;font-size:16px}.oferta-final{text-align:center}.countdown-timer{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.time-box{background-color:var(--primary-color);color:var(--bg-white);border-radius:var(--radius-sm);min-width:80px;padding:1rem}.time-box span{font-size:2.5rem;font-weight:800;font-family:var(--font-heading);line-height:1;display:block}.time-box p{text-transform:uppercase;margin-top:.5rem;font-size:.9rem}.price-box{margin-bottom:2rem}.old-price{color:#888;font-size:1.2rem;text-decoration:line-through}.new-price{font-size:1.5rem;font-weight:500}.new-price span{color:var(--accent-color);font-size:3rem;font-weight:800;display:block}
