*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}:root{--primary-blue:#1e3a8a;--secondary-blue:#3b82f6;--accent-orange:#f97316;--accent-green:#10b981;--text-dark:#1f2937;--text-gray:#6b7280;--text-light:#9ca3af;--bg-light:#f9fafb;--bg-white:#fff;--border-light:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.container{margin:0 auto;max-width:1200px;padding:0 1rem}@media (min-width:640px){.container{padding:0 2rem}}@media (min-width:1024px){.container{padding:0 3rem}}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;outline:none;padding:.75rem 2rem;text-decoration:none;transition:all .2s ease-in-out}.btn-primary{background:linear-gradient(135deg,#f97316,#ea580c);background:linear-gradient(135deg,var(--accent-orange),#ea580c);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);color:#fff}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#1e3a8a;background:var(--primary-blue);color:#fff}.btn-secondary:hover{background:#1e40af;transform:translateY(-1px)}.title-xl{font-size:3rem;font-weight:800;line-height:1.1}.title-lg,.title-xl{color:#1f2937;color:var(--text-dark)}.title-lg{font-size:2.25rem;font-weight:700;line-height:1.2}.title-md{font-size:1.875rem;line-height:1.3}.title-md,.title-sm{color:#1f2937;color:var(--text-dark);font-weight:600}.title-sm{font-size:1.5rem;line-height:1.4}.text-lg{font-size:1.125rem;line-height:1.7}.text-base,.text-lg{color:#6b7280;color:var(--text-gray)}.text-base{font-size:1rem;line-height:1.6}.text-sm{color:#9ca3af;color:var(--text-light);font-size:.875rem;line-height:1.5}@media (max-width:768px){.title-xl{font-size:2.25rem}.title-lg{font-size:1.875rem}.title-md{font-size:1.5rem}.btn{font-size:.875rem;padding:.625rem 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.gradient-bg{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e3a8a,#3b82f6);background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));-webkit-background-clip:text;background-clip:text}.App{min-height:100vh}.hero-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;padding:4rem 0 6rem;position:relative}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='%23e2e8f0' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-text{max-width:600px}.hero-subtitle{color:var(--text-gray);margin:1.5rem 0 2.5rem}.hero-cta{margin-top:2rem}.hero-visual{align-items:center;display:flex;justify-content:center;position:relative}.phone-mockup{background:#1f2937;border-radius:2rem;box-shadow:var(--shadow-xl);height:560px;padding:1rem;position:relative;width:280px;z-index:2}.phone-screen{background:#fff;border-radius:1.5rem;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.whatsapp-header{background:#075e54;color:#fff;justify-content:space-between;min-height:70px;padding:1rem}.header-left,.whatsapp-header{align-items:center;display:flex}.header-left{gap:.75rem}.profile-pic{position:relative}.profile-image{align-items:center;background:#fff3;border-radius:50%;display:flex;font-size:1.25rem;height:40px;justify-content:center;width:40px}.online-indicator{background:#4ade80;border:2px solid #075e54;border-radius:50%;bottom:2px;height:12px;position:absolute;right:2px;width:12px}.contact-info h3{font-size:1rem;font-weight:600;line-height:1.2;margin:0}.contact-info span{font-size:.75rem;line-height:1;opacity:.9}.header-right{align-items:center;display:flex;gap:1rem}.header-icon{cursor:pointer;font-size:1.25rem;opacity:.9;transition:opacity .2s}.header-icon:hover{opacity:1}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:.75rem;overflow-y:auto;padding:1rem}.message{display:flex;flex-direction:column;gap:.25rem;max-width:80%}.ai-message{align-self:flex-start}.user-message{align-self:flex-end}.message-content{border-radius:1rem;font-size:.75rem;line-height:1.3;max-width:100%;padding:.5rem .75rem;position:relative}.ai-message .message-content{background:#fff;border-bottom-left-radius:.25rem;box-shadow:0 1px 2px #0000001a;color:var(--text-dark)}.user-message .message-content{background:#dcf8c6;border-bottom-right-radius:.25rem;box-shadow:0 1px 2px #0000001a;color:var(--text-dark)}.message-time{align-self:flex-end;color:#9ca3af;font-size:.65rem;margin-right:.5rem;margin-top:.2rem}.user-message .message-time{align-self:flex-start;margin-left:.5rem}.chat-input{background:#f0f0f0;border-top:1px solid #e0e0e0;padding:.5rem 1rem 0}.input-container{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:1.5rem;display:flex;gap:.5rem;height:40px;padding:.5rem .75rem}.input-icon{color:#666;cursor:pointer;font-size:1.25rem}.input-field{flex:1 1;overflow:hidden;padding:0}.input-placeholder{color:#999;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.android-nav{background:#f0f0f0;display:flex;gap:.375rem;justify-content:center;padding:.5rem}.nav-dot{background:#d1d5db;border-radius:50%;height:4px;width:4px}.nav-dot:nth-child(2){background:#6b7280}.floating-icons{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.icon{animation:float 3s ease-in-out infinite;font-size:2rem;position:absolute}.icon-1{animation-delay:0s;left:-10%;top:10%}.icon-2{animation-delay:.5s;right:-15%;top:30%}.icon-3{animation-delay:1s;bottom:20%;left:-5%}.icon-4{animation-delay:1.5s;bottom:40%;right:-10%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.problem-solution-section{background:var(--bg-white);padding:6rem 0}.section-title{margin-bottom:4rem;text-align:center}.problem-solution-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.problem-side h3,.solution-side h3{color:var(--primary-blue);margin-bottom:2rem}.problem-list{list-style:none;padding:0}.problem-list li{border-bottom:1px solid var(--border-light);color:var(--text-gray);font-size:1rem;padding:.75rem 0}.problem-list li:last-child{border-bottom:none}.solution-benefits{display:flex;flex-direction:column;gap:2rem}.benefit-item{align-items:flex-start;display:flex;gap:1rem}.benefit-icon{flex-shrink:0;font-size:2rem}.benefit-content h4{color:var(--text-dark);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.benefit-content p{color:var(--text-gray);line-height:1.6}.how-it-works-section{background:var(--bg-light);padding:6rem 0}.steps-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1000px}.step-item{position:relative;text-align:center}.step-number{color:var(--accent-orange);font-size:4rem;font-weight:800;left:50%;opacity:.2;position:absolute;top:-1rem;transform:translateX(-50%);z-index:0}.step-icon{font-size:3rem;margin-bottom:1rem}.step-content,.step-icon{position:relative;z-index:1}.step-content h3{color:var(--primary-blue);margin-bottom:1rem}.step-content p{color:var(--text-gray);line-height:1.6}.pricing-section{background:var(--bg-white);padding:6rem 0}.pricing-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:1rem;box-shadow:var(--shadow-xl);margin:0 auto;max-width:500px;padding:3rem}.pricing-header{margin-bottom:2rem;text-align:center}.pricing-header h3{color:var(--primary-blue);margin-bottom:1rem}.price{align-items:baseline;display:flex;gap:.25rem;justify-content:center;margin-bottom:2rem}.currency{color:var(--text-gray);font-size:1.5rem;font-weight:600}.amount{color:var(--accent-orange);font-size:4rem;font-weight:800}.period{color:var(--text-gray);font-size:1.25rem}.pricing-features{margin-bottom:2rem}.feature-item{align-items:center;border-bottom:1px solid var(--border-light);display:flex;gap:.75rem;padding:.75rem 0}.feature-item:last-child{border-bottom:none}.feature-icon{color:var(--accent-green);font-size:1.25rem}.pricing-cta{text-align:center}.btn-large{font-size:1.125rem;padding:1rem 2.5rem}.pricing-note{color:var(--text-light);font-size:.875rem;margin-top:1rem}.final-cta-section{background:linear-gradient(135deg,var(--primary-blue),#1e40af);color:#fff;padding:6rem 0;text-align:center}.cta-content{margin:0 auto;max-width:800px}.final-cta-section .title-lg{color:#fff;margin-bottom:1.5rem}.cta-subtitle{color:#ffffffe6}.cta-buttons,.cta-subtitle{margin-bottom:3rem}.trust-indicators{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;margin-top:2rem}.trust-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;color:#fff;display:flex;flex-direction:column;font-size:1rem;font-weight:600;gap:.75rem;min-width:140px;padding:1.5rem 1rem;transition:all .3s ease}.trust-item:hover{background:#ffffff26;transform:translateY(-2px)}.trust-icon{font-size:2.5rem;margin-bottom:.5rem}.footer{background:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-brand p{color:var(--text-light);font-size:.875rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-light);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.footer-bottom p{color:var(--text-light);font-size:.875rem}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:1rem;box-shadow:var(--shadow-xl);max-height:90vh;max-width:500px;overflow-y:auto;position:relative;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-light);cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s;width:2rem;z-index:1}.modal-close:hover{background:var(--bg-light);color:var(--text-dark)}.modal-close:disabled{cursor:not-allowed;opacity:.5}.modal-header{padding:2rem 2rem 1rem;text-align:center}.modal-header h2{color:var(--primary-blue);margin-bottom:.75rem}.modal-header p{color:var(--text-gray);line-height:1.6}.lead-form{padding:0 2rem 2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-dark);display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-group input{background:#fff;border:2px solid var(--border-light);border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:all .2s;width:100%}.form-group input:focus{border-color:var(--secondary-blue);box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-group input:disabled{background:var(--bg-light);cursor:not-allowed}.error-message{color:#ef4444;display:block;font-size:.75rem;font-weight:500;margin-top:.25rem}.form-submit{margin-top:1rem;position:relative;width:100%}.spinner{animation:spin 1s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:1rem;margin-right:.5rem;width:1rem}@keyframes spin{to{transform:rotate(1turn)}}.success-message{padding:2rem;text-align:center}.success-icon{font-size:3rem;margin-bottom:1rem}.success-message h2{color:var(--accent-green);margin-bottom:1rem}.success-message p{color:var(--text-gray);line-height:1.6;margin-bottom:2rem}.success-benefits{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;text-align:left}.success-benefits .benefit-item{align-items:center;background:var(--bg-light);border-left:4px solid var(--accent-green);border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem}.success-benefits .benefit-icon{flex-shrink:0;font-size:1.25rem}.success-benefits .benefit-item span:last-child{color:var(--text-gray);font-size:.875rem;font-weight:500}@media (max-width:1024px){.hero-content{text-align:center}.hero-content,.problem-solution-grid{gap:3rem;grid-template-columns:1fr}.steps-container{gap:2rem;grid-template-columns:1fr}.trust-indicators{gap:2rem}.trust-item{min-width:120px;padding:1.25rem .75rem}.trust-icon{font-size:2.25rem}}@media (max-width:768px){.hero-section{padding:3rem 0 4rem}.final-cta-section,.how-it-works-section,.pricing-section,.problem-solution-section{padding:4rem 0}.phone-mockup{height:480px;width:240px}.profile-image{font-size:1rem;height:32px;width:32px}.online-indicator{height:10px;width:10px}.chat-input{padding:.375rem .75rem}.input-container{height:36px;padding:.375rem .5rem}.input-icon{font-size:1rem}.input-placeholder{font-size:.75rem}.android-nav{padding:.375rem}.pricing-card{padding:2rem}.amount{font-size:3rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-links{justify-content:center}}@media (max-width:480px){.hero-section{padding:2rem 0 3rem}.final-cta-section,.how-it-works-section,.pricing-section,.problem-solution-section{padding:3rem 0}.phone-mockup{height:400px;width:200px}.profile-image{font-size:.875rem;height:28px;width:28px}.online-indicator{height:8px;width:8px}.chat-input{padding:.25rem .5rem}.input-container{height:32px;padding:.25rem .375rem}.input-icon{font-size:.875rem}.input-placeholder{font-size:.7rem}.android-nav{padding:.25rem}.header-icon:first-child{display:none}.header-left{gap:.5rem}.message-content{font-size:.8rem;padding:.5rem .75rem}.message-time{font-size:.65rem}.pricing-card{padding:1.5rem}.amount{font-size:2.5rem}.trust-indicators{flex-direction:column;gap:1.5rem;margin-top:2rem}.trust-item{font-size:.9rem;min-width:auto;padding:1rem}.trust-icon{font-size:2rem}.modal-content{margin:.5rem;max-height:95vh}.modal-header{padding:1.5rem 1.5rem 1rem}.lead-form{padding:0 1.5rem 1.5rem}.success-message{padding:1.5rem}.success-benefits{gap:.75rem}.success-benefits .benefit-item{padding:.5rem}}.submit-error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem;margin-top:1rem;padding:.75rem;text-align:center}
/*# sourceMappingURL=main.922604cf.css.map*/