:root{--primary-50:#EFF4FF;--primary-100:#D1E0FF;--primary-600:#155EEF;--gray-50:#F8FAFC;--gray-400:#9AA4B2;--gray-600:#4B5565;--gray-900:#121926;--header-height:7rem}*,:after,:before{box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--gray-50);overflow:hidden;height:100vh;min-height:100vh;font-size:16px}h1{color:var(--gray-900);font-size:3rem;font-weight:600;line-height:1.4;letter-spacing:-.96px}p{color:var(--gray-400);line-height:1.4}a{color:var(--primary-600)}.header{padding:0 2rem;height:var(--header-height);display:flex;align-items:center}.logo-container svg{width:auto;height:3rem}.content{padding:4rem 2rem}@media screen and (min-width:640px){.content{padding:4rem 8rem}}