@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap";:root{--font-logo: "Quicksand", sans-serif;--font-body: "Quicksand", sans-serif;--font-header: "Quicksand", sans-serif;--text-primary: #ffffff;--text-muted: #d9e2ff}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0}body{font-family:var(--font-body);color:var(--text-primary);background:#1a2d75}#app{position:relative;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden}#bg-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse at center,#5f7eff14,#253b9380 78%,#16255fcc),linear-gradient(155deg,#3a61e8,#2f56d5 42%,#223d9f 74%,#1a2d75)}.topbar{position:relative;z-index:2;width:100%;display:flex;align-items:center;justify-content:flex-start;padding:clamp(1.1rem,2vw,1.8rem) clamp(1.25rem,4vw,3.2rem)}.logo{font-family:var(--font-logo);font-size:clamp(1.35rem,2vw,1.9rem);font-weight:600;line-height:1;letter-spacing:.01em}.hero{position:relative;z-index:2;flex:1 1 auto;min-height:0;display:flex;align-items:center;padding:clamp(.5rem,2vw,1.4rem) clamp(1.25rem,4vw,3.2rem) clamp(2rem,4vw,4rem)}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.hero h1{margin:0;max-width:14ch;font-family:var(--font-header);font-size:clamp(1.9rem,5vw,4.2rem);font-weight:600;line-height:1.06;letter-spacing:-.025em;text-wrap:balance;white-space:pre-line;text-shadow:0 10px 30px rgba(2,10,25,.5)}.hero-learn-more{color:var(--text-muted);text-decoration:none;font-size:17px;font-weight:600;letter-spacing:.01em}.home-footer{position:relative;z-index:2;flex:0 0 auto;width:100%;display:flex;align-items:center;justify-content:center;gap:18px;padding:10px 16px 18px}.home-footer-link{color:var(--text-muted);text-decoration:none;font-size:14px;font-weight:600}@media(max-width:720px){.hero h1{max-width:100%;font-size:clamp(1.8rem,9.8vw,3.4rem)}}
