* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, sans-serif; background: #f7f7f4; color: #202124; }
.page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.hero { max-width: 760px; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; color: #5a6; font-weight: 700; }
h1 { font-size: clamp(2.5rem, 8vw, 5rem); line-height: 1; margin: 0 0 16px; }
p { font-size: 1.1rem; line-height: 1.6; }
