.tm-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.tm-card:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(27,58,45,0.14) !important; }
.tm-card:hover .tm-paw { transform: rotate(-14deg) scale(1.08); opacity: 0.14 !important; }
.tm-paw { transition: transform 0.45s ease, opacity 0.45s ease; }
@media (max-width: 768px) {
      .footer-cols { grid-template-columns: 1fr !important; text-align: center; }
      .tm-grid { grid-template-columns: 1fr !important; }
    }
@media (max-width: 520px) {
      .tm-card-inner { grid-template-columns: 1fr !important; gap: 14px !important; }
    }
.tm-note { position: absolute; left: 0; top: -56px; z-index: 5; }
@media (max-width: 1150px) {
      .tm-note { position: static !important; margin: 26px auto 0 !important; }
    }
