/* Shared by the original homepage and every TechAI page. */
.site-footer { box-sizing:border-box; display:block; margin:0; padding:0; width:100%; color:#fff; border:0; background:#136f80; font:400 16px/1.7 'Open Sans',Arial,sans-serif; }
.site-footer .site-footer-inner { box-sizing:border-box; width:min(1200px,calc(100% - 64px)); margin:auto; padding:36px 0; display:flex; align-items:center; justify-content:space-between; gap:24px 48px; flex-wrap:wrap; }
.site-footer a { color:#fff; text-decoration:none; display:inline-flex; align-items:center; min-height:44px; }
.site-footer a:hover { color:#fff; text-decoration:underline; text-underline-offset:4px; }
.site-footer a:focus-visible { outline:3px solid #fff; outline-offset:4px; }
.site-footer .footer-contact { display:flex; flex-direction:column; align-items:flex-start; min-width:0; }
.site-footer .footer-company { font:700 18px/1.4 'Poppins',Arial,sans-serif; }
.site-footer .footer-email { text-decoration:underline; text-underline-offset:4px; overflow-wrap:anywhere; }
.site-footer nav { display:flex; align-items:center; gap:12px 28px; flex-wrap:wrap; }
@media(max-width:650px) {
  .site-footer .site-footer-inner { width:calc(100% - 36px); padding:28px 0; gap:20px; }
  .site-footer nav { width:100%; gap:4px 24px; }
}
