/* GENERATED by scripts/seo/build-chrome.py from the homepage's own nav/footer CSS. Do not edit by hand.
   Used by /esol, /somali-ai and the WordPress pages so every page shares one header and footer.
   All selectors are scoped to #nav and footer.hk-footer so they cannot affect other page content. */
html { scroll-behavior: smooth; }
:where(#nav, footer.hk-footer) { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 400; letter-spacing: normal; text-transform: none; line-height: 1.6; color: var(--text); -webkit-font-smoothing: antialiased; }
:where(#nav, footer.hk-footer) :where(*, *::before, *::after) { box-sizing: border-box; margin: 0; padding: 0; }
/* WordPress themes style bare ul/li/p/a/div elements with higher specificity than the zero-specificity reset above.
   These explicit, still low-specificity rules keep the shared header/footer identical inside WordPress pages;
   every class rule below (0,2,1 or higher) still wins over them. */
#nav ul, footer.hk-footer ul { margin: 0; padding: 0; list-style: none; }
#nav li, footer.hk-footer li { margin: 0; padding: 0; list-style: none; }
#nav p, footer.hk-footer p { margin: 0; padding: 0; }
#nav a, footer.hk-footer a { box-shadow: none; }
body.hk-fixed-nav { padding-top: 72px; }
@media (max-width: 768px) { body.hk-fixed-nav { padding-top: 64px; } }
:root { --sky: #3b8fcc; --sky-light: #5ba8e0; --sky-pale: #e8f4fd; --sky-muted: #d0e8f7; --navy: #1e2d3d; --navy-deep: #111c27; --navy-mid: #2d3e50; --white: #ffffff; --off: #f8fafc; --off2: #f0f5f9; --text: #1e2d3d; --text-mid: #4a5e72; --text-light: #7a93a8; --border: #dde8f0; --terra: #c94f30; --sage: #2ea07a; }
#nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 56px; height: 72px; display: flex; align-items: center; justify-content: space-between; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid transparent; transition: border-color 0.3s, box-shadow 0.3s; }
#nav.scrolled { border-bottom-color: var(--border); box-shadow: 0 2px 24px rgba(59, 143, 204, 0.08); }
#nav .nav-logo img { height: 52px; display: block; }
#nav .nav-links { display: flex; gap: 32px; list-style: none; }
#nav .nav-links a { color: var(--text-mid); text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: 0.03em; transition: color 0.2s; }
#nav .nav-links a:hover { color: var(--sky); }
#nav .nav-cta { display: flex; gap: 10px; }
#nav .btn-outline { padding: 9px 22px; border: 1.5px solid var(--sky); border-radius: 8px; color: var(--sky); font-size: 13px; font-weight: 600; font-family: 'Syne', sans-serif; text-decoration: none; transition: all 0.2s; background: transparent; cursor: pointer; }
#nav .btn-outline:hover { background: var(--sky-pale); }
#nav .btn-sky { padding: 9px 22px; background: var(--sky); border: none; border-radius: 8px; color: #fff; font-size: 13px; font-weight: 700; font-family: 'Syne', sans-serif; text-decoration: none; transition: all 0.2s; cursor: pointer; }
#nav .btn-sky:hover { background: var(--sky-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(59, 143, 204, 0.3); }
footer.hk-footer { background: var(--navy-deep); padding: 0; }
footer.hk-footer .footer-main { padding: 64px 56px 0; }
footer.hk-footer .footer-main-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 64px; padding-bottom: 48px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
footer.hk-footer .footer-brand {  }
footer.hk-footer .footer-logo { margin-bottom: 20px; }
footer.hk-footer .footer-logo img { height: 34px; display: block; }
footer.hk-footer .footer-brand-p { font-size: 14px; color: rgba(255, 255, 255, 0.45); line-height: 1.75; max-width: 280px; margin-bottom: 28px; }
footer.hk-footer .footer-lang-list { display: flex; flex-wrap: wrap; gap: 8px; }
footer.hk-footer .footer-lang { padding: 5px 12px; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 6px; font-size: 12px; color: rgba(255, 255, 255, 0.5); font-weight: 500; transition: all 0.2s; }
footer.hk-footer .footer-lang:hover { background: rgba(59, 143, 204, 0.2); border-color: var(--sky-light); color: var(--sky-light); }
footer.hk-footer .footer-col {  }
footer.hk-footer .footer-col-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sky-light); margin-bottom: 20px; }
footer.hk-footer .footer-nav { list-style: none; display: flex; flex-direction: column; gap: 12px; }
footer.hk-footer .footer-nav a { color: rgba(255, 255, 255, 0.4); text-decoration: none; font-size: 14px; line-height: 1; transition: color 0.2s; display: inline-flex; align-items: center; gap: 6px; }
footer.hk-footer .footer-nav a:hover { color: rgba(255, 255, 255, 0.85); }
footer.hk-footer .footer-nav a .nav-arrow { opacity: 0; transform: translateX(-4px); transition: all 0.2s; font-size: 12px; }
footer.hk-footer .footer-nav a:hover .nav-arrow { opacity: 1; transform: translateX(0); }
footer.hk-footer .footer-assistant-item { display: flex; align-items: center; gap: 8px; }
footer.hk-footer .fa-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
footer.hk-footer .footer-bottom { max-width: 1200px; margin: 0 auto; padding: 24px 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
footer.hk-footer .footer-copy { font-size: 12px; color: rgba(255, 255, 255, 0.22); letter-spacing: 0.02em; }
footer.hk-footer .footer-copy a { color: rgba(255, 255, 255, 0.35); text-decoration: none; transition: color 0.2s; }
footer.hk-footer .footer-copy a:hover { color: rgba(255, 255, 255, 0.7); }
footer.hk-footer .footer-legal { display: flex; align-items: center; gap: 6px; }
footer.hk-footer .footer-legal a { font-size: 12px; color: rgba(255, 255, 255, 0.28); text-decoration: none; padding: 0 12px; transition: color 0.2s; border-right: 1px solid rgba(255, 255, 255, 0.1); }
footer.hk-footer .footer-legal a:last-child { border-right: none; }
footer.hk-footer .footer-legal a:hover { color: rgba(255, 255, 255, 0.7); }
@media (max-width: 1100px) {
  #nav { padding: 0 28px; }
  footer.hk-footer .footer-main { padding: 48px 28px 0; }
}
@media (max-width: 768px) {
  footer.hk-footer .footer-main { padding: 48px 24px 0; }
  footer.hk-footer .footer-main-inner { grid-template-columns: 1fr; gap: 40px; }
  footer.hk-footer .footer-bottom { padding: 20px 0 36px; flex-direction: column; align-items: flex-start; gap: 16px; }
  footer.hk-footer .footer-legal { flex-wrap: wrap; }
  #nav { padding: 0 20px; height: 64px; }
  #nav .nav-links { display: none; }
  #nav .nav-cta .btn-outline { display: none; }
  #nav .btn-sky { padding: 8px 18px; font-size: 12px; }
  footer.hk-footer { padding: 52px 24px 32px; }
  footer.hk-footer .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
  footer.hk-footer .footer-legal { justify-content: center; }
  #nav .nav-logo img { height: 55px; }
}
footer.hk-footer .footer-address { font-size: 14px; color: rgba(255, 255, 255, 0.55); line-height: 1.6; margin-bottom: 20px; }
#nav .nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; padding: 9px; border: 1.5px solid var(--sky); border-radius: 8px; background: transparent; cursor: pointer; }
#nav .nav-toggle span { display: block; height: 2px; background: var(--sky); border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }
#nav.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
#nav.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
#nav.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
#nav .nav-links-signin { display: none; }
@media (max-width: 768px) {
  #nav .nav-toggle { display: flex; }
  #nav .nav-cta { margin-left: auto; margin-right: 12px; }
  #nav.nav-open .nav-links { display: flex; flex-direction: column; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid var(--border); box-shadow: 0 12px 24px rgba(30, 45, 61, 0.08); padding: 8px 20px 16px; }
  #nav.nav-open .nav-links li { border-bottom: 1px solid var(--border); }
  #nav.nav-open .nav-links li:last-child { border-bottom: none; }
  #nav.nav-open .nav-links a { display: block; padding: 14px 0; font-size: 15px; }
  #nav.nav-open .nav-links-signin { display: block; }
}
#nav .nav-toggle { flex: 0 0 40px; }
#nav .nav-cta { flex-shrink: 0; }
@media (max-width: 480px) {
  #nav .nav-logo img { height: 44px; }
  #nav .nav-cta .btn-sky { padding: 9px 14px; font-size: 12px; white-space: nowrap; }
}
@media (max-width: 360px) {
  #nav { padding: 0 12px; }
  #nav .nav-logo img { height: 36px; }
  #nav .nav-cta { margin-right: 8px; }
  #nav .nav-cta .btn-sky { padding: 9px 10px; font-size: 11px; }
}
