:root{--bg-body: #000000;--bg-card: #121212;--text-primary: #F5F5F7;--text-secondary: #a1a1a6;--accent-blue: #2997FF;--accent-blue-hover: #0071e3;--container-width: 980px;--section-spacing: 120px;--font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}.no-js .reveal{opacity:1!important;transform:none!important}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.reveal.active{opacity:1;transform:translateY(0)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-body);color:var(--text-primary);font-family:var(--font-main);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color .2s ease}h1,h2,h3,h4{font-weight:600;letter-spacing:-.02em}.hero-headline{font-size:clamp(48px,8vw,80px);line-height:1.05;font-weight:700;margin-bottom:16px}.section-headline{font-size:clamp(40px,5vw,64px);line-height:1.1;margin-bottom:24px}.subheadline{font-size:clamp(24px,4vw,32px);color:var(--text-secondary);font-weight:500;max-width:700px;margin:0 auto;line-height:1.4}.text-large{font-size:21px;font-weight:600}.text-body{font-size:17px;color:var(--text-secondary)}.container{max-width:var(--container-width);margin:0 auto;padding:0 24px}.text-center{text-align:center}.text-left{text-align:left}.flex-center{display:flex;align-items:center;justify-content:center}.accent-text{color:var(--accent-blue)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:980px;font-size:17px;font-weight:600;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background-color:var(--accent-blue);color:#fff}.btn-primary:hover{background-color:var(--accent-blue-hover);transform:scale(1.02)}.scarcity-bar{position:fixed;top:0;left:0;width:100%;height:40px;background:#000;border-bottom:1px solid rgba(255,255,255,.1);z-index:2000;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;color:#fff}.scarcity-progress-bg{width:120px;height:4px;background:#fff3;border-radius:2px;margin:0 12px;overflow:hidden}.scarcity-progress-fill{width:15%;height:100%;background:var(--accent-blue);box-shadow:0 0 10px var(--accent-blue);transform:scaleX(0);transform-origin:left;animation:fillProgress 1.5s ease-out forwards;animation-delay:.5s;will-change:transform}@keyframes fillProgress{to{transform:scaleX(1)}}header{position:fixed;top:60px;left:50%;transform:translate(-50%);width:90%;max-width:980px;z-index:1000;height:64px;display:flex;justify-content:center}.nav-container{width:100%;height:100%;background:#141414cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:100px;display:flex;justify-content:space-between;align-items:center;padding:0 24px;box-shadow:0 10px 30px #00000080}.nav-logo img{height:24px;width:auto;display:block}.nav-links{display:none}section{padding:var(--section-spacing) 0}.hero{padding-top:180px;padding-bottom:100px;text-align:center}.hero-mockup{margin-top:60px;width:150%;height:700px;background:#1a1a1a;border-radius:24px;display:flex;align-items:center;justify-content:center;border:1px solid #333;position:relative;overflow:hidden;box-shadow:0 30px 80px -10px #0009,inset 0 0 0 1px #ffffff1a;transform:perspective(1200px) rotateX(25deg) scale(.9);transition:all .1s linear;transform-style:preserve-3d}.hero-mockup:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.5) 65%,transparent 100%);pointer-events:none;z-index:1}.ratio-16-9{aspect-ratio:16/9;height:auto!important}.placeholder-text{color:#555;font-weight:700;font-size:24px;text-transform:uppercase;letter-spacing:2px}.scrolly-section{padding:0}.scrolly-container{display:flex;position:relative}.scrolly-text-content{width:40%;padding-bottom:20vh}.scrolly-step{height:80vh;display:flex;flex-direction:column;justify-content:center;padding-right:40px;opacity:.2;transition:opacity .5s ease,transform .5s ease;transform:translateY(20px)}.scrolly-step.active{opacity:1;transform:translateY(0)}.scrolly-step .mobile-visual{display:none}.pillar-name{font-size:48px;font-weight:700;color:#fff;margin-bottom:16px}.pillar-desc{font-size:20px;color:var(--text-secondary);line-height:1.5}.scrolly-visual-container{width:65%;height:100vh;position:sticky;top:0;display:flex;align-items:center;justify-content:center;padding:40px}.scrolly-visual{position:absolute;width:90%;max-width:450px;aspect-ratio:1/1;opacity:0;transform:perspective(1200px) rotateX(25deg) scale(.9);transition:all .6s cubic-bezier(.2,.8,.2,1);border-radius:24px;overflow:hidden;box-shadow:0 30px 80px -10px #0009,inset 0 0 0 1px #ffffff1a;background:#1a1a1a;border:1px solid #333}.scrolly-visual.active{opacity:1;transform:perspective(300px) rotateX(8deg) scale(1)}.scrolly-visual img{width:100%;height:100%;object-fit:cover;border-radius:24px}.scrolly-visual:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.5) 65%,transparent 100%);pointer-events:none;z-index:1;border-radius:0 0 24px 24px}.chat-interface{width:100%;height:100%;background:#121212;border-radius:24px;border:1px solid #333;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px -10px #00000080;position:relative}.chat-messages{flex:1;padding:40px;display:flex;flex-direction:column;gap:24px;justify-content:center}.message{max-width:80%;padding:16px 24px;border-radius:20px;font-size:16px;line-height:1.5;opacity:0;transform:translateY(20px)}.message.user{align-self:flex-end;background:#222;color:#fff;border-bottom-right-radius:4px}.message.agent{align-self:flex-start;background:transparent;color:#e0e0e0;padding-left:0;display:flex;gap:16px}.agent-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.agent-avatar img{width:16px;height:16px;filter:brightness(0) invert(1)}.message-content p{margin-bottom:8px}.message-content p:last-child{margin-bottom:0}.chat-interface.animate .message.user{animation:messageSlideUp .6s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:.5s}.chat-interface.animate .message.agent{animation:messageSlideUp .6s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:2s}@keyframes messageSlideUp{to{opacity:1;transform:translateY(0)}}.chat-input-area{padding:24px;background:#121212;border-top:1px solid #222}.chat-input-box{background:#1a1a1a;border-radius:16px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;border:1px solid #333}.input-placeholder{color:#555;font-size:14px;flex:1;margin:0 16px}.chat-icon{width:20px;height:20px;opacity:.5;cursor:pointer;transition:opacity .2s}.chat-icon:hover{opacity:1}.send-btn{background:var(--text-primary);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:1}.send-btn svg{width:16px;height:16px;stroke:#000}.employees-grid-netflix{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px}.employee-card-netflix{position:relative;aspect-ratio:2/3;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.2,1);background:#1a1a1a}.employee-card-netflix:hover{transform:scale(1.05) translateY(-5px);z-index:10;box-shadow:0 20px 40px #0009}.employee-card-netflix img{width:100%;height:100%;object-fit:cover}.employee-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,transparent 100%);padding:20px;transform:translateY(0);transition:all .3s}.employee-card-netflix:hover .employee-overlay{background:linear-gradient(to top,rgba(0,0,0,.98) 60%,transparent 100%)}.employee-overlay h4{font-size:18px;margin-bottom:8px;color:#fff}.employee-overlay p{font-size:14px;color:var(--text-secondary);line-height:1.4;opacity:0;max-height:0;overflow:hidden;transition:all .3s}.employee-card-netflix:hover .employee-overlay p{opacity:1;max-height:150px}.employee-tag{display:inline-block;font-size:10px;padding:4px 8px;border-radius:4px;background:#2997ff33;color:var(--accent-blue);margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.beta-badge{position:absolute;top:12px;right:12px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4px 12px;border-radius:4px;font-size:10px;font-weight:600;color:#fff;border:1px solid rgba(255,255,255,.2);text-transform:uppercase}.employee-card-netflix.beta{opacity:.7}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;text-align:center;margin-top:100px}.stat-number{font-size:clamp(64px,6vw,96px);font-weight:700;background:linear-gradient(180deg,#fff,#666);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:24px;letter-spacing:-.03em}.formation-container{margin-top:80px;perspective:1500px;display:flex;align-items:center;justify-content:center}.formation-visual-3d{width:100%;max-width:1000px;background:#1a1a1a;border-radius:24px;border:1px solid #333;position:relative;overflow:hidden;box-shadow:0 30px 80px -10px #0009,inset 0 0 0 1px #ffffff1a;transform-style:preserve-3d;transform:perspective(1200px) rotateX(25deg) scale(.9);transition:transform .1s linear}.formation-visual-3d:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.5) 65%,transparent 100%);pointer-events:none;z-index:1}.formation-visual-3d img{width:100%;height:auto;display:block;border-radius:inherit}.formation-visual-3d.active{transform:perspective(1200px) rotateX(0) scale(1)}.bento-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:80px}.bento-card{background:var(--bg-card);border-radius:32px;padding:48px;border:1px solid rgba(255,255,255,.05);transition:all .4s cubic-bezier(.2,.8,.2,1)}.bento-card:hover{transform:translateY(-5px);background:#161616;border-color:#ffffff1a;box-shadow:0 20px 40px #0006}.bento-card h3{font-size:28px;margin-bottom:16px;color:#fff}.pricing-section{background:#0a0a0a;padding:100px 0;border-top:1px solid #222}.value-stack{max-width:700px;margin:0 auto 60px;text-align:left}.value-stack-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:24px;opacity:0;transform:translate(-20px);animation:slideInValue .5s forwards;animation-delay:calc(var(--index, 0) * .1s);padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.05)}.value-stack-item:last-child{border-bottom:none}.value-stack-item:nth-child(1){--index: 0}.value-stack-item:nth-child(2){--index: 1}.value-stack-item:nth-child(3){--index: 2}.value-stack-item:nth-child(4){--index: 3}.value-stack-item:nth-child(5){--index: 4}.value-stack-item:nth-child(6){--index: 5}.value-stack-item:nth-child(7){--index: 6}.value-stack-item:nth-child(8){--index: 7}.value-content{flex:1}.value-price{font-size:14px;color:#666;white-space:nowrap;flex-shrink:0;margin-left:auto;padding-left:16px}.value-price s{color:#888}@keyframes slideInValue{to{opacity:1;transform:translate(0)}}.check-icon{width:24px;height:24px;border-radius:50%;background:var(--accent-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.check-icon:after{content:"";width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.value-stack-item strong{font-size:20px;display:block;margin-bottom:4px;color:#fff}.value-stack-item p{font-size:15px;color:var(--text-secondary)}.price-reveal{margin:60px 0 40px}.price-comparison{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:500px;margin:0 auto}.price-old,.price-new{text-align:center;width:100%}.price-old-label,.price-new-label{display:block;font-size:14px;text-transform:uppercase;letter-spacing:2px;color:var(--text-secondary);margin-bottom:12px}.price-old-value{display:block;font-size:36px;font-weight:600;color:#555;text-decoration:line-through;text-decoration-color:#888}.price-old-value small{font-size:18px;font-weight:400}.price-display{font-size:80px;font-weight:700;margin:0;line-height:1;color:#fff}.price-display span{font-size:24px;color:#666;font-weight:400}.price-sub{font-size:18px;color:var(--text-secondary);margin-top:20px}.guarantee-badge{display:inline-flex;align-items:center;gap:12px;margin-top:40px;padding:16px 32px;border:1px solid #333;border-radius:12px;color:var(--text-secondary);font-size:15px}.shield-icon{width:16px;height:18px;border:2px solid var(--text-secondary);border-radius:2px 2px 8px 8px}.scarcity-text{margin-top:24px;font-size:16px;color:var(--accent-blue);font-weight:600}.faq-container{max-width:800px;margin:60px auto 0}.faq-item{border-bottom:1px solid #222;margin-bottom:0}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:24px 0;cursor:pointer;transition:all .3s}.faq-question:hover{color:var(--accent-blue)}.faq-question h4{font-size:20px;font-weight:600}.faq-icon{font-size:32px;font-weight:300;color:var(--text-secondary);transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(45deg);color:var(--accent-blue)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:500px;padding-bottom:24px}.faq-answer p{font-size:17px;color:var(--text-secondary);line-height:1.6}footer{background:#000;padding:80px 0;border-top:1px solid #222;font-size:14px;color:#666}.footer-logo img{height:32px;opacity:.8;margin-bottom:24px}#bg-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none;opacity:.6}.bg-gradient-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:radial-gradient(ellipse at 50% 0%,rgba(41,151,255,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 50%,rgba(41,151,255,.05) 0%,transparent 40%),radial-gradient(ellipse at 20% 80%,rgba(41,151,255,.03) 0%,transparent 40%);pointer-events:none}.highlights-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;align-items:center}.carlos-photo-wrapper{position:relative}.carlos-photo-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,transparent 50%,#0a0a0a 100%),linear-gradient(to right,#0a0a0a 0%,transparent 15%,transparent 85%,#0a0a0a 100%),linear-gradient(to bottom,#0a0a0a 0%,transparent 10%);pointer-events:none}@media(max-width:1024px){:root{--section-spacing: 80px}.employees-grid-netflix{grid-template-columns:repeat(2,1fr)}.highlights-grid{grid-template-columns:1fr;gap:60px}.highlight-visual{order:-1}}@media(max-width:768px){:root{--section-spacing: 40px}html,body{overflow-x:hidden!important;max-width:100vw}*{max-width:100%}.formation-visual-3d{transform:perspective(1200px) rotateX(12deg) scale(.95);box-shadow:0 30px 60px #00000080}#bg-canvas{display:none}.container{padding:0 20px!important;max-width:100%!important;overflow:hidden}.text-center,section,section *{text-align:left!important}footer,footer *,.pricing-section,.pricing-section .container,.pricing-section .price-reveal,.pricing-section .price-label,.pricing-section .price-display,.pricing-section .price-sub{text-align:center!important}.scarcity-text{display:none!important}img{max-width:100%!important;height:auto}.scarcity-bar{font-size:9px;height:32px;padding:0 8px;gap:3px}.scarcity-progress-bg{width:35px;margin:0 4px}header{width:90%;top:38px;height:44px;border-radius:22px}.nav-container{padding:0 10px 0 14px;height:44px;justify-content:space-between}.nav-logo img{height:14px}header .btn{padding:6px 12px;font-size:10px;border-radius:16px}.hero{padding-top:150px;padding-bottom:60px}.hero-headline{font-size:48px;line-height:1.05;margin-bottom:24px;font-weight:700;letter-spacing:-1px}.subheadline{font-size:16px;line-height:1.5;color:var(--text-secondary);margin-bottom:0!important}.hero-actions{margin-top:32px!important;flex-direction:column!important}.hero-actions .btn{width:100%;padding:16px 24px;font-size:16px}.hero-mockup{height:auto!important;aspect-ratio:16/10;margin-top:40px;border-radius:16px;width:100%!important;transform:perspective(1000px) rotateX(12deg) scale(.95);transition:transform .15s ease-out;box-shadow:0 30px 60px #00000080;overflow:hidden}.hero-mockup:after{height:50%}.hero-mockup img{border-radius:16px}.section-headline{font-size:32px;line-height:1.15;margin-bottom:20px!important;font-weight:700}.scrolly-section .section-headline{font-size:36px;margin-bottom:50px!important;max-width:220px}.scrolly-section{padding:80px 0 60px}.scrolly-container{display:block}.scrolly-visual-container{display:none!important}.scrolly-text-content{width:100%}.scrolly-step{margin-bottom:60px;padding:0;display:flex;flex-direction:column}.scrolly-step:last-child{margin-bottom:0}.pillar-name{order:1;font-size:24px;margin-bottom:10px;font-weight:700;color:#fff}.pillar-desc{order:2;font-size:15px;line-height:1.6;color:var(--text-secondary);margin-bottom:24px}.scrolly-step .mobile-visual{order:3;display:block!important;width:100%;border-radius:20px;overflow:hidden;position:relative;background:#1a1a1a;border:1px solid #333;transform:perspective(1200px) rotateX(20deg) scale(.92);transition:transform .15s ease-out;box-shadow:0 40px 80px -10px #0009,inset 0 0 0 1px #ffffff1a}.scrolly-step .mobile-visual:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.5) 65%,transparent 100%);pointer-events:none;z-index:1;border-radius:0 0 20px 20px}.scrolly-step .mobile-visual img{width:100%;height:auto;display:block;border-radius:20px}#solucoes{padding:60px 0}#solucoes .section-headline{margin-bottom:8px!important}#solucoes .subheadline{margin-bottom:30px!important}.employees-grid-netflix{grid-template-columns:1fr!important;gap:16px;margin-top:0}.employee-card-netflix{aspect-ratio:3/4;border-radius:12px}.employee-overlay{padding:12px;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 60%,transparent 100%)}.employee-overlay h4{font-size:16px;margin-bottom:4px}.employee-overlay p{display:block;font-size:12px;color:var(--text-secondary)}.employee-tag{font-size:9px;padding:3px 8px;margin-bottom:6px}.beta-badge{font-size:8px;padding:3px 8px;top:8px;right:8px}section[style*="background: #050505"]{padding:60px 0}.results-grid{grid-template-columns:1fr!important;gap:30px;margin-top:30px}.stat-item{padding:0}.stat-number{font-size:48px;margin-bottom:8px}.stat-item .text-body{font-size:14px;padding:0}#formacao{padding:60px 0}.formation-container{height:auto;margin-top:30px;perspective:none}.formation-visual-3d{border-radius:16px}#comunidade{padding:60px 0}#comunidade .subheadline{margin-bottom:30px!important}.bento-grid{grid-template-columns:1fr!important;gap:16px;margin-top:0}.bento-card{padding:16px;border-radius:12px}.bento-card h3{font-size:16px;margin-bottom:6px}.bento-card p,.bento-card .text-body{font-size:13px;line-height:1.5}.highlights-grid{grid-template-columns:1fr!important;gap:20px}.highlight-visual{order:-1}.highlight-visual>div{height:250px!important}.highlight-visual img{max-height:250px!important}.highlight-content{padding:0}.highlight-content .section-headline{font-size:22px;margin-bottom:12px!important}.highlight-content .text-body,.highlight-content p{font-size:14px!important;line-height:1.6;margin-bottom:12px!important}.pricing-section{padding:60px 0}.pricing-section .container{display:flex;flex-direction:column;align-items:center}.pricing-section .section-headline,.pricing-section .subheadline{text-align:center!important;width:100%}.value-stack{padding:0;margin-top:24px;width:100%}.value-stack-item{gap:12px;padding-bottom:14px;margin-bottom:14px;text-align:left!important}.value-stack-item strong{font-size:15px;text-align:left!important}.value-stack-item p{font-size:13px;text-align:left!important}.value-price{font-size:12px;padding-left:8px}.check-icon{width:18px;height:18px;flex-shrink:0}.check-icon:after{width:5px;height:8px}.price-reveal{margin:30px 0 20px}.price-comparison{gap:24px;text-align:center!important}.price-old,.price-new{text-align:center!important}.price-old-label,.price-new-label{font-size:12px;letter-spacing:1px;text-align:center!important}.price-old-value{font-size:28px;text-align:center!important;display:block;width:100%}.price-old-value small{font-size:14px}.price-display{font-size:56px;text-align:center!important}.price-display span{font-size:18px}.price-sub{font-size:13px;text-align:center!important}.guarantee-badge{padding:12px 14px;flex-direction:row;font-size:12px;gap:8px;margin-top:24px}.faq-container{margin-top:24px}.faq-question{padding:14px 0}.faq-question h4{font-size:14px;padding-right:10px;flex:1}.faq-icon{font-size:18px;flex-shrink:0}.faq-answer p{font-size:13px}footer{padding:30px 0}footer .container{display:flex;flex-direction:column;align-items:center}.footer-logo img{height:20px}footer p{text-align:center!important}footer a{text-align:center}.btn{padding:12px 18px;font-size:14px}.btn,.faq-question,.employee-card-netflix{-webkit-tap-highlight-color:transparent}html{-webkit-overflow-scrolling:touch}}@media(max-width:380px){.hero-headline{font-size:38px}.section-headline{font-size:28px}.scrolly-section .section-headline{font-size:30px}.employees-grid-netflix{grid-template-columns:1fr;gap:16px}.employee-card-netflix{aspect-ratio:3/4}.price-display{font-size:42px}.scarcity-bar{font-size:9px}.scarcity-progress-bg{width:50px}}.whatsapp-widget{position:fixed;bottom:24px;right:24px;z-index:1500;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.whatsapp-tooltip{background:#141414f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:10px 16px;font-size:14px;font-weight:500;color:#fff;white-space:nowrap;opacity:0;transform:translateY(10px);transition:all .3s ease;pointer-events:none}.whatsapp-widget:hover .whatsapp-tooltip,.whatsapp-widget.show-tooltip .whatsapp-tooltip{opacity:1;transform:translateY(0)}.whatsapp-btn{position:relative;width:64px;height:64px;border-radius:50%;border:3px solid var(--accent-blue);overflow:visible;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #2997ff4d;background:transparent;padding:0}.whatsapp-btn:hover{transform:scale(1.08);box-shadow:0 6px 30px #2997ff80}.whatsapp-btn .avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.whatsapp-icon{position:absolute;bottom:-2px;right:-2px;width:26px;height:26px;background:var(--accent-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #000}.whatsapp-icon svg{width:14px;height:14px;fill:#fff}.whatsapp-btn:before{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--accent-blue);animation:whatsappPulse 2s ease-out infinite}@keyframes whatsappPulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.3);opacity:0}}.live-counter{position:fixed;bottom:24px;left:24px;z-index:1500;display:flex;align-items:center;gap:10px;background:#141414f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:10px 18px 10px 14px;font-size:13px;font-weight:500;color:#fff;animation:slideInLeft .5s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.live-counter-dot{width:10px;height:10px;background:var(--accent-blue);border-radius:50%;animation:livePulse 1.5s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.live-counter-number{font-weight:700;color:var(--accent-blue);min-width:20px;text-align:center;transition:transform .3s ease}.live-counter-number.update{animation:counterBounce .4s ease}@keyframes counterBounce{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.live-counter-text{color:var(--text-secondary)}@media(max-width:768px){.whatsapp-widget{bottom:16px;right:16px}.whatsapp-btn{width:56px;height:56px}.whatsapp-icon{width:22px;height:22px}.whatsapp-icon svg{width:12px;height:12px}.whatsapp-tooltip{font-size:12px;padding:8px 12px}.live-counter{bottom:16px;left:16px;padding:8px 14px 8px 12px;font-size:11px;border-radius:40px}.live-counter-dot{width:8px;height:8px}}@media(max-width:375px){.whatsapp-btn{width:50px;height:50px}.live-counter{padding:6px 12px 6px 10px;font-size:10px}}@media(max-width:380px){.hero-headline{font-size:38px}.section-headline{font-size:28px}.scrolly-section .section-headline{font-size:30px}.employees-grid-netflix{grid-template-columns:1fr;gap:16px}.employee-card-netflix{aspect-ratio:3/4}.price-display{font-size:42px}.live-counter-dot{width:8px;height:8px}}.funnel-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.2,.8,.2,1);padding:20px}.funnel-overlay.active{opacity:1;visibility:visible}.funnel-modal{width:100%;max-width:520px;max-height:90vh;background:#0a0a0a;border:1px solid rgba(255,255,255,.1);border-radius:24px;position:relative;overflow:hidden;transform:scale(.95) translateY(20px);transition:all .4s cubic-bezier(.2,.8,.2,1);box-shadow:0 40px 80px #0009;display:flex;flex-direction:column}.funnel-overlay.active .funnel-modal{transform:scale(1) translateY(0)}.funnel-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease}.funnel-close:hover{background:#ffffff1a;transform:scale(1.1)}.funnel-close svg{width:18px;height:18px;stroke:#888;stroke-width:2;transition:stroke .3s ease}.funnel-close:hover svg{stroke:#fff}.funnel-progress{height:3px;background:#ffffff0d;position:relative}.funnel-progress-fill{height:100%;background:linear-gradient(90deg,#2997ff,#5ac8fa);transition:width .4s cubic-bezier(.2,.8,.2,1);box-shadow:0 0 15px #2997ff80}.funnel-content{padding:48px 40px 40px;min-height:400px;display:flex;flex-direction:column;overflow-y:auto;flex:1}.funnel-step{display:none;flex-direction:column;height:100%;animation:stepFadeIn .4s ease forwards}.funnel-step.active{display:flex}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.funnel-step-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#2997ff;margin-bottom:16px}.funnel-step-badge span{width:6px;height:6px;background:#2997ff;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.funnel-question{font-size:24px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:12px;letter-spacing:-.5px}.funnel-subtitle{font-size:15px;color:#888;margin-bottom:28px;line-height:1.5}.funnel-options{display:flex;flex-direction:column;gap:12px;flex:1}.funnel-option{width:100%;padding:18px 24px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;text-align:left;font-size:16px;font-weight:500;color:#e0e0e0;cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;align-items:center;gap:14px}.funnel-option:hover{background:#2997ff14;border-color:#2997ff4d;transform:translate(4px)}.funnel-option:active{transform:scale(.98)}.funnel-option.selected{background:#2997ff1f;border-color:#2997ff;color:#fff}.option-icon{width:40px;height:40px;border-radius:10px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.option-icon svg{width:20px;height:20px;color:#888;transition:color .3s ease}.funnel-option:hover .option-icon,.funnel-option.selected .option-icon{background:#2997ff26}.funnel-option:hover .option-icon svg,.funnel-option.selected .option-icon svg{color:#2997ff}.option-text{flex:1}.option-text strong{display:block;font-size:16px;font-weight:600;margin-bottom:2px;color:inherit}.option-text small{font-size:13px;color:#888;font-weight:400}.funnel-form{display:flex;flex-direction:column;gap:16px;flex:1}.funnel-form-group{display:flex;flex-direction:column;gap:6px}.funnel-form-group label{font-size:13px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.5px}.funnel-form-group input{width:100%;padding:14px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-size:16px;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;transition:all .3s ease}.funnel-form-group input::placeholder{color:#555}.funnel-form-group input:focus{outline:none;border-color:#2997ff;background:#2997ff0d;box-shadow:0 0 0 3px #2997ff1a}.funnel-form-group input.error{border-color:#ff453a;animation:shake .4s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.funnel-submit{width:100%;padding:16px 24px;background:linear-gradient(135deg,#2997ff,#0071e3);border:none;border-radius:14px;font-size:17px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin-top:16px;position:relative;overflow:hidden}.funnel-submit:hover{transform:translateY(-2px);box-shadow:0 10px 30px #2997ff4d}.funnel-submit:active{transform:scale(.98)}.funnel-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.funnel-submit.loading{pointer-events:none;color:transparent}.funnel-submit.loading:after{content:"";position:absolute;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;top:50%;left:50%;margin-left:-10px;margin-top:-10px}@keyframes spin{to{transform:rotate(360deg)}}.funnel-calendar{flex:1;display:flex;flex-direction:column;min-height:0}.funnel-calendar-header{text-align:center;margin-bottom:20px;flex-shrink:0}.funnel-calendar-header h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:6px}.funnel-calendar-header p{font-size:13px;color:#888}.funnel-calendar-embed{flex:1;min-height:350px;height:100%;border-radius:12px;overflow:hidden;background:#121212;position:relative}.funnel-calendar-embed iframe{width:100%!important;height:100%!important;min-height:350px;border:none;border-radius:12px}.success-check{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#34c759,#30d158);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:successPop .5s cubic-bezier(.2,.8,.2,1)}@keyframes successPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.success-check svg{width:30px;height:30px;stroke:#fff;stroke-width:3}.funnel-info-box{background:#2997ff14;border:1px solid rgba(41,151,255,.2);border-radius:12px;padding:16px;margin-bottom:24px}.funnel-info-box p{font-size:14px;color:#ccc;line-height:1.5;margin:0}.funnel-info-box strong{color:#2997ff}.funnel-back{position:absolute;top:16px;left:16px;width:36px;height:36px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;opacity:0;visibility:hidden}.funnel-back.visible{opacity:1;visibility:visible}.funnel-back:hover{background:#ffffff1a;transform:scale(1.1)}.funnel-back svg{width:18px;height:18px;stroke:#888;stroke-width:2;transition:stroke .3s ease}.funnel-back:hover svg{stroke:#fff}.funnel-thankyou{text-align:center;padding:20px 0}.thankyou-icon{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#2997ff33,#2997ff0d);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;position:relative}.thankyou-icon:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(135deg,#2997FF,transparent);opacity:.3;z-index:-1}.thankyou-icon svg{width:32px;height:32px;stroke:#2997ff}.funnel-thankyou h3{font-size:26px;font-weight:700;color:#fff;margin-bottom:12px}.thankyou-subtitle{font-size:15px;color:#888;line-height:1.6;max-width:320px;margin:0 auto}.thankyou-divider{width:60px;height:2px;background:linear-gradient(90deg,transparent,#2997FF,transparent);margin:28px auto}.thankyou-instagram{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;margin-bottom:24px}.thankyou-instagram p{font-size:14px;color:#888;line-height:1.5;margin-bottom:16px}.thankyou-instagram strong{color:#fff}.btn-instagram{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:linear-gradient(135deg,#833ab4,#fd1d1d,#f77737);color:#fff;font-size:14px;font-weight:600;border-radius:100px;text-decoration:none;transition:all .3s ease}.btn-instagram:hover{transform:translateY(-2px);box-shadow:0 10px 30px #833ab44d}.btn-instagram svg{width:18px;height:18px}.funnel-close-btn{background:transparent;border:none;color:#2997ff;font-size:14px;font-weight:500;cursor:pointer;padding:12px 24px;transition:opacity .3s}.funnel-close-btn:hover{opacity:.8}@media(min-width:769px){.funnel-step#funnelStep4 .funnel-modal{max-width:600px}}@media(max-width:768px){.funnel-overlay{padding:0;align-items:flex-end}.funnel-modal{max-width:100%;width:100%;border-radius:24px 24px 0 0;max-height:92vh;display:flex;flex-direction:column}.funnel-overlay.active .funnel-modal{transform:scale(1) translateY(0)}.funnel-progress{flex-shrink:0}.funnel-content{padding:36px 20px 24px;min-height:auto;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.funnel-step{height:auto;min-height:auto}.funnel-question{font-size:18px;margin-bottom:8px;line-height:1.4}.funnel-subtitle{font-size:14px;margin-bottom:20px}.funnel-step-badge{font-size:10px;margin-bottom:12px}.funnel-options{gap:10px}.funnel-option{padding:12px 14px;font-size:14px;border-radius:12px}.option-icon{width:36px;height:36px}.option-icon svg{width:18px;height:18px}.option-text strong{font-size:14px}.option-text small{font-size:12px}.funnel-form{gap:12px}.funnel-form-group label{font-size:11px}.funnel-form-group input{padding:12px 14px;font-size:16px;border-radius:10px}.funnel-submit{padding:14px 20px;font-size:15px;margin-top:12px;border-radius:12px}.funnel-info-box{padding:12px;margin-bottom:16px}.funnel-info-box p{font-size:13px}.funnel-calendar{flex:1;display:flex;flex-direction:column;min-height:0}.funnel-calendar-header{margin-bottom:16px;flex-shrink:0}.funnel-calendar-header h3{font-size:18px;margin-bottom:4px}.funnel-calendar-header p{font-size:12px}.success-check{width:48px;height:48px;margin-bottom:16px}.success-check svg{width:24px;height:24px}.funnel-calendar-embed{flex:1;min-height:320px;height:calc(92vh - 200px);border-radius:10px}.funnel-calendar-embed iframe{min-height:320px;height:100%!important}.funnel-close,.funnel-back{top:10px;width:32px;height:32px}.funnel-close{right:10px}.funnel-back{left:10px}.funnel-close svg,.funnel-back svg{width:16px;height:16px}.funnel-thankyou{padding:10px 0}.thankyou-icon{width:56px;height:56px;margin-bottom:20px}.thankyou-icon svg{width:26px;height:26px}.funnel-thankyou h3{font-size:22px}.thankyou-subtitle{font-size:14px}.thankyou-divider{margin:20px auto}.thankyou-instagram{padding:16px}.thankyou-instagram p{font-size:13px;margin-bottom:14px}.btn-instagram{padding:10px 20px;font-size:13px}}@media(max-width:375px){.funnel-content{padding:32px 16px 20px}.funnel-question{font-size:17px}.funnel-option{padding:10px 12px;font-size:13px;gap:10px}.option-icon{width:32px;height:32px}.option-icon svg{width:16px;height:16px}.funnel-calendar-embed{min-height:280px;height:calc(92vh - 180px)}}@media(max-height:500px)and (orientation:landscape){.funnel-modal{max-height:100vh}.funnel-content{padding:30px 20px 20px}.funnel-calendar-header{margin-bottom:10px}.funnel-calendar-header h3{font-size:16px}.success-check{width:40px;height:40px;margin-bottom:10px}.funnel-calendar-embed{min-height:200px}}
