*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple: #8B3DFF;--dark-purple: #6B2DD9;--white: #FFFFFF;--light-gray: #F5F5F5;--dark: #1A1A1A;--text-dark: #333333;--text-gray: #666666;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-family);line-height:1.6;color:var(--text-dark);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;font-weight:700}p{margin:0}a{text-decoration:none;color:inherit}button{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--light-gray)}::-webkit-scrollbar-thumb{background:var(--primary-purple);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--dark-purple)}::selection{background-color:var(--primary-purple);color:#fff}::-moz-selection{background-color:var(--primary-purple);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading{animation:spin 1s linear infinite}.header{position:absolute;top:0;left:0;right:0;background:transparent;z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-logo img{height:40px;cursor:pointer;filter:brightness(0) invert(1)}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s}.header-nav{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:center}.header-nav button{background:none;border:none;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;padding:.5rem .75rem;transition:all .3s;white-space:nowrap}.header-nav button:hover{color:#8b3dff;transform:translateY(-2px)}.header-language{display:flex;align-items:center;gap:.25rem;background:#fff;border-radius:10px;padding:.35rem .5rem;box-shadow:0 2px 8px #0000001a}.language-flag{background:none;border:none;padding:.25rem;cursor:pointer;transition:all .2s;border-radius:50%;display:flex;align-items:center;justify-content:center}.language-flag img{width:22px;height:22px;border-radius:50%;object-fit:cover;transition:all .2s}.language-flag:hover img{transform:scale(1.1)}.language-flag.active img{transform:scale(1.15);box-shadow:0 0 0 2px #fff,0 0 0 3px #8b3dff}@media(max-width:1024px){.header-container{padding:0 1.5rem;gap:1.5rem}.header-logo img{height:36px}.header-language{gap:.2rem;padding:.3rem .4rem}.language-flag img{width:20px;height:20px}}@media(max-width:768px){.header-container{padding:0 1rem;gap:1rem}.header-logo img{height:35px}.mobile-menu-toggle{display:flex}.header-nav{position:fixed;top:70px;left:0;right:0;flex-direction:column;background:#fff;padding:1rem;box-shadow:0 4px 10px #0000001a;transform:translate(-100%);transition:transform .3s}.header-nav.open{transform:translate(0)}.header-nav button{width:100%;text-align:left;padding:1rem}.header-language{gap:.15rem;padding:.25rem .35rem}.language-flag{padding:.15rem}.language-flag img{width:18px;height:18px}}@media(max-width:480px){.header-container{padding:0 .75rem;gap:.5rem}.header-logo img{height:30px}.header-language{gap:.1rem;padding:.2rem .3rem}.language-flag{padding:.1rem}.language-flag img{width:16px;height:16px}}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:flex-start;padding:6rem 2rem 5rem;overflow:hidden}.hero-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-background{position:absolute;inset:0;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:#0000004d 40%}.hero-content{position:relative;z-index:1;max-width:600px;text-align:left;color:#fff}.hero-title{font-size:2.8rem;font-weight:600;margin-bottom:.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:2.8rem;font-weight:800;margin-bottom:1.5rem;background:#8b3dff;color:#fff;padding:.2rem .5rem;display:inline-block;letter-spacing:1px}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:550px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-cta{background:linear-gradient(135deg,#8b3dff,#6b2dd9);color:#fff;border:none;padding:1.2rem 4rem;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #8b3dff66;letter-spacing:1px}.hero-cta:hover{box-shadow:0 6px 25px #8b3dff99;transform:translateY(-2px)}@media(max-width:768px){.hero{min-height:80vh;padding:6rem 1.5rem 5rem}.hero-wrapper{padding:0}.hero-content{max-width:100%}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:2rem}.hero-description{font-size:1.05rem;max-width:100%}.hero-cta{padding:1rem 2rem;font-size:1rem}}@media(max-width:480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.6rem}.hero-description{font-size:.95rem}}.benefits{background-color:#ede8f6;padding:0;position:relative;z-index:2}.benefits-container{max-width:1000px;position:absolute;top:-3rem;left:0;right:0;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAAEwK2r2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzdDNUE3MDQyRkM0MTFFMThGMjdFNDIwRTdDRkVFODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzdDNUE3MDUyRkM0MTFFMThGMjdFNDIwRTdDRkVFODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozN0M1QTcwMjJGQzQxMUUxOEYyN0U0MjBFN0NGRUU4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozN0M1QTcwMzJGQzQxMUUxOEYyN0U0MjBFN0NGRUU4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqFzOEIAAACoSURBVHjaFMRZCgAQFABAS5KSJLn/TZ9mPiZFROLp6mhraWqoq6mqKH8BBCLEQYQoiBAGEYIggh9E8IIILhDBASLYQAQLQi9AAMHtFYezROHOEIa7RRDVQbxwV3HDjeeE28EOt4gVbhuac8EEA0CAtufoBAAQBmKo6AD1S9x/UhFqwx1mgrz25FsPlr4wxBVr9jdLHrVrz4xzbwQcYBDBwjZU2T/eRN8OXo4KQa+0dfMAAAAASUVORK5CYII=);background-color:#fff;padding:1.5rem 2.5rem;border-radius:10px;box-shadow:0 8px 8px #0009}.benefit-card{display:flex;align-items:center;text-align:center;justify-content:center;gap:.5rem;padding:0;transition:all .3s}.benefit-icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.benefit-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%)}.benefit-title{font-size:.8rem;font-weight:600;color:#1a1a1a;line-height:1.3;margin:0}@media(max-width:1024px){.benefits-container{max-width:90%;top:-2rem;gap:.25rem;padding:1rem}.benefit-card{display:flex;align-items:center;gap:.5rem;padding:0;transition:all .3s}.benefit-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%)}.benefit-icon{width:22px;height:22px;margin-bottom:.25rem}.benefit-title{font-size:.7rem;line-height:1.2}}@media(max-width:768px){.benefits-container{max-width:95%;gap:.25rem;padding:1rem}.benefit-card{display:flex;align-items:center;gap:.5rem;padding:0;transition:all .3s}.benefit-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%)}.benefit-icon{width:22px;height:22px;margin-bottom:.25rem}.benefit-title{font-size:.7rem;line-height:1.2}}.application-form-section{padding:6rem 0 5rem;background:#ede8f6}.application-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:.7fr 1fr;gap:1rem;align-items:center}.application-image{margin:0;padding:0;display:flex;justify-content:end;align-items:end}.application-image img{width:100%;max-width:400px;max-height:450px;object-fit:contain;mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20viewBox='0%200%20200%20200'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M%2020,200%20L%2020,80%20Q%2020,20%20100,20%20Q%20180,20%20180,80%20L%20180,200%20Z'/%3e%3c/svg%3e");-webkit-mask-position:center;mask-position:center;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20viewBox='0%200%20200%20200'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M%2020,200%20L%2020,80%20Q%2020,20%20100,20%20Q%20180,20%20180,80%20L%20180,200%20Z'/%3e%3c/svg%3e");-webkit-mask-repeat:no-repeat;box-shadow:0 10px 40px #0000001a}.application-form{justify-content:start;align-items:start;width:80%;margin-top:3rem;background:#ab69ff;padding:1.8rem;border-radius:24px;box-shadow:0 15px 50px #8b3dff4d}.form-title{color:#fff;font-size:19px;font-weight:700;margin-bottom:1rem;text-align:center}.form-group{margin-bottom:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;color:#fff;font-size:.9rem;font-weight:600}.form-group input,.form-group select{width:100%;padding:.6rem;border:none;border-radius:12px;font-size:1rem;background:#fff;transition:all .3s;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;box-shadow:0 0 0 3px #ffffff4d}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-message{padding:1rem;border-radius:12px;margin-bottom:1rem;font-size:.9rem;text-align:center;font-weight:600}.form-message.success{background:#4caf50;color:#fff}.form-message.error{background:#f44336;color:#fff}.form-submit{width:100%;padding:.8rem 1.2rem;background:#4c0678;color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;letter-spacing:1px}.form-submit:hover:not(:disabled){background:#fff;color:#4c0678;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.form-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:968px){.application-container{grid-template-columns:1fr;gap:2rem;max-width:600px;padding:0 2rem}.application-image{justify-content:center}.application-image img{max-width:350px}.application-form{padding:2rem}.form-title{font-size:1.5rem}}@media(max-width:640px){.application-form-section{padding:3rem 1rem}.form-row{grid-template-columns:1fr}.application-image img{max-width:280px}.application-form{padding:1.5rem}.form-title{font-size:1.3rem}}.phone-mockup{padding:4rem 0;background:#fff}.phone-mockup-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center}.phone-image{display:flex;justify-content:center;align-items:center;position:relative}.phone-image:before{content:"";position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(139,61,255,.35) 0%,rgba(139,61,255,.15) 70%,transparent 100%);border-radius:50%;z-index:0;left:50%;top:50%;transform:translate(-50%,-50%)}.phone-image img{width:100%;max-width:550px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.2));position:relative;z-index:1}.phone-content{margin-top:-4rem;max-width:550px}.phone-title{font-size:2.5rem;font-weight:800;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}.phone-title .highlight{color:#8b3dff;font-weight:800}.phone-subtitle{color:#8b3dff;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.phone-description{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:2rem}.phone-description strong{font-weight:700;color:#1a1a1a}.phone-cta{background:linear-gradient(135deg,#8b3dff,#6b2dd9);color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #8b3dff66}.phone-cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px #8b3dff99}@media(max-width:968px){.phone-mockup{padding:4rem 1.5rem}.phone-mockup-container{grid-template-columns:1fr;gap:3rem;text-align:center}.phone-content{max-width:100%}.phone-image:before{width:280px;height:280px}.phone-image img{max-width:320px}.phone-title{font-size:2rem}}@media(max-width:640px){.phone-mockup{padding:3rem 1rem}.phone-image:before{width:220px;height:220px}.phone-image img{max-width:260px}.phone-title{font-size:1.75rem}.phone-subtitle{font-size:1rem}.phone-description{font-size:.95rem}}.process-steps{padding:5rem 2rem;background:#ede8f6}.process-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.process-step-wrapper{display:flex;align-items:center;gap:1.5rem;flex:1}.process-step{flex:1;min-width:180px;max-width:250px;text-align:center;padding:1rem .5rem;background:transparent;transition:all .3s}.process-step:hover{transform:translateY(-5px)}.step-icon{width:65px;height:65px;margin:0 auto 1.2rem;display:flex;align-items:center;justify-content:center}.step-icon img{width:100%;height:100%;object-fit:contain}.step-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.6rem;line-height:1.3}.step-description{font-size:.85rem;line-height:1.6;color:#333;font-weight:400}.step-description strong{font-weight:700;color:#1a1a1a}.step-arrow{flex-shrink:0;width:35px;height:35px;display:flex;align-items:center;justify-content:center}.step-arrow img{width:30px;height:30px}@media(max-width:968px){.process-steps{padding:4rem 1.5rem}.process-container{flex-direction:column;align-items:center}.process-step-wrapper{flex-direction:column;width:100%;max-width:350px;margin:0 auto}.process-step{max-width:100%}.step-arrow{transform:rotate(90deg)}}@media(max-width:640px){.process-steps{padding:3rem 1rem}.process-step{min-width:200px;padding:1.5rem 1rem}.step-icon{width:55px;height:55px}.step-title{font-size:1.05rem}.step-description{font-size:.9rem}}.footer{background:linear-gradient(135deg,#6b2dd9,#8b3dff);color:#fff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.2)}.footer-logo img{height:50px;filter:brightness(0) invert(1)}.footer-contact{display:flex;gap:2rem;flex-wrap:wrap}.footer-link{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none;font-size:.95rem;transition:all .3s;padding:.5rem 1rem;border-radius:8px}.footer-link:hover{background:#ffffff1a;transform:translateY(-2px)}.footer-link svg{font-size:1.2rem}.footer-bottom{max-width:1200px;margin:0 auto;text-align:center;padding-top:1.5rem;font-size:.9rem;opacity:.8}@media(max-width:768px){.footer{padding:2rem 1.5rem 1rem}.footer-container{flex-direction:column;text-align:center}.footer-contact{flex-direction:column;gap:1rem;width:100%}.footer-link{justify-content:center}}@media(max-width:480px){.footer{padding:1.5rem 1rem .75rem}.footer-logo img{height:40px}.footer-link{font-size:.9rem}.footer-bottom{font-size:.8rem}}.whatsapp-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;box-shadow:0 4px 20px #25d36666;z-index:999;cursor:pointer;transition:all .3s;text-decoration:none}.whatsapp-button:hover{background:#20ba5a;box-shadow:0 6px 30px #25d36699;transform:translateY(-3px)}.whatsapp-button:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#25d366;opacity:.3;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.3}50%{transform:scale(1.3);opacity:0}to{transform:scale(1);opacity:0}}@media(max-width:768px){.whatsapp-button{bottom:20px;right:20px;width:55px;height:55px;font-size:1.75rem}}@media(max-width:480px){.whatsapp-button{bottom:15px;right:15px;width:50px;height:50px;font-size:1.5rem}}.app{min-height:100vh}main{scroll-behavior:smooth}
