@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--primary: #2563eb;--primary-dark: #1d4ed8;--secondary: #7c3aed;--accent: #25D366;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 5rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-full: 50px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--gray-800);background-color:#fff;line-height:1.6}#root{min-height:100vh}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-brand{display:flex;align-items:center;gap:.75rem}.brand-logo{width:32px;height:32px;border-radius:6px}.nav-brand h2{color:#2563eb;font-size:1.5rem;font-weight:700;margin:0}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{text-decoration:none;color:#374151;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#2563eb}.cta-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff!important;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease}.cta-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.nav-mobile{display:none}.hamburger{background:none;border:none;display:flex;flex-direction:column;gap:4px;padding:8px;cursor:pointer}.hamburger span{width:25px;height:3px;background:#374151;border-radius:2px;transition:all .3s ease}@media (max-width: 768px){.nav-links{position:fixed;top:80px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:2rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.nav-links-mobile{transform:translateY(0);opacity:1;visibility:visible}.nav-links a{padding:1rem 0;font-size:1.1rem;border-bottom:1px solid rgba(0,0,0,.1)}.nav-links a:last-child{border-bottom:none;margin-top:1rem}.nav-mobile{display:block}.nav{padding:0 1rem}.hamburger-active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-active span:nth-child(2){opacity:0}.hamburger-active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem 0;margin-top:80px}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:0 2rem}.hero-content{max-width:500px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#1e293b;margin-bottom:1.5rem}.highlight{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#64748b;line-height:1.7;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.primary-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.primary-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d}.secondary-button{background:transparent;color:#2563eb;padding:1rem 2rem;border:2px solid #2563eb;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.secondary-button:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.floating-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 50px #0000001a;animation:float 6s ease-in-out infinite;max-width:400px;width:100%}.code-snippet{background:#1e293b;border-radius:12px;overflow:hidden;font-family:Monaco,Consolas,monospace}.code-header{background:#374151;padding:1rem;display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ef4444}.dot.yellow{background:#eab308}.dot.green{background:#22c55e}.code-body{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.code-line{color:#e2e8f0;font-size:.9rem;display:block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:3rem}}@media (max-width: 768px){.hero{padding:1rem 0}.hero-container{padding:0 1rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.primary-button,.secondary-button{width:100%;max-width:300px}.floating-card{padding:1.5rem}}.services{padding:5rem 0;background:linear-gradient(135deg,#fff,#f8fafc)}.services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.services-header{text-align:center;margin-bottom:4rem}.services-header h2{font-size:3rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.services-header p{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;border:1px solid rgba(226,232,240,.8)}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center;width:80px;height:80px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:20px;margin-bottom:2rem}.service-card h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.service-card p{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{display:flex;align-items:center;margin-bottom:.75rem;font-size:.95rem;color:#475569}.service-features li:before{content:"✓";color:#22c55e;font-weight:700;margin-right:.75rem;font-size:1.1rem}.service-features li:last-child{margin-bottom:0}@media (max-width: 768px){.services{padding:3rem 0}.services-container{padding:0 1rem}.services-header h2{font-size:2.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}.service-icon{width:70px;height:70px;font-size:2.5rem}}.how-it-works{padding:5rem 0;background:linear-gradient(135deg,#1e293b,#334155);color:#fff}.how-it-works-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem}.section-header p{font-size:1.25rem;color:#cbd5e1;max-width:600px;margin:0 auto}.steps-container{display:flex;flex-direction:column;gap:3rem;position:relative}.step{display:flex;align-items:center;gap:2rem;position:relative}.step:nth-child(2n){flex-direction:row-reverse}.step:nth-child(2n) .step-content{text-align:right}.step-number{font-size:4rem;font-weight:900;color:#2563eb4d;min-width:120px;display:flex;justify-content:center;align-items:center}.step-content{flex:1;max-width:500px}.step-icon{font-size:3rem;margin-bottom:1rem;display:inline-block}.step-content h3{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1rem}.step-content p{font-size:1.1rem;color:#cbd5e1;line-height:1.6}.step-connector{position:absolute;left:50%;bottom:-1.5rem;transform:translate(-50%);width:2px;height:3rem;background:linear-gradient(to bottom,#2563eb,#2563eb4d)}.step:last-child .step-connector{display:none}@media (max-width: 1024px){.step,.step:nth-child(2n){flex-direction:column;text-align:center}.step:nth-child(2n) .step-content{text-align:center}.step-number{min-width:auto;margin-bottom:1rem}.step-connector{left:50%;bottom:-1.5rem}}@media (max-width: 768px){.how-it-works{padding:3rem 0}.how-it-works-container{padding:0 1rem}.section-header h2{font-size:2.5rem}.steps-container{gap:2rem}.step{gap:1rem}.step-number{font-size:3rem}.step-icon{font-size:2.5rem}.step-content h3{font-size:1.5rem}}.cta{padding:5rem 0;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;text-align:center}.cta-container{max-width:800px;margin:0 auto;padding:0 2rem}.cta-content h2{font-size:3rem;font-weight:800;margin-bottom:1.5rem;color:#fff}.cta-content p{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;color:#ffffffe6}.cta-buttons{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.whatsapp-button{background:#25d366;color:#fff;padding:1.25rem 2.5rem;border:none;border-radius:50px;font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;text-decoration:none}.whatsapp-button:hover{background:#128c7e;transform:translateY(-3px);box-shadow:0 10px 25px #25d3664d}.whatsapp-icon{font-size:1.5rem}.contact-info p{font-size:1rem;color:#fffc;margin:0}@media (max-width: 768px){.cta{padding:3rem 0}.cta-container{padding:0 1rem}.cta-content h2{font-size:2.5rem}.cta-content p{font-size:1.1rem}.whatsapp-button{padding:1rem 2rem;font-size:1.1rem;width:100%;max-width:300px;justify-content:center}}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand h3{color:#2563eb;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-brand p{color:#cbd5e1;line-height:1.6;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#2563eb}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#94a3b8;margin:0}@media (max-width: 768px){.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-brand p{max-width:none}.footer-bottom{flex-direction:column;gap:1rem}}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;transition:all .3s ease;z-index:1000;animation:pulse 2s infinite}.whatsapp-float:hover{background:#128c7e;transform:scale(1.1);box-shadow:0 6px 25px #25d36699}.whatsapp-float svg{width:28px;height:28px}@keyframes pulse{0%{transform:scale(1);box-shadow:0 4px 20px #25d36666}50%{transform:scale(1.05);box-shadow:0 6px 25px #25d36699}to{transform:scale(1);box-shadow:0 4px 20px #25d36666}}@media (max-width: 768px){.whatsapp-float{bottom:20px;right:20px;width:55px;height:55px}.whatsapp-float svg{width:24px;height:24px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}img{max-width:100%;height:auto}button:focus,a:focus{outline:2px solid #2563eb;outline-offset:2px}::selection{background:#2563eb;color:#fff}
