/* Dedicated mobile footer cleanup */
@media (max-width: 760px) {
  body .site-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 26px !important;
    padding: 22px 14px 26px !important;
    background: #072f49 !important;
    color: #ffffff !important;
  }

  body .site-footer > div:first-child {
    padding: 14px !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.08) !important;
  }

  body .site-footer > div:first-child strong {
    margin: 0 0 5px !important;
    color: #ffffff !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
  }

  body .site-footer > div:first-child p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.9rem !important;
    line-height: 1.35 !important;
  }

  body .site-footer nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    justify-content: stretch !important;
  }

  body .site-footer nav a {
    display: flex !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    font-size: 0.82rem !important;
    font-weight: 950 !important;
    text-align: center !important;
    text-decoration: none !important;
  }
}
