:root{--red:#e10600;--text:#111;--muted:#555}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,sans-serif;background:#fff;color:var(--text)}
.wrap{min-height:100vh;display:grid;place-items:center;padding:24px}
.hero{max-width:760px;text-align:center}
.ghost{margin-bottom:16px;display:flex;justify-content:center}
.ghost-svg{width:116px;height:116px;filter:drop-shadow(0 10px 18px rgba(217,4,4,.25));}
h1{font-size:clamp(2rem,6vw,3.6rem);margin:0 0 14px;font-weight:800}
h1 span{color:var(--red)}
p{margin:0 auto 24px;max-width:620px;color:var(--muted);font-size:1.1rem;line-height:1.6}
.cta{display:inline-block;background:var(--red);color:#fff;text-decoration:none;padding:13px 22px;border-radius:999px;font-weight:700}
.cta:hover{opacity:.92}
