/* deploy/page-static.css: the plain document pages (/policies, /agents).
   System fonts on purpose: these pages ship zero scripts and no font CDN. */
* { box-sizing: border-box; }
body { margin: 0; background: #E8DCC4; color: #1A1814; font-family: Georgia, 'Times New Roman', serif; line-height: 1.65; }
.static-page { max-width: 720px; margin: 0 auto; padding: 40px 20px 64px; }
.static-page h1 { font-family: 'Arial Narrow', Arial, sans-serif; text-transform: uppercase; letter-spacing: 1px; color: #3D4A2A; font-size: 1.7rem; margin: 0 0 18px; }
.static-page h2 { font-family: 'Arial Narrow', Arial, sans-serif; text-transform: uppercase; letter-spacing: 1.5px; color: #3D4A2A; font-size: 1.05rem; margin: 26px 0 6px; }
.static-page a { color: #3D4A2A; }
.static-page pre { background: #F2EAD3; border: 1px solid #d8caa8; padding: 12px; overflow-x: auto; font-size: 0.85rem; }
.static-page code { font-family: 'Courier New', Courier, monospace; }
