html,body{margin:0;padding:0;overflow-x:hidden}body{margin:0;font-family:Segoe UI,Roboto,sans-serif;background-color:#fff;color:#111;line-height:1.6;overflow-x:hidden}.App{max-width:1200px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo img{height:40px}.nav-links{list-style:none;display:flex;gap:1.5rem}.nav-links li{cursor:pointer;font-weight:500}.hero{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:space-between;padding:4rem 1.5rem;margin:0 auto;max-width:1200px;background:linear-gradient(to bottom right,#fff 40%,#dceeff);border-radius:0 0 32px 32px;box-sizing:border-box}.hero-text{flex:1;max-width:540px}.hero-text .tag{background-color:#eef2ff;color:#4f46e5;padding:4px 12px;border-radius:999px;font-size:.8rem;display:inline-block;margin-bottom:1rem}.hero-text h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.hero-text p{color:#333;margin-bottom:1rem}.hero-image img{max-width:400px;border-radius:12px;width:100%;height:auto}.features{padding:3rem 0;text-align:center}.feature-icon{width:48px;height:48px;background-color:#eef2ff;padding:.75rem;border-radius:50%;margin-bottom:1rem}.features h2{font-size:2rem;margin-bottom:2rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;text-align:center}.feature-card{background-color:#f9fafb;padding:1.5rem;border-radius:12px;box-shadow:0 1px 4px #0000000d}.feature-card h3{margin-bottom:.5rem;font-size:1.1rem}.diff-content li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:1rem}.check-icon{width:20px;height:20px;margin-top:4px;flex-shrink:0}.difference{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;padding:3rem 0}.diff-image img{max-width:400px;border-radius:12px;width:100%;height:auto}.diff-content{flex:1;min-width:300px}.diff-content h2{font-size:2rem;margin-bottom:1rem}.diff-content ul{list-style:none;padding-left:0}.diff-content li{margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.5rem}.steps{padding:3rem 0;text-align:center}.steps .feature-tag{color:#1d4ed8;font-weight:600;display:inline-block;background-color:#eef2ff;padding:4px 12px;border-radius:999px;font-size:.85rem;margin-bottom:.75rem}.steps h2{font-size:2rem;margin-bottom:2rem}.step-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;text-align:left;margin-top:2rem}.step{flex:1;min-width:220px;max-width:260px}.step-num{background-color:#1d4ed8;color:#fff;font-weight:600;font-size:1.25rem;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background-color .3s ease}@media (max-width: 768px){.step-grid{justify-content:center}}.cta{background-color:#0052cc;color:#fff;padding:4rem 1rem;text-align:center;width:100%}.cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta p{font-size:1.1rem;max-width:600px;margin:0 auto 2rem;line-height:1.5;color:#e6f0ff}.cta-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.btn{font-weight:600;font-size:1rem;padding:.75rem 1.5rem;border-radius:999px;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;gap:.5rem;text-decoration:none}.btn.demo{background-color:transparent;color:#fff;border:2px solid #ffffff}.btn.app{background-color:#fff;color:#0052cc;border:none}.btn.app:hover{background-color:#e0eaff}.btn-icon{width:1.1rem;height:1.1rem;display:inline-block}.btn.demo:hover{background-color:#ffffff1a}.btn.app:hover{background-color:#e0e0ff}.footer{padding:3rem 1rem;background:#fff;border-top:1px solid #eee}.newsletter{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.newsletter-left h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.newsletter-left p{color:#666;margin:0}.newsletter-form{display:flex;align-items:center;gap:.5rem}.input-wrapper{position:relative;display:flex;align-items:center}.email-icon{position:absolute;left:12px;font-size:1rem;color:#555}.newsletter-form input{background-color:#fff;color:#000;padding:.75rem 1rem .75rem 2.2rem;border-radius:999px;border:1px solid #ccc;font-size:.95rem;min-width:250px;outline:none}.subscribe-btn{background-color:#0052cc;color:#fff;border:none;border-radius:999px;padding:.75rem 1.25rem;font-weight:600;cursor:pointer;transition:background-color .2s}.subscribe-btn:hover{background-color:#003f9c}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;border-top:1px solid #eee;padding-top:2rem}.footer-left{display:flex;flex-direction:column;align-items:flex-start}.footer-left img{height:28px;margin-bottom:.25rem}.footer-left .slogan,.copyright{font-size:.85rem;color:#444;margin:0}section{box-sizing:border-box;padding:3rem 1.5rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.navbar{flex-direction:column;align-items:flex-start;gap:1rem}.nav-links{flex-direction:column;width:100%;gap:.75rem}.hero{flex-direction:column;padding:2rem 1rem;text-align:center}.hero-text{max-width:100%;text-align:center}.hero-image img{max-width:100%}.difference{flex-direction:column;padding:2rem 1rem}.diff-image img{max-width:100%}.diff-content{max-width:100%;text-align:center}.feature-grid{grid-template-columns:1fr;text-align:center}.newsletter{flex-direction:column;align-items:flex-start}.newsletter-form{flex-direction:column;align-items:stretch;width:100%}.newsletter-form input{width:100%}.subscribe-btn{width:100%;margin-top:.5rem}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.footer-left{align-items:center}}
