:root{--landing-orange:#f07b20;--landing-orange-dark:#d46a15;--landing-orange-light:#f4943f;--landing-gold:#f5c134;--landing-gold-light:#f9d76a;--landing-creme:#fefcf8;--landing-dark:#1a1005;--landing-dark-soft:#2a1f10;--landing-gray-50:#faf9f7;--landing-gray-100:#f3f1ed;--landing-gray-200:#e8e4dd;--landing-gray-300:#d4cfc5;--landing-gray-400:#a9a196;--landing-gray-500:#7a7268;--landing-gray-600:#5a5349;--landing-gray-700:#3d372f;--landing-gray-800:#262118;--landing-gray-900:#151009;--landing-success:#22c55e;--landing-success-light:#dcfce7;--landing-error:#ef4444;--landing-info:#3b82f6;--landing-brasil-green:#009739;--landing-brasil-yellow:#fedd00;--landing-brasil-blue:#012169;--landing-font-heading:"Syne", sans-serif;--landing-font-body:"DM Sans", "Inter", sans-serif;--landing-section-padding-y:5rem;--landing-section-padding-x:1.5rem;--landing-content-max-width:430px;--landing-radius-md:.75rem;--landing-radius-lg:1rem;--landing-radius-xl:1.25rem;--landing-radius-2xl:1.5rem;--landing-shadow-sm:0 1px 3px #1a10050f, 0 1px 2px #1a10050a;--landing-shadow-md:0 4px 12px #1a100514, 0 2px 6px #1a10050a;--landing-shadow-lg:0 10px 30px #1a10051f, 0 4px 10px #1a10050f;--landing-shadow-xl:0 20px 50px #1a10052e, 0 8px 20px #1a100514;--landing-shadow-orange:0 4px 20px #f07b204d;--landing-shadow-orange-lg:0 8px 32px #f07b2066;--landing-glass-bg:#fefcf8b8;--landing-glass-border:#fefcf84d;--landing-glass-blur:16px;--landing-transition-fast:.15s ease;--landing-transition-base:.3s ease;--landing-transition-slow:.5s ease;--landing-transition-spring:.4s cubic-bezier(.34, 1.56, .64, 1);--landing-z-base:1;--landing-z-overlay:10;--landing-z-content:20;--landing-z-header:50}@keyframes landingFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes landingSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes landingShimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes landingPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes landingCountUp{0%{opacity:0;transform:translateY(20px)scale(.8)}60%{opacity:1;transform:translateY(-4px)scale(1.02)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes landingConfetti{0%{opacity:1;transform:translateY(-10px)rotate(0)}to{opacity:0;transform:translateY(100px)rotate(720deg)}}@keyframes landingHeroParallax{0%,to{transform:scale(1.05)translateY(0)}50%{transform:scale(1.05)translateY(-10px)}}@keyframes landingGradientShift{0%{filter:hue-rotate()}50%{filter:hue-rotate(15deg)}to{filter:hue-rotate()}}@keyframes landingHeroZoomIn{0%{transform:scale(1.15)}to{transform:scale(1.05)}}@keyframes landingFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-fade-in{opacity:0;will-change:opacity, transform;transition:opacity .8s,transform .8s;transform:translateY(30px)}.landing-fade-in.visible{opacity:1;transform:translateY(0)}.landing-fade-left{opacity:0;will-change:opacity, transform;transition:opacity .8s,transform .8s;transform:translate(-40px)}.landing-fade-left.visible{opacity:1;transform:translate(0)}.landing-fade-right{opacity:0;will-change:opacity, transform;transition:opacity .8s,transform .8s;transform:translate(40px)}.landing-fade-right.visible{opacity:1;transform:translate(0)}.landing-scale-in{opacity:0;will-change:opacity, transform;transition:opacity .8s,transform .8s;transform:scale(.9)}.landing-scale-in.visible{opacity:1;transform:scale(1)}@media (prefers-reduced-motion:reduce){.landing-fade-in,.landing-fade-left,.landing-fade-right,.landing-scale-in{opacity:1;transition:none;transform:none}}.landing-stagger-1{transition-delay:.1s}.landing-stagger-2{transition-delay:.2s}.landing-stagger-3{transition-delay:.3s}.landing-stagger-4{transition-delay:.4s}.landing-stagger-5{transition-delay:.5s}.landing-brasil-accent{width:100%;height:0;position:relative}.landing-brasil-accent:before{content:"";background:var(--landing-brasil-green);width:100%;height:4px;display:block}.landing-brasil-accent:after{content:"";background:linear-gradient(to bottom, var(--landing-brasil-yellow) 0%, var(--landing-brasil-yellow) 66.6%, var(--landing-brasil-blue) 66.7%, var(--landing-brasil-blue) 100%);width:100%;height:3px;display:block}.landing-brasil-stripe{background:linear-gradient(to right, var(--landing-brasil-green) 0%, var(--landing-brasil-green) 33%, var(--landing-brasil-yellow) 33%, var(--landing-brasil-yellow) 66%, var(--landing-brasil-blue) 66%, var(--landing-brasil-blue) 100%);opacity:.6;border-radius:2px;width:100%;height:3px}.landing-header{z-index:var(--landing-z-header);background:var(--landing-glass-bg);-webkit-backdrop-filter:blur(var(--landing-glass-blur));border-bottom:1px solid var(--landing-glass-border);padding:.75rem var(--landing-section-padding-x);transition:background var(--landing-transition-base), box-shadow var(--landing-transition-base);position:fixed;top:0;left:0;right:0}.landing-header.scrolled{box-shadow:var(--landing-shadow-sm);background:#fefcf8eb}.landing-hero{background-color:var(--landing-dark);justify-content:center;align-items:flex-end;width:100%;min-height:100dvh;display:flex;position:relative;overflow:hidden}.landing-hero-image{object-fit:cover;object-position:center;width:100%;height:100%;z-index:var(--landing-z-base);animation:8s ease-out forwards landingHeroZoomIn;position:absolute;inset:0}.landing-hero-overlay{z-index:var(--landing-z-overlay);background:linear-gradient(#0000 0%,#1a100526 35%,#1a10058c 65%,#1a1005d9 100%);animation:12s ease-in-out infinite landingGradientShift;position:absolute;inset:0}.landing-hero-content{z-index:var(--landing-z-content);width:100%;max-width:var(--landing-content-max-width);padding:2rem var(--landing-section-padding-x) 3.5rem;text-align:center;color:var(--landing-creme);margin:0 auto;position:relative}.landing-hero-content h1{font-family:var(--landing-font-heading);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.15}.landing-hero-content p{font-family:var(--landing-font-body);opacity:.9;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.landing-section{padding:var(--landing-section-padding-y) var(--landing-section-padding-x);max-width:var(--landing-content-max-width);margin-left:auto;margin-right:auto}.landing-section h2{font-family:var(--landing-font-heading);letter-spacing:-.015em;color:var(--landing-dark);margin-bottom:.75rem;font-size:1.65rem;font-weight:700;line-height:1.2}.landing-section p{font-family:var(--landing-font-body);color:var(--landing-gray-600);font-size:.95rem;line-height:1.65}.landing-card{background:var(--landing-glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--landing-glass-border);border-radius:var(--landing-radius-2xl);box-shadow:var(--landing-shadow-md);transition:transform var(--landing-transition-spring), box-shadow var(--landing-transition-base);padding:1.5rem}.landing-card:hover{box-shadow:var(--landing-shadow-xl);transform:translateY(-4px)}@media (hover:none){.landing-card:hover{box-shadow:var(--landing-shadow-md);transform:none}}.landing-tab-active{color:var(--landing-orange);border-bottom:2.5px solid var(--landing-orange);font-weight:600;font-family:var(--landing-font-body);padding-bottom:.5rem}.landing-form-card{border-radius:var(--landing-radius-2xl);box-shadow:var(--landing-shadow-sm);background:linear-gradient(160deg,#f5c13414 0%,#f07b200f 50%,#fefcf8e6 100%);border:1px solid #f07b201f;padding:2rem 1.5rem}.landing-input{width:100%;font-family:var(--landing-font-body);color:var(--landing-dark);border:1.5px solid var(--landing-gray-200);border-radius:var(--landing-radius-xl);transition:border-color var(--landing-transition-fast), box-shadow var(--landing-transition-fast);appearance:none;background-color:#fff;outline:none;padding:.875rem 1rem;font-size:1rem;line-height:1.5;display:block}.landing-input::placeholder{color:var(--landing-gray-400)}.landing-input:focus{border-color:var(--landing-orange);box-shadow:0 0 0 3px #f07b2026}.landing-input:user-valid{border-color:var(--landing-success)}.landing-input:user-invalid{border-color:var(--landing-error)}.landing-whatsapp-input{position:relative}.landing-whatsapp-input .landing-input{padding-left:3rem}.landing-whatsapp-input:before{content:"";pointer-events:none;z-index:2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325D366'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z'/%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12c0 2.11.546 4.095 1.504 5.826L0 24l6.335-1.652A11.943 11.943 0 0012 24c6.627 0 12-5.373 12-12S18.627 0 12 0zm0 21.818c-1.876 0-3.63-.513-5.135-1.406l-.368-.218-3.812.996 1.017-3.713-.24-.381A9.767 9.767 0 012.182 12c0-5.415 4.403-9.818 9.818-9.818 5.415 0 9.818 4.403 9.818 9.818 0 5.415-4.403 9.818-9.818 9.818z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:1.25rem;height:1.25rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.landing-btn-primary{width:100%;font-family:var(--landing-font-body);color:#fff;background:linear-gradient(135deg, var(--landing-orange) 0%, var(--landing-orange-dark) 100%);border-radius:var(--landing-radius-xl);cursor:pointer;box-shadow:var(--landing-shadow-orange);transition:background var(--landing-transition-fast), box-shadow var(--landing-transition-fast), transform var(--landing-transition-fast);-webkit-tap-highlight-color:transparent;background-size:100% 100%;border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:1.05rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.landing-btn-primary:after{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 20%,#f5c13459 45%,#f5c13480 50%,#f5c13459 55%,#0000 80%) 0 0/200% 100%;animation:2.5s linear infinite landingShimmer;position:absolute;inset:0}.landing-btn-primary:hover{background:linear-gradient(135deg, var(--landing-orange-dark) 0%, #b85a0d 100%);box-shadow:var(--landing-shadow-orange-lg);transform:translateY(-1px)}.landing-btn-primary:active{box-shadow:var(--landing-shadow-md);transform:translateY(0)}.landing-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.landing-btn-primary:disabled:after{animation:none}.landing-success-card{border:2px solid var(--landing-success);border-radius:var(--landing-radius-2xl);background:var(--landing-success-light);text-align:center;padding:2rem 1.5rem;position:relative;overflow:hidden}.landing-success-card:before,.landing-success-card:after{content:"";pointer-events:none;border-radius:50%;width:8px;height:8px;animation:2s ease-out forwards landingConfetti;position:absolute}.landing-success-card:before{background:var(--landing-orange);animation-delay:.1s;top:10%;left:20%}.landing-success-card:after{background:var(--landing-gold);animation-delay:.3s;top:5%;right:25%}.landing-counter{font-family:var(--landing-font-heading);color:var(--landing-orange);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:2.5rem;font-weight:800;line-height:1}.landing-counter.animate{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards landingCountUp}.landing-video-container{aspect-ratio:16/9;border-radius:var(--landing-radius-xl);background:var(--landing-gray-100);width:100%;box-shadow:var(--landing-shadow-md);opacity:0;max-height:0;transition:max-height .6s cubic-bezier(.4,0,.2,1),opacity .4s;position:relative;overflow:hidden}.landing-video-container.open{opacity:1;max-height:500px}.landing-video-container video,.landing-video-container iframe{object-fit:cover;border:none;width:100%;height:100%}.landing-play-btn{cursor:pointer;width:64px;height:64px;box-shadow:var(--landing-shadow-lg);transition:transform var(--landing-transition-spring), box-shadow var(--landing-transition-base);z-index:var(--landing-z-content);-webkit-tap-highlight-color:transparent;background:#fefcf8eb;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-play-btn:after{content:"";border-style:solid;border-width:10px 0 10px 18px;border-color:transparent transparent transparent var(--landing-orange);width:0;height:0;margin-left:3px;display:block}.landing-play-btn:hover{box-shadow:var(--landing-shadow-xl);transform:translate(-50%,-50%)scale(1.1)}.landing-badge{font-family:var(--landing-font-body);color:var(--landing-orange-dark);white-space:nowrap;letter-spacing:.02em;text-transform:uppercase;background:#f07b201a;border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;line-height:1.4;display:inline-flex}.landing-float{animation:3s ease-in-out infinite landingFloat}.landing-pulse{animation:2s ease-in-out infinite landingPulse}.landing-heading{font-family:var(--landing-font-heading);font-weight:700}.landing-body{font-family:var(--landing-font-body)}.landing-text-gradient{background:linear-gradient(135deg, var(--landing-orange), var(--landing-gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (min-width:768px){.landing-hero{min-height:100vh}.landing-hero-content{max-width:600px;padding-bottom:5rem}.landing-hero-content h1{font-size:3rem}.landing-section{max-width:600px;padding:6rem 2rem}.landing-section h2{font-size:2rem}.landing-card{padding:2rem}.landing-play-btn{width:80px;height:80px}.landing-play-btn:after{border-width:13px 0 13px 22px;margin-left:4px}}@media (min-width:1024px){.landing-hero-content{max-width:720px}.landing-hero-content h1{font-size:3.5rem}.landing-section{max-width:720px}}@media (prefers-color-scheme:dark){:root{--landing-glass-bg:#1a1005bf;--landing-glass-border:#2a1f1080;--landing-shadow-sm:0 1px 3px #0003, 0 1px 2px #00000026;--landing-shadow-md:0 4px 12px #00000040, 0 2px 6px #00000026;--landing-shadow-lg:0 10px 30px #00000059, 0 4px 10px #0003;--landing-shadow-xl:0 20px 50px #00000073, 0 8px 20px #00000040}.landing-header{background:#1a1005cc;border-bottom-color:#2a1f1099}.landing-header.scrolled{background:#1a1005f2}.landing-section h2{color:var(--landing-creme)}.landing-section p{color:var(--landing-gray-400)}.landing-card{background:#2a1f1099;border-color:#3d372f66}.landing-form-card{background:linear-gradient(160deg,#f5c1340f 0%,#f07b200a 50%,#1a1005d9 100%);border-color:#f07b2026}.landing-input{background-color:var(--landing-gray-800);border-color:var(--landing-gray-700);color:var(--landing-creme)}.landing-input::placeholder{color:var(--landing-gray-500)}.landing-success-card{background:#22c55e1a;border-color:#22c55e80}.landing-badge{color:var(--landing-orange-light);background:#f07b2026}.landing-play-btn{background:#2a1f10e6}.landing-brasil-stripe{opacity:.4}.landing-video-container{background:var(--landing-gray-800)}.landing-tab-active{color:var(--landing-gold);border-bottom-color:var(--landing-gold)}}.landing-btn-primary:focus-visible,.landing-play-btn:focus-visible,.landing-input:focus-visible{outline:2px solid var(--landing-orange);outline-offset:2px}.landing-skip-link{background:var(--landing-orange);color:#fff;z-index:calc(var(--landing-z-header) + 1);font-family:var(--landing-font-body);border-radius:0 0 var(--landing-radius-md) 0;transition:top var(--landing-transition-fast);padding:.75rem 1.5rem;font-weight:600;position:absolute;top:-100%;left:0}.landing-skip-link:focus{top:0}.splash-overlay{z-index:9999;background:radial-gradient(at 50% 40%,#1f1008 0%,#0a0604 60%,#000 100%);transition:opacity .8s ease-out,transform .8s ease-out;position:fixed;inset:0;overflow:hidden}.splash-overlay.splash-saindo{opacity:0;pointer-events:none;transform:scale(1.1)}.splash-skip{color:#ffffff59;cursor:pointer;z-index:10;letter-spacing:.03em;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;padding:.35rem .75rem;font-size:.7rem;font-weight:600;transition:all .2s;position:absolute;top:1.5rem;right:1.5rem}.splash-skip:hover,.splash-skip:active{color:#ffffffb3;background:#ffffff1f}.splash-fase{opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:opacity .7s;display:flex;position:absolute;inset:0}.splash-fase.ativa{opacity:1;pointer-events:auto}@keyframes splashLogoEntrada{0%{opacity:0;filter:blur(12px);transform:scale(0)rotate(-20deg)}40%{opacity:1;filter:blur();transform:scale(1.3)rotate(4deg)}70%{transform:scale(.95)rotate(-1deg)}to{opacity:1;transform:scale(1)rotate(0)}}.splash-logo{filter:drop-shadow(0 0 40px #f07b2099)drop-shadow(0 0 80px #f5c1344d);animation:1.4s cubic-bezier(.22,1,.36,1) forwards splashLogoEntrada}@keyframes splashParticulaExplode{0%{opacity:1;transform:translate(0)scale(1)}70%{opacity:.6}to{transform:translate(var(--tx), var(--ty)) scale(0);opacity:0}}.splash-particula{width:var(--size,6px);height:var(--size,6px);margin-left:calc(var(--size,6px) / -2);margin-top:calc(var(--size,6px) / -2);background:var(--cor,#f5c134);box-shadow:0 0 10px var(--cor,#f5c134), 0 0 20px #f5c13433;animation:1.8s cubic-bezier(.25,.46,.45,.94) forwards splashParticulaExplode;animation-delay:calc(.4s + var(--delay,0s));opacity:0;border-radius:50%;position:absolute;top:50%;left:50%}@keyframes splashRingPulse{0%{opacity:0;transform:scale(0)}40%{opacity:.3}to{opacity:0;transform:scale(3)}}.splash-ring{pointer-events:none;border:2px solid #f07b20;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;animation:2s ease-out forwards splashRingPulse;position:absolute;top:50%;left:50%}.splash-ring-2{border-color:#f5c134;animation-delay:.3s}@keyframes splashTextoRevela{0%{opacity:0;filter:blur(6px);transform:translateY(24px)}to{opacity:1;filter:blur();transform:translateY(0)}}.splash-texto{color:#ffffffa6;text-align:center;opacity:0;letter-spacing:.01em;margin-top:1.5rem;font-size:1rem;font-weight:500;animation:.8s forwards splashTextoRevela}@keyframes splashLojaPop{0%{opacity:0;transform:scale(0)translateY(20px)}60%{opacity:1;transform:scale(1.15)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}.splash-loja{opacity:0;flex-direction:column;align-items:center;gap:.5rem;animation:.7s cubic-bezier(.34,1.56,.64,1) forwards splashLojaPop;display:flex}.splash-loja-icone{color:#f07b20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:1.25rem;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex}.splash-loja-nome{color:#ffffff73;letter-spacing:.02em;font-size:.7rem;font-weight:600}@keyframes splashMoedaCai{0%{opacity:0;transform:translateY(-110vh)rotate(0)scale(.5)}8%{opacity:.9;transform:translateY(-90vh)rotate(60deg)scale(1)}85%{opacity:.7}to{opacity:0;transform:translateY(50vh)rotate(1080deg)scale(.3)}}.splash-moeda{color:#f5c134;opacity:0;filter:drop-shadow(0 0 8px #f5c13480);animation:3s ease-in forwards splashMoedaCai;position:absolute}.splash-carteira{z-index:2;flex-direction:column;align-items:center;gap:1rem;display:flex}@keyframes splashCarteiraIn{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.splash-carteira-icone{color:#f5c134;background:linear-gradient(135deg,#f07b2026,#f5c13426);border:2px solid #f5c13440;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;animation:.8s cubic-bezier(.34,1.56,.64,1) forwards splashCarteiraIn;display:flex;box-shadow:0 0 40px #f5c13426,inset 0 0 30px #f5c1340d}.splash-contador{color:#f5c134;font-size:2.8rem;font-weight:900;font-family:var(--font-syne,"Syne", sans-serif);text-shadow:0 0 40px #f5c13466,0 2px 10px #0000004d;animation:.5s forwards splashTextoRevela}.splash-mapa{background:radial-gradient(circle,#f07b200f 0%,#0000 70%);border:1px solid #f07b201a;border-radius:50%;width:280px;height:280px;position:relative;box-shadow:0 0 60px #f07b2014}@keyframes splashDotAppear{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.8)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.splash-ponto{opacity:0;flex-direction:column;align-items:center;gap:6px;animation:.5s forwards splashDotAppear;display:flex;position:absolute}.splash-ponto-dot{background:#f07b20;border-radius:50%;width:10px;height:10px;box-shadow:0 0 10px #f07b20,0 0 25px #f07b2066,0 0 50px #f07b2026}.splash-ponto-nome{color:#fff6;white-space:nowrap;letter-spacing:.02em;font-size:.55rem;font-weight:600}@keyframes splashLinhaCresce{0%{stroke-dashoffset:200px;opacity:0}30%{opacity:.15}to{stroke-dashoffset:0;opacity:.1}}.splash-mapa-linhas line{stroke:#f07b20;stroke-width:1px;stroke-dasharray:200;animation:2s forwards splashLinhaCresce}@keyframes splashFinaleLogoIn{0%{opacity:0;filter:blur(15px);transform:scale(.3)}60%{opacity:1;filter:blur();transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.splash-finale-logo{filter:drop-shadow(0 0 50px #f07b20b3)drop-shadow(0 0 100px #f5c1344d);margin-bottom:1.5rem;animation:1s cubic-bezier(.34,1.56,.64,1) forwards splashFinaleLogoIn}.splash-finale-titulo{font-family:var(--font-syne,"Syne", sans-serif);color:#fff;text-align:center;opacity:0;text-shadow:0 2px 30px #00000080;margin-bottom:2rem;font-size:1.6rem;font-weight:800;line-height:1.2;animation:.8s .4s forwards splashTextoRevela}.splash-finale-titulo span{color:#f5c134}@keyframes splashBtnPulse{0%,to{box-shadow:0 4px 20px #f07b204d,0 0 #f07b2066}50%{box-shadow:0 4px 20px #f07b204d,0 0 0 14px #f07b2000}}.splash-finale-btn{color:#fff;cursor:pointer;opacity:0;letter-spacing:.02em;background:linear-gradient(135deg,#f07b20,#f5c134);border:none;border-radius:999px;padding:1rem 3rem;font-size:1.1rem;font-weight:700;transition:transform .15s;animation:.6s .8s forwards splashTextoRevela,2s ease-in-out 1.6s infinite splashBtnPulse}.splash-finale-btn:active{transform:scale(.95)}@keyframes splashAmbientFloat{0%{opacity:0;transform:translateY(100vh)rotate(0)}10%{opacity:.15}90%{opacity:.1}to{opacity:0;transform:translateY(-20vh)rotate(360deg)}}.splash-ambient{width:var(--size,3px);height:var(--size,3px);animation:splashAmbientFloat var(--dur,8s) linear infinite;animation-delay:var(--delay,0s);left:var(--x,50%);background:#f5c1344d;border-radius:50%;position:absolute}@keyframes splashConfettiExplode{0%{opacity:0;transform:translate(0)rotate(0)scale(0)}15%{opacity:1;transform:translate(calc(var(--cx) - 50vw), calc(var(--cy) - 50vh)) rotate(calc(var(--rot) * .5)) scale(1.2)}to{opacity:0;transform:translate(calc(var(--cx) - 50vw), calc(var(--cy) - 50vh + 30vh)) rotate(var(--rot)) scale(.3)}}.splash-confetti{width:var(--size,8px);height:calc(var(--size,8px) * .6);background:var(--cor,#f5c134);box-shadow:0 0 8px var(--cor,#f5c134);opacity:0;animation:2.5s cubic-bezier(.25,.46,.45,.94) forwards splashConfettiExplode;animation-delay:var(--delay,0s);z-index:1;border-radius:2px;position:absolute;top:50%;left:50%}.splash-confetti:nth-child(odd){height:var(--size,8px);border-radius:50%}@keyframes splashContadorFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.splash-finale-contador{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffb3;opacity:0;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;animation:.6s .6s forwards splashContadorFade;display:inline-flex}.splash-finale-contador strong{color:#f5c134;font-size:1rem;font-weight:900}.splash-progress{z-index:10;opacity:1;background:#ffffff1a;width:100%;height:4px;transition:opacity .5s;position:absolute;bottom:0;left:0}.splash-progress.oculto{opacity:0}@keyframes splashProgressFill{0%{width:0%}to{width:100%}}.splash-progress-bar{background:linear-gradient(90deg,#f5c134,#f07b20);width:0%;height:100%;animation:13s linear forwards splashProgressFill;box-shadow:0 0 10px #f5c13480}
