*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f0fdf4,#fff);color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}button{border:none;cursor:pointer;font-family:inherit;outline:none}a{color:inherit;text-decoration:none}.container{margin:0 auto;max-width:1200px;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #22c55e1a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo{align-items:center;display:flex}.logo{color:#22c55e;font-size:1.5rem;font-weight:800;gap:.5rem}.logo-icon{height:2rem;width:2rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;background-clip:text}.nav{align-items:center;display:flex;gap:2rem}.nav-link{color:#374151;font-weight:500;position:relative;transition:color .3s ease}.nav-link:hover{color:#22c55e}.nav-link:after{background:#22c55e;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.mobile-menu-btn{background:none;color:#374151;display:none;padding:.5rem}.mobile-menu-btn:hover{color:#22c55e}@media (max-width:768px){.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #22c55e1a;flex-direction:column;gap:1.5rem;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.mobile-menu-btn{display:block}}.hero{display:flex;min-height:100vh;overflow:hidden;padding:8rem 0 4rem}.hero,.hero-content{align-items:center;position:relative}.hero-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;z-index:2}.hero-text{max-width:600px}.hero-badge{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50px;box-shadow:0 4px 20px #22c55e4d;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.badge-icon{height:1rem;width:1rem}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{color:#6b7280;font-size:1.125rem;line-height:1.7}.hero-stats,.hero-subtitle{margin-bottom:2rem}.stat{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #22c55e1a;border-radius:12px;box-shadow:0 4px 20px #0000000d;display:flex;gap:.75rem;padding:1rem 1.5rem}.stat-icon{color:#22c55e;height:1.5rem;width:1.5rem}.stat-number{color:#22c55e;font-size:1.5rem;font-weight:800}.stat-label{color:#6b7280;font-size:.875rem}.hero-cta{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50px;box-shadow:0 8px 30px #22c55e66;color:#fff;display:inline-flex;font-size:1.125rem;font-weight:700;gap:.75rem;margin-bottom:1.5rem;padding:1rem 2rem;transition:all .3s ease}.hero-cta:hover{box-shadow:0 12px 40px #22c55e80;transform:translateY(-2px)}.cta-icon{height:1.25rem;width:1.25rem}.hero-note{color:#6b7280;font-size:.875rem;font-weight:500}.hero-visual{align-items:center;display:flex;justify-content:center}.phone-mockup{background:linear-gradient(135deg,#1f2937,#374151);border-radius:30px;box-shadow:0 20px 60px #0000004d;height:600px;padding:8px;position:relative;width:300px}.phone-screen{border-radius:22px}.whatsapp-chat{display:flex;flex-direction:column;height:100%}.chat-header{align-items:center;background:#22c55e;color:#fff;display:flex;gap:.75rem;padding:1rem}.chat-avatar{font-size:1.5rem}.chat-name{font-size:.875rem;font-weight:600}.chat-status{font-size:.75rem;opacity:.8}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:1rem;padding:1rem}.message{border-radius:18px;font-size:.875rem;line-height:1.4;max-width:80%;padding:.75rem 1rem}.user-message{align-self:flex-end;background:#e5e7eb;border-bottom-right-radius:4px;color:#1f2937}.bot-message{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;color:#1f2937}.hero-bg-elements{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.bg-circle{background:linear-gradient(135deg,#22c55e1a,#16a34a0d);border-radius:50%;position:absolute}.bg-circle-1{animation:float 6s ease-in-out infinite;height:300px;right:-150px;top:10%;width:300px}.bg-circle-2{animation:float 8s ease-in-out infinite reverse;bottom:20%;height:200px;left:-100px;width:200px}.bg-circle-3{animation:float 10s ease-in-out infinite;height:150px;right:10%;top:60%;width:150px}@media (max-width:1024px){.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-text{max-width:100%}.phone-mockup{height:560px;width:280px}}@media (max-width:768px){.hero{padding:6rem 0 3rem}.hero-content{gap:2rem}.phone-mockup{height:500px;width:250px}.stat{justify-content:center}}.benefits{background:linear-gradient(135deg,#fff,#f8fafc);padding:6rem 0;position:relative}.benefits-header{margin-bottom:4rem;text-align:center}.benefits-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem}.benefits-subtitle{color:#6b7280;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.benefits-grid{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.benefits-row,.benefits-row-2{display:flex;gap:2rem;justify-content:center}.benefits-row-2{margin:0 auto;max-width:800px}.benefit-card{animation:fadeInUp .6s ease-out both;background:#fff;border:1px solid #22c55e1a;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:2rem;transition:all .3s ease}.benefit-card:hover{border-color:#22c55e4d;box-shadow:0 12px 40px #22c55e26;transform:translateY(-8px)}.benefit-icon-wrapper{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:16px;box-shadow:0 4px 20px #22c55e4d;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.benefit-icon{color:#fff;height:28px;width:28px}.benefit-title{color:#1f2937;font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.benefit-description{color:#6b7280;line-height:1.6}.benefits-cta{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:20px;box-shadow:0 8px 30px #22c55e4d;color:#fff;padding:3rem 2rem;text-align:center}.cta-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.cta-content p{font-size:1.125rem;opacity:.9}@media (max-width:768px){.benefits{padding:4rem 0}.benefits-grid{gap:1.5rem}.benefits-row,.benefits-row-2{align-items:center;flex-direction:column;gap:1.5rem}.benefit-card{padding:1.5rem}.benefits-cta{padding:2rem 1.5rem}}.demo{background:linear-gradient(135deg,#f8fafc,#fff);padding:6rem 0}.demo-header{margin-bottom:4rem;text-align:center}.demo-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem}.demo-subtitle{color:#6b7280;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.demo-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.demo-text{display:flex;flex-direction:column;gap:2rem}.demo-feature{align-items:flex-start;display:flex;gap:1rem}.feature-icon{color:#22c55e;flex-shrink:0;height:2rem;margin-top:.25rem;width:2rem}.demo-feature h3{color:#1f2937;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.demo-feature p{color:#6b7280;line-height:1.6}.demo-visual{align-items:center;display:flex;justify-content:center}.phone-demo{background:linear-gradient(135deg,#1f2937,#374151);border-radius:32px;box-shadow:0 25px 80px #0000004d;height:640px;padding:8px;position:relative;width:320px}.phone-header{left:50%;position:absolute;top:0;transform:translateX(-50%);z-index:10}.phone-notch{background:#1f2937;border-radius:0 0 12px 12px;height:24px;width:120px}.phone-screen{background:#f8fafc;border-radius:24px;height:100%;overflow:hidden;position:relative;width:100%}.whatsapp-demo{display:flex;flex-direction:column;height:100%}.chat-header-demo{align-items:center;background:#22c55e;color:#fff;display:flex;gap:.75rem;padding:1rem}.chat-avatar-demo{font-size:1.5rem}.chat-name-demo{font-size:.875rem;font-weight:600}.chat-status-demo{font-size:.75rem;opacity:.8}.chat-messages-demo{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1rem}.conversation-demo{display:flex;flex-direction:column;gap:.75rem}.message-demo{border-radius:18px;font-size:.875rem;line-height:1.4;max-width:85%;padding:.75rem 1rem}.user-message-demo{align-self:flex-end;background:#e5e7eb;border-bottom-right-radius:4px;color:#1f2937}.bot-message-demo{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;color:#1f2937}.bot-message-content{align-items:flex-start;display:flex;gap:.5rem}.demo-icon{flex-shrink:0;height:1rem;margin-top:.125rem;width:1rem}.demo-icon.warning{color:#f59e0b}.demo-icon.danger{color:#ef4444}.demo-icon.success{color:#22c55e}.demo-cta{background:linear-gradient(135deg,#1f2937,#374151);border-radius:20px;box-shadow:0 8px 30px #0003;color:#fff;padding:3rem 2rem;text-align:center}.demo-cta h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.demo-cta p{font-size:1.125rem;opacity:.9}@media (max-width:1024px){.demo-content{gap:3rem;grid-template-columns:1fr;text-align:center}.demo-feature{justify-content:center}.phone-demo{height:560px;width:280px}}@media (max-width:768px){.demo{padding:4rem 0}.demo-content{gap:2rem}.phone-demo{height:500px;width:250px}.demo-cta{padding:2rem 1.5rem}}.waitlist-form{background:linear-gradient(135deg,#fff,#f8fafc);padding:6rem 0}.form-container{margin:0 auto;max-width:600px}.form-header{margin-bottom:3rem;text-align:center}.form-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:clamp(2rem,4vw,2.5rem);font-weight:800;margin-bottom:1rem}.form-header p{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.waitlist-count{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:12px;box-shadow:0 4px 20px #22c55e4d;color:#fff;display:inline-block;font-weight:600;padding:1rem 1.5rem}.form{background:#fff;border:1px solid #22c55e1a;border-radius:20px;box-shadow:0 8px 40px #0000001a;padding:2.5rem}.form-progress{margin-bottom:2rem;text-align:center}.progress-bar{background:#e5e7eb;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:4px;height:100%;transition:width .3s ease}.progress-text{color:#6b7280;font-size:.875rem;font-weight:500}.form-step{margin-bottom:2rem}.form-step h3{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.checkbox-option,.radio-option{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .3s ease}.checkbox-option:hover,.radio-option:hover{background:#22c55e05;border-color:#22c55e}.checkbox-option input,.radio-option input{display:none}.checkbox-custom,.radio-custom{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;height:20px;position:relative;transition:all .3s ease;width:20px}.checkbox-custom{border-radius:4px}.radio-option input:checked+.radio-custom{background:#22c55e;border-color:#22c55e}.radio-option input:checked+.radio-custom:after{background:#fff;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.checkbox-option input:checked+.checkbox-custom{background:#22c55e;border-color:#22c55e}.checkbox-option input:checked+.checkbox-custom:after{color:#fff;content:"✓";font-size:12px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.checkbox-option input:checked~span,.radio-option input:checked~span{color:#22c55e;font-weight:600}textarea{border:2px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:1rem;line-height:1.6;padding:1rem;resize:vertical;transition:border-color .3s ease;width:100%}textarea:focus{border-color:#22c55e;outline:none}.input-group{margin-bottom:1.5rem}.input-group label{color:#1f2937;display:block;font-weight:600;margin-bottom:.5rem}.input-group input{border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.input-group input:focus{border-color:#22c55e;outline:none}.input-error{border-color:#ef4444!important}.error-message{align-items:center;color:#ef4444;display:flex;font-size:.875rem;gap:.5rem;margin-top:.5rem}.error-icon{flex-shrink:0;height:1rem;width:1rem}.form-navigation{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.btn-primary,.btn-secondary,.btn-submit{align-items:center;border-radius:12px;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.btn-secondary{background:#f3f4f6;border:2px solid #e5e7eb;color:#6b7280}.btn-secondary:hover{background:#e5e7eb;color:#374151}.btn-primary{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #22c55e4d;transform:translateY(-2px)}.btn-submit{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;box-shadow:0 4px 20px #22c55e4d;color:#fff}.btn-submit:hover{box-shadow:0 8px 30px #22c55e66;transform:translateY(-2px)}.submit-icon{height:1.25rem;width:1.25rem}.form-success{background:#fff;border:1px solid #22c55e1a;border-radius:20px;box-shadow:0 8px 40px #0000001a;padding:3rem 2rem;text-align:center}.success-icon{color:#22c55e;height:4rem;margin:0 auto 1.5rem;width:4rem}.form-success h2{color:#1f2937;font-size:2rem;font-weight:800;margin-bottom:1rem}.form-success p{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:1rem}.waitlist-info{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:12px;box-shadow:0 4px 20px #22c55e4d;color:#fff!important;display:inline-block;font-weight:600;margin:1.5rem 0;padding:1rem 1.5rem}.success-details{background:#f8fafc;border-radius:12px;margin-bottom:2rem;padding:1.5rem;text-align:left}.success-details p{font-size:1rem;margin-bottom:.5rem}.success-details p:last-child{margin-bottom:0}.back-to-form-btn{background:linear-gradient(135deg,#1f2937,#374151);border:none;border-radius:12px;color:#fff;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.back-to-form-btn:hover{box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.api-error-message{align-items:center;animation:slideInUp .3s ease-out;background:linear-gradient(135deg,#ff6b6b,#ee5a52);border:1px solid #fff3;border-radius:12px;box-shadow:0 4px 15px #ff6b6b4d;color:#fff;display:flex;font-weight:500;gap:12px;margin:20px 0;padding:16px 20px}.api-error-message .error-icon{color:#ffffffe6;flex-shrink:0;height:20px;width:20px}.api-error-message span{line-height:1.4}@media (max-width:768px){.waitlist-form{padding:4rem 0}.form{padding:2rem 1.5rem}.form-navigation{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary,.btn-submit{justify-content:center;width:100%}.checkbox-option,.radio-option{padding:.75rem}}.footer{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-section h4{color:#f9fafb;font-size:1.125rem;font-weight:700;margin-bottom:1.5rem}.footer-logo{align-items:center;color:#22c55e;display:flex;font-size:1.5rem;font-weight:800;gap:.75rem;margin-bottom:1rem}.footer-logo-icon{height:2rem;width:2rem}.footer-description{color:#d1d5db;line-height:1.6;max-width:300px}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#22c55e}.footer-trust{border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;display:flex;gap:3rem;justify-content:center;margin-bottom:2rem;padding:2rem 0}.trust-item{align-items:center;color:#d1d5db;display:flex;font-weight:500;gap:.5rem}.trust-icon{color:#22c55e;height:1.25rem;width:1.25rem}.footer-bottom{text-align:center}.footer-bottom-content{align-items:center;color:#9ca3af;display:flex;font-size:.875rem;justify-content:space-between}.footer-heart{align-items:center;display:flex;gap:.25rem}.heart-icon{animation:pulse 2s infinite;color:#ef4444;height:1rem;width:1rem}@media (max-width:1024px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-description{max-width:100%}.footer-trust{flex-direction:column;gap:1.5rem}.footer-bottom-content{flex-direction:column;gap:1rem}}.App{min-height:100vh;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-in-up{animation:fadeInUp .6s ease-out}.pulse{animation:pulse 2s infinite}.float{animation:float 3s ease-in-out infinite}
/*# sourceMappingURL=main.239c1eb0.css.map*/