*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f5f7fa;color:#17212b}.landing{min-height:100vh;display:grid;place-items:center;padding:24px}.landing-card{max-width:680px;background:#fff;border:1px solid #e3e8ee;border-radius:22px;padding:48px;box-shadow:0 16px 50px rgba(20,35,50,.08)}.brand{font-weight:700;color:#1d5d87}.landing h1{font-size:clamp(32px,5vw,54px);line-height:1.05;margin:10px 0 18px}.landing p:not(.brand){font-size:18px;line-height:1.65;color:#5f6b76}.btn{display:inline-block;margin-top:18px;padding:13px 18px;border-radius:10px;background:#1d5d87;color:#fff;text-decoration:none;font-weight:700}