.promify-footer-logo {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 4px 6px;
    box-sizing: border-box;
    text-decoration: none;
    background: none;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.promify-footer-logo:hover {
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 0 6px rgba(0, 255, 136, 0.15);
    transform: translateY(-0.5px);
}

.promify-footer-logo img {
    height: 100%;
    max-height: 48px;
    max-width: 100%;
    object-fit: contain;
    opacity: 1;
    filter: none;
    transition: all 0.3s ease;
}
