:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #172033; background: #f6f8fb; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; }
main { width: min(680px, calc(100% - 3rem)); padding: 3.5rem; background: #fff; border: 1px solid #dfe5ee; border-radius: 16px; box-shadow: 0 14px 40px #17203314; }
.eyebrow { color: #3f6d9c; font-size: .78rem; font-weight: 700; letter-spacing: .13em; }
h1 { font-size: clamp(2rem, 5vw, 3.3rem); letter-spacing: -.04em; margin: .25rem 0 1rem; }
.lede { color: #526176; font-size: 1.1rem; line-height: 1.65; }
section { margin-top: 2.5rem; border-top: 1px solid #e5eaf1; padding-top: 1.5rem; }
li { margin: .6rem 0; color: #34445a; }
