:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#fff;background-color:#0a0a0a;overflow-x:hidden}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.header{position:fixed;top:0;left:0;right:0;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(59,130,246,.2);z-index:1000;transition:all .3s ease}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;color:#3b82f6}.logo-icon{color:#3b82f6}.logo-text{background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.desktop-nav{display:flex;gap:2rem;align-items:center}.nav-link{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#e5e7eb;font-size:.9rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.nav-link:hover,.nav-link.active{color:#3b82f6;background:#3b82f61a}.mobile-menu-btn{display:none;background:none;border:none;color:#e5e7eb;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}.mobile-menu-btn:hover{background:#3b82f61a;color:#3b82f6}.mobile-menu{background:#0a0a0afa;border-top:1px solid rgba(59,130,246,.2);padding:1rem 0}.mobile-nav-link{display:flex;align-items:center;gap:1rem;width:100%;background:none;border:none;color:#e5e7eb;font-size:1rem;font-weight:500;cursor:pointer;padding:1rem 20px;text-align:left;transition:all .3s ease}.mobile-nav-link:hover{background:#3b82f61a;color:#3b82f6}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-1;overflow:hidden}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.3) contrast(1.2)}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0ab3,#1d4ed866,#0a0a0acc);z-index:1}.hero-content{max-width:800px;z-index:1;margin:0 auto;padding:0 20px}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.5rem;line-height:1.2}.highlight{background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#d1d5db;margin-bottom:2.5rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#3b82f6;border:2px solid #3b82f6}.btn-secondary:hover{background:#3b82f6;color:#fff;box-shadow:0 4px 15px #3b82f64d}section{padding:5rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#d1d5db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p{font-size:1.125rem;color:#9ca3af;max-width:600px;margin:0 auto}.about{background:linear-gradient(135deg,#0f0f0fcc,#0a0a0ae6)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.about-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.about-img{width:100%;height:400px;object-fit:cover;object-position:center;transition:transform .3s ease}.about-image:hover .about-img{transform:scale(1.05)}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}.feature-card{background:#ffffff0d;border:1px solid rgba(59,130,246,.2);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:hover{border-color:#3b82f666;box-shadow:0 10px 30px #3b82f61a}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;margin-bottom:1.5rem;color:#fff}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.feature-card p{color:#d1d5db;line-height:1.6}.pricing{position:relative;overflow:hidden}.pricing-bg{position:absolute;inset:0;z-index:-1;overflow:hidden}.pricing-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.2) contrast(1.1)}.pricing-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1acc,#2d2d2de6);z-index:1}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;justify-items:center}.pricing-card{position:relative;background:#ffffff0d;border:1px solid rgba(59,130,246,.2);border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pricing-card.popular{border-color:#3b82f6;box-shadow:0 0 30px #3b82f64d;transform:scale(1.05)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.price{margin-bottom:2rem}.amount{font-size:3rem;font-weight:800;color:#3b82f6}.period{font-size:1rem;color:#9ca3af}.features{list-style:none;margin-bottom:2rem}.features li{padding:.5rem 0;color:#d1d5db;border-bottom:1px solid rgba(255,255,255,.1)}.features li:last-child{border-bottom:none}.demo{position:relative;overflow:hidden}.demo-bg{position:absolute;inset:0;z-index:-1;overflow:hidden}.demo-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.25) contrast(1.3) saturate(.8)}.demo-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0f0f0fcc,#1d4ed833,#0f0f0fe6);z-index:1}.demo-video{max-width:800px;margin:0 auto}.video-placeholder{background:#ffffff0d;border:2px dashed rgba(59,130,246,.3);border-radius:16px;padding:4rem 2rem;text-align:center;color:#9ca3af}.video-placeholder svg{color:#3b82f6;margin-bottom:1rem}.contact{background:#0a0a0af2}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto;width:100%}.contact-info h3{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#fff;text-align:left}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;color:#d1d5db}.contact-item svg{color:#3b82f6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;background:#ffffff0d;border:1px solid rgba(59,130,246,.2);border-radius:12px;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.footer{background:#050505f2;border-top:1px solid rgba(59,130,246,.2);padding:2rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#3b82f6}.footer p{color:#9ca3af}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 20px #25d3664d;z-index:1000;transition:all .3s ease}.whatsapp-float:hover{box-shadow:0 6px 25px #25d36666}@media (max-width: 1024px){.container{padding:0 30px}.features-grid,.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.contact-content{gap:3rem}}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-btn{display:block}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:280px;justify-content:center}.contact-content{grid-template-columns:1fr;gap:2rem}.pricing-card.popular{transform:none}.footer-content{flex-direction:column;text-align:center;gap:1rem}section{padding:3rem 0}.whatsapp-float{bottom:1rem;right:1rem;width:50px;height:50px}.hero-title{font-size:clamp(2rem,6vw,3rem);text-align:center}.hero-subtitle{font-size:1.1rem;text-align:center}.section-header h2{font-size:clamp(1.8rem,5vw,2.5rem)}.about-content{grid-template-columns:1fr;gap:2rem;text-align:center}.about-img{height:300px}.features-grid{grid-template-columns:1fr;gap:1.5rem}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:3rem auto 0}.feature-card,.pricing-card{max-width:100%;margin:0 auto}}@media (max-width: 480px){.container{padding:0 15px}.hero-title{font-size:1.8rem;line-height:1.3}.hero-subtitle{font-size:1rem;line-height:1.5}.hero-content{padding:0 10px}.btn{padding:.75rem 1.5rem;font-size:.9rem}.section-header h2{font-size:1.6rem}.section-header p{font-size:1rem}.about-content{grid-template-columns:1fr;gap:1.5rem}.about-img{height:250px}.feature-card,.pricing-card{padding:1.5rem}.feature-icon{width:60px;height:60px}.amount{font-size:2.5rem}.contact-form{gap:1rem}.form-group input,.form-group textarea{padding:.8rem;font-size:.9rem}.whatsapp-float{width:45px;height:45px;bottom:.8rem;right:.8rem}}@media (max-width: 320px){.container{padding:0 10px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.btn{padding:.6rem 1.2rem;font-size:.85rem}.about-img{height:200px}.feature-card,.pricing-card{padding:1.2rem}}
