: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;min-width:320px;min-height:100vh;width:100%}#root{width:100%;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,body{width:100%;overflow-x:hidden}body{font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;margin:0;padding:0;width:100%;overflow-x:hidden}.app-root{min-height:100vh;width:100%;background:linear-gradient(135deg,#7b00ff,#5a00cc);color:#fff}.navbar{position:fixed;top:0;left:0;right:0;padding:1rem 2rem;background:linear-gradient(135deg,#7b00ff,#5a00cc);border-bottom:1px solid rgba(255,255,255,.08);z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.nav-logo{font-size:1.5rem;font-weight:700;color:#fff}.nav-btn{padding:.5rem 1.5rem;background:#fff;color:#7b00ff;border:none;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.nav-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #0003}.hero-section{padding:6rem 1.5rem 4rem;text-align:center;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:600px}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6}.hero-btn{padding:1rem 2.5rem;background:#fff;color:#7b00ff;border:none;border-radius:50px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0003}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #0000004d}.what-section{padding:4rem 1.5rem;text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.feature-card{background:#ffffff1a;padding:2rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px);background:#ffffff26}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card p{opacity:.9;line-height:1.6}.testimonials-section{padding:4rem 1.5rem;text-align:center}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.testimonial-card{background:#ffffff1a;padding:2rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);text-align:left}.testimonial-card p{font-style:italic;line-height:1.6;margin-bottom:1rem;opacity:.9}.author{font-weight:600;font-size:.9rem;opacity:.8}.cta-section{padding:4rem 1.5rem;text-align:center;background:#0000001a}.cta-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.cta-btn{padding:1rem 2.5rem;background:#fff;color:#7b00ff;border:none;border-radius:50px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0003}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #0000004d}.footer{padding:2rem 1.5rem;text-align:center;background:#0003;border-top:1px solid rgba(255,255,255,.1)}.footer p{opacity:.8;font-size:.9rem}@media (max-width: 768px){.navbar{padding:1rem 1.5rem}.nav-logo{font-size:1.25rem}.nav-btn{padding:.4rem 1.2rem;font-size:.85rem}.hero-section{padding:5rem 1rem 3rem;min-height:80vh}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.what-section,.testimonials-section,.cta-section{padding:3rem 1rem}.features-grid,.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:2rem}.cta-content h2{font-size:1.75rem}}@media (max-width: 480px){.navbar{padding:.75rem 1rem}.nav-logo{font-size:1.1rem}.nav-btn{padding:.35rem 1rem;font-size:.8rem}.hero-title{font-size:2rem}.hero-btn,.cta-btn{padding:.875rem 2rem;font-size:1rem}.feature-card,.testimonial-card{padding:1.5rem}.section-title{font-size:1.75rem}.hero-section{min-height:70vh;padding:4rem 1rem 2rem}}
