*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;color:#0f172a;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;max-width:1280px;margin:0 auto}.logo{display:flex;gap:.5rem;align-items:center;font-weight:700;font-size:1.5rem}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#06f,#7c3aed);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-menu a{color:#6b7280;font-weight:500;text-decoration:none}.nav-menu a:hover{color:#06f}.header-actions{display:flex;gap:1rem}.btn{padding:.625rem 1.25rem;border-radius:.75rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#06f,#7c3aed);color:#fff}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{background:#0f172a;color:#fff}.btn-outline{border:2px solid #0066ff;color:#06f;background:transparent}.hero{background:linear-gradient(135deg,#0066ff0d,#7c3aed0d);padding:6rem 0;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero-badge{display:inline-block;padding:.5rem 1.5rem;border:1px solid #0066ff;border-radius:999px;color:#e91e63;font-weight:600;margin-bottom:2rem}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem}.hero-title .highlight{background:linear-gradient(135deg,#06f,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.15rem;color:#6b7280;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-ctas{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.trust-section{padding:3rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;text-align:center}.trust-text{color:#9ca3af;margin-bottom:1.5rem}.trust-logos{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;color:#9ca3af}.features{padding:6rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-label{display:inline-block;padding:.5rem 1.5rem;background:#0066ff1a;border-radius:999px;color:#06f;font-weight:600;font-size:.85rem;margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{padding:2rem;border:1px solid #e5e7eb;border-radius:1rem;transition:all .3s}.feature-card:hover{border-color:#06f;transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.feature-card p{color:#6b7280}.pricing{background:#f8f9fb;padding:6rem 0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;align-items:start}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:2rem;position:relative;transition:all .3s}.pricing-card.featured{border-color:#06f;transform:scale(1.05);box-shadow:0 20px 40px #0066ff26}.pricing-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#06f,#7c3aed);color:#fff;padding:.4rem 1rem;border-radius:999px;font-size:.7rem;font-weight:700}.pricing-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.pricing-price{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.pricing-price span{font-size:1rem;color:#6b7280}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-features li{padding:.5rem 0;color:#6b7280}.pricing-features li:before{content:"✓";color:#10b981;font-weight:700;margin-right:.5rem}.cta-section{padding:6rem 0;text-align:center}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.footer{background:#0f172a;color:#fff;padding:3rem 0;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section p{color:#9ca3af}.footer-section a{color:#9ca3af;text-decoration:none}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#9ca3af}@media (max-width:768px){.hero-title{font-size:2rem}.hero-ctas{flex-direction:column}.nav-menu{display:none}.pricing-card.featured{transform:scale(1)}.section-title,.cta-title{font-size:1.75rem}}
