:root { color-scheme: light; font-family: Arial, sans-serif; color: #18212b; background: #f4f6f8; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
main { min-height: 100vh; display: grid; place-items: center; padding: 32px; }
section { width: min(620px, 100%); border-top: 3px solid #b58b42; padding: 38px 0; }
.eyebrow { margin: 0 0 18px; color: #8a672d; font-size: 13px; font-weight: 700; letter-spacing: 0; }
h1 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(40px, 8vw, 68px); font-weight: 400; }
p { max-width: 560px; color: #55616c; font-size: 17px; line-height: 1.65; }
.status { margin-top: 32px; display: flex; align-items: center; gap: 10px; font-size: 14px; }
.status span { width: 9px; height: 9px; border-radius: 50%; background: #27845a; box-shadow: 0 0 0 4px #dceee5; }
