: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;display:flex;place-items:center;min-width:320px;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;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.landing-page{display:flex;flex-direction:column;align-items:center;text-align:center;background:#f5f5f7;color:#1d1d1f;min-height:100vh;padding:20px}.header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:15px 50px;background:#ffffffe6;box-shadow:0 2px 8px #0000001a;position:fixed;top:0;left:0;z-index:1000}.header h1{font-size:2rem;font-weight:700;color:#000;letter-spacing:-1px}.header nav ul{list-style:none;display:flex;gap:25px}.header nav ul li a{text-decoration:none;color:#1d1d1f;font-size:1rem;font-weight:500;transition:color .3s}.header nav ul li a:hover{color:#0071e3}.hero{margin-top:100px;text-align:center}.hero h1{font-size:3.5rem;font-weight:700;color:#000;letter-spacing:-1px}.hero p{font-size:1.4rem;color:#6e6e73;max-width:600px;margin:10px auto}.hero button{margin-top:20px;padding:14px 28px;font-size:1.1rem;color:#fff;background:#0071e3;border:none;border-radius:12px;cursor:pointer;transition:background .3s ease,transform .2s ease}.hero button:hover{background:#005bb5;transform:scale(1.05)}.features{display:flex;justify-content:center;gap:50px;margin-top:60px}.feature{text-align:center;max-width:300px;background:#fff;padding:20px;border-radius:16px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature img{width:120px;height:120px;border-radius:12px}.feature h3{margin-top:15px;font-size:1.6rem;font-weight:700;color:#1d1d1f}.feature p{font-size:1.1rem;color:#6e6e73;line-height:1.5}.footer{margin-top:60px;padding:20px;background:#f5f5f7;width:100%;text-align:center;font-size:1rem;font-weight:500;color:#6e6e73}
