:root{--bg: #0a1738;--bg-2: #1a3168;--accent: #f5d76e;--text: #ffffff;--muted: #9aaccc}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:radial-gradient(ellipse at center,var(--bg-2) 0%,var(--bg) 70%)}.brand{font-size:.8rem;letter-spacing:.32em;text-transform:uppercase;color:var(--accent);font-weight:700;margin-bottom:3rem}.hero h1{font-size:clamp(2rem,6vw,4.5rem);font-weight:800;letter-spacing:-.02em;max-width:800px;line-height:1.05;margin:0 0 1.5rem}.hero p{font-size:1.125rem;color:var(--muted);max-width:540px;margin:0 0 3rem;line-height:1.5}.contact{color:var(--accent);text-decoration:none;font-size:.95rem;font-weight:600;padding:.875rem 1.875rem;border:1.5px solid var(--accent);border-radius:999px;transition:all .18s ease}.contact:hover{background:var(--accent);color:var(--bg)}
