/*
 * Shared navigation dropdown and site footer.
 * Loaded by static HTML pages so shell styling has one canonical source.
 */
.site-nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #e3e7ed}
.site-nav .container{max-width:1080px;margin:0 auto;padding:0 24px;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-nav .nav-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:16px;color:#1a1f36;text-decoration:none;white-space:nowrap}
.site-nav .nav-links{display:flex;gap:18px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.site-nav .nav-links a{font-size:14px;font-weight:500;color:#4a5568;text-decoration:none}
.site-nav .nav-links a:hover{color:#0052CC}
.site-nav .nav-links .nav-cta{background:#0052CC;color:#fff;border-radius:6px;padding:8px 12px;font-weight:700}
.site-nav .nav-links .nav-cta:hover{background:#0747a6;color:#fff}
.nav-drop{position:relative;display:inline-block}
.nav-drop>a::after{content:" ▾";font-size:10px;color:#6b778c}
.nav-drop-menu{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid #e3e7ed;border-radius:8px;padding:8px 0;min-width:230px;box-shadow:0 6px 20px rgba(0,0,0,.08);z-index:100}
.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{display:block}
.nav-drop-menu a{display:block;padding:8px 18px;font-size:14px;color:#1a1f36;white-space:nowrap}
.nav-drop-menu a:hover{background:#f7f8fa;color:#0052CC}
.nav-drop-menu hr{border:0;border-top:1px solid #e3e7ed;margin:6px 0}
footer.site-footer{background:#172033;color:#a8b1c2;padding:44px 0 24px;font-size:14px;text-align:left}
footer.site-footer .container{max-width:1120px;margin:0 auto;padding:0 24px}
footer.site-footer .footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid #2b3448}
footer.site-footer .footer-brand{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:17px;font-weight:800;text-decoration:none}
footer.site-footer .footer-brand img{border-radius:6px}
footer.site-footer .footer-top p{max-width:420px;margin:10px 0 0;color:#c1c7d0;font-size:14px;line-height:1.6}
footer.site-footer .footer-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:6px;background:#0052CC;color:#fff;font-weight:700;text-decoration:none;white-space:nowrap}
footer.site-footer .footer-action:hover{background:#0747a6;color:#fff}
footer.site-footer .footer-grid{display:grid;grid-template-columns:1.05fr 1.2fr 1.1fr 1fr 1fr;gap:28px;margin-bottom:28px}
footer.site-footer .footer-col h4{color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px}
footer.site-footer .footer-col a{display:block;color:#a8b1c2;padding:3px 0;font-size:13px;line-height:1.55;text-decoration:none}
footer.site-footer .footer-col a:hover{color:#fff}
footer.site-footer .footer-fit{border-top:1px solid #2b3448;padding-top:18px;margin-bottom:18px;color:#c1c7d0;font-size:13px;line-height:1.6;max-width:900px}
footer.site-footer .footer-bottom{border-top:1px solid #2b3448;padding-top:18px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;color:#7f8aa3;font-size:12px}
footer.site-footer .footer-bottom a{color:#a8b1c2}
footer.site-footer .footer-bottom a:hover{color:#fff}
@media(max-width:900px){.site-nav .container{align-items:flex-start;flex-direction:column;padding-top:14px;padding-bottom:14px}.site-nav .nav-links{gap:12px;justify-content:flex-start}.nav-drop-menu{position:static;margin-top:6px}.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{display:block}footer.site-footer .footer-top{flex-direction:column}footer.site-footer .footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){footer.site-footer .footer-grid{grid-template-columns:1fr}}
