*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit;font-family:var(--font-inter),system-ui,-apple-system,sans-serif}.header{position:fixed;top:0;left:0;right:0;height:56px;background:white;box-shadow:0 1px 3px rgba(0,0,0,.1);z-index:50;justify-content:space-between;padding:0 2rem}.header,.headerContent{display:flex;align-items:center}.headerContent{gap:1rem}.logo{font-size:1.25rem;font-weight:700;color:#1a1a1a;text-decoration:none}.mobileMenuButton{display:none}.nav{display:flex;gap:1.5rem}.navLink{color:#666;text-decoration:none;font-weight:500}.mobileLogin{display:none}.main{padding-top:56px}.hero{background:linear-gradient(180deg,#38bdf8,#06b6d4);min-height:calc(100vh - 56px);display:flex;align-items:center;justify-content:center;padding:2rem}.heroContent{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1280px;width:100%;margin:0 auto}.heroText{text-align:center}.title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a}.description{font-size:1.25rem;margin-bottom:2rem;line-height:1.5;color:#333}.buttons{display:flex;gap:1rem;justify-content:center}.btn{padding:.75rem 2rem;font-size:1.25rem;text-decoration:none;border-radius:.375rem;font-weight:500;display:inline-block}.btnPrimary{background:#2563eb;color:white}.btnSecondary{background:white;color:#374151;border:1px solid #d1d5db}.features{display:none}@media (min-width:1024px){.heroContent{grid-template-columns:1fr 400px;align-items:center}.heroText{text-align:left}.buttons{justify-content:flex-start}.features{display:block}}@media (max-width:768px){.header{padding:0 1rem}.mobileMenuButton{display:block;background:none;border:none;padding:.5rem;cursor:pointer;color:#666}.nav{display:none}.mobileLogin{display:block;color:#666;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem}.title{font-size:2rem}.buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.btn{width:100%;text-align:center}}@media (prefers-color-scheme:dark){.header{background:#0a0a0a;box-shadow:0 1px 3px rgba(255,255,255,.1)}.logo{color:#fff}.navLink{color:#ccc}.mobileLogin{color:#ccc;border-color:#333}.mobileMenuButton{color:#ccc}.hero{background:linear-gradient(180deg,#0369a1,#0e7490)}.title{color:#fff}.description{color:#e5e5e5}.btnSecondary{background:#1a1a1a;color:#e5e5e5;border-color:#333}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}