*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #3097ff;--blue-dark: #0a7afe;--lime: #c4ff07;--lime-dark: #a8d904;--red: #ff1c1c;--red-dark: #e60000;--yellow: #ffe100;--green: #27c840;--black: #0a0a0a;--white: #fff;--grey-bg: #f8f8f8;--grey-text: rgba(0, 0, 0, .71);--grey-border: #ddd;--gradient-lime: linear-gradient(135deg, var(--lime) 0%, #88e802 100%);--gradient-blue: linear-gradient(135deg, var(--blue) 0%, #0a7afe 100%);--gradient-hero: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-glow-lime: 0 0 40px -4px var(--lime);--shadow-glow-red: 0 0 40px -4px var(--red);--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-bounce: .5s cubic-bezier(.68, -.55, .265, 1.55)}body{font-family:Encode Sans,-apple-system,Roboto,Helvetica,sans-serif;background:#fff;overflow-x:hidden;margin:0;color:var(--black);max-width:100vw}*{max-width:100vw;box-sizing:border-box}img,video{max-width:100%;height:auto}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;flex-direction:column}.loading-content{text-align:center}.loading-logo{width:80px;height:80px;margin-bottom:24px;display:flex;align-items:center;justify-content:center}.loading-logo img{width:100%;height:100%;object-fit:contain}.loading-text{font-size:20px;font-weight:600;color:var(--black);margin-bottom:24px;letter-spacing:.5px}.loading-spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-top-color:var(--blue);border-radius:50%;animation:spin 1s ease-in-out infinite;margin:0 auto}.p-xs{padding:var(--space-xs)}.p-sm{padding:var(--space-sm)}.p-md{padding:var(--space-md)}.p-lg{padding:var(--space-lg)}.p-xl{padding:var(--space-xl)}.m-xs{margin:var(--space-xs)}.m-sm{margin:var(--space-sm)}.m-md{margin:var(--space-md)}.m-lg{margin:var(--space-lg)}.m-xl{margin:var(--space-xl)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-xs{gap:var(--space-xs)}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.gap-xl{gap:var(--space-xl)}.w-full{width:100%}.text-center{text-align:center}.text-white{color:var(--white)}.text-black{color:var(--black)}.text-lime{color:var(--lime)}.text-blue{color:var(--blue)}.text-red{color:var(--red)}.text-gradient{background:linear-gradient(135deg,var(--lime) 0%,var(--blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.m-auto{margin:auto}.m-0{margin:0}.p-0{padding:0}.hero{position:relative;height:100vh;min-height:600px;overflow:visible;display:flex;align-items:center;justify-content:center}.hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff4d,#0006,#000000b3);z-index:1}.hero-gradient{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,white 0%,transparent 100%);z-index:2}.hero-nuvens{position:absolute;bottom:-220px;left:50%;width:120%;transform:translate(-50%);height:auto;z-index:2;pointer-events:none;object-fit:cover}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-logo{max-width:400px;width:100%;margin-bottom:var(--space-md)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}h1,.h1{font-family:Poppins,Encode Sans,sans-serif;font-size:48px;font-weight:800;line-height:1.1;margin-bottom:var(--space-md)}h2,.h2{font-family:Poppins,Encode Sans,sans-serif;font-size:40px;font-weight:800;line-height:1.2;margin-bottom:var(--space-md)}h3,.h3{font-family:Poppins,Encode Sans,sans-serif;font-size:32px;font-weight:700;line-height:1.3;margin-bottom:var(--space-sm)}h4,.h4{font-size:24px;font-weight:800;line-height:1.4;margin-bottom:var(--space-sm)}p{margin-bottom:var(--space-md)}.text-small{font-size:14px;color:var(--grey-text)}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;text-decoration:none;border:none;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),opacity var(--transition-fast);border-radius:var(--radius-xl)}.btn:active{transform:scale(.98)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.btn-float{animation:float 3s ease-in-out infinite}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-lime{background:var(--lime);box-shadow:0 0 49.6px -2px var(--lime);height:80px;min-width:320px;padding:0 40px;font-size:26px;color:var(--black);border-radius:var(--radius-xl);transition:all .3s ease}.btn-lime:hover{transform:translateY(-4px);box-shadow:0 0 60px 0 var(--lime);animation:pulse 2s infinite}.btn-red{background:var(--red);box-shadow:0 0 49.6px -2px var(--red);height:80px;min-width:280px;padding:0 40px;font-size:24px;color:var(--white);border-radius:var(--radius-xl);transition:all .3s ease}.btn-red:hover{transform:translateY(-4px);box-shadow:0 0 60px 0 var(--red);animation:pulse 2s infinite}.btn-red.btn-big{font-size:36px;min-width:560px;height:110px}.btn-blue{background:var(--blue);color:var(--white);border-radius:var(--radius-lg);height:48px;padding:0 20px;font-size:16px}.btn-blue:hover{background:#1a8ae6;transform:translateY(-2px)}.btn-outline{background:transparent;border:3px solid;border-radius:var(--radius-xl);height:48px;padding:0 20px;font-size:16px;font-weight:700;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.btn-outline-white{border-color:#fff9;color:#fff}.btn-outline-white:hover{background:#fff;color:var(--black);border-color:#fff}.btn-outline-lime{border-color:var(--lime);color:var(--black)}.btn-outline-lime:hover{background:var(--lime)}.btn-outline-blue{border-color:var(--blue);color:var(--blue)}.btn-outline-blue:hover{background:var(--blue);color:var(--white)}.btn-whatsapp{background:#25d366;border-radius:var(--radius-xl);padding:0 40px;height:80px;min-width:360px;font-size:26px;color:var(--white)}.btn-whatsapp:hover{transform:translateY(-2px)}.alert{padding:var(--space-md) var(--space-lg);border-radius:var(--radius-sm);margin-bottom:var(--space-md);display:flex;align-items:center;gap:var(--space-md);border:1px solid transparent}.alert-success{background:#e6ffec;border-color:#27c840;color:#1a8a2c}.alert-error{background:#fff1f0;border-color:#ff1c1c;color:#a8071a}.alert-warning{background:#fffbe6;border-color:#ffe100;color:#856a00}.alert-info{background:#e6f7ff;border-color:#3097ff;color:#0050b3}.card{border-radius:var(--radius-xl);background:var(--white);padding:var(--space-xl);box-shadow:var(--shadow-md);border:1px solid var(--grey-border);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card.featured{background:var(--lime);box-shadow:var(--shadow-glow-lime);border-color:transparent}.card-link{display:inline-block;font-size:14px;font-weight:700;color:var(--blue);text-decoration:none;transition:color var(--transition-fast)}.card-link:hover{color:var(--black);text-decoration:underline}.badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:var(--radius-full);font-size:13px;font-weight:700}.badge-lime{background:var(--lime);color:var(--black)}.badge-red{background:var(--red);color:var(--white)}.badge-blue{background:var(--blue);color:var(--white)}.badge-green{background:var(--green);color:var(--white)}.badge-yellow{background:var(--yellow);color:var(--black)}.badge-outline{background:transparent;border:2px solid}.badge-outline-lime{border-color:var(--lime);color:var(--black)}.progress-bar{width:100%;height:12px;background:#eee;border-radius:var(--radius-full);overflow:hidden}.progress-fill{height:100%;background:var(--blue);border-radius:var(--radius-full);transition:width .3s ease}.spinner{width:40px;height:40px;border:4px solid rgba(48,151,255,.1);border-top-color:var(--blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn .6s ease forwards}.animate-slide-up{animation:slideUp .6s ease forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-bounce{animation:bounce 1s ease infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.link-text{color:var(--blue);font-size:22px;font-weight:600;text-decoration:none;margin-top:8px;transition:all .3s ease}.link-text:hover{text-decoration:underline;transform:translate(5px)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section{animation:fadeInUp .6s ease-out}.section-heading{animation:fadeInUp .6s ease-out .1s both}.welcome,.wave-section,.countdown-section,.about-section,.testimonials-section,.signup-section,.faq-section{animation:fadeInUp .8s ease-out both}.info-card,.testimonial-card,.step-card,.packing-card{animation:zoomIn .5s ease-out both}.info-card:nth-child(1),.testimonial-card:nth-child(1),.step-card:nth-child(1){animation-delay:.1s}.info-card:nth-child(2),.testimonial-card:nth-child(2),.step-card:nth-child(2){animation-delay:.2s}.info-card:nth-child(3),.testimonial-card:nth-child(3),.step-card:nth-child(3){animation-delay:.3s}.info-card:nth-child(4),.testimonial-card:nth-child(4),.step-card:nth-child(4){animation-delay:.4s}.btn{animation:pulse 3s infinite}.btn:hover{animation:bounce .5s ease}.footer{animation:fadeInUp .8s ease-out}.link-text:hover{text-decoration:underline}.welcome{display:flex;flex-direction:column;align-items:center;padding:72px 40px 80px;background:#fff}.welcome-inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1100px}.welcome-heading{color:var(--red);text-shadow:0 0 9.4px var(--red);font-size:48px;font-weight:600;line-height:1.177;letter-spacing:-2.4px;max-width:688px;margin-bottom:20px}.welcome-arrow{fill:var(--red);filter:drop-shadow(0 0 16.8px var(--red));margin-bottom:28px}.welcome-highlight{font-size:36px;font-weight:700;line-height:43px;color:var(--black);max-width:1000px;margin-bottom:32px}.welcome-body{color:var(--grey-text);font-size:28px;font-weight:500;line-height:40px;max-width:900px;margin-bottom:48px}.welcome-body strong{font-weight:700;color:var(--black)}.wave-section{position:relative;width:100%;overflow:hidden}.wave-section svg.wave-bg{display:block;width:100%}.wave-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:200px;text-align:center}.wave-heading{color:var(--lime);text-shadow:0 0 64.7px rgba(196,255,7,.45);font-size:88px;font-weight:900;line-height:100px;letter-spacing:-3.84px;text-transform:uppercase;text-align:center;max-width:1200px}.wave-subheading{color:var(--white);font-size:28px;font-weight:600;line-height:0px;margin-top:20px;letter-spacing:2px}.ticker-wrapper{width:100%;overflow:hidden;display:flex;margin-top:-35px;position:relative;z-index:20}.ticker-track{display:flex;width:max-content;padding:0;animation:ticker-scroll 59s linear infinite}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{display:flex;align-items:center;height:55px;flex-shrink:0}.ticker-item.red-tag{background:var(--red);padding:0 20px}.ticker-item.blue-tag{background:var(--blue);padding:0 20px}.ticker-item img{height:28px;object-fit:contain}.countdown-section{padding:60px 40px 80px;background:#fff;display:flex;flex-direction:column;align-items:center}.countdown-label{font-size:36px;font-weight:800;letter-spacing:-1px;margin-bottom:24px;text-align:center}.inscricoes-abertas{text-align:center;padding:20px 0}.inscricoes-badge{display:inline-block;background:var(--lime);color:var(--black);font-size:28px;font-weight:900;padding:16px 32px;border-radius:var(--radius-xl);margin-bottom:16px;animation:pulse 2s infinite}.inscricoes-subtitle{font-size:22px;color:var(--black);margin-bottom:24px}.inscricoes-subtitle strong{color:var(--red)}.inscricoes-aviso{font-size:16px;color:var(--grey-text);margin-top:16px}.countdown-timer{display:flex;align-items:flex-start;gap:12px;margin-bottom:60px}.timer-unit{display:flex;flex-direction:column;align-items:center}.timer-sep{font-size:48px;font-weight:800;color:var(--black);line-height:1;padding-top:8px}.timer-sep.lime{color:var(--lime)}.timer-number{font-size:64px;font-weight:800;color:var(--black);line-height:1}.timer-number.lime{color:var(--lime)}.timer-label{font-size:14px;font-weight:700;color:var(--black);letter-spacing:1px;margin-top:8px}.timer-label.lime{color:var(--lime)}.video-cta-row{display:flex;align-items:center;gap:80px;max-width:1200px;width:100%}.video-placeholder{width:560px;height:380px;background:var(--lime);border-radius:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;gap:12px;transition:transform .15s ease}.video-placeholder:hover{transform:scale(1.02)}.play-icon{width:200px;height:200px}.video-label{font-size:18px;font-weight:700;color:var(--black);text-align:center;letter-spacing:1px;line-height:1.4}.video-cta-text{flex:1}.transformados-text{font-size:40px;font-weight:700;color:#000000d9;line-height:52px;margin-bottom:36px}.transformados-text strong{display:block;color:var(--red)}.about-section{display:flex;align-items:flex-start;gap:69px;max-width:1440px;margin:0 auto;padding:60px 40px 80px}.about-text{flex:1}.about-title{font-size:40px;font-weight:800;color:var(--black);margin-bottom:24px}.about-body{font-size:26px;font-weight:400;line-height:1.5;color:var(--black);margin-bottom:32px}.about-image{width:680px;height:460px;border-radius:43px;object-fit:cover;flex-shrink:0;box-shadow:0 20px 40px #0003;transition:transform .3s ease}.about-image:hover{transform:scale(1.02)}.quote-section{max-width:1100px;margin:0 auto 80px;padding:0 40px}.quote-card{background:var(--blue);border-radius:53px;padding:64px 100px;text-align:center}.quote-text{color:var(--white);font-size:40px;font-weight:800;line-height:1.2;margin-bottom:28px}.quote-author{color:var(--white);font-size:28px;font-weight:500;margin-bottom:28px}.quote-divider{width:80%;max-width:700px;height:3px;background:var(--white);border-radius:3px;margin:0 auto 24px}.quote-stat{color:#fc0;font-size:28px;font-weight:500;line-height:1.4}.quote-stat strong{font-weight:800}.need-to-know{padding:0 60px 80px;max-width:1400px;margin:0 auto}.section-heading{font-size:64px;font-weight:800;text-align:center;color:var(--black);margin-bottom:60px;line-height:1.1}.info-cards{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:28px;margin-bottom:48px}.info-card{border-radius:27px;background:var(--grey-bg);padding:36px 32px;display:flex;flex-direction:column;box-shadow:0 4px 32px #00000012;transition:transform .15s ease}.info-card:hover{transform:translateY(-4px)}.info-card.featured{background:var(--lime);box-shadow:0 0 40px -4px var(--lime)}.info-card-icon{font-size:48px;margin-bottom:12px}.info-card-title{font-size:32px;font-weight:900;color:var(--black);margin-bottom:16px}.info-card-main{font-size:26px;font-weight:700;color:var(--black);line-height:1.3;margin-bottom:16px}.info-card-parcel{font-size:17px;font-weight:600;color:#000000b3;margin-bottom:16px;background:#00000014;border-radius:8px;padding:4px 10px;display:inline-block}.info-card-divider{height:2px;background:#0000001f;border-radius:2px;margin:16px 0}.info-card-label{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#0000008c;margin-bottom:10px}.info-card-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.info-card-list li{font-size:20px;font-weight:400;color:var(--black);padding-left:0}.info-card-checkmarks{list-style:none;display:flex;flex-direction:column;gap:8px}.info-card-checkmarks li{font-size:20px;font-weight:500;color:var(--black)}.info-card-detail{font-size:19px;font-weight:400;color:#000c;line-height:1.5}.urgency-banner{background:#fff3cd;border:2px solid #f0a500;border-radius:16px;padding:20px 32px;display:flex;align-items:center;gap:16px;margin-bottom:40px}.urgency-icon{font-size:32px;flex-shrink:0}.urgency-banner p{font-size:20px;font-weight:500;color:#7a5000;line-height:1.4}.need-to-know-actions{display:flex;flex-direction:column;align-items:center;gap:16px}.packing-section{max-width:1300px;margin:0 auto;padding:0 40px 80px}.packing-heading{font-size:60px;font-weight:800;text-align:center;color:var(--black);line-height:1.1;margin-bottom:24px}.packing-subtitle{font-size:28px;font-weight:400;text-align:center;color:var(--grey-text);margin-bottom:48px}.packing-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:48px}.packing-card{border-radius:27px;padding:32px 36px}.packing-card.can{border:2.5px solid var(--green);background:#27c8400a}.packing-card.cant{border:2.5px solid var(--red);background:#ff1c1c0a}.packing-card-header{display:flex;align-items:center;gap:16px;margin-bottom:28px}.packing-card-title{font-size:40px;font-weight:800;line-height:1}.can-title{color:var(--green)}.cant-title{color:var(--red)}.packing-item{display:flex;align-items:center;gap:14px;margin-bottom:16px}.packing-emoji{font-size:28px;flex-shrink:0;width:36px;text-align:center}.packing-item-text{font-size:22px;font-weight:400;color:var(--black);line-height:1.3}.celular-box{background:linear-gradient(135deg,#e8f4ff,#f0f8ff);border:2px solid var(--blue);border-radius:24px;padding:40px 48px;text-align:center}.celular-title{font-size:32px;font-weight:800;color:var(--black);margin-bottom:20px}.celular-body{font-size:22px;font-weight:400;color:#000c;line-height:1.6;max-width:800px;margin:0 auto}.signup-section{padding:80px 60px;background:var(--grey-bg);display:flex;flex-direction:column;align-items:center}.signup-subtitle{font-size:26px;font-weight:400;color:var(--grey-text);text-align:center;margin-bottom:60px;margin-top:-36px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;width:100%;margin-bottom:56px;position:relative}.step-card{background:var(--white);border-radius:24px;padding:36px 32px;box-shadow:0 4px 24px #00000014;position:relative}.step-number{font-size:72px;font-weight:900;color:var(--lime);text-shadow:-2px -2px 0 #a0cc00,2px -2px 0 #a0cc00,-2px 2px 0 #a0cc00,2px 2px 0 #a0cc00,0px -2px 0 #a0cc00,0px 2px 0 #a0cc00,-2px 0px 0 #a0cc00,2px 0px 0 #a0cc00;line-height:1;margin-bottom:12px}.step-title{font-size:26px;font-weight:800;color:var(--black);margin-bottom:4px}.step-subtitle{font-size:16px;font-weight:500;color:var(--grey-text);margin-bottom:20px;letter-spacing:.5px}.step-list{list-style:none;display:flex;flex-direction:column;gap:10px}.step-list li{font-size:19px;font-weight:400;color:var(--black);padding-left:16px;position:relative}.step-list li:before{content:"•";position:absolute;left:0;color:var(--blue);font-weight:900}.step-arrow{position:absolute;top:50%;right:-24px;transform:translateY(-50%);font-size:36px;color:var(--blue);font-weight:900;z-index:1}.signup-cta{font-size:28px;min-width:500px}.faq-section{padding:80px 60px;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.faq-list{width:100%;display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.faq-item{background:var(--grey-bg);border-radius:16px;overflow:hidden;border:2px solid transparent;transition:border-color .2s}.faq-item.open{border-color:var(--blue)}.faq-question{width:100%;background:none;border:none;cursor:pointer;padding:22px 28px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-family:inherit;font-size:22px;font-weight:700;color:var(--black);text-align:left}.faq-chevron{font-size:16px;color:var(--blue);flex-shrink:0}.faq-answer{padding:16px 28px 24px;font-size:20px;font-weight:400;color:#000c;line-height:1.6;border-top:1px solid rgba(0,0,0,.08)}.final-cta{position:relative;width:100%;min-height:80vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.final-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.final-cta-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:60px 20px;text-align:center;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);width:100%;height:100%}.final-cta-heading{color:var(--white);font-size:clamp(48px,10vw,96px);font-weight:900;line-height:1;letter-spacing:-3px;text-transform:lowercase}.final-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 40px}.final-meta span{color:var(--lime);font-size:24px;font-weight:700}.final-countdown{margin-top:8px}.final-countdown-label{color:#ffffffd9;font-size:20px;font-weight:700;letter-spacing:2px;margin-bottom:12px}.final-countdown-timer{display:flex;align-items:center;gap:8px}.final-countdown-timer span{display:flex;flex-direction:column;align-items:center;font-size:56px;font-weight:900;color:var(--white);line-height:1}.final-countdown-timer span small{font-size:13px;font-weight:700;letter-spacing:1px;color:#ffffffb3;margin-top:4px}.fc-sep{font-size:48px;font-weight:900;color:#ffffff80;align-self:flex-start;padding-top:4px;flex-direction:row!important}.footer{background:#f8f8f5;padding:60px 100px 40px;display:flex;flex-direction:column;gap:40px}.footer-top{display:flex;align-items:center}.footer-brand{display:flex;align-items:center;gap:24px}.footer-logo-img{width:80px;height:auto;object-fit:contain}.footer-brand-title{font-size:28px;font-weight:900;color:var(--black);line-height:1.2}.footer-brand-subtitle{font-size:18px;font-weight:600;color:#000000b3}.footer-divider{width:100%;height:2px;background:#0000001a}.footer-links-container{display:flex;flex-direction:column;gap:40px}.footer-links-row{display:flex;flex-wrap:wrap;gap:60px;justify-content:space-between}.footer-links-row.mt-4{justify-content:flex-start;gap:120px}.footer-column{display:flex;flex-direction:column;gap:16px}.footer-column h4{font-size:16px;font-weight:800;color:#00000080;letter-spacing:1px}.footer-column ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-column ul li a{font-size:18px;font-weight:600;color:var(--black);text-decoration:none;transition:color .15s ease}.footer-column ul li a:hover{color:var(--blue)}.social-icons{display:flex;gap:16px}.social-icons a{font-size:18px;font-weight:700;color:var(--white);background:var(--blue);padding:8px 16px;border-radius:8px;text-decoration:none;transition:transform .15s ease}.social-icons a:hover{transform:translateY(-2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px}.footer-copy{font-size:16px;font-weight:500;color:#000000b3;line-height:1.5}.footer-copy p{margin-bottom:4px}.footer-slogan{font-size:18px;font-weight:700;color:var(--black)}.navbar-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px 4px;z-index:1100;flex-direction:column;justify-content:center;gap:5px}.navbar-hamburger span{display:block;width:26px;height:3px;background:var(--black);border-radius:3px;transition:transform .3s ease,opacity .3s ease}.navbar-hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar-hamburger.open span:nth-child(2){opacity:0}.navbar-hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar-overlay{display:none}.testimonials-section{padding:80px 40px;background:var(--blue);display:flex;flex-direction:column;align-items:center}.testimonials-section .section-heading{color:var(--white);margin-bottom:48px}.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:1100px;width:100%}.testimonial-card{background:var(--white);border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:20px;box-shadow:0 10px 30px #0000001a}.testimonial-text{font-size:20px;font-weight:500;color:var(--black);line-height:1.6;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:4px;margin-top:auto}.author-name{font-size:18px;font-weight:800;color:var(--blue)}.author-role{font-size:14px;font-weight:600;color:var(--grey-text)}.care-section{padding:80px 40px;background:var(--white);display:flex;flex-direction:column;align-items:center;text-align:center}.care-subtitle{font-size:22px;color:var(--grey-text);margin-bottom:56px;max-width:700px;margin-top:-30px}.care-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;width:100%}.care-card{background:var(--grey-bg);border-radius:20px;padding:40px 30px;display:flex;flex-direction:column;align-items:center;gap:16px;transition:transform .2s}.care-card:hover{transform:translateY(-5px)}.care-icon{font-size:48px;margin-bottom:8px}.care-card h3{font-size:24px;font-weight:800;color:var(--black)}.care-card p{font-size:18px;color:#000000b3;line-height:1.5}.whatsapp-fab{position:fixed;bottom:30px;right:30px;width:64px;height:64px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36666;z-index:1000;transition:transform .2s,box-shadow .2s}.whatsapp-fab:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.scroll-to-top{position:fixed;bottom:110px;right:30px;width:48px;height:48px;background:var(--blue);color:#fff;border:none;border-radius:50%;font-size:24px;font-weight:700;cursor:pointer;box-shadow:var(--shadow-lg);z-index:999;transition:transform var(--transition-fast),background var(--transition-fast)}.scroll-to-top:hover{transform:translateY(-4px);background:var(--black)}.sponsor-intro{padding:100px 20px;background:#fff}.sponsor-intro .title{font-size:48px;font-weight:800;color:var(--blue);margin-bottom:24px;line-height:1.2}.sponsor-intro .subtitle{font-size:32px;font-weight:600;color:var(--black);margin-bottom:32px;line-height:1.4}.sponsor-intro .divider{width:100px;height:4px;background:var(--lime);margin:0 auto 32px}.sponsor-intro .description{font-size:20px;color:var(--grey-text);line-height:1.6;margin-bottom:16px}.sponsor-packages{padding:100px 20px;background:var(--grey-bg)}.sponsor-packages .title{font-size:48px;font-weight:800;color:var(--blue);margin-bottom:24px;line-height:1.2}.sponsor-packages .divider{width:100px;height:4px;background:var(--lime);margin:0 auto 48px}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1200px;margin:0 auto}.package-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.package-card:hover{box-shadow:0 8px 30px #0000001f}.package-header{text-align:center;margin-bottom:24px}.package-icon{font-size:48px;margin-bottom:16px}.package-title{font-size:28px;font-weight:700;color:var(--black);margin-bottom:8px}.package-price{font-size:24px;font-weight:700;color:var(--blue)}.package-benefits{margin-bottom:32px}.benefit-item{font-size:16px;color:var(--grey-text);margin-bottom:12px;display:flex;align-items:center}.benefit-item:before{content:"✓";color:var(--green);font-weight:700;margin-right:8px}.patrocine-button{width:100%;padding:16px;background:var(--lime);color:var(--black);border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:background .3s ease}.patrocine-button:hover{background:var(--yellow)}.sponsor-benefactor{padding:100px 20px;background:#fff}.sponsor-benefactor .title{font-size:48px;font-weight:800;color:var(--blue);margin-bottom:24px;line-height:1.2}.sponsor-benefactor .divider{width:100px;height:4px;background:var(--lime);margin:0 auto 32px}.sponsor-benefactor .description{font-size:20px;color:var(--grey-text);line-height:1.6;margin-bottom:24px}.help-button{padding:20px 48px;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:20px;font-weight:600;cursor:pointer;transition:all .3s ease}.help-button:hover{background:var(--red)}.sponsor-quote{padding:100px 20px;background:var(--blue);color:#fff}.quote-container{max-width:800px;margin:0 auto;text-align:center}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all var(--transition-normal)}.navbar.scrolled{background:#fffffff2;box-shadow:0 2px 20px #0000001a}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;max-width:1200px;margin:0 auto}.navbar-logo{display:flex;align-items:center;z-index:1100}.navbar-logo img{height:40px;width:auto}.navbar-links{display:flex;gap:32px;align-items:center}.nav-link{text-decoration:none;color:var(--black);font-weight:600;font-size:16px;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--blue)}.nav-link.active{color:var(--blue);font-weight:700}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--blue);transition:width .3s ease}.nav-link:hover:after{width:100%}@media (max-width: 1200px){.hero{height:620px}.hero-title{font-size:56px}.wave-heading{font-size:56px;line-height:64px}.wave-content{padding-top:120px}.video-cta-row{flex-direction:column;align-items:center;gap:40px}.video-placeholder{width:100%;max-width:600px}.video-cta-text{text-align:center}.about-section{flex-direction:column;align-items:center}.about-image{width:100%;height:auto;max-width:680px}.info-cards{grid-template-columns:1fr;max-width:560px;margin:0 auto 48px}.steps-grid{grid-template-columns:1fr;max-width:520px}.step-arrow{display:none}.packing-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr;max-width:600px}.care-grid{grid-template-columns:1fr 1fr}.footer{flex-direction:column;align-items:flex-start;padding:60px 40px;gap:40px}.footer-logo{width:240px}.section-heading{font-size:48px}.need-to-know{padding:0 32px 80px}.faq-section,.signup-section{padding:60px 32px}}@media (max-width: 768px){.navbar-hamburger{display:flex}.navbar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999}.navbar-links{position:fixed;top:0;right:0;width:260px;height:100dvh;background:#fffffff7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);flex-direction:column;align-items:flex-start;padding:100px 32px 40px;gap:28px;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:1050;box-shadow:-4px 0 24px #0000001f}.navbar-links.open{transform:translate(0)}.navbar-links .nav-link{font-size:20px;font-weight:700}.navbar-links .nav-link:after{display:none}.hero{height:100svh;min-height:480px;max-height:700px}.hero-content{padding:20px 20px 0}.hero-logo{max-width:280px;margin-bottom:0}.hero-sub{font-size:15px}.hero-nuvens{bottom:-20px;transform:scale(2.6)}.hero-transition-gradient{height:120px}.hero-video{object-position:center 60%;height:100%}.btn-lime,.btn-red{min-width:unset;width:100%;font-size:18px;height:58px;padding:0 24px}.btn-red.btn-big{font-size:20px;min-width:unset;width:100%;height:66px}.btn-whatsapp{min-width:unset;width:100%;font-size:18px;height:58px;padding:0 24px}.hero-cta{font-size:18px;min-width:unset;width:90%;height:58px;margin-top:16px}.welcome{padding:48px 20px 60px}.welcome-heading{font-size:26px;letter-spacing:-1px}.welcome-highlight{font-size:19px;line-height:27px}.welcome-body{font-size:16px;line-height:26px;margin-bottom:32px}.wave-section svg.wave-bg{height:auto!important;min-height:400px}.wave-content{padding-top:80px;padding-left:20px;padding-right:20px}.wave-heading{font-size:28px;line-height:34px;letter-spacing:-1px}.wave-subheading{font-size:14px;margin-top:12px}.countdown-section{padding:40px 20px 60px}.countdown-label{font-size:20px;margin-bottom:16px}.countdown-timer{gap:8px;margin-bottom:40px}.timer-number,.timer-number.lime,.timer-sep,.timer-sep.lime{font-size:36px}.timer-label{font-size:11px}.video-cta-row{gap:32px}.video-placeholder{width:100%;height:240px;border-radius:16px}.play-icon{width:100px;height:100px}.video-label{font-size:14px}.transformados-text{font-size:22px;line-height:30px;text-align:center}.about-section{padding:40px 20px 60px;gap:32px}.about-title{font-size:26px}.about-body{font-size:17px}.about-image{border-radius:24px}.testimonials-section{padding:60px 20px}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:28px 24px}.testimonial-text{font-size:17px}.care-section{padding:60px 20px}.care-subtitle{font-size:18px;margin-bottom:36px;margin-top:-20px}.care-grid{grid-template-columns:1fr}.care-card{padding:32px 24px}.care-card h3{font-size:22px}.care-card p{font-size:16px}.quote-section{margin:0 auto 40px;padding:0 20px}.quote-card{padding:36px 20px;border-radius:20px}.quote-text{font-size:20px}.quote-author,.quote-stat{font-size:16px}.quote-divider{width:100%}.need-to-know{padding:0 16px 48px}.section-heading{font-size:28px;margin-bottom:36px}.info-card{padding:28px 24px}.info-card-title{font-size:26px}.info-card-main{font-size:22px}.info-card-list li,.info-card-checkmarks li{font-size:17px}.info-card-detail{font-size:16px}.urgency-banner{padding:16px 20px;flex-direction:column;text-align:center}.urgency-banner p{font-size:17px}.packing-section{padding:0 16px 48px}.packing-heading{font-size:26px}.packing-subtitle{font-size:17px;margin-bottom:32px}.packing-card{padding:24px 20px}.packing-card-title{font-size:24px}.packing-item-text{font-size:17px}.celular-box{padding:28px 20px}.celular-title{font-size:22px}.celular-body{font-size:16px}.signup-section{padding:48px 16px}.signup-subtitle{font-size:18px;margin-bottom:36px;margin-top:-24px}.step-card{padding:28px 24px}.step-number{font-size:52px}.step-title{font-size:22px}.step-subtitle{font-size:14px}.step-list li{font-size:16px}.signup-cta{min-width:unset;width:100%;font-size:18px;height:58px}.faq-section{padding:48px 16px}.faq-question{font-size:17px;padding:18px 16px}.faq-answer{font-size:16px;padding:14px 16px 20px}.final-cta{min-height:520px}.final-cta-content{padding:60px 20px;min-height:520px}.final-cta-heading{font-size:36px}.final-cta-body{font-size:18px}.final-meta span{font-size:16px}.final-countdown-timer span{font-size:32px}.final-countdown-timer span small{font-size:11px}.fc-sep{font-size:28px}.footer{padding:36px 20px 28px;gap:28px}.footer-top{flex-direction:column;align-items:flex-start;gap:16px}.footer-brand{gap:16px}.footer-logo-img{width:56px}.footer-brand-title{font-size:22px}.footer-brand-subtitle{font-size:15px}.footer-links-row,.footer-links-row.mt-4{flex-direction:column;gap:32px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:16px}.footer-copy{font-size:14px}.social-icons{flex-wrap:wrap}.whatsapp-fab{bottom:20px;right:20px;width:56px;height:56px}.whatsapp-fab svg{width:28px;height:28px}.video-placeholder,.btn-lime,.btn-red,.btn-whatsapp,.signup-cta,.faq-question,.footer-column ul li a{min-height:48px;min-width:48px;display:flex;align-items:center;justify-content:center}.social-icons a{min-width:48px;min-height:48px;display:inline-flex;align-items:center;justify-content:center}.welcome-highlight,.transformados-text,.final-cta-body{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.timer-number,.timer-number.lime{font-variant-numeric:tabular-nums}.sponsor-intro,.sponsor-packages,.sponsor-benefactor,.sponsor-quote{padding:60px 16px}.sponsor-intro .title,.sponsor-packages .title,.sponsor-benefactor .title{font-size:28px}.sponsor-intro .subtitle{font-size:22px}.sponsor-intro .description,.sponsor-benefactor .description{font-size:17px}.sponsor-quote .quote-text,.quote-container .quote-text{font-size:22px}.packages-grid{grid-template-columns:1fr;gap:20px}.package-card{padding:24px 20px}.help-button{width:100%;text-align:center}}@media (max-width: 480px){.hero{max-height:600px}.hero-logo{max-width:210px}.hero-sub{font-size:13px}.welcome-heading{font-size:22px}.welcome-highlight{font-size:17px;line-height:24px}.welcome-body{font-size:15px;line-height:24px}.wave-heading{font-size:22px;line-height:28px}.wave-subheading{font-size:12px}.wave-content{padding-top:50px}.timer-number,.timer-number.lime,.timer-sep,.timer-sep.lime{font-size:28px}.timer-label{font-size:10px}.countdown-label{font-size:18px}.section-heading{font-size:24px}.packing-heading{font-size:22px}.transformados-text{font-size:19px;line-height:26px}.info-card-title{font-size:22px}.info-card-main{font-size:19px}.final-cta-heading{font-size:28px}.final-cta-body{font-size:16px}.final-countdown-timer span{font-size:26px}.fc-sep{font-size:22px}.btn-lime,.btn-red,.btn-whatsapp,.signup-cta{font-size:16px;height:52px;border-radius:18px;margin-bottom:12px;display:block}.btn-lime:last-child,.btn-red:last-child,.btn-whatsapp:last-child,.signup-cta:last-child{margin-bottom:0}.btn-red.btn-big{font-size:18px;height:58px;margin-bottom:12px;display:block}.btn-red.btn-big:last-child{margin-bottom:0}.link-text{font-size:18px}.container{padding-left:16px;padding-right:16px;max-width:100%}h1,.h1{font-size:32px}h2,.h2{font-size:28px}h3,.h3{font-size:24px}.section{padding-left:16px;padding-right:16px}.testimonials-grid,.info-cards,.steps-grid,.care-grid,.packing-grid{grid-template-columns:1fr}.hero-logo{max-width:220px!important}.hero-edition{font-size:14px!important}.wave-section{min-height:auto!important;padding:60px 16px!important;position:relative!important;overflow:visible!important}.wave-section .wave-bg{height:auto!important;min-height:400px!important;width:100%!important;position:absolute!important;bottom:0!important;left:0!important}.wave-content{padding:60px 16px!important;position:relative!important;z-index:1!important}.wave-heading{font-size:26px!important;line-height:1.2!important}.wave-subheading{font-size:12px!important}.countdown-timer{gap:8px!important;flex-wrap:wrap!important;justify-content:center!important}.timer-number{font-size:24px!important;padding:8px!important}.timer-sep{font-size:20px!important}.step-arrow{display:none!important}.steps-grid{gap:20px!important}.step-card,.testimonial-card{padding:20px!important}.testimonial-text{font-size:16px!important}.info-card{padding:20px!important}.info-card-title{font-size:20px!important}.info-card-main{font-size:16px!important}.footer{padding:32px 16px!important}.footer-links-row{gap:24px!important}.footer-column ul li a{padding:12px 0!important;display:block!important}.btn-lime,.btn-red,.btn-whatsapp{margin-bottom:12px!important;width:100%!important}.btn-lime:last-child,.btn-red:last-child{margin-bottom:0!important}.faq-question{padding:16px!important;font-size:16px!important}.faq-answer{font-size:15px!important;padding:0 16px 16px!important}.hashtag-ticker{animation:none!important;overflow-x:auto!important;white-space:nowrap!important;padding:12px 0!important}.hashtag-ticker span{font-size:14px!important}.packing-card{padding:16px!important}.packing-item{padding:8px 0!important;font-size:15px!important}.quote-text{font-size:18px!important;line-height:1.4!important}input,textarea{font-size:16px!important}.care-grid{grid-template-columns:1fr!important;gap:16px!important}.care-card{padding:16px!important}.loading-logo img{width:60px!important;height:60px!important}.loading-text{font-size:16px!important}.loading-spinner{width:32px!important;height:32px!important}.section{padding:40px 16px!important}.section-heading{font-size:24px!important}.video-placeholder{height:200px!important}.play-icon{width:60px!important;height:60px!important}.about-image{width:100%!important;height:auto!important}.about-content{padding:0!important}.quote-container{padding:20px!important}.need-to-know{padding:0 16px 40px!important}a{min-height:44px;min-width:44px}}
