/* ══ Shared site chrome: white nav + homepage-style footer ══
   Loaded AFTER each page's own styles so it wins. Keeps secondary pages
   (Membership, Case Studies) consistent with the homepage. */

/* ── NAV: white, to match the homepage ── */
nav{background:rgba(255,255,255,.94)!important;backdrop-filter:blur(10px);border-bottom:1px solid #e8eef2!important;box-shadow:none!important}
nav ul a{color:#1c3040!important;font-weight:500}
nav ul a:hover,nav ul a.active,nav ul a.nav-active{color:#0891a3!important}
nav .nav-signin{color:#1c3040!important}
/* Logo was drawn white for the old dark nav, so recolour it for the white nav.
   The "Bids" half stays teal via its own rule. */
nav .cb-mark path[stroke="#fff"]{stroke:#0b1929}
nav .cb-wm{color:#0b1929!important}

/* ── FOOTER: same structure and styling as the homepage ── */
footer{background:#0b1929;color:#93a8b6;padding:64px 0 34px;font-size:14px;text-align:left}
footer .wrap{max-width:1200px;margin:0 auto;padding:0 24px}
footer .foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:34px}
@media(max-width:820px){footer .foot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){footer .foot-grid{grid-template-columns:1fr}}
footer .foot-brand .wm{font-family:'Space Grotesk','Inter',sans-serif;font-weight:700;font-size:1.5rem;color:#fff;letter-spacing:-.02em}
footer .foot-brand .wm b{color:#00c9e0;font-weight:700}
footer .foot-brand p{margin-top:14px;max-width:34ch;color:#8ba0ad;line-height:1.6;font-size:14px}
footer h5{font-family:'Space Grotesk','Inter',sans-serif;color:#fff;font-size:13px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px}
footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}
footer ul li{margin:0}
footer ul a{color:#93a8b6;text-decoration:none}
footer ul a:hover{color:#00c9e0}
footer .foot-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:44px;padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:#6f8593;font-size:13px}
