@media (max-width: 760px) {
  body { padding-bottom: 126px !important; }
  .mobile-contact-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 2000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 6px;
    padding-bottom: max(6px, env(safe-area-inset-bottom));
    background: #0f2944;
    box-shadow: 0 -7px 24px rgba(15, 41, 68, .24);
  }
  .mobile-contact-bar a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 6px 4px;
    border-radius: 8px;
    color: #fff !important;
    font: 700 12px/1.15 Arial, sans-serif;
    text-align: center;
    text-decoration: none !important;
  }
  .mobile-contact-bar a:nth-child(1),
  .mobile-contact-bar a:nth-child(3) { background: #1769e0; }
  .mobile-contact-bar a:nth-child(2),
  .mobile-contact-bar a:nth-child(4) { background: #fff; color: #153d68 !important; }
  [data-scroll-hint] { bottom: 136px !important; }
}
@media (min-width: 761px) { .mobile-contact-bar { display: none; } }
