/* Shared styles for the static About / Terms / Privacy pages. These are plain
   HTML (not part of the React app) so search engines and site-reputation
   scanners can read them without running JavaScript. */
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
       background: #f6f7fb; color: #1a2340; line-height: 1.6; }
header { background: #0d1b4b; color: #fff; padding: 20px 16px; }
header a { color: #FFCC00; font-weight: 700; text-decoration: none; font-size: 18px; }
main { max-width: 680px; margin: 0 auto; padding: 24px 16px 48px; }
h1 { font-size: 26px; margin: 0 0 8px; color: #0d1b4b; }
h2 { font-size: 18px; margin: 28px 0 8px; color: #0d1b4b; }
p, li { font-size: 16px; }
ul { padding-left: 20px; }
a { color: #0d1b4b; }
.updated { color: #5b6479; font-size: 14px; margin-bottom: 24px; }
.card { background: #fff; border-radius: 12px; padding: 16px; margin: 16px 0;
        box-shadow: 0 1px 3px rgba(13, 27, 75, .08); }
.btn { display: inline-block; background: #FFCC00; color: #0d1b4b; font-weight: 700;
       padding: 12px 18px; border-radius: 12px; text-decoration: none; margin-top: 8px; }
footer { border-top: 1px solid #dde1ec; padding: 20px 16px 32px; text-align: center;
         font-size: 14px; color: #5b6479; }
footer nav a { margin: 0 8px; }
footer p { font-size: 13px; max-width: 560px; margin: 12px auto 0; }
