*{box-sizing:border-box;margin:0;padding:0}body{color:#e8e8e8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;overflow-x:hidden}.noise{pointer-events:none;opacity:.03;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}.container{z-index:2;max-width:1200px;margin:0 auto;padding:2rem;position:relative}header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex}.logo{letter-spacing:.5px;font-size:1.5rem;font-weight:700}.logo-highlight{color:#06f}nav{align-items:center;gap:1.5rem;display:flex}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:4rem 0;display:flex}.badge{color:#06f;letter-spacing:.5px;background:#0066ff1a;border:1px solid #0066ff4d;border-radius:50px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}h1{letter-spacing:-1.5px;color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.15}.gradient-text{background:linear-gradient(135deg,#fff 0%,#b0b0b0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.subtitle{color:#999;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.trust-bar{text-align:center;background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;max-width:800px;margin:2rem auto;padding:1.5rem 2rem}.trust-bar-title{color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.85rem}.client-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.client-logo{color:#999;letter-spacing:.5px;font-size:1.1rem;font-weight:600}.section{border-top:1px solid #ffffff0d;padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:#fff;margin-bottom:1rem;font-size:2.4rem;font-weight:700}.section-subtitle{color:#888;max-width:650px;margin:0 auto;font-size:1.1rem;line-height:1.7}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;padding:2.5rem;transition:all .3s}.feature-card:hover{background:#ffffff0a;border-color:#06f3;transform:translateY(-2px)}.feature-icon{margin-bottom:1rem;font-size:2rem}.feature-title{margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.feature-description{color:#999;font-size:1rem;line-height:1.7}.tech-section{background:#ffffff05;border:1px solid #ffffff1a;border-radius:16px;margin:4rem 0;padding:3rem}.tech-title{color:#fff;margin-bottom:1.25rem;font-size:1.6rem;font-weight:700}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.tech-item{background:#0066ff0d;border:1px solid #06f3;border-radius:8px;padding:1.5rem}.tech-item h4{color:#06f;margin-bottom:.5rem;font-size:1.1rem}.tech-item p{color:#999;font-size:.95rem;line-height:1.6}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;display:grid}.testimonial{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;padding:2rem}.testimonial-quote{color:#ccc;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.testimonial-author{color:#fff;font-weight:600}.testimonial-company{color:#06f;font-size:.9rem}.comparison-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;display:grid}.comparison-card{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;padding:2.5rem}.comparison-card.highlight{background:#0066ff0d;border-color:#0066ff4d}.comparison-label{text-transform:uppercase;letter-spacing:1px;color:#666;margin-bottom:1rem;font-size:.85rem}.comparison-card.highlight .comparison-label{color:#06f;font-weight:600}.comparison-card h3{margin-bottom:1.5rem;font-size:1.8rem}.comparison-list{list-style:none}.comparison-list li{border-bottom:1px solid #ffffff0d;align-items:flex-start;gap:1rem;padding:.75rem 0;display:flex}.comparison-list li:last-child{border-bottom:none}.check{color:#0f8;flex-shrink:0}.cross{color:#f44;flex-shrink:0}.cta-final{text-align:center;background:#0066ff0d;border:2px solid #0066ff4d;border-radius:16px;margin:6rem 0;padding:4rem 3rem}.cta-final h2{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.cta-final p{color:#aaa;max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}footer{text-align:center;color:#666;border-top:1px solid #ffffff14;padding:3rem 0;font-size:.85rem;line-height:1.8}footer a{transition:color .2s}.footer-link{color:#999;text-decoration:none;transition:color .3s}.footer-link:hover{color:#fff}.btn-signin{white-space:nowrap;background:#06f;border-radius:6px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block;color:#fff!important}.btn-signin:hover{background:#0052cc;color:#fff!important}.btn-primary{color:#fff;background:#06f;border-radius:6px;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.btn-primary:hover{background:#0052cc}.btn-outline{color:#06f;background:0 0;border:1px solid #0066ff80;border-radius:6px;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-block}.btn-outline:hover{background:#0066ff14;border-color:#06f}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:1024px){.container{padding:1.5rem}h1{font-size:2.8rem}.section-title{font-size:2rem}.cta-final{padding:3rem 2rem}.cta-final h2{font-size:2.2rem}.tech-section{padding:2rem}}@media (max-width:768px){header{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.5rem 0}nav{flex-wrap:wrap;justify-content:center;gap:.75rem}.footer-link{font-size:.8rem}h1{letter-spacing:-1px;font-size:2.2rem}.hero{min-height:60vh;padding:2rem 0}.subtitle{font-size:1rem}.badge{padding:.4rem .8rem;font-size:.7rem}.section{padding:3rem 0}.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem}.feature-grid,.tech-grid,.testimonial-grid{grid-template-columns:1fr}.feature-card{padding:1.5rem}.comparison-grid{grid-template-columns:1fr}.comparison-card{padding:1.5rem}.cta-final{margin:3rem 0;padding:2.5rem 1.5rem}.cta-final h2{font-size:1.8rem}.cta-final p{font-size:.95rem}.tech-section{padding:1.5rem}.tech-title{font-size:1.3rem}.trust-bar{padding:1rem 1.25rem}.client-logos{gap:1.5rem}.client-logo{font-size:.85rem}.btn-primary,.btn-outline{padding:.75rem 1.5rem;font-size:.95rem}.cta-buttons{flex-direction:column;align-items:center;gap:.75rem}.cta-buttons .btn-primary,.cta-buttons .btn-outline{text-align:center;width:100%;max-width:280px}footer p{font-size:.8rem}}@media (max-width:480px){.container{padding:.75rem}header{padding:1rem 0}.logo{font-size:1.2rem}h1{font-size:1.8rem}.section-title,.cta-final h2{font-size:1.5rem}.feature-icon{font-size:1.75rem}.feature-title{font-size:1.1rem}.comparison-card h3{font-size:1.2rem}nav{gap:.5rem}.footer-link{font-size:.75rem}.btn-signin{padding:.4rem .9rem;font-size:.8rem}}
