:root{--navy: #163E63;--navy-80: rgba(22, 62, 99, .8);--navy-10: rgba(22, 62, 99, .1);--teal: #2FB6A6;--teal-10: rgba(47, 182, 166, .1);--light-bg: #F8FAFC;--dark-text: #1E293B;--white: #FFFFFF;--white-60: rgba(255, 255, 255, .6);--gray: #64748B;--border: #E2E8F0;--section-padding: 70px;--container-width: 1200px;--radius-lg: 16px;--radius-pill: 100px;--transition: all .4s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:var(--dark-text);background:var(--white);line-height:1.6;overflow-x:hidden}.container{max-width:var(--container-width);margin:0 auto;padding:0 5%}.section-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--navy);line-height:1.2;letter-spacing:-.02em}.section-desc{font-size:1.125rem;color:var(--gray);max-width:700px}.text-white{color:var(--white)}.text-white-60{color:var(--white-60)}.text-teal{color:var(--teal)}.text-center{text-align:center}.mb-16{margin-bottom:12px}.mb-24{margin-bottom:16px}.mb-48{margin-bottom:32px}.mb-60,.mb-80{margin-bottom:40px}.mt-24{margin-top:16px}.mt-80{margin-top:40px}.section-padding{padding:var(--section-padding) 0}.bg-white{background:var(--white)}.bg-light{background:var(--light-bg)}.bg-navy{background:var(--navy);color:var(--white)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-weight:600;border-radius:var(--radius-pill);cursor:pointer;transition:var(--transition);border:none;font-size:1rem}.btn--primary{background:var(--teal);color:var(--white)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px var(--teal-10)}.btn--outline-navy{background:transparent;border:2px solid var(--navy);color:var(--navy)}.btn--outline-navy:hover{background:var(--navy);color:var(--white)}.btn--lg{padding:20px 48px;font-size:1.1rem}.btn--full{width:100%}.header{height:90px;display:flex;align-items:center;position:fixed;top:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--navy-10)}.header__inner{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center;gap:12px;text-decoration:none}.logo__symbol{width:32px;height:32px}.logo__brand{font-weight:800;font-size:1.4rem;color:var(--navy)}.logo__tagline{font-size:.7rem;font-weight:500;color:var(--gray);text-transform:uppercase;letter-spacing:.05em}.hero{padding-top:130px;padding-bottom:60px;min-height:90vh;display:flex;align-items:center;background:radial-gradient(circle at 70% 50%,rgba(47,182,166,.1),var(--navy) 60%);color:var(--white);position:relative;overflow:hidden}.hero__inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;width:100%}.hero__headline{font-size:clamp(2.5rem,5vw,3.8rem);font-weight:800;line-height:1.1;margin-bottom:20px}.hero__subheadline{font-size:1.35rem;color:var(--white-60);margin-bottom:8px;max-width:550px}.hero__mini-text{font-size:.9rem;font-weight:500;color:var(--teal);margin-bottom:32px;text-transform:uppercase;letter-spacing:.1em}.hero__img{width:100%;max-width:460px;height:auto;filter:drop-shadow(0 40px 100px rgba(0,0,0,.5))}.authority-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.bullet-item{display:flex;align-items:center;gap:16px;margin-bottom:24px;font-size:1.1rem;color:var(--navy)}.bullet-dot{width:8px;height:8px;background:var(--teal);border-radius:50%}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.step-card{background:var(--white);padding:48px 32px;border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--transition);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 12px #00000008}.step-card:hover{transform:translateY(-10px);border-color:var(--teal);box-shadow:0 30px 60px #163e631a}.step-icon-wrap{position:relative;margin-bottom:32px;width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:var(--navy);border-radius:24px;transition:var(--transition);box-shadow:0 10px 20px #163e6333}.step-card:hover .step-icon-wrap{background:var(--teal);transform:scale(1.05);box-shadow:0 10px 25px #2fb6a64d}.step-icon{width:40px;height:40px;color:var(--white);position:relative;z-index:2;transition:var(--transition)}.step-number-bg{position:absolute;top:20px;right:20px;font-size:1.25rem;font-weight:800;color:var(--teal);opacity:.15;z-index:1}.step-card:hover .step-number-bg{opacity:.3;color:var(--navy)}.step-title{font-size:1.2rem;font-weight:700;color:var(--navy);line-height:1.4}.product-carousel-wrapper{position:relative;width:100%;max-width:900px;margin:-20px auto 0;overflow:hidden}.product-carousel-track{display:flex;transition:transform .8s cubic-bezier(.65,0,.35,1)}.product-slide{flex:0 0 100%;display:flex;justify-content:center;padding:20px}.product-img-premium{width:100%;max-width:600px;height:auto;filter:drop-shadow(0 30px 60px rgba(0,0,0,.1))}.carousel-nav{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}.nav-btn{width:50px;height:50px;background:var(--white);border-radius:50%;border:1px solid var(--border);cursor:pointer;pointer-events:auto;display:flex;align-items:center;justify-content:center;color:var(--navy);transition:var(--transition)}.nav-btn:hover{background:var(--navy);color:var(--white)}.payment-flex{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.payment-card-premium{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);width:450px;overflow:hidden;transition:var(--transition)}.payment-card-premium:hover{box-shadow:0 40px 80px #0000000d}.card-header-finance{background:var(--light-bg);padding:40px;border-bottom:1px solid var(--border)}.finance-tag{font-size:.75rem;font-weight:800;color:var(--teal);letter-spacing:.1em;display:block;margin-bottom:16px}.duration-title{font-size:2.5rem;font-weight:800;color:var(--navy)}.duration-subtitle{color:var(--gray);font-size:1rem}.card-body-finance{padding:40px}.finance-list{margin-bottom:32px}.finance-list li{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-weight:500}.finance-check{color:var(--teal);width:18px;height:18px}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:80px}.metric-item-premium{text-align:center;border-bottom:4px solid var(--teal);background:var(--white);border-radius:12px;padding:32px;box-shadow:0 10px 30px #00000005}.metric-value{font-size:3.5rem;font-weight:800;color:var(--navy);display:block}.metric-label{font-size:.9rem;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:.1em}.carousel-container-testimonials{max-width:800px;margin:40px auto 0;overflow:hidden;position:relative;padding-bottom:40px}.testimonial-track{display:flex;transition:transform .8s cubic-bezier(.65,0,.35,1)}.testimonial-slide{flex:0 0 100%;padding:0 20px}.testimonial-card-premium{background:var(--white);padding:60px;border-radius:24px;box-shadow:0 20px 50px #163e6314;position:relative;text-align:center;border:1px solid var(--border)}.quote-icon{width:40px;height:40px;color:var(--teal);opacity:.2;margin-bottom:32px}.testimonial-text{font-size:1.25rem;font-weight:500;color:var(--navy);line-height:1.6;margin-bottom:40px;font-style:italic}.testimonial-author{display:flex;flex-direction:column;align-items:center;gap:16px}.author-avatar{width:60px;height:60px;background:var(--navy);color:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem}.author-info h4{font-size:1.1rem;color:var(--navy);margin-bottom:4px}.author-info p{font-size:.85rem;color:var(--gray);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.testimonial-dots{display:flex;justify-content:center;gap:12px;margin-top:32px}.dot{width:10px;height:10px;border-radius:50%;background:var(--border);cursor:pointer;transition:var(--transition)}.dot.active{background:var(--teal);width:30px;border-radius:10px}.urgency-banner{position:relative;color:var(--white);background-attachment:fixed!important;display:flex;align-items:center;justify-content:center;min-height:80vh}.urgency-banner .container{max-width:900px;display:flex;flex-direction:column;align-items:center}.status-badge-premium{display:inline-flex;align-items:center;gap:12px;padding:10px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.8rem;font-weight:700;letter-spacing:.15em}.status-dot-pulse{width:8px;height:8px;background:var(--teal);border-radius:50%;box-shadow:0 0 #2fb6a666;animation:pulse-teal 2s infinite}@keyframes pulse-teal{0%{transform:scale(.95);box-shadow:0 0 #2fb6a6b3}70%{transform:scale(1);box-shadow:0 0 0 10px #2fb6a600}to{transform:scale(.95);box-shadow:0 0 #2fb6a600}}.urgency-title{font-size:clamp(2.5rem,6vw,4.2rem);font-weight:800;line-height:1.3;letter-spacing:-.02em}.dots-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.dot-pos{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.15)}.dot-pos.filled{background:var(--teal);border-color:var(--teal)}.dots-label{font-size:.9rem;font-weight:600;color:var(--white-60);letter-spacing:.02em}.countdown-wrapper{background:#ffffff08;padding:50px 70px;border-radius:32px;border:1px solid rgba(255,255,255,.07);display:inline-block;box-shadow:0 40px 80px #0003}.countdown-header{font-size:.85rem;font-weight:700;letter-spacing:.25em;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:32px!important}.countdown-grid{display:flex;align-items:center;gap:40px}.timer-unit{display:flex;flex-direction:column;align-items:center;min-width:90px}.timer-unit span{font-size:3.5rem;font-weight:800;line-height:1;letter-spacing:.02em}.timer-unit label{font-size:.75rem;font-weight:700;color:var(--white-60);margin-top:12px;letter-spacing:.1em}.timer-sep{font-size:2.5rem;opacity:.2;transform:translateY(-8px)}.disclaimer-text{font-size:.9rem;line-height:2;letter-spacing:.01em;max-width:500px}.ml-8{margin-left:8px}.icon-sm{width:16px;height:16px}.institutional-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.inst-item{text-align:center;padding:32px;background:var(--light-bg);border-radius:var(--radius-lg);transition:var(--transition)}.inst-item:hover{transform:translateY(-5px);background:var(--white);box-shadow:0 10px 30px #0000000d}.inst-icon{width:48px;height:48px;color:var(--teal);margin-bottom:20px}.inst-item h4{font-size:1rem;font-weight:700;color:var(--navy)}.safety-grid{max-width:800px;margin:0 auto}.safety-bullets{margin-top:60px;display:grid;gap:40px}.safety-item{display:flex;gap:24px;align-items:flex-start}.safety-icon{width:32px;height:32px;color:var(--teal);flex-shrink:0}.safety-item h4{color:var(--white);font-size:1.25rem;margin-bottom:8px}.safety-item p{color:var(--white-60);font-size:1rem}.escasset-badge{display:inline-block;padding:6px 16px;background:var(--teal-10);color:var(--teal);border-radius:var(--radius-pill);font-weight:700;font-size:.8rem;margin-bottom:24px}.form-card-premium{max-width:900px;margin:0 auto;background:var(--white);padding:60px;border-radius:var(--radius-lg);box-shadow:0 40px 100px #0000000d}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.form-input{padding:18px;border:1px solid var(--border);border-radius:12px;font-size:1rem;width:100%}.counter-discreet{margin-top:32px;font-weight:600;color:var(--gray);font-size:1rem}.footer{padding:80px 0;border-top:1px solid rgba(255,255,255,.1)}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:60px}.footer__title{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:24px;text-transform:uppercase;letter-spacing:.1em}.footer__links li{margin-bottom:12px;list-style:none}.footer__links a{text-decoration:none;color:var(--white-60);transition:var(--transition)}.footer__links a:hover{color:var(--teal)}.footer__desc,.footer__legal-text,.footer__copyright{color:var(--white-60);font-size:.9rem;margin-bottom:8px}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #0003;z-index:1000;text-decoration:none}.whatsapp-float svg{width:32px;height:32px}@media(max-width:768px){.header{height:70px}.header .btn{display:none}.logo__symbol{width:32px;height:32px}.logo__brand{font-size:1.2rem}.logo__tagline{font-size:.6rem}.hero{padding-top:110px;padding-bottom:40px;min-height:auto}.hero__inner{grid-template-columns:1fr;text-align:center;gap:30px}.hero__headline{font-size:2.2rem}.hero__img{max-width:300px;margin-top:40px}.urgency-title{font-size:2.2rem}.countdown-grid{gap:12px}.timer-unit span{font-size:1.8rem}.timer-unit{min-width:50px}.authority-grid{grid-template-columns:1fr;gap:40px;text-align:center}.bullet-item{justify-content:center}.steps-grid{grid-template-columns:1fr}.payment-card-premium{width:100%}.metrics-grid{grid-template-columns:1fr}.testimonial-card-premium{padding:40px 20px}.testimonial-text{font-size:1.1rem}.institutional-grid{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr;text-align:center}.footer .logo{justify-content:center}}
