: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}}body{margin:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8f9fc;color:#1f2937}.app-container{display:flex;flex-direction:column;min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background-color:#fff;box-shadow:0 2px 6px #0000000f;flex-wrap:wrap}.logo{height:60px}.nav{display:flex;flex-wrap:wrap;justify-content:flex-end}.nav a{margin-left:2rem;text-decoration:none;color:#1f2937;font-weight:500;transition:color .3s ease}.nav a:hover{color:#3b82f6}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;text-align:center;background:linear-gradient(180deg,#fff,#f1f5f9);min-height:calc(100vh - 120px)}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.hero p{font-size:1.25rem;max-width:800px;margin-bottom:2.5rem;color:#4b5563}.cta-buttons{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}.btn-primary,.btn-secondary{padding:.75rem 1.75rem;font-size:1rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.btn-primary{background-color:#3b82f6;color:#fff;border:none}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#e5e7eb;color:#111827;border:1px solid #d1d5db}.btn-secondary:hover{background-color:#d1d5db}.footer{text-align:center;padding:1.25rem;background-color:#f3f4f6;font-size:.9rem;color:#6b7280}@media (max-width: 640px){.hero h1{font-size:2rem}.hero p{font-size:1rem;padding:0 1rem}.header{flex-direction:column;align-items:flex-start}.nav{flex-direction:column;width:100%;margin-top:1rem}.nav a{margin:.5rem 0}.logo{height:48px}}
