:root { color-scheme: light; font-family: system-ui, sans-serif; color: #123b32; background: #f2f6f3; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; }
main { box-sizing: border-box; width: min(100%, 780px); padding: clamp(28px, 7vw, 80px); }
.eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .13em; color: #417364; }
h1 { font-size: clamp(2.5rem, 7vw, 4.5rem); line-height: 1.08; letter-spacing: -.045em; margin: 30px 0; }
p { max-width: 560px; font-size: 1.08rem; line-height: 1.65; }
a { display: inline-block; background: #175b49; color: white; padding: 15px 23px; border-radius: 8px; font-weight: 600; text-decoration: none; margin-top: 22px; }
a:hover { background: #0e4436; }
a:focus-visible { outline: 3px solid #c38721; outline-offset: 4px; }
.note { margin-top: 45px; font-size: .86rem; color: #557368; }
