body{font-family:'Inter',sans-serif;background-color:#fff;color:#000;display:flex;align-items:center;justify-content:center;min-height:100vh;margin:0;padding:0 1.5rem;overflow:hidden;box-sizing:border-box}main{max-width:650px;text-align:left}header{margin-bottom:1.5rem}header img{height:40px;width:auto;display:block}h1{font-size:clamp(2.25rem,8vw,4rem);font-weight:700;line-height:1.15;margin:0 0 1rem}p{font-size:clamp(1rem,4vw,1.125rem);font-weight:400;color:#6b7280;line-height:1.6;margin:0 0 2.5rem}.cta{display:inline-block;font-weight:700;text-decoration:none;color:#fff;background-color:#000;border:2px solid #000;padding:.875rem 1.75rem;border-radius:9999px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.cta:hover,.cta:focus{color:#000;background-color:transparent;outline:none}