/* Original supplied logo, shared by public desktop and mobile navigation. */
.header .logo{flex-shrink:0}
.header img.usiigo-header-brand{
  display:block;width:164px;height:auto;max-height:70px;
  object-fit:contain;
}
.mobile-logo.usiigo-header-brand{
  display:block;width:164px;height:auto;max-height:70px;
  object-fit:contain;
}
@media(max-width:1100px) and (min-width:901px){
  .header img.usiigo-header-brand{width:130px}
}
@media(max-width:900px){
  .header img.usiigo-header-brand{width:154px;max-height:65px}
}
@media(max-width:360px){
  .header img.usiigo-header-brand{width:136px}
}

/* Public footer: readable original blue logo and the Home's shared gutters. */
.footer.site-footer{
  box-sizing:border-box;width:min(1400px,calc(100% - 48px));margin:32px auto 24px;
  border:1px solid #dce7fa;border-radius:36px;
  background:linear-gradient(125deg,#fff,#f1f6ff);
  color:#0a1938;box-shadow:0 12px 40px #153b7f08;
}
.footer.site-footer::before{display:none}
.site-footer *{box-sizing:border-box}
.site-footer .footer-shell{width:100%;padding:clamp(28px,4vw,60px);margin:0}
.site-footer .footer-main{grid-template-columns:minmax(0,1.1fr) minmax(0,.8fr) minmax(0,.8fr) minmax(0,1fr);gap:32px}
.site-footer .footer-logo{width:180px;max-width:100%;height:auto;margin:0 0 24px;border-radius:0;filter:none}
.site-footer .footer-social{gap:8px;max-width:260px}
.site-footer .footer-social a{width:36px;height:36px;border-radius:11px;background:#eaf1ff;border-color:#d7e4fa;color:#315d99;backdrop-filter:none}
.site-footer .footer-social a:hover{background:#1455ff;color:#fff}
.site-footer .footer-links h3,.site-footer .footer-contact h3{color:#0a1938;font-size:15px;margin:0 0 14px;font-weight:800}
.site-footer .footer-links a,.site-footer .footer-contact a,.site-footer .footer-contact p{color:#536987;font-size:13px;line-height:1.65;font-weight:500;overflow-wrap:anywhere}
.site-footer .footer-links a:hover,.site-footer .footer-contact a:hover{color:#1455ff}
.site-footer .footer-trust{margin-top:28px;padding:0;background:transparent;border:0;gap:12px;backdrop-filter:none}
.site-footer .footer-trust > div{min-width:0;min-height:70px;padding:12px;border:1px solid #dce7fa;border-radius:14px;background:#ffffffb3;grid-template-columns:32px minmax(0,1fr);gap:3px 10px}
.site-footer .footer-trust-icon{width:32px;height:36px;border-radius:10px;background:#edf4ff;border-color:#dce7fa;color:#1455ff}
.site-footer .footer-trust strong{color:#1d3559;font-size:12px}
.site-footer .footer-trust small{color:#60738e;font-size:10px;line-height:1.5}
.site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:24px;padding-top:20px;border-top:1px solid #dce7fa}
.site-footer .footer-bottom p{min-width:0;flex:1 1 450px;color:#60738e;font-size:11px;line-height:1.7;overflow-wrap:anywhere;margin:0}
.site-footer .footer-bottom > div{display:flex;flex-wrap:wrap;gap:20px}
.site-footer .footer-bottom a{color:#315d99;font-size:12px}
.site-footer a:focus-visible{outline:3px solid #e6ac00;outline-offset:3px}
@media(max-width:1100px){
  .footer.site-footer{width:calc(100% - 32px)}
  .site-footer .footer-shell{padding:28px}
  .site-footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
  .site-footer .footer-trust{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .footer.site-footer{width:calc(100% - 24px);border-radius:24px;margin:24px auto}
  .site-footer .footer-shell{padding:24px 18px}
  .site-footer .footer-main{gap:24px 16px}
  .site-footer .footer-brand,.site-footer .footer-contact{grid-column:1/-1}
  .site-footer .footer-logo{width:164px;margin-bottom:18px}
  .site-footer .footer-social{max-width:none;gap:8px}
  .site-footer .footer-social a{width:38px;height:40px}
  .site-footer .footer-trust{gap:10px}
  .site-footer .footer-trust > div{grid-template-columns:minmax(0,1fr);gap:6px;padding:12px}
  .site-footer .footer-trust-icon{grid-row:auto}
  .site-footer .footer-bottom{align-items:flex-start}
  .site-footer .footer-bottom p{flex-basis:100%}
}
@media(prefers-reduced-motion:reduce){
  .site-footer *{transition:none!important}
  .site-footer a:hover{transform:none}
}
