:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #12202a; background: #eef4f0; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; }
main { width: min(760px, calc(100% - 40px)); padding: 48px; border: 1px solid #cbd8d1; border-radius: 8px; background: white; box-shadow: 0 24px 80px rgba(18, 32, 42, .12); }
.eyebrow { margin: 0 0 12px; color: #276450; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
h1 { margin: 0 0 16px; font-size: clamp(2.2rem, 7vw, 4.8rem); line-height: .98; letter-spacing: 0; }
p { font-size: 1.12rem; line-height: 1.7; }