body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{color:#333;font-family:Arial,sans-serif;line-height:1.6}header{background-color:#fff;box-shadow:0 2px 5px #0000001a;position:fixed;top:0;width:100%;z-index:1000}nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 5%}.logo{color:#2c3e50;font-size:1.5rem;font-weight:700}nav ul{display:flex;list-style:none}nav ul li{margin-left:2rem}nav ul li a{color:#2c3e50;font-weight:500;text-decoration:none}main{margin-top:70px}.hero{background:linear-gradient(135deg,#6366f1,#3b82f6);color:#fff;padding:4rem 1rem;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem}.cta-button{background-color:#fff;border:none;border-radius:5px;color:#3b82f6;cursor:pointer;font-size:1.1rem;padding:.8rem 2rem;transition:transform .3s ease}.cta-button:hover{transform:translateY(-2px)}.features,.get-started,.how-it-works{margin:0 auto;max-width:1200px;padding:4rem 1rem;text-align:center}.feature-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.feature-card{background:#f8fafc;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.steps{display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:2rem}.step{flex:1 1;margin:1rem;min-width:200px}.step-number{background-color:#3b82f6;border-radius:50%;color:#fff;display:inline-block;height:40px;line-height:40px;margin-bottom:1rem;width:40px}.get-started{background-color:#f8fafc}footer{background-color:#2c3e50;color:#fff;padding:2rem;text-align:center}@media (max-width:768px){nav{flex-direction:column;padding:1rem}nav ul{margin-top:1rem}nav ul li{margin-left:1rem;margin-right:1rem}.hero h1{font-size:2rem}.feature-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.32b35c45.css.map*/