@media(max-width:800px){
  .mobile-call{background:#10214f;color:#fff;border-top:1px solid #38558d;box-shadow:0 -4px 20px #10214f30;backdrop-filter:none;gap:10px;padding-left:14px;padding-right:14px}
  .mobile-call small{color:#d8e4ff}
  .mobile-call>div>a{color:#fff;font-size:28px;font-weight:900;letter-spacing:-.4px;line-height:1.2;white-space:nowrap;display:block}
  .mobile-call .button{background:#fff;color:#173caa;border:1px solid #fff;font-weight:750;padding:12px 14px;font-size:14px;white-space:nowrap;flex-shrink:0;gap:0}
  .mobile-call .button:hover{background:#e8efff;color:#10214f}
  .mobile-call a:focus-visible{outline:2px solid #ffda7b;outline-offset:4px}
}

@media(max-width:360px){.mobile-call>div>a{font-size:26px}.mobile-call .button{padding:12px 10px}}
