/* BOAGS legal/utility pages (404, privacy, terms) -- shared page-specific rules that
 * live per-page on every other page but apply identically here. Shared nav/footer
 * structure/colors/typography live in css/global.css. */

.nav-logo { padding:22px 0; display:block; }

.btn-nav-cta:hover { background:#E2B007; color:#0E1116; }

footer { background:#1B3A5C; border-top:3px solid #F2820D; padding:4rem 2rem 2.25rem; }

.btn-amber { background:#F2820D; color:#0E1116; font-family:'Inter',sans-serif; font-size:1.0625rem; font-weight:700; padding:1rem 2.5rem; border-radius:2px; text-decoration:none; border:none; cursor:pointer; letter-spacing:0.05em; text-transform:uppercase; display:inline-block; box-shadow:0 2px 12px rgba(242,130,13,0.22); transition:background 0.15s,transform 0.12s; }

.btn-amber:hover { background:#E2B007; transform:translateY(-2px); }

.btn-amber-hero { background:#F2820D; color:#0E1116; font-family:'Inter',sans-serif; font-size:1.1875rem; font-weight:700; padding:1.25rem 3rem; border-radius:2px; text-decoration:none; border:none; cursor:pointer; letter-spacing:0.05em; text-transform:uppercase; display:inline-block; box-shadow:0 4px 24px rgba(242,130,13,0.30); transition:background 0.15s,transform 0.12s; }

.btn-amber-hero:hover { background:#E2B007; transform:translateY(-2px); }
