:root { font-family: Inter, system-ui, sans-serif; color: #f7f8fc; background: #0c1324; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at top, #294575, #0c1324 60%); }
main { width: min(90%, 680px); padding: 3rem 1rem; text-align: center; }
.eyes { font-size: 5rem; }
.eyebrow { color: #9cc7ff; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; }
h1 { font-size: clamp(2.4rem, 8vw, 4.5rem); margin: .3rem 0 1rem; }
p { font-size: 1.15rem; line-height: 1.6; }
section { margin: 2rem 0; padding: 1.2rem; border: 1px solid #5578ae; border-radius: 1.2rem; background: #131e35dd; }
.note { color: #b8c4d8; font-size: .95rem; }