*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:Rubik,Avenir Next,Segoe UI,system-ui,sans-serif}.landing{background:radial-gradient(90% 120% at 85% 10%,#ffffff24 0%,#fff0 55%),linear-gradient(160deg,#4ec7b6 0%,#007eb8 115%);justify-content:center;align-items:center;min-height:100vh;display:flex}.landing__logo-card{aspect-ratio:243/112;background:#007eb8;border-bottom-right-radius:1.5rem;height:clamp(4.5rem,10.4vh,7rem);position:fixed;top:0;left:0}.landing__logo-card img{width:100%;height:100%;display:block}.landing__content{text-align:center;flex-direction:column;align-items:center;gap:1.4rem;padding:2rem;display:flex}.landing__lockup{filter:drop-shadow(0 6px 24px #06192a4d);width:min(20rem,70vw);height:auto}.landing__sub{color:#ffffffeb;font-size:1.05rem}.landing__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing__btn{border-radius:999px;justify-content:center;align-items:center;min-height:56px;padding:.9rem 2.4rem;font-size:1.15rem;font-weight:700;text-decoration:none;transition:transform .1s,background .15s;display:inline-flex}.landing__btn:active{transform:scale(.98)}.landing__btn--cta{color:#fff;background:#ff7300}.landing__btn--cta:hover{background:#e56700}.landing__btn--white{color:#16283a;background:#fff}.landing__btn--white:hover{background:#e5f2f8}