@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#333}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh}.landing-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.1)}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo h2{color:#6366f1;font-weight:700;font-size:1.5rem}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#6366f1}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:800px;margin:0 auto;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover{background:#5855eb;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#6366f1}.btn-large{padding:16px 32px;font-size:1.1rem}.features{padding:80px 0;background:#f8fafc}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1e293b}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.feature-card p{color:#64748b;line-height:1.6}.services{padding:80px 0;background:#fff}.section-subtitle{text-align:center;font-size:1.25rem;color:#64748b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.service-item{background:#f8fafc;padding:2.5rem;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.service-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:#6366f1}.service-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.service-icon{font-size:2.5rem;background:#6366f1;color:#fff;width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center}.service-item h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}.service-item>p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0}.service-features li{color:#475569;border-bottom:1px solid #e2e8f0;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";color:#6366f1;font-weight:700;position:absolute;left:0}.service-features li:last-child{border-bottom:none}.stats{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:1rem}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#fff}.stat-label{font-size:1.1rem;opacity:.9;font-weight:500}.testimonials{padding:80px 0;background:#f8fafc}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.testimonial-content{margin-bottom:1.5rem}.testimonial-content p{font-style:italic;color:#475569;line-height:1.6;font-size:1.1rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{font-size:2.5rem;width:60px;height:60px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center}.author-name{font-weight:600;color:#1e293b;margin-bottom:.25rem}.author-title{color:#64748b;font-size:.9rem}.cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center}.cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.footer{background:#1e293b;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#f1f5f9}.footer-section h3{font-size:1.5rem;color:#6366f1}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#6366f1}.footer-section p{color:#cbd5e1;margin-bottom:.5rem}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center;color:#94a3b8}@media (max-width: 768px){.nav{flex-direction:column;gap:1rem;padding:1rem}.nav-links{gap:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:200px}.section-title{font-size:2rem}.features-grid,.services-grid{grid-template-columns:1fr}.service-item{padding:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-number{font-size:2.5rem}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.5rem}.cta h2{font-size:2rem}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width: 480px){.hero{padding:100px 0 60px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.features,.services,.testimonials,.cta{padding:60px 0}.service-item{padding:1.5rem}.service-header{flex-direction:column;text-align:center;gap:.5rem}.stats-grid{grid-template-columns:1fr}.stat-number{font-size:2rem}.testimonial-card{padding:1rem}.author-avatar{width:50px;height:50px;font-size:2rem}}
